249
|
1 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
2
|
|
3 * xemacs.mak: Updated accordingly.
|
|
4 Creates the MSVC browse info immediately after the link.
|
|
5
|
233
|
6 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7
|
|
8 * config.h: Suppressed MSVC warning 'relational' : signed/unsigned
|
|
9 mismatch
|
|
10
|
|
11 * config.h: INLINE defined to __inline for MSVC compilers >= 2.x
|
|
12
|
231
|
13 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
14
|
|
15 * xemacs.mak: added menubar-msw.c, menubar.c
|
|
16
|
|
17 * xemacs.mak: scrollabrs and menubars are rearranged properly
|
|
18 under different ifdef'd secions, so for example menubar.obj goes
|
|
19 to always compiled section, and menubar-msw.obj is built only when
|
|
20 HAVE_MSW.
|
|
21
|
|
22 * xemacs.mak: Compiler warning flag definition moved to a macro
|
|
23 CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!).
|
|
24
|
223
|
25 1997-12-11 David Hobley <davidh@wr.com.au>
|
|
26
|
|
27 * Added support for auto generation of puresize-adjust.h
|
|
28 in xemacs.mak. Also created new file puresize-adjust.h to copy
|
|
29 into src on initial build.
|
|
30
|
221
|
31 Mon December 08 1997 kkm@kis.ru
|
|
32
|
|
33 * xemacs.mak: added profile.c, removed event-unixod.c
|
|
34 * xemacs.mak: removed dangerous defines _IX_86, _X86_,
|
|
35 _MSC_VER
|
|
36 * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP
|
|
37
|
219
|
38 Thu December 04 1997 jhar@tardis.ed.ac.uk
|
|
39
|
|
40 * xemacs.mak: Define DEBUG_XEMACS when compiling with debug.
|
|
41
|
|
42 Tue November 29 12:29:33 1997 davidh
|
|
43
|
|
44 * xemacs.mak and config.h updated to provide ability to
|
|
45 specify DEBUG mode from the xemacs.mak file.
|
|
46
|
|
47 Mon December 01 1997 jhar
|
|
48
|
|
49 * msw-init.el: Provide default bindings for cut, paste, copy and undo
|
|
50
|
|
51 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
52 - Implemeted simple emacs_mswindows_event_pending_p().
|
|
53 - Fixed deleting frames.
|
|
54 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
|
|
55 - Special processing for 'Ctrl-@' keystroke.
|
|
56 - Support for some new keysyms.
|
|
57
|
|
58 Mon December 01 1997 jhar
|
|
59
|
|
60 * xemacs.mak:
|
|
61 - Add PACKAGE_PATH and EMACS_BETA_VERSION defines.
|
|
62 - Automatically copy changed include files from \nt to \src.
|
|
63 - Corrected some DOC_SRC* lists.
|
|
64
|
215
|
65 Tue November 18 21:45:06 1997 davidh
|
|
66
|
|
67 * xemacs.mak updated to remove dependency on startup.elc
|
|
68 HAVE_IMAGEMAGICK added for X build.
|
|
69
|
213
|
70 Thu September 25 23:06:44 1997 davidh
|
|
71
|
|
72 * xemacs.mak updated to make the build as simple as typing
|
|
73 nmake -f xemacs.mak. Also support for native gui included
|
|
74 which should mean the w32 directory is no longer required.
|
|
75
|
|
76 * config.h synced with config.h.in from 20.3-b2
|
|
77
|
|
78 * synced in changes to support native gui.
|
|
79
|
195
|
80 Thu September 25 23:06:44 1997 davidh
|
|
81
|
|
82 * August Hill provided a patch to xemacs.mak to greatly simplify
|
|
83 the build - the DOC file gets created correctly.
|
|
84
|
|
85 Tue September 22 23:06:44 1997 davidh
|
|
86
|
|
87 * August Hill provided some more patches - to expand ~ correctly
|
|
88 and to correctly deal with drive letters in the path.
|
|
89
|
|
90 * emacs.c patched to call init_ntproc()
|
|
91
|
|
92
|
179
|
93 Tue July 15 19:32:21 1997 davidh
|
|
94
|
|
95 * August Hill provided some more patches to make things better
|
|
96 - there is a workaround for dired to make the ^M's disappear
|
|
97 - a patch to fix shell-command
|
|
98
|
|
99 Tue July 08 22:01:36 1997 davidh
|
|
100
|
|
101 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
|
|
102 as a result, removed /force - XEmacs now links normally.
|
|
103
|
169
|
104 Thu June 31 21:16:21 1997 davidh
|
|
105
|
|
106 * nt/TODO created.
|
|
107
|
|
108 * nt/X11.patch created to help with the X build.
|
|
109
|
|
110 * August Hill provided:
|
|
111 a patch to fix the _WRETCODE undefined symbol,
|
|
112 a patch to fix a problem with dired
|
|
113
|
|
114 and generally helped clarify the build instructions.
|
|
115
|
|
116 * Synced with 20.3b10 (Athens).
|
|
117
|
|
118 * Made DIRECTORY_SEP be '\\'. Until I can change all code to
|
|
119 use the macro, I decided this would be easiest.
|
|
120
|
|
121 * Modified src/fileio.c to only open files in O_BINARY. This
|
|
122 causes files to be opened and written without automatically
|
|
123 writing ^M 's to the end of each line. MULE ought to sort this
|
|
124 in theory, but I am less than convinced.
|
|
125
|
|
126 * Updated the nt/README to provide a little more help.
|
|
127
|
155
|
128 Thu May 29 23:11:21 1997 davidh
|
|
129
|
|
130 * Synced with 20.3b2.
|
|
131
|
|
132 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
|
|
133
|
|
134 * Updated README from marcpa.
|
|
135
|
|
136 * Added example Win32.cf and site.def files for X.
|
|
137
|
|
138 * Added sed.exe into nt/.
|
|
139
|
|
140 * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
|
|
141
|
|
142 * Added extra .elc files to ensure make-docfile gets all symbols.
|
|
143
|
|
144 * Modified balloon_help.c to compile (#if'd max definition)
|
|
145
|
|
146 * Modified src/event-Xt.c so as not to add signal_event_pipe to
|
|
147 be selected on - this is a hack until I can work out a better
|
|
148 way. Thanks to Ben Wing for help on this.
|
|
149
|
118
|
150 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA)
|
|
151
|
|
152 * Synced with 20.1b9.
|
|
153
|
|
154 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA)
|
|
155
|
|
156 * lisp/eterm/README.term is truncated: is it just me (because
|
|
157 I'm on NT) or everyone else sees this ?
|
|
158 Answer: it is because it contains a ^Z embedded in it, therefore
|
|
159 it needs to be inserted in binary mode in CVS.
|
|
160
|
|
161 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA)
|
|
162
|
|
163 * At end of compilation, there are some unresolved symbols:
|
|
164
|
|
165 link.exe @C:\TEMP\nma00115.
|
|
166 sysdep.obj : error LNK2001: unresolved external symbol _vfork
|
|
167 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
|
|
168 option; image may not run
|
|
169
|
|
170
|
|
171 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA)
|
|
172
|
|
173 * Need to copy the nt/inc directory David originally submitted or
|
|
174 NT code won't compile.
|
|
175
|
|
176 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
|
|
177
|
|
178 * Had to modify XEmacs sources here and there : see the diffs
|
|
179 between NT_FIRST_COMPILE and V20_1_beta9.
|
|
180
|
|
181 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
|
|
182 already defined by Windows and is a long, while X wants it to be
|
|
183 an unsigned char.
|
|
184
|
|
185 --- Xmd.h~ Thu Jun 08 23:20:40 1995
|
|
186 +++ Xmd.h Sun Mar 16 13:09:10 1997
|
|
187 @@ -150,8 +150,9 @@
|
|
188 typedef CARD16 BITS16;
|
|
189 typedef CARD8 BYTE;
|
|
190
|
|
191 +#ifndef WIN32
|
|
192 typedef CARD8 BOOL;
|
|
193 -
|
|
194 +#endif
|
|
195
|
|
196 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
|
|
197 properly.
|
|
198
|
|
199 NOTES:
|
|
200
|
|
201 Compilation with nmake -f xemacs.mak.
|
|
202
|
|
203 Using X11R6.3 for NT.
|
|
204
|
|
205 Work started with 20.1b2.
|
|
206
|
|
207 Local Variables:
|
|
208 mode: change-log
|
|
209 End:
|