aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-16 17:51:19 +0000
committerJuanma Barranquero2008-02-16 17:51:19 +0000
commit19d8735eff00efad20fea3f2a893de6114d8dd84 (patch)
treeb66bb1706249c7cad97fe6d6b1b7aa77b99fc6d2
parent634d3003f7bb1ab297aadf862acb915785f385c2 (diff)
downloademacs-19d8735eff00efad20fea3f2a893de6114d8dd84.tar.gz
emacs-19d8735eff00efad20fea3f2a893de6114d8dd84.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a1814162a6..e7e1d6650be 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,15 +1,14 @@
12008-02-16 Lawrence Mitchell <wence@gmx.li> 12008-02-16 Lawrence Mitchell <wence@gmx.li>
2 2
3 * ielm.el (ielm-is-whitespace-or-comment): Docstring 3 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
4 fix.
5 4
62008-02-16 Dan Nicolaescu <dann@ics.uci.edu> 52008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
7 6
8 * vc.el (vc-annotate): Add new argument. 7 * vc.el (vc-annotate): Add new argument.
9 (vc-annotate-warp-revision): Pass the current line to vc-annotate. 8 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10 9
11 * progmodes/hideshow.el: Remove the minor-mode bookkeeping. Move 10 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
12 make-variable-buffer-local code after the corresponding defvar. 11 Move make-variable-buffer-local code after the corresponding defvar.
13 (hs-minor-mode-map): Define and initialize in one step. 12 (hs-minor-mode-map): Define and initialize in one step.
14 (hs-minor-mode): Change from defun to define-minor-mode. 13 (hs-minor-mode): Change from defun to define-minor-mode.
15 14
@@ -33,15 +32,15 @@
33 * calendar/time-date.el (format-seconds): Remove `nonzero' argument 32 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
34 in favor of `%z' specifier. 33 in favor of `%z' specifier.
35 (emacs-uptime): Move to time.el. 34 (emacs-uptime): Move to time.el.
36 * time.el (emacs-uptime): Move here from time-date.el. Add 35 * time.el (emacs-uptime): Move here from time-date.el. Add optional
37 optional `format' argument. Doc fix. Use `%z' rather than 36 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
38 removed `nonzero' argument of format-seconds. 37 argument of format-seconds.
39 38
402008-02-16 Dan Nicolaescu <dann@ics.uci.edu> 392008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
41 40
42 * bindings.el (mode-line-mule-info): Make the tooltips more explicit. 41 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
43 42
442008-02-15 Lawrence Mitchell <wence@gmx.li> 432008-02-15 Lawrence Mitchell <wence@gmx.li>
45 44
46 * ielm.el (ielm-is-whitespace): Remove. 45 * ielm.el (ielm-is-whitespace): Remove.
47 (ielm-is-whitespace-or-comment): New function. 46 (ielm-is-whitespace-or-comment): New function.