aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog5
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1ac1366fc90..4138ee85a85 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-10-21 Jason Rumney <jasonr@gnu.org>
2
3 * term/w32-win.el: (redisplay-dont-pause): Don't set.
4
12001-10-22 Miles Bader <miles@gnu.org> 52001-10-22 Miles Bader <miles@gnu.org>
2 6
3 * help-funs.el (help-manyarg-func-alist): Variable removed. 7 * help-funs.el (help-manyarg-func-alist): Variable removed.
diff --git a/src/ChangeLog b/src/ChangeLog
index 795f0b4aea5..215eb831482 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -54,6 +54,9 @@
54 (note_mouse_movement): If the mouse moved off the glyph, remember 54 (note_mouse_movement): If the mouse moved off the glyph, remember
55 its new position. 55 its new position.
56 56
57 * w32term.h (struct w32_output): Correct spelling of x_compatible.
58 (w32_display_info): Add mouse_face_overlay.
59
57 * w32term.c (notice_overwritten_cursor): Renamed from 60 * w32term.c (notice_overwritten_cursor): Renamed from
58 note_overwritten_text_cursor. Rewritten to take glyph widths into 61 note_overwritten_text_cursor. Rewritten to take glyph widths into
59 account. 62 account.
@@ -116,7 +119,7 @@
116 a widget to zero height. 119 a widget to zero height.
117 120
118 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]: 121 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
119 Protect unibyte stings created by replacing their multibyte 122 Protect unibyte strings created by replacing their multibyte
120 equivalents in menu_items. 123 equivalents in menu_items.
121 (w32_menu_show): Don't overwrite an item's name with its key 124 (w32_menu_show): Don't overwrite an item's name with its key
122 description in case the description is a multibyte string. 125 description in case the description is a multibyte string.