diff options
| author | Gerd Moellmann | 2000-07-24 12:28:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-24 12:28:55 +0000 |
| commit | e024b10125c542b2b954ddb54ad455af9661547c (patch) | |
| tree | 5b49bd4cfc095ac67fa89f4983d18435b96415c2 /src | |
| parent | e17dba1ffd64edc41ff9fa4ad09b78a719bccdfd (diff) | |
| download | emacs-e024b10125c542b2b954ddb54ad455af9661547c.tar.gz emacs-e024b10125c542b2b954ddb54ad455af9661547c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c4f456e28e7..ec1d6449ce0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-07-24 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT | ||
| 4 | parameters instead of using int parameters. Expect FN to accept | ||
| 5 | EMACS_INT parameters. | ||
| 6 | (display_echo_area, resize_echo_area_axactly, current_message) | ||
| 7 | (truncate_echo_area, set_message_1): Call with_echo_area_buffer | ||
| 8 | with new argument list. | ||
| 9 | (resize_mini_window_1): New callback function. | ||
| 10 | (current_message_1, truncate_message_1, set_message_1): Change | ||
| 11 | parameter lists to the new format expected by | ||
| 12 | with_echo_area_buffer. | ||
| 13 | |||
| 1 | 2000-07-24 Kenichi Handa <handa@etl.go.jp> | 14 | 2000-07-24 Kenichi Handa <handa@etl.go.jp> |
| 2 | 15 | ||
| 3 | * fontset.c (fontset_ref): Remove INLINE declaration. | 16 | * fontset.c (fontset_ref): Remove INLINE declaration. |