diff src/ChangeLog @ 44529:ce826e8a3a41

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Apr 2002 06:01:18 +0000
parents eacabd6d7bc9
children 83058ae4a115
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 12 05:57:21 2002 +0000
+++ b/src/ChangeLog	Fri Apr 12 06:01:18 2002 +0000
@@ -1,3 +1,13 @@
+2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
+
+	* keyboard.c (command_loop_1): Turn off transient-mark-mode rather
+	than deactivating the mark if tmm is set to `lambda'.
+	(gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
+	Use a single event for HELP_EVENT.
+	(Fexecute_extended_command): Save last_point_position.
+
 2002-04-12  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
 
 	* lisp.h (Fpropertize): Add prototype.