Mercurial > emacs
changeset 91880:29f954768655
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 16 Feb 2008 17:51:19 +0000 |
parents | 681edb478662 |
children | 6067cc57ab47 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Feb 16 17:05:24 2008 +0000 +++ b/lisp/ChangeLog Sat Feb 16 17:51:19 2008 +0000 @@ -1,15 +1,14 @@ -2008-02-16 Lawrence Mitchell <wence@gmx.li> - - * ielm.el (ielm-is-whitespace-or-comment): Docstring - fix. +2008-02-16 Lawrence Mitchell <wence@gmx.li> + + * ielm.el (ielm-is-whitespace-or-comment): Docstring fix. 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu> * vc.el (vc-annotate): Add new argument. (vc-annotate-warp-revision): Pass the current line to vc-annotate. - * progmodes/hideshow.el: Remove the minor-mode bookkeeping. Move - make-variable-buffer-local code after the corresponding defvar. + * progmodes/hideshow.el: Remove the minor-mode bookkeeping. + Move make-variable-buffer-local code after the corresponding defvar. (hs-minor-mode-map): Define and initialize in one step. (hs-minor-mode): Change from defun to define-minor-mode. @@ -33,15 +32,15 @@ * calendar/time-date.el (format-seconds): Remove `nonzero' argument in favor of `%z' specifier. (emacs-uptime): Move to time.el. - * time.el (emacs-uptime): Move here from time-date.el. Add - optional `format' argument. Doc fix. Use `%z' rather than - removed `nonzero' argument of format-seconds. + * time.el (emacs-uptime): Move here from time-date.el. Add optional + `format' argument. Doc fix. Use `%z' rather than removed `nonzero' + argument of format-seconds. 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu> * bindings.el (mode-line-mule-info): Make the tooltips more explicit. -2008-02-15 Lawrence Mitchell <wence@gmx.li> +2008-02-15 Lawrence Mitchell <wence@gmx.li> * ielm.el (ielm-is-whitespace): Remove. (ielm-is-whitespace-or-comment): New function.