comparison lisp/ChangeLog @ 49070:17cf54c383f2

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Jan 2003 01:28:25 +0000
parents b9aa52500a06
children 336bfea9bad4
comparison
equal deleted inserted replaced
49069:50db4854d2eb 49070:17cf54c383f2
1 2003-01-05 Richard M. Stallman <rms@gnu.org>
2
3 * isearch.el (isearch-repeat): Error if try to repeat search and
4 there was no previou search.
5
6 * dired.el (dired-recursive-deletes): Fix custom type.
7
8 * dabbrev.el (dabbrev--substitute-expansion):
9 Convert all whitespace to single spaces,
10 except when it's carried over from the existing text.
11
12 * simple.el (split-line): Clean up implementation.
13
14 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match both cases.
15 (rmail-variables): Specify case-insensitive matching for font-lock.
16
17 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18
19 * mail/sendmail.el (mail-font-lock-keywords): Match multiline In-Reply-To and X-*.
20 * mail/rmail.el (rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.
21
22 2003-01-05 Mark A. Hershberger <mah@everybody.org>
23
24 * xml.el (xml-substitute-special): Check for &amp last.
25
1 2003-01-05 Dave Love <fx@gnu.org> 26 2003-01-05 Dave Love <fx@gnu.org>
2 27
3 * buff-menu.el (Buffer-menu-execute): Fix for effect of header 28 * buff-menu.el (Buffer-menu-execute): Fix previous change.
4 line. 29
5 30 2003-01-05 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> (tiny change)
6 * international/mule-diag.el (non-iso-charset-alist): Add 31
7 vietnamese-tcvn. 32 * buff-menu.el (Buffer-menu-execute): Allow for Buffer-menu-use-header-line.
8 33
9 * international/mule-cmds.el (locale-language-names): Use 34 2003-01-05 Dave Love <fx@gnu.org>
10 Croatian, Swedish. 35
36 * international/mule-diag.el (non-iso-charset-alist): Add vietnamese-tcvn.
37
38 * international/mule-cmds.el (locale-language-names): Use Croatian, Swedish.
11 39
12 2003-01-05 Andreas Schwab <schwab@suse.de> 40 2003-01-05 Andreas Schwab <schwab@suse.de>
13 41
14 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer 42 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer
15 name. 43 name.
95 2003-01-03 John Paul Wallington <jpw@shootybangbang.com> 123 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
96 124
97 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a 125 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
98 documentation string when `sym' is non-nil. 126 documentation string when `sym' is non-nil.
99 127
128 >>>>>>> 1.4686
100 2003-01-02 Steven Tamm <steventamm@mac.com> 129 2003-01-02 Steven Tamm <steventamm@mac.com>
101 130
102 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have 131 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
103 scroll bars correctly default to being on the right for Mac 132 scroll bars correctly default to being on the right for Mac
104 Carbon port by testing "mac-carbon" feature, not window-system. 133 Carbon port by testing "mac-carbon" feature, not window-system.