# HG changeset patch # User Glenn Morris # Date 1054060855 0 # Node ID 260b864ff2701e74ad49ad7228b89aa3639ca96f # Parent 575ad90ca2548ff2f9a262c55f5bb9dce08324e0 *** empty log message *** diff -r 575ad90ca254 -r 260b864ff270 lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):