Mercurial > emacs
changeset 51266:260b864ff270
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 May 2003 18:40:55 +0000 |
parents | 575ad90ca254 |
children | c21ab9f401a9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 27 18:40:31 2003 +0000 +++ b/lisp/ChangeLog Tue May 27 18:40:55 2003 +0000 @@ -1,3 +1,26 @@ +2003-05-27 Glenn Morris <gmorris@ast.cam.ac.uk> + + * progmodes/sh-script.el (sh-here-document-word): Document + new treatment of leading "-". + (sh-maybe-here-document): Strip a leading "-" from closing + heredoc delimiter, if present. + + * align.el (align-rules-list): Doc fix. + + * calendar/timeclock.el: Update copyright. + (timeclock-ask-before-exiting): Put `timeclock-query-out' on + `kill-emacs-query-functions' rather than `kill-emacs-hook'. + (timeclock-mode-string): Doc fix. + (timeclock-modeline-display): Doc fix. Use `global-mode-string' + rather than `mode-line-format'. + (timeclock-query-out): Doc fix. + (timeclock-update-modeline): No need for `let*', so use `let'. + Add some help-echo text to `timeclock-mode-string'. + (timeclock-mode-string): Give it the risky-local-variable + property, so that help-echo text will display. + (timeclock-find-discrep): Set `accum' to 0 if + `timeclock-discrepancy' is nil. + 2003-05-27 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):