diff options
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. |