Mercurial > emacs
comparison lisp/ChangeLog @ 49037:7a65267153a2
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 04 Jan 2003 09:32:17 +0000 |
parents | af9ed9872109 |
children | e1f3921c6689 |
comparison
equal
deleted
inserted
replaced
49036:466922eb2b8d | 49037:7a65267153a2 |
---|---|
1 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * xml.el (xml-substitute-special): Move "&" -> "&" last. | |
4 | |
1 2003-01-04 Kim F. Storm <storm@cua.dk> | 5 2003-01-04 Kim F. Storm <storm@cua.dk> |
2 | 6 |
3 * simple.el (split-line): If present, copy fill-prefix from | 7 * simple.el (split-line): If present, copy fill-prefix from |
4 current line to new line. Don't copy if prefix arg. | 8 current line to new line. Don't copy if prefix arg. |
5 From Lisp, arg may be an alternative prefix string to copy. | 9 From Lisp, arg may be an alternative prefix string to copy. |
50 scroll bars correctly default to being on the right for Mac | 54 scroll bars correctly default to being on the right for Mac |
51 Carbon port by testing "mac-carbon" feature, not window-system. | 55 Carbon port by testing "mac-carbon" feature, not window-system. |
52 | 56 |
53 2003-01-02 Markus Rost <rost@math.ohio-state.edu> | 57 2003-01-02 Markus Rost <rost@math.ohio-state.edu> |
54 | 58 |
55 * cus-edit.el (customize-group, customize-group-other-window): | 59 * cus-edit.el (customize-group, customize-group-other-window): |
56 Call custom-load-symbol unconditionally. | 60 Call custom-load-symbol unconditionally. |
57 (customize-face, customize-face-other-window): Fix format arg. | 61 (customize-face, customize-face-other-window): Fix format arg. |
58 | 62 |
59 2003-01-02 John Paul Wallington <jpw@shootybangbang.com> | 63 2003-01-02 John Paul Wallington <jpw@shootybangbang.com> |
60 | 64 |
69 | 73 |
70 2002-12-30 Steven Tamm <steventamm@mac.com> | 74 2002-12-30 Steven Tamm <steventamm@mac.com> |
71 | 75 |
72 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have | 76 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have |
73 scroll bars correctly default to being on the right for Mac | 77 scroll bars correctly default to being on the right for Mac |
74 Carbon port | 78 Carbon port |
75 | 79 |
76 2002-12-29 Nick Roberts <nick@nick.uklinux.net> | 80 2002-12-29 Nick Roberts <nick@nick.uklinux.net> |
77 | 81 |
78 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression). | 82 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression). |
79 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint). | 83 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint). |
80 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint). | 84 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint). |
155 typo. | 159 typo. |
156 | 160 |
157 2002-12-26 Andre Spiegel <spiegel@gnu.org> | 161 2002-12-26 Andre Spiegel <spiegel@gnu.org> |
158 | 162 |
159 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in | 163 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in |
160 order to get the latest version on the current branch. Update | 164 order to get the latest version on the current branch. Update |
161 documentation of vc-BACKEND-checkout to explain this. | 165 documentation of vc-BACKEND-checkout to explain this. |
162 | 166 |
163 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV. | 167 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV. |
164 (vc-rcs-checkin): By default, specify the current workfile | 168 (vc-rcs-checkin): By default, specify the current workfile |
165 branch as the check-in revision. | 169 branch as the check-in revision. |