diff options
| author | Eli Zaretskii | 2012-04-26 13:07:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-04-26 13:07:35 +0300 |
| commit | 1c6900d923647582ea9c2ab90f0ccf1fe41603e0 (patch) | |
| tree | 2cdb4cbe3c49597b669c722cc317cb6c03e3338b /src/ChangeLog | |
| parent | dce04f7f90fa8f613dd855cb300c837696483f1b (diff) | |
| download | emacs-1c6900d923647582ea9c2ab90f0ccf1fe41603e0.tar.gz emacs-1c6900d923647582ea9c2ab90f0ccf1fe41603e0.zip | |
Don't disable Unicode menus on Windows NT and later due to random errors.
src/w32menu.c: Include w32heap.h.
(add_menu_item): If the call to AppendMenuW (via
unicode_append_menu) fails, disable Unicode menus only if we are
running on Windows 9X/Me.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 06d65c7bf33..8b23806e57f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-04-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32menu.c: Include w32heap.h. | ||
| 4 | (add_menu_item): If the call to AppendMenuW (via | ||
| 5 | unicode_append_menu) fails, disable Unicode menus only if we are | ||
| 6 | running on Windows 9X/Me. | ||
| 7 | |||
| 1 | 2012-04-24 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2012-04-24 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 9 | ||
| 3 | * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS. | 10 | * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS. |