aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 13 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3cf7546962..a1a826d625f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
4
12011-08-22 Eli Zaretskii <eliz@gnu.org> 52011-08-22 Eli Zaretskii <eliz@gnu.org>
2 6
3 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition, 7 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
@@ -45,8 +49,8 @@
452011-08-17 Chong Yidong <cyd@stupidchicken.com> 492011-08-17 Chong Yidong <cyd@stupidchicken.com>
46 50
47 * eval.c (internal_condition_case, internal_condition_case_1) 51 * eval.c (internal_condition_case, internal_condition_case_1)
48 (internal_condition_case_2, internal_condition_case_n): Remove 52 (internal_condition_case_2, internal_condition_case_n):
49 unnecessary aborts (Bug#9081). 53 Remove unnecessary aborts (Bug#9081).
50 54
512011-08-17 Eli Zaretskii <eliz@gnu.org> 552011-08-17 Eli Zaretskii <eliz@gnu.org>
52 56
@@ -69,8 +73,8 @@
69 * unexcw.c ( __malloc_initialized): Declare external variable. 73 * unexcw.c ( __malloc_initialized): Declare external variable.
70 (fixup_executable): Force the dumped emacs to reinitialize malloc. 74 (fixup_executable): Force the dumped emacs to reinitialize malloc.
71 75
72 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo): New 76 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
73 variables. 77 New variables.
74 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the 78 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
75 dumped emacs. 79 dumped emacs.
76 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage 80 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
@@ -172,8 +176,8 @@
172 * xdisp.c (iterate_out_of_display_property): xassert that 176 * xdisp.c (iterate_out_of_display_property): xassert that
173 IT->position is set to within IT->object's boundaries. Break from 177 IT->position is set to within IT->object's boundaries. Break from
174 the loop as soon as EOB is reached; avoids infloops in redisplay 178 the loop as soon as EOB is reached; avoids infloops in redisplay
175 when IT->position is set up wrongly due to some bug. Set 179 when IT->position is set up wrongly due to some bug.
176 IT->current to match the bidi iterator unconditionally. 180 Set IT->current to match the bidi iterator unconditionally.
177 (push_display_prop): Allow GET_FROM_STRING as IT->method on 181 (push_display_prop): Allow GET_FROM_STRING as IT->method on
178 entry. Force push_it to save on the stack the current 182 entry. Force push_it to save on the stack the current
179 buffer/string position, to be restored by pop_it. Fix flags in 183 buffer/string position, to be restored by pop_it. Fix flags in
@@ -196,8 +200,8 @@
1962011-08-08 Eli Zaretskii <eliz@gnu.org> 2002011-08-08 Eli Zaretskii <eliz@gnu.org>
197 201
198 * xdisp.c (forward_to_next_line_start): Allow to use the 202 * xdisp.c (forward_to_next_line_start): Allow to use the
199 no-display-properties-and-no-overlays under bidi display. Set 203 no-display-properties-and-no-overlays under bidi display.
200 disp_pos in the bidi iterator to avoid searches for display 204 Set disp_pos in the bidi iterator to avoid searches for display
201 properties and overlays. 205 properties and overlays.
202 206
2032011-08-08 Chong Yidong <cyd@stupidchicken.com> 2072011-08-08 Chong Yidong <cyd@stupidchicken.com>
@@ -235,7 +239,7 @@
235 * bidi.c <bidi_cache_total_alloc>: Now static. 239 * bidi.c <bidi_cache_total_alloc>: Now static.
236 (bidi_initialize): Initialize bidi_cache_total_alloc. 240 (bidi_initialize): Initialize bidi_cache_total_alloc.
237 241
238 *xdisp.c (display_line): Release buffer allocated for shelved bidi 242 * xdisp.c (display_line): Release buffer allocated for shelved bidi
239 cache. (Bug#9221) 243 cache. (Bug#9221)
240 244
241 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total 245 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total