aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0404053f717..bf5b5da1be2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,13 +1,15 @@
12007-07-20 Dan Nicolaescu <dann@ics.uci.edu> 12007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * progmodes/compile.el (compilation-auto-jump-to-first-error): Add 3 * progmodes/compile.el (compilation-auto-jump-to-first-error):
4 group and version. 4 Add group and version.
5 5
62007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> 62007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7 7
8 * add-log.el (add-log-file-name): Use file-relative-name. 8 * add-log.el (add-log-file-name): Use file-relative-name.
9 (add-change-log-entry): Delay reading add-log-(full-name|mailing-address) 9 (add-change-log-entry): Delay reading add-log-(full-name|mailing-address)
10 to after we've switched to the ChangeLog buffer so we get the right value. 10 to after we've switched to the ChangeLog buffer so we get the right value.
11 (add-change-log-entry, add-log-current-defun, change-log-merge):
12 Use derived-mode-p rather than checking major-mode directly.
11 13
12 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory 14 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
13 name for buffer-file-name if it refers to a directory. 15 name for buffer-file-name if it refers to a directory.