diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
3 files changed, 20 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * config.bat: Update the copyright. | ||
| 4 | |||
| 1 | 2001-02-23 Kenichi Handa <handa@etl.go.jp> | 5 | 2001-02-23 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * configure.in: Use AC_EGREP_CPP to check if the C preprocessor | 7 | * configure.in: Use AC_EGREP_CPP to check if the C preprocessor |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1276a6963b3..8ddb6668581 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * term/internal.el: Update copyright notice. | ||
| 4 | |||
| 5 | * term/pc-win.el: Update copyright notice. | ||
| 6 | |||
| 1 | 2001-03-02 Dave Love <fx@gnu.org> | 7 | 2001-03-02 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * files.el (insert-file-contents-literally): Bind | 9 | * files.el (insert-file-contents-literally): Bind |
diff --git a/src/ChangeLog b/src/ChangeLog index fd1a1c76861..1171a23ec48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * s/msdos.h: Update copyright notice. | ||
| 4 | |||
| 5 | * dosfns.h: Update copyright notice. | ||
| 6 | |||
| 7 | * dosfns.c: Update copyright notice. | ||
| 8 | |||
| 9 | * msdos.c: Update copyright notice. | ||
| 10 | |||
| 1 | 2001-03-02 Gerd Moellmann <gerd@gnu.org> | 11 | 2001-03-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * xterm.c (glyph_rect): New function. | 13 | * xterm.c (glyph_rect): New function. |