aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog31
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 @@
12012-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
82012-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
142012-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
212012-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
12012-05-31 Paul Eggert <eggert@cs.ucla.edu> 322012-05-31 Paul Eggert <eggert@cs.ucla.edu>
2 33
3 Remove obsolete '#define static' cruft. 34 Remove obsolete '#define static' cruft.