diff options
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ef5491a8685..524445f6ee5 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -220,10 +220,8 @@ | |||
| 220 | 2001-10-09 Gerd Moellmann <gerd@gnu.org> | 220 | 2001-10-09 Gerd Moellmann <gerd@gnu.org> |
| 221 | 221 | ||
| 222 | * emacsserver.c (main): Cast geteuid in sprintf to int. | 222 | * emacsserver.c (main): Cast geteuid in sprintf to int. |
| 223 | From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. | ||
| 224 | 223 | ||
| 225 | * emacsclient.c (main): Cast isdigit() argument to unsigned char. | 224 | * emacsclient.c (main): Cast isdigit argument to unsigned char. |
| 226 | From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. | ||
| 227 | 225 | ||
| 228 | 2001-10-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 226 | 2001-10-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 229 | 227 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 663c6218bdc..cc5c67fff10 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-02-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * help.el (describe-key-briefly): Make output in INSERT case | ||
| 4 | look just like what is displayed in the normal case. | ||
| 5 | |||
| 1 | 2002-02-15 Andreas Schwab <schwab@suse.de> | 6 | 2002-02-15 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require | 8 | * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require |