comparison lisp/ChangeLog @ 82070:62454e8b7dd5

(vc-mode-line-map): New const. (vc-mode-line): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 23 Jul 2007 21:07:03 +0000
parents cbb38ceb3177
children 7894e62e5b10
comparison
equal deleted inserted replaced
82069:ed4cade83fcc 82070:62454e8b7dd5
1 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-hooks.el (vc-mode-line-map): New const.
4 (vc-mode-line): Use it.
5
1 2007-07-23 Alexandre Julliard <julliard@winehq.org> 6 2007-07-23 Alexandre Julliard <julliard@winehq.org>
2 7
3 * vc-git.el (vc-git-delete-file, vc-git-rename-file) 8 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4 (vc-git-unregister): New functions. 9 (vc-git-unregister): New functions.
5 (vc-git-find-version): Use the result of ls-files as a parameter 10 (vc-git-find-version): Use the result of ls-files as a parameter
37 Also, if FILE is a list, return non-nil if any of its elements 42 Also, if FILE is a list, return non-nil if any of its elements
38 should stay local. Update docstring. 43 should stay local. Update docstring.
39 44
40 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> 45 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
41 46
42 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25 change. 47 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
48 change by reverting a small part.
43 49
44 2007-07-23 Richard Stallman <rms@gnu.org> 50 2007-07-23 Richard Stallman <rms@gnu.org>
45 51
46 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe. 52 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
47 53
57 63
58 * vc-git.el (vc-git-workfile-unchanged-p): Update comment. 64 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
59 65
60 2007-07-20 Kenichi Handa <handa@m17n.org> 66 2007-07-20 Kenichi Handa <handa@m17n.org>
61 67
62 * international/utf-8.el (utf-8-post-read-conversion): Temporarily 68 * international/utf-8.el (utf-8-post-read-conversion):
63 bind utf-8-compose-scripts to nil while running *-compose-region 69 Temporarily bind utf-8-compose-scripts to nil while running
64 functions. 70 *-compose-region functions.
65 71
66 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu> 72 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
67 73
68 * vc-git.el: Update status. 74 * vc-git.el: Update status.
69 (vc-directory-exclusion-list): Use eval-after-load. 75 (vc-directory-exclusion-list): Use eval-after-load.