Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 903:4a27df428c73
[xemacs-hg @ 2002-07-06 05:48:14 by andyp]
sync with 21.4
author | andyp |
---|---|
date | Sat, 06 Jul 2002 05:48:22 +0000 |
parents | 2fd2239ea63a |
children | c15f25529e61 |
comparison
equal
deleted
inserted
replaced
902:2fd2239ea63a | 903:4a27df428c73 |
---|---|
1 2002-07-02 Paul Moore <gustav@morpheus.demon.co.uk> | |
2 | |
3 * console-msw.h: | |
4 * device-msw.c: | |
5 * device-msw.c (mswindows_init_dde): | |
6 * device-msw.c (mswindows_delete_device): | |
7 Initialise extra DDE strings for remote execution, and change | |
8 DDE initialisation to send ADVISE and REQUEST notifications. | |
9 | |
10 * emacs.c (main_1): | |
11 Add symbols of event_mswindows. | |
12 | |
13 * event-msw.c: | |
14 * event-msw.c (mswindows_dde_callback): | |
15 * event-msw.c (reinit_vars_of_event_mswindows): | |
16 * event-msw.c (vars_of_event_mswindows): | |
17 * event-msw.c (syms_of_event_mswindows): | |
18 Add DDE support for remote execution. | |
19 | |
20 2002-06-12 Andy Piper <andy@xemacs.org> | |
21 | |
22 * glyphs.c (query_string_geometry): check the string. | |
23 | |
24 * glyphs-widget.c (widget_logical_unit_height): cope with nil | |
25 widget names. | |
26 | |
27 2002-06-12 Andy Piper <andy@xemacs.org> | |
28 | |
29 * frame-msw.c (msprinter_init_frame_3): calculate the frame size | |
30 for printing on accurately. | |
31 | |
32 2002-06-09 Rick Rankin <rick_rankin@yahoo.com> | |
33 | |
34 * event-msw.c (mswindows_wnd_proc): Add a handler for the | |
35 WM_ACTIVATE message. Make sure that the frame is visible if the | |
36 window is visible. This seemss to fix the problem where XEmacs | |
37 appears to freeze after switching desktops with certain virtual | |
38 window managers. | |
39 (debug_output_mswin_message): Added code to output message | |
40 parameters for WM_WINDOWPOSCHANGED, | |
41 WM_WINDOWPOSCHANGING, WM_MOVE, and WM_SIZE messages. | |
42 | |
1 2002-07-05 Jonathan Harris <jonathan@xemacs.org> | 43 2002-07-05 Jonathan Harris <jonathan@xemacs.org> |
2 | 44 |
3 * emacs.c (main_1): Conditionalise calls to | 45 * emacs.c (main_1): Conditionalise calls to |
4 syms_of_dired_mswindows() and vars_of_dired_mswindows() on | 46 syms_of_dired_mswindows() and vars_of_dired_mswindows() on |
5 WIN32_NATIVE instead of redundant HAVE_MSW_C_DIRED | 47 WIN32_NATIVE instead of redundant HAVE_MSW_C_DIRED |