diff options
| author | Gerd Moellmann | 2001-01-25 12:40:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-25 12:40:49 +0000 |
| commit | e1e441f9c8e9a2fcdb6afa289cd6c938d6ed0f93 (patch) | |
| tree | 5e911c708721914da135f6a310b321cc8d0d9380 | |
| parent | c3e6cafd617e5a4e5f2de7b7f7e52acb579c0c0a (diff) | |
| download | emacs-e1e441f9c8e9a2fcdb6afa289cd6c938d6ed0f93.tar.gz emacs-e1e441f9c8e9a2fcdb6afa289cd6c938d6ed0f93.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-01-24 Colin Walters <walters@cis.ohio-state.edu> | ||
| 2 | |||
| 3 | * Makefile.in (tags): Fix typo. | ||
| 4 | |||
| 1 | 2001-01-13 Kenichi Handa <handa@etl.go.jp> | 5 | 2001-01-13 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * configure.in: Fix typo in the code setting x_search_path. | 7 | * configure.in: Fix typo in the code setting x_search_path. |
diff --git a/src/ChangeLog b/src/ChangeLog index 2278e80b75c..0e589ff7192 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-01-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (echo_area_display): Don't call redisplay_internal | ||
| 4 | when Emacs is shutting down. We can't run hooks etc. that | ||
| 5 | would be necessary to do a redisplay. | ||
| 6 | |||
| 3 | * lread.c (read_integer): Use type EMACS_INT instead of int. | 7 | * lread.c (read_integer): Use type EMACS_INT instead of int. |
| 4 | 8 | ||
| 5 | 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il> |