changeset 30683:386d91b16514

*** empty log message ***
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 08 Aug 2000 14:45:00 +0000
parents 5583737fcf85
children 8488e2964306
files src/ChangeLog
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Aug 08 14:44:05 2000 +0000
+++ b/src/ChangeLog	Tue Aug 08 14:45:00 2000 +0000
@@ -1,5 +1,31 @@
 2000-08-08  Ken Raeburn  <raeburn@gnu.org>
 
+	* keyboard.c (syms_of_keyboard): Initialize
+	last_point_position_buffer.
+	* undo.c (record_delete): Make sure last_point_position_buffer is
+	a buffer before comparing pointers.
+
+	* coding.h (decode_coding_string): Declare.
+
+	* intervals.h (Fprevious_single_char_property_change): Declare.
+
+	* textprop.c (Fprevious_single_char_property_change): Don't do
+	arithmetic directly on lisp objects.
+
+	* editfns.c (find_field): Use EQ, not ==, to compare lisp
+	objects.
+
+	* keyboard.h (menu_item_eval_property): Declare.
+
+	* xdisp.c (message_dolog): Save and protect string "*Messages*" to
+	reuse as buffer name, instead of recreating (and discarding) every
+	time a message is logged.
+	(with_echo_area_buffer): Make callback arg A2 a lisp object.
+	(current_message_1, truncate_message_1, set_message_1,
+	display_echo_area_1, resize_mini_window_1): Signatures changed.
+	(current_message, truncate_echo_area, display_echo_area,
+	resize_echo_area_axactly): Changed calls.
+
 	* coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
 	lisp object.
 	(Ffind_coding_systems_region_internal): First argument to Fappend