Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 673:685b588e92d8
[xemacs-hg @ 2001-10-30 05:13:26 by andyp]
merge of windows 21.4.5 codeline
author | andyp |
---|---|
date | Tue, 30 Oct 2001 05:13:31 +0000 |
parents | 53ec80338ec1 |
children | 1df69dc58840 |
comparison
equal
deleted
inserted
replaced
672:42a8626b741e | 673:685b588e92d8 |
---|---|
1 2001-10-26 Mike Alexander <mta@arbortext.com> | |
2 | |
3 * event-msw.c (slurper_free_shared_data_maybe): Free the pipe handle. | |
4 | |
5 2001-10-25 Andy Piper <andy@xemacs.org> | |
6 | |
7 * ChangeLog: | |
8 * dialog-msw.c (handle_directory_proc): new function. | |
9 (handle_directory_dialog_box): new fucntion. | |
10 (handle_file_dialog_box): use new directory dialog support. | |
11 (mswindows_make_dialog_box_internal): ditto. | |
12 * event-msw.c (mswindows_wnd_proc): minor fix to scrollbar event | |
13 handling. | |
14 (mswindows_find_frame): make global. | |
15 * fileio.c (Fexpand_file_name): build fix. | |
16 * general-slots.h: add Qdirectory. | |
17 * scrollbar-msw.c (mswindows_handle_scrollbar_event): fix focus | |
18 handling. | |
19 * syswindows.h (LOCAL_TO_WIN32_FILE_FORMAT): fix problem with | |
20 cygwin not leaving win32 paths unchanged. | |
21 * win32.c (Fmswindows_cygwin_to_win32_path): new function. Use the | |
22 cygwin runtime to do path conversion. | |
23 (Fmswindows_shell_execute): fix cygwin handling of URLs. | |
24 (syms_of_win32): add new function. | |
25 * window.c (window_loop): build fix. | |
26 | |
27 2001-10-15 Andy Piper <andy@xemacs.org> | |
28 | |
29 (Fmswindows_shell_execute): fix handling of URL's under cygwin. | |
30 | |
1 2001-08-30 Daiki Ueno <ueno@unixuser.org> | 31 2001-08-30 Daiki Ueno <ueno@unixuser.org> |
2 | 32 |
3 * process-unix.c (unix_open_multicast_group): Remove too much | 33 * process-unix.c (unix_open_multicast_group): Remove too much |
4 conversion between host and network byte order. | 34 conversion between host and network byte order. |
5 | 35 |