aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-06-14 21:02:05 +0000
committerRichard M. Stallman2001-06-14 21:02:05 +0000
commite4cdc335f37ff8ed88a315508cdf27c7c640e9c6 (patch)
tree57c6ec13dff18a5034204327b3c0e1a48b9de705
parentf5376658b919c6c697d08cd84fb65ee9f25ce107 (diff)
downloademacs-e4cdc335f37ff8ed88a315508cdf27c7c640e9c6.tar.gz
emacs-e4cdc335f37ff8ed88a315508cdf27c7c640e9c6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
-rw-r--r--src/ChangeLog5
2 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3afbcac9064..d8fc8c83ac1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12001-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
12001-06-14 Eli Zaretskii <eliz@is.elta.co.il> 82001-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.
@@ -18,6 +25,13 @@
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.
20 27
282001-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.
34
212001-06-13 Stefan Monnier <monnier@cs.yale.edu> 352001-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.
diff --git a/src/ChangeLog b/src/ChangeLog
index f775a250c5d..7ebea9bff45 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-06-14 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (try_window_id): When EOB is visible, don't treat
4 insertion at EOB as if it were "off the bottom of the screen."
5
12001-06-11 Andrew Innes <andrewi@gnu.org> 62001-06-11 Andrew Innes <andrewi@gnu.org>
2 7
3 * w32proc.c (create_child): Add new parameter is_gui_app. 8 * w32proc.c (create_child): Add new parameter is_gui_app.