diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 43f98adbef9..01ac54a8815 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-10-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid | ||
| 4 | compiler warning. | ||
| 5 | (help-at-pt-timer-delay): Add :initialize and :version keywords. | ||
| 6 | Simplify :set function. | ||
| 7 | (help-at-pt-display-when-idle): Remove autoload. Add :version | ||
| 8 | keyword. | ||
| 9 | |||
| 1 | 2004-10-30 Stefan <monnier@iro.umontreal.ca> | 10 | 2004-10-30 Stefan <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook. | 12 | * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook. |