diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82c5ab30f42..266fba7b3a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-01-02 Eric M. Ludlam <zappo@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable. | ||
| 4 | (lm-copyright-mark): New function. | ||
| 5 | (lm-crack-copyright): New function. | ||
| 6 | (lm-verify): Check that the file has a copyright. | ||
| 7 | Check that the file is copyright Free Software Foundation. | ||
| 8 | |||
| 1 | 2000-12-30 Kenichi Handa <handa@etl.go.jp> | 9 | 2000-12-30 Kenichi Handa <handa@etl.go.jp> |
| 2 | 10 | ||
| 3 | * international/mule-diag.el (print-fontset): Indent font name by | 11 | * international/mule-diag.el (print-fontset): Indent font name by |
diff --git a/src/ChangeLog b/src/ChangeLog index 4abad5c0da3..638c1c0fdbe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-01-02 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (update_window): Don't check_current_matrix_flags. | ||
| 4 | |||
| 1 | 2001-01-01 Jason Rumney <jasonr@gnu.org> | 5 | 2001-01-01 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32fns.c (x_figure_window_size): Do not allow new_height and | 7 | * w32fns.c (x_figure_window_size): Do not allow new_height and |