aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0904f6b54e5..15acfd1f0e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12001-05-21 Gerd Moellmann <gerd@gnu.org> 12001-05-29 Gerd Moellmann <gerd@gnu.org>
2 2
3 * lisp.h (enum symbol_interned): New enumeration. 3 * lisp.h (enum symbol_interned): New enumeration.
4 (struct Lisp_Symbol): Remove member `obarray', add 4 (struct Lisp_Symbol): Remove member `obarray', add
@@ -44,6 +44,29 @@
44 SET_SYMBOL_VALUE macros instead of accessing symbols' value 44 SET_SYMBOL_VALUE macros instead of accessing symbols' value
45 directly. 45 directly.
46 46
472001-05-28 Gerd Moellmann <gerd@gnu.org>
48
49 * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite
50 an item's name with its key description in case the description
51 is a multibyte string.
52
53 * keymap.c (Fsingle_key_description): Create a multibyte string
54 only if necessary.
55
56 * macros.c (Fstart_kbd_macro): Doc fix.
57
58 * xterm.c (cursor_in_mouse_face_p): New function.
59 (x_draw_stretch_glyph_string): Use it to choose a different GC
60 when drawing a cursor within highlighted text.
61
62 * editfns.c (char_property_eq): Put in #if 0.
63
64 * indent.c (string_display_width): Put in #if 0.
65
66 * lread.c (Fload): Remove unused label.
67
68 * termcap.c (speeds): Put in #if 0.
69
472001-05-18 Gerd Moellmann <gerd@gnu.org> 702001-05-18 Gerd Moellmann <gerd@gnu.org>
48 71
49 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay. 72 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay.