diff options
| author | Jason Rumney | 2004-09-02 23:26:16 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-09-02 23:26:16 +0000 |
| commit | 1f06d36755eeae2ae2663f9ee56b7ff747fa20a0 (patch) | |
| tree | 104cc01dca980fa649d265f34045fd2dbbc0cd4f /src/ChangeLog | |
| parent | e2ea72e9dd38da3faac53ec969d2228624ddf024 (diff) | |
| download | emacs-1f06d36755eeae2ae2663f9ee56b7ff747fa20a0.tar.gz emacs-1f06d36755eeae2ae2663f9ee56b7ff747fa20a0.zip | |
(_widget_value): Added lname and lkey.
(digest_single_submenu): Set lname and lkey in widget_value
instead of name and key.
(update_submenu_strings): New function.
(set_frame_menubar): Remove call to inhibit_garbage_collection,
call update_submenu_strings.
(globals_of_w32menu): Check for Unicode API.
(digest_single_submenu, w32_menu_show): Encode menu strings as
UTF-8 if Unicode API is available.
(utf8to16): New function.
(add_menu_item): Use it when calling Unicode API.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2999317d03..77fd0bb7505 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 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 |