diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9061730010d..93893249630 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | 1 | 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix. | ||
| 4 | (display-call-tree): Ensure newline after caller/calls blocks. | ||
| 5 | |||
| 6 | 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 7 | |||
| 3 | * startup.el (command-line-1): Make option | 8 | * startup.el (command-line-1): Make option |
| 4 | --directory/-L modify `load-path' straight away. | 9 | --directory/-L modify `load-path' straight away. |
| 5 | 10 | ||