comparison lisp/ChangeLog @ 82006:5942689a5d21

(add-change-log-entry, add-log-current-defun, change-log-merge): Use derived-mode-p rather than checking major-mode directly.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 20 Jul 2007 20:31:29 +0000
parents af49557163c6
children c934794f2e69
comparison
equal deleted inserted replaced
82005:0de2cd15c33d 82006:5942689a5d21
1 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu> 1 2007-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
6 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> 6 2007-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.
14 16
15 * vc-arch.el (vc-arch-diff): Fix last change. 17 * vc-arch.el (vc-arch-diff): Fix last change.