Merge from trunk.
[bpt/emacs.git] / src / bidi.c
2011-08-14 Paul EggertMerge from trunk.
2011-08-09 Chong YidongMerge from emacs-23 branch
2011-08-06 Paul EggertMerge from trunk.
2011-08-06 Eli ZaretskiiFix bug #9254 with crash and cursor positioning under...
2011-08-06 Paul EggertMerge from trunk.
2011-08-05 Paul EggertMerge from trunk.
2011-08-05 Eli ZaretskiiMake bidi_cache_total_alloc static.
2011-08-05 Eli ZaretskiiFix bug #9221 with memory leak in bidi display.
2011-08-05 Eli ZaretskiiFix bug #9221 with resource allocation under word-wrap.
2011-08-05 Paul EggertMerge from trunk.
2011-08-05 Paul EggertAdjust in response to jan.h.d's comments.
2011-08-03 Paul EggertMerge from trunk.
2011-08-02 Eli ZaretskiiFix bug #9218 with slow cursor motion and scrolling...
2011-07-29 Paul EggertMerge from trunk.
2011-07-28 Paul Eggert* bidi.c: Integer overflow fix.
2011-07-28 Paul EggertMerge: Integer signedness and overflow and related...
2011-07-28 Paul Eggert* bidi.c (bidi_dump_cached_states): Merge ptrdiff_t...
2011-07-28 Paul EggertMerge from trunk.
2011-07-25 Paul Eggert* bidi.c (bidi_dump_cached_states): Fix printf format...
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-23 Eli Zaretskiisrc/bidi.c: Backport from trunk a bugfix for bidi_parag...
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-20 Paul EggertMerge from trunk.
2011-07-19 Paul EggertMerge from trunk.
2011-07-19 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-15 Paul Eggert* bidi.c (bidi_cache_ensure_space): Also check that...
2011-07-14 Paul Eggert* bidi.c: Integer size and overflow fixes.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertFix minor problems found by static checking.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Eli ZaretskiiFix format conversion in bidi.c.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Eli ZaretskiiFix declarations of variables related to bidi cache...
2011-07-14 Paul Eggert* src/bidi.c: Hold off on these changes for now.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertMerge from trunk.
2011-07-13 Paul EggertMerge from trunk.
2011-07-12 Paul EggertMerge from trunk.
2011-07-12 Paul Eggert* bidi.c (bidi_dump_cached_states): Use pD to print...
2011-07-11 Paul EggertMerge from trunk.
2011-07-11 Paul EggertMerge from trunk.
2011-07-09 Eli Zaretskiisrc/bidi.c: Fix type of a variable revealed on x86_64.
2011-07-09 Eli ZaretskiiUpdate commentary on bidi.c.
2011-07-09 Paul EggertMerge from trunk.
2011-07-07 Paul Eggert* bidi.c: Integer signedness and overflow fixes.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-07-05 Eli ZaretskiiEmpty the bidi cache "stack" when it->sp is zeroed.
2011-07-03 Eli ZaretskiiSave and restore bidi cache when saving and restoring...
2011-07-02 Eli ZaretskiiStart fixing cursor motion around invisible text.
2011-07-01 Eli ZaretskiiSupport bidi reordering of unibyte strings. Fix crash...
2011-07-01 Eli ZaretskiiFix typos in comments. Use xassert.
2011-06-26 Eli ZaretskiiAvoid bidi-related crashes in Cperl Mode.
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-25 Eli ZaretskiiInitial version of display/overlay strings is working.
2011-06-25 Eli ZaretskiiSet up the bidi iterator for iterating display strings...
2011-06-23 Eli ZaretskiiAdded to bidi.c support functions for reordering displa...
2011-06-23 Eli ZaretskiiRearrange bidi.c and add leading comments for each...
2011-06-18 Eli ZaretskiiAdd comments for forced L2R directions of menu bar...
2011-06-16 Eli ZaretskiiFix display of R2L strings in mode line.
2011-06-13 Eli ZaretskiiFix string handling to avoid data relocation gotcha.
2011-06-09 Eli ZaretskiiAdapt compute_display_string_pos to iteration over...
2011-06-09 Eli ZaretskiiAdd code to initialize bidi iterator for displaying...
2011-06-08 Eli ZaretskiiStarted work on string reordering. Just compiled,...
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-06 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiFix declaration in bidi_level_of_next_char.
2011-06-04 Eli Zaretskiisrc/bidi.c (bidi_level_of_next_char): Fix last change.
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-03 Eli ZaretskiiCleanup. Tested in -nw and verified that bug #7616...
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertUse 'inline', not 'INLINE'.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertMerge from trunk.
2011-05-30 Paul EggertMerge from trunk.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-28 Paul Eggert[ChangeLog]
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Eli ZaretskiiDiscovery of replacing display properties now uses...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-14 Eli ZaretskiiText covered by `display' overlays is correctly reordered.
2011-05-14 Eli ZaretskiiRefactoring with bidi_fetch_char tested and debugged.
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-10 Eli ZaretskiiStarted work on reordering display strings. Refactor...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
next