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