Mercurial > emacs
comparison src/ChangeLog @ 56898:621733a9d27b
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 02 Sep 2004 23:26:16 +0000 |
parents | b4c980745e7f |
children | 0e1ba8187a63 |
comparison
equal
deleted
inserted
replaced
56897:1fa5ffcb2ac8 | 56898:621733a9d27b |
---|---|
1 2004-09-03 Jason Rumney <jasonr@gnu.org> | |
2 | |
3 * w32menu.c (_widget_value): Added lname and lkey. | |
4 (digest_single_submenu): Set lname and lkey in widget_value | |
5 instead of name and key. | |
6 (update_submenu_strings): New function. | |
7 (set_frame_menubar): Remove call to inhibit_garbage_collection, | |
8 call update_submenu_strings. | |
9 | |
10 * w32menu.c (globals_of_w32menu): Check for Unicode API. | |
11 (digest_single_submenu, w32_menu_show): Encode menu strings as | |
12 UTF-8 if Unicode API is available. | |
13 (utf8to16): New function. | |
14 (add_menu_item): Use it when calling Unicode API. | |
15 | |
1 2004-09-03 Kim F. Storm <storm@cua.dk> | 16 2004-09-03 Kim F. Storm <storm@cua.dk> |
2 | 17 |
3 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property | 18 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property |
4 in overlay or text-property strings; set cursor on corresponding | 19 in overlay or text-property strings; set cursor on corresponding |
5 glyph rather than at end of the string. | 20 glyph rather than at end of the string. |