diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 29d6c4284af..42aff300ad6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h (last_undo_boundary): Declare new var. | ||
| 4 | * keyboard.c (command_loop_1): Set it. | ||
| 5 | * cmds.c (Fself_insert_command): Use it to only remove boundaries that | ||
| 6 | were auto-added by the command loop (bug#11774). | ||
| 7 | |||
| 1 | 2012-07-18 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2012-07-18 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 9 | ||
| 3 | * w32font.c (Qsymbol): Remove local definition. | 10 | * w32font.c (Qsymbol): Remove local definition. |