comparison src/ChangeLog @ 42104:d69c2368e549

(DECODE_COMPOSITION_END): Fixed a typo in the last patch (COMPOSING_P, not COMPOSING).
author Sam Steingold <sds@gnu.org>
date Mon, 17 Dec 2001 15:21:06 +0000
parents 9efbf5ef4ae7
children bc0b85435fe4
comparison
equal deleted inserted replaced
42103:e5356ff675e3 42104:d69c2368e549
1 2001-12-17 Sam Steingold <sds@gnu.org>
2
3 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
4 patch (COMPOSING_P, not COMPOSING).
5
1 2001-12-17 Richard M. Stallman <rms@gnu.org> 6 2001-12-17 Richard M. Stallman <rms@gnu.org>
2 7
3 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding) 8 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)
4 instead of only for COMPOSITION_DISABLED. 9 instead of only for COMPOSITION_DISABLED.
5 10
489 494
490 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment. 495 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
491 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly. 496 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
492 (my_create_tip_window): New function. 497 (my_create_tip_window): New function.
493 (x_create_tip_frame, compute_tip_xy): Adapt for Windows. 498 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
494 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows. 499 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
495 500
496 2001-11-20 Jason Rumney <jasonr@gnu.org> 501 2001-11-20 Jason Rumney <jasonr@gnu.org>
497 502
498 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove. 503 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
499 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system. 504 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.