aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b415c11303b..5a4c4e0a86f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12008-03-06 Stefan Monnier <monnier@iro.umontreal.ca> 12008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * arc-mode.el (archive-ar-file-header-re): New const.
4 (archive-ar-summarize, archive-ar-extract): New funs.
5 (archive-find-type): Recognize ar archives.
6
3 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): 7 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4 New functions. 8 New functions.
5 9
@@ -7,8 +11,8 @@
7 11
82008-03-06 Lennart Borgman <lennart.borgman@gmail.com> (tiny change) 122008-03-06 Lennart Borgman <lennart.borgman@gmail.com> (tiny change)
9 13
10 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced 14 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11 :enable (mark-active) with :enable mark-active. 15 Replace :enable (mark-active) with :enable mark-active.
12 16
132008-03-06 Juanma Barranquero <lekktu@gmail.com> 172008-03-06 Juanma Barranquero <lekktu@gmail.com>
14 18