aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-03-17 18:24:27 +0000
committerStefan Monnier2003-03-17 18:24:27 +0000
commit489e070d89f8c8c3918e3aac554ca2721efa338d (patch)
treee398c5246b203b358cc57852368899a9006040d0
parent748a336b9221ac84859e5db3e1f1f8e993832f77 (diff)
downloademacs-489e070d89f8c8c3918e3aac554ca2721efa338d.tar.gz
emacs-489e070d89f8c8c3918e3aac554ca2721efa338d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog28
1 files changed, 26 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index efb16cf9370..0fafccaf4d9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-03-17 Stefan Monnier <monnier@cs.yale.edu>
2
3 * buff-menu.el (list-buffers-noselect): Use the display property
4 to properly align header-line text with the buffer's contents.
5
12003-03-17 Kenichi Handa <handa@m17n.org> 62003-03-17 Kenichi Handa <handa@m17n.org>
2 7
3 * international/mule.el (ctext-post-read-conversion): Convert the 8 * international/mule.el (ctext-post-read-conversion): Convert the
@@ -6,7 +11,16 @@
62003-03-16 Deepak Goel <deego@gnufans.org> 112003-03-16 Deepak Goel <deego@gnufans.org>
7 12
8 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias 13 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
9 for GMT. Suggested by bob@rattlesnake.com. 14 for GMT. Suggested by bob@rattlesnake.com.
15
162003-03-15 Stefan Monnier <monnier@cs.yale.edu>
17
18 * pcvs.el (cvs-mode!): Remove unused argument.
19
20 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
21 that member-ignore-case might signal.
22 (easy-menu-add-item): Default to the global map, as documented.
23 (easy-menu-convert-item-1): Use match-string.
10 24
112003-03-15 Mark A. Hershberger <mah@everybody.org> 252003-03-15 Mark A. Hershberger <mah@everybody.org>
12 26
@@ -14,7 +28,7 @@
14 codepoints to strings. Uses decode-char (mule.el) if available. 28 codepoints to strings. Uses decode-char (mule.el) if available.
15 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd) 29 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
16 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'. 30 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
17 (xml-parse-attlist): Added attribute normalization. 31 (xml-parse-attlist): Add attribute normalization.
18 (xml-parse-tag): Replace "\r\n" and "\r" with "\n". 32 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
19 33
202003-03-14 John Paul Wallington <jpw@gnu.org> 342003-03-14 John Paul Wallington <jpw@gnu.org>
@@ -33,6 +47,16 @@
33 47
342003-03-14 Stefan Monnier <monnier@cs.yale.edu> 482003-03-14 Stefan Monnier <monnier@cs.yale.edu>
35 49
50 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
51 and the user hits TAB a second time, just insert a tab.
52
53 * textmodes/texinfo.el (texinfo-outline-level): Remove.
54 (texinfo-mode): Set outline-heading-alist instead.
55 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
56 (texinfo-insert-block): Don't cons needlessly.
57 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
58 (texinfo-insert-quote): Use them.
59
36 * textmodes/outline.el (outline-level): Demote it to defvar. 60 * textmodes/outline.el (outline-level): Demote it to defvar.
37 (outline-heading-alist): Document extended semantics. 61 (outline-heading-alist): Document extended semantics.
38 (outline-head-from-level): New fun. 62 (outline-head-from-level): New fun.