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