comparison w32/ChangeLog @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents 41ff10fd062f
children
comparison
equal deleted inserted replaced
210:49f55ca3ba57 211:78478c60bfcd
1 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk> 1 Thu September 25 23:06:44 1997 davidh
2 2
3 * faces.el: init-other-random-faces 3 * xemacs.mak updated to make the build as simple as typing
4 Reinstated code that uses (mono x) as a specifer tag, but 4 nmake -f xemacs.mak. Also support for native gui included
5 conditioned it on (featurep 'x) because x is not a valid 5 which should mean the w32 directory is no longer required.
6 specifier tag under native-win32. 6
7 7 * config.h synced with config.h.in from 20.3-b2
8 * fileio.c: insert-file-contents-internal 8
9 Added a bodge to do CRLF->LF conversion of text files, 9 * synced in changes to support native gui.
10 conditioned on DOS_NT. This is currently only one-way, so all 10
11 text files written by XEmacs will be UNIXified. CRLF conversion 11 Thu September 25 23:06:44 1997 davidh
12 is required to make bytecompile work. 12
13 13 * August Hill provided a patch to xemacs.mak to greatly simplify
14 * w32/xemacs.mak: moved building the DOC file to after the .elcs. 14 the build - the DOC file gets created correctly.
15 15
16 * Added file headers to: 16 Tue September 22 23:06:44 1997 davidh
17 w32-faces.el, w32-init.el, console-w32.c, console-w32.h, 17
18 device-w32.c, event-w32.c, event-w32.h, frame-w32.c, 18 * August Hill provided some more patches - to expand ~ correctly
19 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c 19 and to correctly deal with drive letters in the path.
20
21 * emacs.c patched to call init_ntproc()
20 22
21 23
22 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk> 24 Tue July 15 19:32:21 1997 davidh
23 25
24 * make-docfile.el: Fixed typo when dumped file does not exist. 26 * August Hill provided some more patches to make things better
27 - there is a workaround for dired to make the ^M's disappear
28 - a patch to fix shell-command
25 29
26 * redisplay-x.c: x_output_vertical_divider: 30 Tue July 08 22:01:36 1997 davidh
27 If HAVE_SCROLLBARS was not defined, coordinate of the right of
28 the divider was being used unitialised.
29 31
30 * device.el: make-w32-device added. 32 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
33 as a result, removed /force - XEmacs now links normally.
31 34
32 * dumped-lisp: added w32-faces and w32-init to list. 35 Thu June 31 21:16:21 1997 davidh
33 36
34 * faces.el: 37 * nt/TODO created.
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 38
41 * console.h: Added Qw32 and CONSOLE_W32* macros, conditioned on 39 * nt/X11.patch created to help with the X build.
42 HAVE_W32GUI. 40
41 * August Hill provided:
42 a patch to fix the _WRETCODE undefined symbol,
43 a patch to fix a problem with dired
43 44
44 * emacs.c: Added calls to the following, conditioned on HAVE_W32GUI: 45 and generally helped clarify the build instructions.
45 syms_of_*_w32, vars_of_*_w32, console_type_create_*w32.
46 46
47 * event-stream.c: Conditioned on HAVE_W32GUI: 47 * Synced with 20.3b10 (Athens).
48 - vars_of_event_stream calls vars_of_event_w32.
49 - init_event_stream calls init_event_w32_late.
50 48
51 * events-mod.h: Removed comment about having alternative making 49 * Made DIRECTORY_SEP be '\\'. Until I can change all code to
52 MOD_* constants for different windowing systems. 50 use the macro, I decided this would be easiest.
53 51
54 * events.c: Conditioned on HAVE_W32GUI: 52 * Modified src/fileio.c to only open files in O_BINARY. This
55 - event-equal: Added case for w32 magic events. 53 causes files to be opened and written without automatically
56 - event-hash: Added case for w32 magic events. 54 writing ^M 's to the end of each line. MULE ought to sort this
57 55 in theory, but I am less than convinced.
58 * events.h: Conditioned on HAVE_W32GUI:
59 Added struct underlying_w32_event to magic_data.
60 56
61 * faces.c: complex_vars_of_faces 57 * Updated the nt/README to provide a little more help.
62 Added fallbacks for w32 faces, conditioned on HAVE_W32GUI.
63 58
64 * frame.c: set-frame-properties 59 Thu May 29 23:11:21 1997 davidh
65 Added reference to default-w32-frame-plist to docstring.
66 60
67 * general.c: Added new Lisp_Object Qw32 and defsymbol. 61 * Synced with 20.3b2.
68 62
69 * redisplay-output.c: redisplay_update_line 63 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
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 64
74 * redisplay-tty.c: init_tty_for_redisplay 65 * Updated README from marcpa.
75 Conditioned blocking and unblocking of SIGTTOU on !WIN32 because
76 these signals don't exist under win32.
77 66
78 * redisplay.c: init_redisplay 67 * Added example Win32.cf and site.def files for X.
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 68
84 * sysdep.c: Conditioned various things on WIN32 in addition to 69 * Added sed.exe into nt/.
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 70
92 * Files split from nt to new w32 directory: 71 * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
93 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c, 72
94 xemacs.mak. 73 * Added extra .elc files to ensure make-docfile gets all symbols.
74
75 * Modified balloon_help.c to compile (#if'd max definition)
76
77 * Modified src/event-Xt.c so as not to add signal_event_pipe to
78 be selected on - this is a hack until I can work out a better
79 way. Thanks to Ben Wing for help on this.
80
81 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA)
82
83 * Synced with 20.1b9.
84
85 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA)
86
87 * lisp/eterm/README.term is truncated: is it just me (because
88 I'm on NT) or everyone else sees this ?
89 Answer: it is because it contains a ^Z embedded in it, therefore
90 it needs to be inserted in binary mode in CVS.
91
92 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA)
93
94 * At end of compilation, there are some unresolved symbols:
95
96 link.exe @C:\TEMP\nma00115.
97 sysdep.obj : error LNK2001: unresolved external symbol _vfork
98 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
99 option; image may not run
100
101
102 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA)
103
104 * Need to copy the nt/inc directory David originally submitted or
105 NT code won't compile.
106
107 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
108
109 * Had to modify XEmacs sources here and there : see the diffs
110 between NT_FIRST_COMPILE and V20_1_beta9.
111
112 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
113 already defined by Windows and is a long, while X wants it to be
114 an unsigned char.
115
116 --- Xmd.h~ Thu Jun 08 23:20:40 1995
117 +++ Xmd.h Sun Mar 16 13:09:10 1997
118 @@ -150,8 +150,9 @@
119 typedef CARD16 BITS16;
120 typedef CARD8 BYTE;
121
122 +#ifndef WIN32
123 typedef CARD8 BOOL;
124 -
125 +#endif
126
127 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
128 properly.
129
130 NOTES:
131
132 Compilation with nmake -f xemacs.mak.
133
134 Using X11R6.3 for NT.
135
136 Work started with 20.1b2.
137
138 Local Variables:
139 mode: change-log
140 End: