Mercurial > emacs
comparison lisp/ChangeLog @ 38042:cafa56a542ab
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Jun 2001 21:02:05 +0000 |
parents | cb751a987da5 |
children | 40c2d7eaa470 |
comparison
equal
deleted
inserted
replaced
38041:ae548ba56493 | 38042:cafa56a542ab |
---|---|
1 2001-06-14 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * replace.el (keep-lines-read-args): Return just a regexp. | |
4 Provide nil for the region args. | |
5 (keep-lines, flush-lines, how-many): | |
6 Calculate the defaults for the region here, when args are nil. | |
7 | |
1 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il> | 8 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 9 |
3 * rot13.el (rot13-other-window): Some more doc fix. | 10 * rot13.el (rot13-other-window): Some more doc fix. |
4 | 11 |
5 2001-06-14 Per Starback <starback@ling.uu.se> | 12 2001-06-14 Per Starback <starback@ling.uu.se> |
15 2001-06-14 Miles Bader <miles@gnu.org> | 22 2001-06-14 Miles Bader <miles@gnu.org> |
16 | 23 |
17 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax | 24 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax |
18 of " and \ to "." (punctuation). | 25 of " and \ to "." (punctuation). |
19 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise. | 26 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise. |
27 | |
28 2001-06-13 Richard M. Stallman <rms@gnu.org> | |
29 | |
30 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL]. | |
31 | |
32 * simple.el (shell-command-on-region): Never kill the | |
33 *Shell Command Output* buffer. | |
20 | 34 |
21 2001-06-13 Stefan Monnier <monnier@cs.yale.edu> | 35 2001-06-13 Stefan Monnier <monnier@cs.yale.edu> |
22 | 36 |
23 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp. | 37 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp. |
24 | 38 |