aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-07-20 20:31:29 +0000
committerStefan Monnier2007-07-20 20:31:29 +0000
commitbb042dc6fab52bd691b520b03ee61be7718664c0 (patch)
treea4db0abd86335bf81f54c2a68c671f892bc4aae8 /lisp/ChangeLog
parent765831a0749719d0e7e5b91cf1576689eb04cc36 (diff)
downloademacs-bb042dc6fab52bd691b520b03ee61be7718664c0.tar.gz
emacs-bb042dc6fab52bd691b520b03ee61be7718664c0.zip
(add-change-log-entry, add-log-current-defun, change-log-merge):
Use derived-mode-p rather than checking major-mode directly.
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.