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