Mercurial > emacs
changeset 40154:17357a050614
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 21 Oct 2001 18:49:20 +0000 |
parents | ccd2ee0384ff |
children | c97b4697abed |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 21 18:35:35 2001 +0000 +++ b/lisp/ChangeLog Sun Oct 21 18:49:20 2001 +0000 @@ -1,3 +1,7 @@ +2001-10-21 Jason Rumney <jasonr@gnu.org> + + * term/w32-win.el: (redisplay-dont-pause): Don't set. + 2001-10-22 Miles Bader <miles@gnu.org> * help-funs.el (help-manyarg-func-alist): Variable removed.
--- a/src/ChangeLog Sun Oct 21 18:35:35 2001 +0000 +++ b/src/ChangeLog Sun Oct 21 18:49:20 2001 +0000 @@ -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.