comparison src/ChangeLog @ 30693:fc3acf3f8131

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 08 Aug 2000 18:42:55 +0000
parents 8d91aa85240f
children 1aa99b200d0b
comparison
equal deleted inserted replaced
30692:b2cc8b3e837e 30693:fc3acf3f8131
15 * intervals.h (Fprevious_single_char_property_change): Declare. 15 * intervals.h (Fprevious_single_char_property_change): Declare.
16 16
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.
24 24
25 * xdisp.c (message_dolog): Save and protect string "*Messages*" to 25 * xdisp.c (message_dolog): Save and protect string "*Messages*" to
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
39 2000-08-08 Kenichi Handa <handa@etl.go.jp> 39 2000-08-08 Kenichi Handa <handa@etl.go.jp>
40 40
41 * charset.c (Fchar_width): Doc fix. 41 * charset.c (Fchar_width): Doc fix.
42 42