comparison lisp/ChangeLog @ 92048:6c7b0f83001a

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 21 Feb 2008 09:29:24 +0000
parents 0c8c96c56510
children 5fdc52f62104
comparison
equal deleted inserted replaced
92047:0c8c96c56510 92048:6c7b0f83001a
4 "Turn off" and a "Help" entry when the minor mode has no menu. 4 "Turn off" and a "Help" entry when the minor mode has no menu.
5 5
6 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu> 6 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
7 7
8 * vc.el (vc-status-mark, vc-status-unmark): New functions. 8 * vc.el (vc-status-mark, vc-status-unmark): New functions.
9 (vc-status-mode-map, vc-status-mode-menu): Mark them instead for 9 (vc-status-mode-map, vc-status-mode-menu): Bind them instead for
10 vc-status-mark-file and vc-status-unmark-file. 10 vc-status-mark-file and vc-status-unmark-file.
11 (vc-status-mark-unmark): New function. 11 (vc-status-mark-unmark): New function.
12 (vc-status-previous-line, vc-status-next-line): No longer 12 (vc-status-previous-line, vc-status-next-line): No longer interactive.
13 interactive.
14 13
15 2008-02-21 Glenn Morris <rgm@gnu.org> 14 2008-02-21 Glenn Morris <rgm@gnu.org>
16 15
17 * composite.el (encode-composition-rule): Fix typo in error message. 16 * composite.el (encode-composition-rule): Fix typo in error message.
18 (composition-function-table, auto-composition-mode): Doc fixes. 17 (composition-function-table, auto-composition-mode): Doc fixes.