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