diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8e9e4fef1c0..25795977b96 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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) |
| @@ -491,7 +496,7 @@ | |||
| 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 | ||