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 5290d7ba92b..e9901dfa1bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * fileio.c (history_delete_duplicates): Remove unused declaration. | ||
| 4 | |||
| 5 | * callint.c (history_delete_duplicates): New declaration. | ||
| 6 | (Fcall_interactively): Remove command history duplicates when | ||
| 7 | history_delete_duplicates is true. | ||
| 8 | |||
| 1 | 2009-04-14 Eli Zaretskii <eliz@gnu.org> | 9 | 2009-04-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * buffer.c (syms_of_buffer) <line-spacing>: Doc fix. | 11 | * buffer.c (syms_of_buffer) <line-spacing>: Doc fix. |