aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-08 18:42:55 +0000
committerGerd Moellmann2000-08-08 18:42:55 +0000
commit25ad137130a1888743e2ea65c01c2b317b2f1c8e (patch)
treeb6a240bbd0f50364043cbd4907626996ac5973e7 /src/ChangeLog
parent90df743364dfcd8a1524e35217beb8e920dcf37b (diff)
downloademacs-25ad137130a1888743e2ea65c01c2b317b2f1c8e.tar.gz
emacs-25ad137130a1888743e2ea65c01c2b317b2f1c8e.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d106e3e30a2..64fa38a87e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -17,7 +17,7 @@
17 * textprop.c (Fprevious_single_char_property_change): Don't do 17 * textprop.c (Fprevious_single_char_property_change): Don't do
18 arithmetic directly on lisp objects. 18 arithmetic directly on lisp objects.
19 19
20 * editfns.c (find_field): Use EQ, not ==, to compare lisp 20 * editfns.c (find_field): Use EQ, not ==, to compare Lisp
21 objects. 21 objects.
22 22
23 * keyboard.h (menu_item_eval_property): Declare. 23 * keyboard.h (menu_item_eval_property): Declare.
@@ -26,15 +26,15 @@
26 reuse as buffer name, instead of recreating (and discarding) every 26 reuse as buffer name, instead of recreating (and discarding) every
27 time a message is logged. 27 time a message is logged.
28 (with_echo_area_buffer): Make callback arg A2 a lisp object. 28 (with_echo_area_buffer): Make callback arg A2 a lisp object.
29 (current_message_1, truncate_message_1, set_message_1, 29 (current_message_1, truncate_message_1, set_message_1)
30 display_echo_area_1, resize_mini_window_1): Signatures changed. 30 (display_echo_area_1, resize_mini_window_1): Signatures changed.
31 (current_message, truncate_echo_area, display_echo_area, 31 (current_message, truncate_echo_area, display_echo_area)
32 resize_echo_area_axactly): Changed calls. 32 (resize_echo_area_axactly): Changed calls.
33 33
34 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a 34 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
35 lisp object. 35 Lisp object.
36 (Ffind_coding_systems_region_internal): First argument to Fappend 36 (Ffind_coding_systems_region_internal): First argument to Fappend
37 must be an integer, not a lisp object. 37 must be an integer, not a Lisp object.
38 38
392000-08-08 Kenichi Handa <handa@etl.go.jp> 392000-08-08 Kenichi Handa <handa@etl.go.jp>
40 40