diff options
| author | Richard M. Stallman | 2001-06-14 21:02:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-06-14 21:02:05 +0000 |
| commit | e4cdc335f37ff8ed88a315508cdf27c7c640e9c6 (patch) | |
| tree | 57c6ec13dff18a5034204327b3c0e1a48b9de705 | |
| parent | f5376658b919c6c697d08cd84fb65ee9f25ce107 (diff) | |
| download | emacs-e4cdc335f37ff8ed88a315508cdf27c7c640e9c6.tar.gz emacs-e4cdc335f37ff8ed88a315508cdf27c7c640e9c6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 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. |
| @@ -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 | ||
| 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. | ||
| 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. |
diff --git a/src/ChangeLog b/src/ChangeLog index f775a250c5d..7ebea9bff45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-06-11 Andrew Innes <andrewi@gnu.org> | 6 | 2001-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. |