diff options
| author | Stefan Monnier | 2010-08-19 17:43:45 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-08-19 17:43:45 +0200 |
| commit | a2e5caf79e75361fb4d7e096e782398299ad1083 (patch) | |
| tree | d5a10d0781d2f7b368f9acd1c31328b16199e31b /src/ChangeLog | |
| parent | 20d60baf356016231980a55673950dcdbc512b37 (diff) | |
| download | emacs-a2e5caf79e75361fb4d7e096e782398299ad1083.tar.gz emacs-a2e5caf79e75361fb4d7e096e782398299ad1083.zip | |
New post-self-insert-hook.
* src/cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
(Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
(internal_self_insert): Run post-self-insert-hook rather than handle
self-insert-face.
(syms_of_cmds): Initialize the new vars.
* lisp/facemenu.el (facemenu-self-insert-data): New var.
(facemenu-post-self-insert-function, facemenu-set-self-insert-face): New funs.
(facemenu-add-face): Use them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 649964178d5..96d5c774339 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove. | ||
| 4 | (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars. | ||
| 5 | (internal_self_insert): Run Qpost_self_insert_hook rather than handle | ||
| 6 | self-insert-face. | ||
| 7 | (syms_of_cmds): Initialize the new vars. | ||
| 8 | |||
| 1 | 2010-08-19 Jason Rumney <jasonr@gnu.org> | 9 | 2010-08-19 Jason Rumney <jasonr@gnu.org> |
| 2 | 10 | ||
| 3 | * w32fns.c (w32_wnd_proc): Don't check context before initializing. | 11 | * w32fns.c (w32_wnd_proc): Don't check context before initializing. |