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