1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

*** empty log message ***

This commit is contained in:
Jason Rumney 2001-10-21 18:49:20 +00:00
parent 565153ffd3
commit 4fdd691b32
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -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.