diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 035ef88c485..5bcd89e4ca1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * lisp.h (modify_region): Rename to... | ||
| 4 | (modify_region_1): ...new prototype. | ||
| 5 | * textprop.c (modify_region): Now static. Adjust users. | ||
| 6 | * insdel.c (modify_region): Rename to... | ||
| 7 | (modify_region_1): ...new function to work with current buffer. | ||
| 8 | Adjust comment and users. Use true and false for booleans. | ||
| 9 | |||
| 10 | 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 11 | |||
| 3 | * alloc.c (free_save_value): New function. | 12 | * alloc.c (free_save_value): New function. |
| 4 | (safe_alloca_unwind): Use it. | 13 | (safe_alloca_unwind): Use it. |
| 5 | * lisp.h (free_save_value): New prototype. | 14 | * lisp.h (free_save_value): New prototype. |