aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-24 12:28:55 +0000
committerGerd Moellmann2000-07-24 12:28:55 +0000
commite024b10125c542b2b954ddb54ad455af9661547c (patch)
tree5b49bd4cfc095ac67fa89f4983d18435b96415c2 /src
parente17dba1ffd64edc41ff9fa4ad09b78a719bccdfd (diff)
downloademacs-e024b10125c542b2b954ddb54ad455af9661547c.tar.gz
emacs-e024b10125c542b2b954ddb54ad455af9661547c.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
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 @@
12000-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
12000-07-24 Kenichi Handa <handa@etl.go.jp> 142000-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.