aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-16 15:54:37 +0000
committerDan Nicolaescu2008-02-16 15:54:37 +0000
commitbae9f9e311d370f625e442fecfe7d23d2ced2cf3 (patch)
treeb37522ba2b9f9c026e051463d508ab567de3ce68 /lisp/ChangeLog
parent8a7619baf36a5b9ebd0375848e62c08efb3c438e (diff)
downloademacs-bae9f9e311d370f625e442fecfe7d23d2ced2cf3.tar.gz
emacs-bae9f9e311d370f625e442fecfe7d23d2ced2cf3.zip
(vc-annotate): Add new argument.
(vc-annotate-warp-revision): Pass the current line to vc-annotate.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 073fdee2815..2509add2580 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12008-02-16 Dan Nicolaescu <dann@ics.uci.edu> 12008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vc.el (vc-annotate): Add new argument.
4 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5
3 * progmodes/hideshow.el: Remove the minor-mode bookkeeping. Move 6 * progmodes/hideshow.el: Remove the minor-mode bookkeeping. Move
4 make-variable-buffer-local code after the corresponding defvar. 7 make-variable-buffer-local code after the corresponding defvar.
5 (hs-minor-mode-map): Define and initialize in one step. 8 (hs-minor-mode-map): Define and initialize in one step.