Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Dec 17 14:05:07 2001 +0000 +++ b/src/ChangeLog Mon Dec 17 15:21:06 2001 +0000 @@ -1,3 +1,8 @@ +2001-12-17 Sam Steingold <sds@gnu.org> + + * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last + patch (COMPOSING_P, not COMPOSING). + 2001-12-17 Richard M. Stallman <rms@gnu.org> * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding) @@ -491,7 +496,7 @@ (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly. (my_create_tip_window): New function. (x_create_tip_frame, compute_tip_xy): Adapt for Windows. - (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows. + (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows. 2001-11-20 Jason Rumney <jasonr@gnu.org>