comparison lisp/ChangeLog @ 78748:0b7bd1d9ffbf

(vc-bzr-admin-lastrev): New constant. (vc-bzr-file-name-relative): Use 'when' instead of 'and'. (vc-bzr-status): Fix shadowing of variable 'status'. (vc-bzr-workfile-version): Use correct path to 'last-revision' file. Use `expand-file-name' instead of `concat'. (vc-bzr-annotate-command): Use option name '--long' instead of '-l'. Update annotation line regexp. Fixes launchpad.net [Bug 137435].
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 Sep 2007 01:26:58 +0000
parents 7037ab6f28bc
children 4256a2145ba2
comparison
equal deleted inserted replaced
78747:2f5f0065fee6 78748:0b7bd1d9ffbf
1 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
2
3 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
4 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5 (vc-bzr-status): Fix shadowing of variable 'status'.
6 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7 Use `expand-file-name' instead of `concat'.
8 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
9 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
10
1 2007-09-05 Jason Rumney <jasonr@gnu.org> 11 2007-09-05 Jason Rumney <jasonr@gnu.org>
2 12
3 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32. 13 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4 14
5 2007-09-02 Richard Stallman <rms@gnu.org> 15 2007-09-02 Richard Stallman <rms@gnu.org>
9 (lisp-body-indent): Likewise. 19 (lisp-body-indent): Likewise.
10 20
11 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 21 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
12 22
13 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and 23 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
14 prev/next-node. 24 prev/next-node.
15 25
16 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables. 26 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
17 (x-gtk-map-stock): New function. 27 (x-gtk-map-stock): New function.
18 28
19 2007-09-02 Glenn Morris <rgm@gnu.org> 29 2007-09-02 Glenn Morris <rgm@gnu.org>
40 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps) 50 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
41 (speedbar-check-vc): Don't use dframe-xemacsp. 51 (speedbar-check-vc): Don't use dframe-xemacsp.
42 52
43 2007-08-30 Martin Rudalics <rudalics@gmx.at> 53 2007-08-30 Martin Rudalics <rudalics@gmx.at>
44 54
45 * files.el (backup-buffer-copy): Try to overwrite old backup 55 * files.el (backup-buffer-copy): Try to overwrite old backup first.
46 first.
47 56
48 2007-08-29 Martin Rudalics <rudalics@gmx.at> 57 2007-08-29 Martin Rudalics <rudalics@gmx.at>
49 58
50 * repeat.el (repeat): Use last-repeatable-command instead of 59 * repeat.el (repeat): Use last-repeatable-command instead of
51 real-last-command. Run pre- and post-command hooks for 60 real-last-command. Run pre- and post-command hooks for
52 self-insertion. Update doc-string. 61 self-insertion. Update doc-string.
53 62
54 2007-08-28 Glenn Morris <rgm@gnu.org> 63 2007-08-28 Glenn Morris <rgm@gnu.org>
55 64
56 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, 65 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
57 null.
58 66
59 2007-08-27 Alexandre Julliard <julliard@winehq.org> 67 2007-08-27 Alexandre Julliard <julliard@winehq.org>
60 68
61 * vc-git.el (vc-git-state): Call git-add --refresh to update the 69 * vc-git.el (vc-git-state): Call git-add --refresh to update the
62 state of the file. 70 state of the file.
63 (vc-git-workfile-unchanged-p): Delegate implementation to 71 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
64 vc-git-state. 72 (vc-git-create-repo): Fix invalid command.
65 (vc-git-create-repo): Fixed invalid command.
66 73
67 2007-08-27 Richard Stallman <rms@gnu.org> 74 2007-08-27 Richard Stallman <rms@gnu.org>
68 75
69 * textmodes/flyspell.el (flyspell-mode): 76 * textmodes/flyspell.el (flyspell-mode):
70 Catch errors in flyspell-mode-on. 77 Catch errors in flyspell-mode-on.