From: Stefan Monnier Date: Mon, 16 Jul 2001 23:45:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~474 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a38b71b0c85303000c3f77ab8fd1380dae8178d1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd3cb4fb3be..b21d959cd5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,11 +1,22 @@ +2001-07-16 Stefan Monnier + + * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp. + (tcl-mode): Use tcl-add-log-defun. + (tcl-indent-line): Use tcl-calculate-indent. + (tcl-calculate-indent): Renamed from calculate-tcl-indent. + (tcl-indent-exp): Renamed from indent-tcl-exp. + (tcl-add-log-defun): Renamed from add-log-tcl-defun. + (tcl-indent-for-comment): Call comment-indent-function properly + and handle the case where it returns nil. + 2001-07-16 Gerd Moellmann - * calendar/cal-islam.el (calendar-goto-islamic-date): Remove - autoload cookie. + * calendar/cal-islam.el (calendar-goto-islamic-date): + Remove autoload cookie. + + * calendar/calendar.el (calendar-goto-islamic-date): + Add call to autoload. - * calendar/calendar.el (calendar-goto-islamic-date): Add - call to autoload. - 2001-07-16 Stefan Monnier * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.