From: Jason Rumney Date: Sun, 21 Oct 2001 18:49:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fdd691b326d27fbef784dfb0302eaf38f353d98;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ac1366fc90..4138ee85a85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-10-21 Jason Rumney + + * term/w32-win.el: (redisplay-dont-pause): Don't set. + 2001-10-22 Miles Bader * 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 @@ (note_mouse_movement): If the mouse moved off the glyph, remember its new position. + * w32term.h (struct w32_output): Correct spelling of x_compatible. + (w32_display_info): Add mouse_face_overlay. + * w32term.c (notice_overwritten_cursor): Renamed from note_overwritten_text_cursor. Rewritten to take glyph widths into account. @@ -116,7 +119,7 @@ a widget to zero height. * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]: - Protect unibyte stings created by replacing their multibyte + Protect unibyte strings created by replacing their multibyte equivalents in menu_items. (w32_menu_show): Don't overwrite an item's name with its key description in case the description is a multibyte string.