209
|
1 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
2
|
|
3 * faces.el: init-other-random-faces
|
|
4 Reinstated code that uses (mono x) as a specifer tag, but
|
|
5 conditioned it on (featurep 'x) because x is not a valid
|
|
6 specifier tag under native-win32.
|
|
7
|
|
8 * fileio.c: insert-file-contents-internal
|
|
9 Added a bodge to do CRLF->LF conversion of text files,
|
|
10 conditioned on DOS_NT. This is currently only one-way, so all
|
|
11 text files written by XEmacs will be UNIXified. CRLF conversion
|
|
12 is required to make bytecompile work.
|
|
13
|
|
14 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
|
|
15
|
|
16 * Added file headers to:
|
|
17 w32-faces.el, w32-init.el, console-w32.c, console-w32.h,
|
|
18 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
19 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
20
|
|
21
|
|
22 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
23
|
|
24 * make-docfile.el: Fixed typo when dumped file does not exist.
|
|
25
|
|
26 * redisplay-x.c: x_output_vertical_divider:
|
|
27 If HAVE_SCROLLBARS was not defined, coordinate of the right of
|
|
28 the divider was being used unitialised.
|
|
29
|
|
30 * device.el: make-w32-device added.
|
|
31
|
|
32 * dumped-lisp: added w32-faces and w32-init to list.
|
|
33
|
|
34 * faces.el:
|
|
35 - make-face-*: Added calls to appropriate w32 functions
|
|
36 conditioned on (featurep 'w32). Made existing X calls
|
|
37 conditioned on (featurep 'x).
|
|
38 - init-other-random-faces: Hacked out a piece of code which used
|
|
39 (mono x) as a specifier because it made w32 unhappy.
|
|
40
|
|
41 * console.h: Added Qw32 and CONSOLE_W32* macros, conditioned on
|
|
42 HAVE_W32GUI.
|
|
43
|
|
44 * emacs.c: Added calls to the following, conditioned on HAVE_W32GUI:
|
|
45 syms_of_*_w32, vars_of_*_w32, console_type_create_*w32.
|
|
46
|
|
47 * event-stream.c: Conditioned on HAVE_W32GUI:
|
|
48 - vars_of_event_stream calls vars_of_event_w32.
|
|
49 - init_event_stream calls init_event_w32_late.
|
|
50
|
|
51 * events-mod.h: Removed comment about having alternative making
|
|
52 MOD_* constants for different windowing systems.
|
|
53
|
|
54 * events.c: Conditioned on HAVE_W32GUI:
|
|
55 - event-equal: Added case for w32 magic events.
|
|
56 - event-hash: Added case for w32 magic events.
|
|
57
|
|
58 * events.h: Conditioned on HAVE_W32GUI:
|
|
59 Added struct underlying_w32_event to magic_data.
|
|
60
|
|
61 * faces.c: complex_vars_of_faces
|
|
62 Added fallbacks for w32 faces, conditioned on HAVE_W32GUI.
|
|
63
|
|
64 * frame.c: set-frame-properties
|
|
65 Added reference to default-w32-frame-plist to docstring.
|
|
66
|
|
67 * general.c: Added new Lisp_Object Qw32 and defsymbol.
|
|
68
|
|
69 * redisplay-output.c: redisplay_update_line
|
|
70 Conditioned reference to stupid_vertical_scrollbar_drag_hack on
|
|
71 HAVE_X_WINDOWS. This will need a proper fix when w32 gets
|
|
72 scrollbars.
|
|
73
|
|
74 * redisplay-tty.c: init_tty_for_redisplay
|
|
75 Conditioned blocking and unblocking of SIGTTOU on !WIN32 because
|
|
76 these signals don't exist under win32.
|
|
77
|
|
78 * redisplay.c: init_redisplay
|
|
79 Initialise window system to w32, conditioned on HAVE_W32GUI.
|
|
80
|
|
81 * symsinit.h: Added syms_of_*_w32, vars_of_*_w32 and
|
|
82 init_event_w32_late.
|
|
83
|
|
84 * sysdep.c: Conditioned various things on WIN32 in addition to
|
|
85 MSDOS.
|
|
86
|
|
87 * New files:
|
|
88 w32-faces.el, w32-init.el, console-w32.c, console-w32.h,
|
|
89 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
90 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
91
|
|
92 * Files split from nt to new w32 directory:
|
|
93 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
|
|
94 xemacs.mak.
|