Mercurial > emacs
comparison lisp/ChangeLog @ 80875:51b85ee9ab0f
Ensure that update-changelog issues an error when used with
a backend that does not implement it.
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
Remove `backend' argument. Use expand-file-name.
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 08 May 2007 04:26:41 +0000 |
parents | ca9519bf5703 |
children | f46158b1c8bc |
comparison
equal
deleted
inserted
replaced
80874:ca9519bf5703 | 80875:51b85ee9ab0f |
---|---|
1 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc.el: Ensure that update-changelog issues an error when used with | |
4 a backend that does not implement it. | |
5 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog. | |
6 Remove `backend' argument. Use expand-file-name. | |
7 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases. | |
8 | |
9 * progmodes/python.el (python-end-of-block): Revert last change. | |
10 (python-end-of-statement): Make sure we move *forward*. | |
11 | |
1 2007-05-08 David Reitter <david.reitter@gmail.com> | 12 2007-05-08 David Reitter <david.reitter@gmail.com> |
2 | 13 |
3 * progmodes/python.el (python-guess-indent): Check non-nullness | 14 * progmodes/python.el (python-guess-indent): Check non-nullness |
4 before comparing indent against the 2..8 interval. | 15 before comparing indent against the 2..8 interval. |
5 | 16 |
13666 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. | 13677 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. |
13667 (mh-autoloads): Don't use comments on otherwise empty lines. | 13678 (mh-autoloads): Don't use comments on otherwise empty lines. |
13668 | 13679 |
13669 2006-01-29 Edward O'Connor <ted@oconnor.cx> | 13680 2006-01-29 Edward O'Connor <ted@oconnor.cx> |
13670 | 13681 |
13671 * emulation/viper.el (viper-major-mode-modifier-list): Add | 13682 * emulation/viper.el (viper-major-mode-modifier-list): |
13672 insert-state and vi-state entries for erc-mode. | 13683 Add insert-state and vi-state entries for erc-mode. |
13673 (viper-go-away, viper-set-hooks): Add and remove | 13684 (viper-go-away, viper-set-hooks): Add and remove |
13674 viper-comint-mode-hook from erc-mode-hook as appropriate. | 13685 viper-comint-mode-hook from erc-mode-hook as appropriate. |
13675 | 13686 |
13676 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode. | 13687 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode. |
13677 | 13688 |