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 fc98bcc11e3..db8cc1186a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * cmds.c (Vblink_paren_function): Remove. | ||
| 4 | (internal_self_insert): Make it insert N chars at a time. | ||
| 5 | Don't call blink-paren-function. | ||
| 6 | (Fself_insert_command): Adjust accordingly. | ||
| 7 | (syms_of_cmds): Don't declare blink-paren-function. | ||
| 8 | |||
| 1 | 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. | 11 | * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. |