diff src/ChangeLog @ 37864:db3e294b4ce2

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 29 May 2001 11:10:47 +0000
parents fc297b7bb8bb
children
line wrap: on
line diff
--- a/src/ChangeLog	Tue May 29 08:56:24 2001 +0000
+++ b/src/ChangeLog	Tue May 29 11:10:47 2001 +0000
@@ -1,4 +1,4 @@
-2001-05-21  Gerd Moellmann  <gerd@gnu.org>
+2001-05-29  Gerd Moellmann  <gerd@gnu.org>
 
 	* lisp.h (enum symbol_interned): New enumeration.
 	(struct Lisp_Symbol): Remove member `obarray', add
@@ -44,6 +44,29 @@
 	SET_SYMBOL_VALUE macros instead of accessing symbols' value
 	directly.
 
+2001-05-28  Gerd Moellmann  <gerd@gnu.org>
+
+	* xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite 
+	an item's name with its key description in case the description
+	is a multibyte string.
+
+	* keymap.c (Fsingle_key_description): Create a multibyte string
+	only if necessary.
+
+	* macros.c (Fstart_kbd_macro): Doc fix.
+
+	* xterm.c (cursor_in_mouse_face_p): New function.
+	(x_draw_stretch_glyph_string): Use it to choose a different GC
+	when drawing a cursor within highlighted text.
+
+	* editfns.c (char_property_eq): Put in #if 0.
+
+	* indent.c (string_display_width): Put in #if 0.
+
+	* lread.c (Fload): Remove unused label.
+
+	* termcap.c (speeds): Put in #if 0.
+
 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
 
 	* eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay.