diff options
| author | Stefan Monnier | 2001-07-16 23:45:18 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-07-16 23:45:18 +0000 |
| commit | a38b71b0c85303000c3f77ab8fd1380dae8178d1 (patch) | |
| tree | dd1db86b0d19d1e662fec485b60159a4e6a3b2d3 | |
| parent | be567141bcb5e39ca67cdb120b0bad899704eacc (diff) | |
| download | emacs-a38b71b0c85303000c3f77ab8fd1380dae8178d1.tar.gz emacs-a38b71b0c85303000c3f77ab8fd1380dae8178d1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd3cb4fb3be..b21d959cd5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,22 @@ | |||
| 1 | 2001-07-16 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp. | ||
| 4 | (tcl-mode): Use tcl-add-log-defun. | ||
| 5 | (tcl-indent-line): Use tcl-calculate-indent. | ||
| 6 | (tcl-calculate-indent): Renamed from calculate-tcl-indent. | ||
| 7 | (tcl-indent-exp): Renamed from indent-tcl-exp. | ||
| 8 | (tcl-add-log-defun): Renamed from add-log-tcl-defun. | ||
| 9 | (tcl-indent-for-comment): Call comment-indent-function properly | ||
| 10 | and handle the case where it returns nil. | ||
| 11 | |||
| 1 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> | 12 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 13 | ||
| 3 | * calendar/cal-islam.el (calendar-goto-islamic-date): Remove | 14 | * calendar/cal-islam.el (calendar-goto-islamic-date): |
| 4 | autoload cookie. | 15 | Remove autoload cookie. |
| 16 | |||
| 17 | * calendar/calendar.el (calendar-goto-islamic-date): | ||
| 18 | Add call to autoload. | ||
| 5 | 19 | ||
| 6 | * calendar/calendar.el (calendar-goto-islamic-date): Add | ||
| 7 | call to autoload. | ||
| 8 | |||
| 9 | 2001-07-16 Stefan Monnier <monnier@cs.yale.edu> | 20 | 2001-07-16 Stefan Monnier <monnier@cs.yale.edu> |
| 10 | 21 | ||
| 11 | * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks. | 22 | * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks. |