diff options
| author | Richard M. Stallman | 2002-09-29 17:55:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-29 17:55:53 +0000 |
| commit | 7058ef349c4da23db18a7fd4c740d13d9ecbdb8b (patch) | |
| tree | c31e2429ae3e5977c4f14f0b8455036fd0c523bd | |
| parent | 680ebfa6ab41cd394305d62d795a5a7dad070c5f (diff) | |
| download | emacs-7058ef349c4da23db18a7fd4c740d13d9ecbdb8b.tar.gz emacs-7058ef349c4da23db18a7fd4c740d13d9ecbdb8b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5b52164c81..678887c9e29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-09-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (user-mail-address): Initialize to a useful value | ||
| 4 | once Emacs is started up; initialize to "" at loadup time. | ||
| 5 | (command-line): "", not nil, means user-mail-address not set yet. | ||
| 6 | |||
| 1 | 2002-09-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7 | 2002-09-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 2 | 8 | ||
| 3 | * net/tramp.el: Version 2.0.24 released. | 9 | * net/tramp.el: Version 2.0.24 released. |
diff --git a/src/ChangeLog b/src/ChangeLog index 9a4a0a446ce..206e4b70272 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-09-29 Richard M. Stallman <rms@gnu.org> | 1 | 2002-09-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * search.c (Freplace_match): Adjust match data for the substitution | ||
| 4 | just made in the buffer. | ||
| 5 | |||
| 3 | * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros. | 6 | * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros. |
| 4 | (redisplay_internal): Use them. Do RESUME_POLLING at end of function. | 7 | (redisplay_internal): Use them. Do RESUME_POLLING at end of function. |
| 5 | 8 | ||