diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27f4252195c..037ec689fd0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | 2007-01-05 Glenn Morris <rgm@gnu.org> | 1 | 2008-01-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | |||
| 3 | * Makefile.in (custom-deps, finder-data): Depend on autoloads | ||
| 4 | instead of loaddefs.el. | ||
| 5 | |||
| 6 | 2008-01-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | 7 | ||
| 3 | * progmodes/verilog-mode.el: Replace all instances of | 8 | * progmodes/verilog-mode.el: Replace all instances of |
| 4 | string-to-int with string-to-number, insert-string with insert, | 9 | string-to-int with string-to-number, insert-string with insert, |