diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 531d1f646cb..f9da8772973 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local. | ||
| 4 | |||
| 3 | * insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks and | 5 | * insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks and |
| 4 | region handling (and don't call signal_before_change) if | 6 | region handling (and don't call signal_before_change) if |
| 5 | inhibit_modification_hooks is set. | 7 | inhibit_modification_hooks is set. |