Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 546:666d73d6ac56
[xemacs-hg @ 2001-05-20 01:17:07 by ben]
fixes so MinGW compiles.
console-msw.h, scrollbar-msw.c, event-msw.c: we might receive scrollbar events on windows without scrollbars
(e.g. holding down and moving the wheel button).
dired.c: win9x support.
eval.c: doc comment about gcpro'ing in record_unwind_protect.
frame-msw.c: typo.
frame.c: avoid problems with errors during init_frame_3.
process-nt.c: remove unused mswindows-quote-process-args. rec for 21.4.
unexcw.c: use do/while.
autoload.el: Oops, off by one argument.
mouse.el: Add an argument to mouse-track so that hooks can be overridden.
(let-binding doesn't work when the hooks have been made local.)
modify mouse-track-run-hook accordingly, and fix mouse-track-default
and mouse-track-insert to use the new functionality.
printer.el: Oops, off by one paren.
author | ben |
---|---|
date | Sun, 20 May 2001 01:17:16 +0000 |
parents | 9a775fb11bb7 |
children | e9a3f8b4de53 |
comparison
equal
deleted
inserted
replaced
545:9a775fb11bb7 | 546:666d73d6ac56 |
---|---|
1 2001-05-12 Craig Lanning <CraigL@Knology.net> | |
2 | |
3 * s\mingw32.h: | |
4 Properly find MinGW's <process.h> inside Cygwin's restructured | |
5 include directories. Don't try to include <cygwin/version.h> | |
6 since we are dropping support for MinGW in versions of Cygwin | |
7 earlier than b21. | |
8 | |
9 2001-05-12 Craig Lanning <CraigL@Knology.net> | |
10 | |
11 * nt.c: | |
12 Drop support for MinGW in versions of Cygwin before b21. | |
13 * sysdep.c: | |
14 Properly find MinGW's <process.h> inside Cygwin's restructured | |
15 include directories. | |
16 * syswindows.h: | |
17 Drop support for MinGW in versions of Cygwin before b21. | |
18 * unexcw.c: | |
19 Even though a.out.h is no longer detected by configure, allow | |
20 MinGW to use it until we figure out how to do the job with Win32. | |
21 | |
22 | |
23 2001-05-19 Ben Wing <ben@xemacs.org> | |
24 | |
25 * console-msw.h: | |
26 * scrollbar-msw.c (mswindows_create_scrollbar_instance): | |
27 * scrollbar-msw.c (mswindows_handle_scrollbar_event): | |
28 * event-msw.c: | |
29 * event-msw.c (mswindows_find_frame): | |
30 we might receive scrollbar events on windows without scrollbars | |
31 (e.g. holding down and moving the wheel button). | |
32 | |
33 * dired.c (user_name_completion): win9x support. | |
34 | |
35 * eval.c: doc comment about gcpro'ing in record_unwind_protect. | |
36 | |
37 * frame-msw.c (msprinter_init_frame_3): typo. | |
38 | |
39 * frame.c: | |
40 * frame.c (restore_frame_list_to_its_unbesmirched_state): | |
41 * frame.c (Fmake_frame): | |
42 avoid problems with errors during init_frame_3. | |
43 | |
44 * process-nt.c: | |
45 * process-nt.c (vars_of_process_nt): | |
46 remove unused mswindows-quote-process-args. rec for 21.4. | |
47 | |
48 * unexcw.c (PERROR): use do/while. | |
49 | |
1 2001-05-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | 50 2001-05-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com> |
2 | 51 |
3 * lisp.h: (dump_add_opaque): make varaddress parameter const. | 52 * lisp.h: (dump_add_opaque): make varaddress parameter const. |
4 | 53 |
5 * dumper.c (struct pdump_opaque): make varaddress const. | 54 * dumper.c (struct pdump_opaque): make varaddress const. |