diff src/ChangeLog @ 48096:75bdf0931b4c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 31 Oct 2002 00:42:35 +0000
parents b7cdece1cebf
children 9928508424ca
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 31 00:30:36 2002 +0000
+++ b/src/ChangeLog	Thu Oct 31 00:42:35 2002 +0000
@@ -1,3 +1,10 @@
+2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* editfns.c (overlays_around, get_pos_property): New funs.
+	(find_field): Use them.
+	Also be careful not to modify POS before its last use.
+	(Fmessage): Don't Fformat if there's nothing to format.
+
 2002-10-30  Dave Love  <fx@gnu.org>
 
 	* process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
@@ -14,8 +21,8 @@
 	* keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
 	(lispy_kana_keys): Comment out.
 	(make_lispy_event) [XK_kana_A]: Comment out.
-	(modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix
-	sprintf call.
+	(modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
+	Fix sprintf call.
 
 	* s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
 	regexp.h change).