Mercurial > emacs
comparison lisp/ChangeLog @ 38069:8e47deabedf6
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 17 Jun 2001 09:22:54 +0000 |
parents | 9cfff5ffd3cc |
children | 89855887ca28 |
comparison
equal
deleted
inserted
replaced
38068:e3bd229672c1 | 38069:8e47deabedf6 |
---|---|
1 2001-06-17 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright. | |
4 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand. | |
5 Bind the latin-1 charset-char to sgml-maybe-name-self rather than | |
6 incorrectly binding chars between 128 and 256 to it. | |
7 (sgml-maybe-name-self): Handle latin-1 chars properly. | |
8 (sgml-tags-invisible): Bind buffer-file-name to nil. | |
9 Use unwind-protect and restore-buffer-modified-p. | |
10 (sgml-point-entered): Use buffer-substring-no-properties. | |
11 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos. | |
12 (html-mode): Don't force `imenu-sort-function'. | |
13 | |
1 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il> | 14 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 15 |
3 * tar-mode.el: Fix the copyright notice. | 16 * tar-mode.el: Fix the copyright notice. |
4 | 17 |
5 * font-lock.el (font-lock-comment-face): For tty's with dark | 18 * font-lock.el (font-lock-comment-face): For tty's with dark |
14 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder | 27 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder |
15 <alex@gnu.org>. | 28 <alex@gnu.org>. |
16 | 29 |
17 2001-06-15 Miles Bader <miles@gnu.org> | 30 2001-06-15 Miles Bader <miles@gnu.org> |
18 | 31 |
19 * textmodes/texinfmt.el (texinfo-format-syntax-table): Revert | 32 * textmodes/texinfmt.el (texinfo-format-syntax-table): |
20 previous change. | 33 Revert previous change. |
21 | 34 |
22 2001-06-14 Richard M. Stallman <rms@gnu.org> | 35 2001-06-14 Richard M. Stallman <rms@gnu.org> |
23 | 36 |
24 * replace.el (keep-lines-read-args): Return just a regexp. | 37 * replace.el (keep-lines-read-args): Return just a regexp. |
25 Provide nil for the region args. | 38 Provide nil for the region args. |
26 (keep-lines, flush-lines, how-many): | 39 (keep-lines, flush-lines, how-many): |
27 Calculate the defaults for the region here, when args are nil. | 40 Calculate the defaults for the region here, when args are nil. |
28 | 41 |
29 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il> | 42 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il> |
30 | 43 |
31 * rot13.el (rot13-other-window): Some more doc fix. | 44 * rot13.el (rot13-other-window): Some more doc fix. |