diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8fc0bece69c..67cb5bd79aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | * startup.el (command-line-1): Rename -internal-script back to | 3 | * startup.el (command-line-1): Rename -internal-script back to |
| 4 | -scriptload (reverts previous change). | 4 | -scriptload (reverts previous change). |
| 5 | 5 | ||
| 6 | * calendar/calendar.el (diary-file): Doc fix. | ||
| 7 | (calendar-buffer-list): Return buffers rather than strings (fixes | ||
| 8 | previous change). | ||
| 9 | |||
| 6 | * textmodes/org-irc.el (top-level): CL not required when compiling. | 10 | * textmodes/org-irc.el (top-level): CL not required when compiling. |
| 7 | (org-irc-visit-erc): Replace runtime CL functions. | 11 | (org-irc-visit-erc): Replace runtime CL functions. |
| 8 | 12 | ||