Mercurial > emacs
comparison lisp/ChangeLog @ 49082:336bfea9bad4
(rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 06 Jan 2003 16:02:29 +0000 |
parents | 17cf54c383f2 |
children | 74d7b6bd99e4 |
comparison
equal
deleted
inserted
replaced
49081:bd4e0fb1fe78 | 49082:336bfea9bad4 |
---|---|
1 2003-01-06 John Paul Wallington <jpw@shootybangbang.com> | |
2 | |
3 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes. | |
4 | |
1 2003-01-05 Richard M. Stallman <rms@gnu.org> | 5 2003-01-05 Richard M. Stallman <rms@gnu.org> |
2 | 6 |
3 * isearch.el (isearch-repeat): Error if try to repeat search and | 7 * isearch.el (isearch-repeat): Error if try to repeat search and |
4 there was no previou search. | 8 there was no previous search. |
5 | 9 |
6 * dired.el (dired-recursive-deletes): Fix custom type. | 10 * dired.el (dired-recursive-deletes): Fix custom type. |
7 | 11 |
8 * dabbrev.el (dabbrev--substitute-expansion): | 12 * dabbrev.el (dabbrev--substitute-expansion): |
9 Convert all whitespace to single spaces, | 13 Convert all whitespace to single spaces, |
123 2003-01-03 John Paul Wallington <jpw@shootybangbang.com> | 127 2003-01-03 John Paul Wallington <jpw@shootybangbang.com> |
124 | 128 |
125 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a | 129 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a |
126 documentation string when `sym' is non-nil. | 130 documentation string when `sym' is non-nil. |
127 | 131 |
128 >>>>>>> 1.4686 | |
129 2003-01-02 Steven Tamm <steventamm@mac.com> | 132 2003-01-02 Steven Tamm <steventamm@mac.com> |
130 | 133 |
131 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have | 134 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have |
132 scroll bars correctly default to being on the right for Mac | 135 scroll bars correctly default to being on the right for Mac |
133 Carbon port by testing "mac-carbon" feature, not window-system. | 136 Carbon port by testing "mac-carbon" feature, not window-system. |