diff src/ChangeLog @ 50946:89a47df61860

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 10 May 2003 22:46:10 +0000
parents b65b77c1b7ec
children 22b7d191671a
line wrap: on
line diff
--- a/src/ChangeLog	Sat May 10 22:45:06 2003 +0000
+++ b/src/ChangeLog	Sat May 10 22:46:10 2003 +0000
@@ -1,3 +1,17 @@
+2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* keyboard.c (follow_key): Remove dead variable `did_meta'.
+	(access_keymap_keyremap, keyremap_step): New funs, extracted from the
+	duplicated handling of function-key-map and key-translation-map
+	in read_key_sequence.
+	(read_key_sequence): Use them.
+
+	* keyboard.c (adjust_point_for_property): Try harder to move point
+	to the non-sticky end of an invisible property.
+
+	* xdisp.c (single_display_prop_intangible_p): Make `space' display
+	property intangible as well.
+
 2003-05-10  Andreas Schwab  <schwab@suse.de>
 
 	* xmenu.c (single_menu_item): Change last parameter to void* to