Mercurial > emacs
comparison lisp/ChangeLog @ 95037:aace8f4875d2
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 16 May 2008 08:25:00 +0000 |
parents | d3150b7dc91a |
children | ee7ff8943448 |
comparison
equal
deleted
inserted
replaced
95036:76cbdd481eaf | 95037:aace8f4875d2 |
---|---|
20 (ses-center): Use string-width rather than length. | 20 (ses-center): Use string-width rather than length. |
21 | 21 |
22 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com> | 22 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com> |
23 | 23 |
24 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el, | 24 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el, |
25 vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el: Rename | 25 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el: Rename |
26 vc-*-create-snapshot and vc-*-retrieve-snapshot to vc-*-create-tag | 26 vc-*-create-snapshot and vc-*-retrieve-snapshot to vc-*-create-tag |
27 and vc-*-retireve-tag respectively. | 27 and vc-*-retrieve-tag respectively. |
28 | 28 |
29 * vc-dispatcher.el: Fix an incorrect buffer name and remove an | 29 * vc-dispatcher.el: Fix an incorrect buffer name and remove an |
30 unneeded defalias. | 30 unneeded defalias. |
31 | 31 |
32 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Moved. | 32 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Moved. |
47 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com> | 47 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com> |
48 | 48 |
49 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned | 49 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned |
50 list to a cons so the caller can get back both expanded and | 50 list to a cons so the caller can get back both expanded and |
51 unexpanded filesets. | 51 unexpanded filesets. |
52 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal, | 52 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal) |
53 vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback): | 53 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback): |
54 Change handling of selection-set returns as required. | 54 Change handling of selection-set returns as required. |
55 | 55 |
56 2008-05-15 John Paul Wallington <jpw@pobox.com> | 56 2008-05-15 John Paul Wallington <jpw@pobox.com> |
57 | 57 |
58 * add-log.el (top-level): Don't require cl when compiling. | 58 * add-log.el (top-level): Don't require cl when compiling. |
92 (tramp-check-for-regexp): Use it. | 92 (tramp-check-for-regexp): Use it. |
93 | 93 |
94 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com> | 94 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com> |
95 | 95 |
96 * vc.el (vc-deduce-fileset): Do the right thing when visting a | 96 * vc.el (vc-deduce-fileset): Do the right thing when visting a |
97 buffer (say, a log buffer or diff buffer) with a vc-dir buffer as parent. | 97 buffer (say, a log buffer or diff buffer) with a vc-dir buffer |
98 as parent. | |
98 | 99 |
99 2008-05-14 John Paul Wallington <jpw@pobox.com> | 100 2008-05-14 John Paul Wallington <jpw@pobox.com> |
100 | 101 |
101 * international/mule.el (convert-define-charset-argument): Remove | 102 * international/mule.el (convert-define-charset-argument): |
102 period from end of error message. | 103 Remove period from end of error message. |
103 (coding-system-mnemonic): Doc fix. | 104 (coding-system-mnemonic): Doc fix. |
104 (ctext-pre-write-conversion): Doc fix. | 105 (ctext-pre-write-conversion): Doc fix. |
105 | 106 |
106 2008-05-14 Simon Marshall <simon@gnu.org> | 107 2008-05-14 Simon Marshall <simon@gnu.org> |
107 | 108 |
153 as a string. | 154 as a string. |
154 (talk-add-display): Simplify. Accept only string args. | 155 (talk-add-display): Simplify. Accept only string args. |
155 | 156 |
156 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com> | 157 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com> |
157 | 158 |
158 * calc/calc.el (calc-mode-map): Remove old keybinding for | 159 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'. |
159 `calc-yank'. | |
160 | 160 |
161 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | 161 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> |
162 | 162 |
163 * Makefile.in (bootstrap-prepare): Don't chmod files. | 163 * Makefile.in (bootstrap-prepare): Don't chmod files. |
164 (autoloads): Do it here instead, where it's actually needed. | 164 (autoloads): Do it here instead, where it's actually needed. |