aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2011-08-22 23:09:59 -0400
committerStefan Monnier2011-08-22 23:09:59 -0400
commit8b76d6f8eab68baebd7cc7da85e93bf09e4d34da (patch)
treeea8ba82455fc6b5422d92e98bfc62bef91ebf61b /src
parent867cab7493ffdaa9de2b06db573a5f6290a2042f (diff)
downloademacs-8b76d6f8eab68baebd7cc7da85e93bf09e4d34da.tar.gz
emacs-8b76d6f8eab68baebd7cc7da85e93bf09e4d34da.zip
* src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog22
-rw-r--r--src/cmds.c3
2 files changed, 15 insertions, 10 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
diff --git a/src/cmds.c b/src/cmds.c
index f49cfc221be..c079ad7168f 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -271,7 +271,8 @@ Whichever character you type to run this command is inserted.
271Before insertion, `expand-abbrev' is executed if the inserted character does 271Before insertion, `expand-abbrev' is executed if the inserted character does
272not have word syntax and the previous character in the buffer does. 272not have word syntax and the previous character in the buffer does.
273After insertion, the value of `auto-fill-function' is called if the 273After insertion, the value of `auto-fill-function' is called if the
274`auto-fill-chars' table has a non-nil value for the inserted character. */) 274`auto-fill-chars' table has a non-nil value for the inserted character.
275At the end, it runs `post-self-insert-hook'. */)
275 (Lisp_Object n) 276 (Lisp_Object n)
276{ 277{
277 int remove_boundary = 1; 278 int remove_boundary = 1;