diff options
| author | Chong Yidong | 2012-05-31 14:08:06 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-31 14:08:06 +0800 |
| commit | efc00ab16e2890b75d7224434ac43fe944ade4dd (patch) | |
| tree | 28c1078ca32b96402cd1a5f618a17b3526143f27 /src/ChangeLog | |
| parent | ba93a18774352c97d6dd73c73141cbff6305581b (diff) | |
| parent | dd41169b6cb0105b0766f3d368c657ebafc19cba (diff) | |
| download | emacs-efc00ab16e2890b75d7224434ac43fe944ade4dd.tar.gz emacs-efc00ab16e2890b75d7224434ac43fe944ade4dd.zip | |
Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 32bd9e2d18c..8622adbf0ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2012-05-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (handle_stop): Detect whether we have overlay strings | ||
| 4 | loaded by testing it->current.overlay_string_index to be | ||
| 5 | non-negative, instead of checking whether n_overlay_strings is | ||
| 6 | positive. (Bug#11587) | ||
| 7 | |||
| 8 | 2012-05-31 Chong Yidong <cyd@gnu.org> | ||
| 9 | |||
| 10 | * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169). | ||
| 11 | |||
| 12 | * doc.c (Fsubstitute_command_keys): Doc fix. | ||
| 13 | |||
| 14 | 2012-05-31 Eli Zaretskii <eliz@gnu.org> | ||
| 15 | |||
| 16 | * search.c (search_buffer): Remove calls to | ||
| 17 | r_alloc_inhibit_buffer_relocation, as it is now called by | ||
| 18 | maybe_unify_char, which was the cause of relocation of buffer text | ||
| 19 | in bug#11519. | ||
| 20 | |||
| 21 | 2012-05-31 Eli Zaretskii <eliz@gnu.org> | ||
| 22 | |||
| 23 | * charset.c (maybe_unify_char): Inhibit relocation of buffer text | ||
| 24 | for the duration of call to load_charset, to avoid problems with | ||
| 25 | callers of maybe_unify_char that access buffer text through C | ||
| 26 | pointers. | ||
| 27 | |||
| 28 | * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and | ||
| 29 | decrement the inhibition flag, instead of just setting or | ||
| 30 | resetting it. | ||
| 31 | |||
| 1 | 2012-05-31 Paul Eggert <eggert@cs.ucla.edu> | 32 | 2012-05-31 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 33 | ||
| 3 | Remove obsolete '#define static' cruft. | 34 | Remove obsolete '#define static' cruft. |