diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6152668a22..e147889f796 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | 6 | ||
| 7 | * font.c (num_fonts): Remove the leftover from old | 7 | * font.c (num_fonts): Remove the leftover from old |
| 8 | debugging code. Adjust comment style here and there. | 8 | debugging code. Adjust comment style here and there. |
| 9 | * insdel.c (insert_1): Remove. | ||
| 10 | * lisp.h (insert_1): Remove prototype. | ||
| 11 | * xdisp.c (message_dolog): Adjust users to call insert_1_both. | ||
| 9 | 12 | ||
| 10 | 2013-01-25 Eli Zaretskii <eliz@gnu.org> | 13 | 2013-01-25 Eli Zaretskii <eliz@gnu.org> |
| 11 | 14 | ||