summaryrefslogtreecommitdiff
path: root/src/bidi.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Merge from origin/emacs-27Glenn Morris2020-11-07
|\
| * Prevent redisplay from moving point behind user's backEli Zaretskii2020-11-04
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Allow disabling the BPA part of bidi reorderingEli Zaretskii2019-11-28
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | ; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris2018-02-13
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Allow user control on what starts and ends a paragraph for bidiEli Zaretskii2017-07-17
* Limit bidi_find_bracket_pairs to MAX_ALLOCAPaul Eggert2017-06-21
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-16
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Merge from origin/emacs-25Paul Eggert2016-08-05
|\|
| * Avoid assertion violations in nhexl-modeEli Zaretskii2016-07-16
* | Try to speed-up display of many all-blank linesEli Zaretskii2016-05-07
|/
* Doc fixes for fclist and grepPaul Eggert2016-05-05
* Port to strict C99 offsetofPaul Eggert2016-03-18
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Speed up redisplay of binary files with long series of nullsEli Zaretskii2016-03-06
* Fix reordering of bidi text in an isolate inside an overrideEli Zaretskii2016-03-01
* Expunge "allow" + infinitive from source and doc, part 2.Alan Mackenzie2016-01-25
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix display of characters adjacent to ZWJ and ZWNJEli Zaretskii2015-10-06
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Give names to Unicode code points in C codePaul Eggert2015-08-11
* ;* src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.Eli Zaretskii2015-07-02
* Fix bidi_explicit_dir_char undefined behaviorPaul Eggert2015-02-08
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-18
* Fix out-of-memory condition in display of long bracketed lines (bug#19322)Eli Zaretskii2014-12-10
* Reduce memory footprint of struct bidi_it by a factor of 5.Eli Zaretskii2014-12-05
* Allow to search for characters whose bidi directionality was overridden.Eli Zaretskii2014-12-02
* Minor fix in bidi.c:bidi_cache_reset_to.Eli Zaretskii2014-10-30
* A possible fix for bug #18815 with assertion violations in bidi.c.Eli Zaretskii2014-10-24
* Fix bug #18778 with slow redisplay of bracketed L2R text with long lines.Eli Zaretskii2014-10-22
* Spelling and grammar fixes in comments.Paul Eggert2014-10-20
* Add support for canonically equivalent bracket characters.Eli Zaretskii2014-10-18
* Move cache retrieval on forwards scans to bidi_resolve_brackets.Eli Zaretskii2014-10-18
* Fix processing of brackets in isolates and crash in w32select.c.Eli Zaretskii2014-10-18
* Fix a typo in a comment.Eli Zaretskii2014-10-16