Mercurial > emacs
annotate nt/ChangeLog @ 82304:eb3132265290
(term): Remove group `unix'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Aug 2007 03:05:06 +0000 |
parents | b98604865ea0 |
children | 962fb740e73f f55f9811f5d7 |
rev | line source |
---|---|
78288 | 1 2007-07-25 Glenn Morris <rgm@gnu.org> |
2 | |
3 * Relicense all FSF files to GPLv3 or later. | |
4 | |
5 * COPYING: Switch to GPLv3. | |
6 | |
81914 | 7 2007-07-16 Eli Zaretskii <eliz@gnu.org> |
78173 | 8 |
9 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake): | |
10 Depend on cmdproxy. | |
11 (cleanall): Don't delete *~. | |
12 | |
81898 | 13 2007-07-15 Jason Rumney <jasonr@gnu.org> |
14 | |
15 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to | |
16 be fully supported. | |
17 | |
81875 | 18 2007-07-14 Jason Rumney <jasonr@gnu.org> |
19 | |
20 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead | |
21 of winsock.h. | |
22 | |
78104 | 23 2007-07-11 Jason Rumney <jasonr@gnu.org> |
24 | |
25 * gmake.defs (OLE32): New library to link. | |
26 | |
27 * nmake.defs (OLE32): Likewise. | |
28 | |
78050 | 29 2007-06-25 Jason Rumney <jasonr@gnu.org> |
30 | |
31 * cmdproxy.c (main): Set console codepages to "ANSI". | |
32 | |
81523 | 33 2007-06-20 Jason Rumney <jasonr@gnu.org> |
34 | |
35 * configure.bat: Complain if image libraries are missing. | |
36 | |
78025 | 37 2007-06-15 Jason Rumney <jasonr@gnu.org> |
38 | |
39 * emacs.manifest: New file. | |
40 | |
41 * emacs.rc: Use it. | |
42 | |
77858
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
43 2007-06-02 Chong Yidong <cyd@stupidchicken.com> |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
44 |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
45 * Version 22.1 released. |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
46 |
77781 | 47 2007-05-22 Eli Zaretskii <eliz@gnu.org> |
48 | |
49 * INSTALL: Add information about where to find GDB, and warn | |
50 against --no-debug option to configure.bat. | |
51 | |
77755 | 52 2007-05-19 Eli Zaretskii <eliz@gnu.org> |
53 | |
54 * INSTALL: Fix URL of EmacsW32 site where building with image | |
55 support is described. | |
56 | |
77504 | 57 2007-04-26 Glenn Morris <rgm@gnu.org> |
58 | |
59 * emacs.rc: Increase version to 22.1.50. | |
60 | |
76830 | 61 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
62 | |
63 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users. | |
64 | |
76420
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
65 2007-03-09 Richard Stallman <rms@gnu.org> |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
66 |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
67 * INSTALL: Say explicitly this is not for Cygwin. |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
68 |
76279 | 69 2007-03-03 Eli Zaretskii <eliz@gnu.org> |
70 | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
71 * INSTALL: Add URL of another site with detailed build instructions. |
76279 | 72 |
75926 | 73 2007-02-16 Glenn Morris <rgm@gnu.org> |
74 | |
75 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico: | |
76 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico: | |
77 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico: | |
78 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico: | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
79 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico: |
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
80 Restore all but two of icons deleted in previous change. |
75926 | 81 |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
82 2007-02-13 Chong Yidong <cyd@stupidchicken.com> |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
83 |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
84 * icons/README: New file. |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
85 |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
86 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico: |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
87 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico: |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
88 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico: |
75925
4ddab690cf89
Fix typo in previous entry (emacs.ico was not deleted).
Glenn Morris <rgm@gnu.org>
parents:
75843
diff
changeset
|
89 * icons/gnu2b48t.ico, icons/gnu4g48t.ico: |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
90 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico: |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
91 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico: |
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
92 Unused icons deleted. |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
93 |
75565
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
94 2007-01-31 Juanma Barranquero <lekktu@gmail.com> |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
95 |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
96 * configure.bat: Update ../site-lisp/subdirs.el when needed. |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
97 |
75541
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
98 2007-01-30 Juanma Barranquero <lekktu@gmail.com> |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
99 |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
100 * subdirs.el: Add "no-byte-compile: t" local variable. |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
101 |
75170 | 102 2007-01-10 Jason Rumney <jasonr@gnu.org> |
103 | |
104 * README: Update URLs and advice about reporting bugs. | |
105 | |
74960 | 106 2006-12-29 Jason Rumney <jasonr@gnu.org> |
107 | |
108 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from | |
109 DEBUG_LINK. | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
110 (DEBUG_LINK): Remove -debugtype:both. |
74960 | 111 |
74938 | 112 2006-12-27 Eli Zaretskii <eliz@gnu.org> |
113 | |
114 * INSTALL: Update table of supported Make ports. Show "make -j" | |
115 command that is known to work. | |
116 | |
117 * configure.bat: Update table of supported Make ports. | |
118 | |
74878 | 119 2006-12-24 Eli Zaretskii <eliz@gnu.org> |
120 | |
121 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it | |
122 only in implicit rules. Use literal "emacs.rc" instead. | |
123 | |
74842 | 124 2006-12-23 Eli Zaretskii <eliz@gnu.org> |
125 | |
74844 | 126 * gmake.defs: Export XMFLAGS. |
127 | |
74842 | 128 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't |
74878 | 129 use $(XMFLAGS) for nmake, as it doesn't support parallelism. |
74842 | 130 |
74801 | 131 2006-12-22 Eli Zaretskii <eliz@gnu.org> |
132 | |
74824 | 133 * INSTALL: Explain how to invoke GNU Make for parallel builds. |
134 | |
74807 | 135 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)" |
136 command-line argument to sub-Make in src, since src/makefile.w32-in | |
137 invokes Make recursively during bootstrap. | |
74815 | 138 (clean): Delete stamp_BLD. |
74819 | 139 (bootstrap): Make `all' explicitly in a recursive Make. |
74807 | 140 |
74801 | 141 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file |
142 stamp_BLD after creating the $(BLD) directory. | |
143 | |
144 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file | |
145 stamp_BLD after creating the $(BLD) directory. | |
146 | |
147 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection) | |
148 (preprep, $(TRES), runemacs) | |
149 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)) | |
150 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)): | |
151 Depend on stamp_BLD instead of on $(BLD). | |
152 (XMFLAGS): New macro. | |
153 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake) | |
154 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake) | |
155 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake) | |
156 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make. | |
157 | |
74781 | 158 2006-12-20 Eli Zaretskii <eliz@gnu.org> |
159 | |
160 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of | |
161 $(ALL_DEPS). | |
74801 | 162 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O) |
163 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)): | |
164 New dependency on $(BLD). | |
74781 | 165 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake) |
166 (bootstrap-gmake): Depend on addsection. | |
167 | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
168 2006-10-29 Juanma Barranquero <lekktu@gmail.com> |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
169 |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
170 * runemacs.c (WinMain): Process all recognized arguments, not just |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
171 the first one. Remove unused variable sec_desc. |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
172 |
73093 | 173 2006-09-24 Eli Zaretskii <eliz@gnu.org> |
174 | |
175 * config.nt (HAVE_LANGINFO_CODESET): Define. | |
176 | |
177 * inc/langinfo.h: New file. | |
178 | |
179 * inc/nl_types.h: New file. | |
180 | |
72904
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
181 2006-09-15 Jay Belanger <belanger@truman.edu> |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
182 |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
183 * COPYING: Replace "Library Public License" by "Lesser Public |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
184 License" throughout. |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
185 |
72142 | 186 2006-07-27 Jason Rumney <jasonr@gnu.org> |
187 | |
188 * INSTALL: Add notes about Cygwin make to impatient section. | |
189 | |
71165 | 190 2006-06-02 Eli Zaretskii <eliz@gnu.org> |
191 | |
192 * INSTALL: Add Make 3.81 to the list of Make & shell combinations | |
193 known to work. | |
194 | |
69445 | 195 2006-03-12 Jason Rumney <jasonr@gnu.org> |
196 | |
69450 | 197 * addpm.c (add_registry): Don't change the registry unless keys |
198 already exist from a previous version. | |
199 | |
69448 | 200 * makefile.w32-in (install): Use -q when invoking addpm. |
201 | |
69445 | 202 * addpm.c (main): Accept -q as alternative for /q. |
203 | |
69377 | 204 2006-03-11 Jason Rumney <jasonr@gnu.org> |
205 | |
206 * runemacs.c (WinMain): Set screen buffer to 80x25. | |
207 | |
67800 | 208 2005-12-24 Eli Zaretskii <eliz@gnu.org> |
209 | |
210 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g. | |
211 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3". | |
212 | |
67439 | 213 2005-12-09 Eli Zaretskii <eliz@gnu.org> |
214 | |
215 * INSTALL: Add explanation of how to debug with GDB starting from | |
216 the Emacs Abort dialog. | |
217 | |
67135
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
218 2005-11-26 Chong Yidong <cyd@stupidchicken.com> |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
219 |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
220 * emacs.rc: Use new icons. |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
221 |
67131 | 222 2005-11-26 Eli Zaretskii <eliz@gnu.org> |
223 | |
224 * emacs21.ico: Renamed from emacs.ico. | |
225 * emacs.ico: New icons from Andrew Zhilin | |
226 <andrew_zhilin@yahoo.com>. | |
227 | |
65419 | 228 2005-09-10 Eli Zaretskii <eliz@gnu.org> |
229 | |
230 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine. | |
231 | |
64887
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
232 2005-08-10 Juanma Barranquero <lekktu@gmail.com> |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
233 |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
234 * .cvsignore: Add `obj' and `oo' for in-place installations. |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
235 |
64690 | 236 2005-07-30 Eli Zaretskii <eliz@gnu.org> |
237 | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
238 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine. |
64690 | 239 |
64670
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
240 2005-07-29 Juanma Barranquero <lekktu@gmail.com> |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
241 |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
242 * configure.bat: Don't create lisp/Makefile.unix. |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
243 |
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
244 2005-07-28 Juanma Barranquero <lekktu@gmail.com> |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
245 |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
246 * .cvsignore: Add `makefile' and `config.log'. |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
247 |
64639
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
248 2005-07-26 Paul Eggert <eggert@cs.ucla.edu> |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
249 |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
250 Merge gnulib getopt implementation into Emacs. |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
251 |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
252 * inc/gettext.h: Remove; no longer needed now that |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
253 lib-src/gettext.h exists. |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
254 |
64374 | 255 2005-07-16 Eli Zaretskii <eliz@gnu.org> |
256 | |
257 * configure.bat: Finish config.log with a line that indicates that | |
258 the configure step was successful. | |
259 | |
64099 | 260 2005-07-04 Lute Kamstra <lute@gnu.org> |
261 | |
262 Update FSF's address in GPL notices. | |
263 | |
63307 | 264 2005-06-11 Eli Zaretskii <eliz@gnu.org> |
265 | |
63322 | 266 * configure.bat: If their fc.exe returns a meaningful exit status, |
267 don't overwrite src/config.h and src/epaths.h with identical | |
268 copies. | |
269 | |
63309 | 270 * INSTALL: Warn about using "cvs up -kb" if one intends to commit |
271 changes. Add a pointer to another site with detailed configure | |
272 and build instructions. Suggest to look at config.log when | |
273 configure fails. Add MinGW Make 3.80 to the list of successful | |
274 combinations. | |
275 | |
63307 | 276 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal |
277 "-mcpu=i686". | |
278 | |
63322 | 279 * configure.bat: Update copyright years. |
63307 | 280 Delete config.log before doing anything else. |
281 Write additional diagnostics to config.log in case of failures to | |
282 compile test programs, including the failed test program itself. | |
283 Add a test for support of -mtune=pentium4 switch to GCC; if it is | |
284 supported, set up MCPU_FLAG variable on the various Makefiles to | |
285 use that switch during compilations. (This avoids GCC warning | |
286 about -mcpu being deprecated.) | |
287 | |
63246 | 288 2005-06-10 Eli Zaretskii <eliz@gnu.org> |
289 | |
290 * addsection.c (copy_executable_and_add_section): Pass non-zero | |
291 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the | |
292 environment. Print section names with %.8s. | |
293 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages | |
294 only if non-zero. All callers changed. | |
295 | |
63040 | 296 2005-06-05 Eli Zaretskii <eliz@gnu.org> |
297 | |
298 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to | |
299 `const void *', for consistency with Posix. | |
300 | |
63021 | 301 2005-06-04 Eli Zaretskii <eliz@gnu.org> |
302 | |
303 * inc/pwd.h (getpwnam, getpwuid): Add prototypes. | |
304 | |
62676
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
305 2005-05-24 Juanma Barranquero <lekktu@gmail.com> |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
306 |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
307 * INSTALL: Add more pointers to ports of Unix tools to Windows, |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
308 and to the Emacs Wiki (which contains building instructions for |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
309 Windows). Reword image library instructions and remove obsolete |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
310 incompatibility information. |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
311 |
61742
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
312 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change) |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
313 |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
314 * config.nt (HAVE_PWD_H): Undef. |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
315 |
55978
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
316 2004-06-07 Juanma Barranquero <lektu@terra.es> |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
317 |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
318 * INSTALL: Clarify paragraph about compatibility between image |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
319 libraries and builds of Emacs with several compilers. |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
320 |
55933
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
321 2004-06-06 Juanma Barranquero <lektu@terra.es> |
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
322 |
55936
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
323 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
324 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
325 calling non-existent cmdproxy.exe on boostrappings after a |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
326 previous install followed by realclean. |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
327 |
55933
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
328 * nmake.defs: Add quote in comment to resync font-locking. |
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
329 |
55897
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
330 2004-06-04 Juanma Barranquero <lektu@terra.es> |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
331 |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
332 * INSTALL: Reword the section on image support. Add reference to |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
333 GnuWin32. Mention problems when mixing binaries from different |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
334 compilers. |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
335 |
55394 | 336 2004-05-06 Jason Rumney <jasonr@gnu.org> |
337 | |
338 * configure.bat: Use -mno-cygwin to check for image libraries | |
339 when needed. | |
340 | |
55338 | 341 2004-05-03 Jason Rumney <jasonr@gnu.org> |
342 | |
55339
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
343 * makefile.nt, ebuild.bat, install.bat, fast-install.bat: |
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
344 * makefile.def: Remove. |
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
345 |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
346 * nmake.defs (SYS_LDFLAGS): Add -nologo. |
55339
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
347 |
55338 | 348 * makefile.w32-in (info-gmake, info-nmake): New targets. |
349 (info): Use them. | |
350 | |
55091
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
351 2004-04-23 Juanma Barranquero <lektu@terra.es> |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
352 |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
353 * nmake.defs: |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
354 * gmake.defs: |
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55091
diff
changeset
|
355 * makefile.w32-in: |
55091
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
356 * makefile.def: |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
357 * makefile.nt: Add "-*- makefile -*-" mode tag. |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
358 |
54774 | 359 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> |
360 | |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
361 * runemacs.c (WinMain): Let Emacs environment default to parent. |
54774 | 362 |
54371 | 363 2004-03-11 Jason Rumney <jasonr@gnu.org> |
364 | |
365 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS. | |
366 | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
367 2004-03-10 Juanma Barranquero <lektu@terra.es> |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
368 |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
369 * makefile.w32-in (install): Don't try to copy |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
370 ../lib-src/fns-*.el, as it isn't used anymore. |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
371 |
53741 | 372 2004-01-28 Peter Runestig <peter@runestig.com> |
373 | |
374 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. | |
375 | |
53287
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
376 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu> |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
377 |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
378 * .cvsignore: Add `.arch-inventory'. |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
379 |
53741 | 380 2003-11-22 Lars Hansen <larsh@math.ku.dk> |
53124 | 381 |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
382 * inc/grp.h: New file. |
53124 | 383 |
53741 | 384 2003-09-03 Peter Runestig <peter@runestig.com> |
52427 | 385 |
386 * configure.bat: Create ``makefile'' in directories man, lispref | |
387 and lispintro. | |
388 | |
389 * makefile.w32-in (force-info, info): New targets. | |
390 | |
391 * envadd.bat: New file. | |
392 | |
393 * multi-install-info.bat: New file. | |
394 | |
57354 | 395 2003-06-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
51680
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
396 |
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
397 * config.nt (my_strftime): New define. |
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
398 |
49564 | 399 2003-02-01 Jason Rumney <jasonr@gnu.org> |
400 | |
401 * configure.bat: Automatically detect libXpm. | |
402 Suppress compiler output when testing for image libraries. | |
403 Give names of un-found libraries in messages. | |
404 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
405 2003-01-31 Juanma Barranquero <lektu@terra.es> |
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
406 |
49545
64c0c06b6191
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49542
diff
changeset
|
407 * configure.bat: Automatically detect giflib and tifflib. |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
408 |
49526 | 409 2003-01-29 Jason Rumney <jasonr@gnu.org> |
410 | |
411 * gmake.defs (CURDIR): Disable cygpath kludge. | |
412 | |
49511
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
413 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
414 |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
415 * configure.bat: Avoid endless loop when configuring without image |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
416 support. |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
417 |
49457 | 418 2003-01-26 Jason Rumney <jasonr@gnu.org> |
419 | |
420 * configure.bat: Automatically detect jpeglib. | |
421 | |
49449 | 422 2003-01-25 Jason Rumney <jasonr@gnu.org> |
423 | |
424 * configure.bat: Automatically detect libpng. | |
425 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
426 2003-01-21 Jason Rumney <jasonr@gnu.org> |
49373 | 427 |
428 * icons/hand.cur: New file. | |
429 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
430 2003-01-21 David Ponce <david@dponce.com> |
49373 | 431 |
432 * emacs.rc (32649): Declare hand cursor resource. | |
433 | |
49260 | 434 2003-01-15 Andrew Innes <andrewi@gnu.org> |
435 | |
436 * gmake.defs (CURDIR): Convert to native Windows format (with | |
437 forward slashes), to support building with Cygwin builds of make. | |
438 | |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
439 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
440 |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
441 * nmake.defs: |
48375
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
442 * gmake.defs: Made changes so that Emacs would link with |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
443 WinMM.lib. This change was required for my addition of a Windows |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
444 compatible implementation of play-sound-internal. |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
445 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
446 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change) |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
447 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
448 * emacs.rc: Version updated to 21.3.50. |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
449 |
45813 | 450 2002-06-13 Jason Rumney <jasonr@gnu.org> |
451 | |
452 * addpm.c (env_vars): Remove EMACSLOCKDIR. | |
453 | |
454 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD) | |
455 (maybe-bootstrap-SH): New targets. | |
456 (all): Depend on maybe-bootstrap. | |
457 | |
45088 | 458 2002-05-03 Jason Rumney <jasonr@gnu.org> |
459 | |
460 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define. | |
461 (sys_getpeername, fcntl): Declare as wrappers. | |
462 | |
44496
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
463 2002-04-10 Juanma Barranquero <lektu@terra.es> |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
464 |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
465 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
466 after compiling .el files. |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
467 |
44048 | 468 2002-03-20 Jason Rumney <jasonr@gnu.org> |
469 | |
470 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname) | |
471 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers. | |
472 | |
44024 | 473 2002-03-19 Kim F. Storm <storm@cua.dk> |
474 | |
475 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) | |
476 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. | |
477 (HAVE_SYS_UN_H): Undef. | |
478 From David Ponce <dponce@voila.fr>. | |
479 | |
43892 | 480 2002-03-13 Jason Rumney <jasonr@gnu.org> |
481 | |
482 * config.nt (STRFTIME_NO_POSIX2): Define. | |
483 | |
43398 | 484 2002-02-18 Jason Rumney <jasonr@gnu.org> |
485 | |
486 * emacs.rc: Define VS_VERSION_INFO if not already. | |
487 Update version info. | |
488 | |
42530 | 489 2002-01-04 Andrew Innes <andrewi@gnu.org> |
490 | |
491 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
492 pick up relevant bits of the Windows API definitions. | |
493 | |
494 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
495 pick up relevant bits of the Windows API definitions. | |
496 | |
42027 | 497 2001-12-14 Andrew Innes <andrewi@gnu.org> |
498 | |
499 * makefile.w32-in (bootstrap): Build addsection program before | |
500 bootstrap (required for post-processing temacs.exe). | |
501 | |
41896 | 502 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
503 | |
504 * COPYING: New file. | |
505 | |
42025 | 506 2001-12-03 Andrew Innes <andrewi@gnu.org> |
507 | |
508 * makefile.w32-in (bootstrap-nmake): | |
509 (bootstrap-gmake): Extend bootstrap process to first do | |
510 bootstrap-clean in lisp dir and rebuild the DOC file. | |
511 (bootstrap): Do a "normal" make after the bootstrap work. | |
512 | |
41328 | 513 2001-11-20 Jason Rumney <jasonr@gnu.org> |
514 | |
515 * INSTALL: Update table of versions of make that are suitable | |
516 for building Emacs, based on recent feedback. | |
517 | |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
518 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove. |
41328 | 519 |
41278 | 520 2001-11-19 Andrew Innes <andrewi@gnu.org> |
521 | |
522 * ftime-nostartup.bat: New file. | |
523 | |
524 * ftime.bat: Don't include libc.lib for profiling - the profiler | |
525 corrupts part of memcpy. | |
526 | |
41178 | 527 2001-11-17 Jason Rumney <jasonr@gnu.org> |
528 | |
529 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard | |
530 expansion. From Juanma Barranquero <lektu@terra.es>. | |
531 | |
40111 | 532 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
533 | |
40152 | 534 * (Version 21.1 released.) |
40111 | 535 |
39826 | 536 2001-10-12 Andrew Innes <andrewi@gnu.org> |
537 | |
538 * inc/pwd.h (uid_t, gid_t): New typedefs. | |
539 | |
39742 | 540 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
541 | |
542 * Branch for 21.1. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
543 |
39193 | 544 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
545 | |
546 * README: Update the address of the mailing list and subscription | |
547 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. | |
548 | |
39156 | 549 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il> |
550 | |
551 * INSTALL: Suggest to avoid using WinZip. | |
39154 | 552 |
553 * configure.bat: Make sure ../site-lisp exists; create if necessary. | |
554 | |
39145 | 555 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il> |
556 | |
557 * INSTALL: Mention that "make install" can be "nmake install". | |
558 | |
39114 | 559 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il> |
560 | |
561 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR), | |
562 since some versions of `mkdir' don't automatically create parent | |
563 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>. | |
564 | |
39056 | 565 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il> |
566 | |
567 * subdirs.el: New file. | |
568 | |
569 * configure.bat: Copy subdirs.el to the site-lisp directory. | |
570 | |
571 * makefile.w32-in (install): Copy subdirs.el to the installation | |
572 directory. | |
573 | |
38140 | 574 2001-06-20 Jason Rumney <jasonr@gnu.org> |
575 | |
576 * runemacs.c (WinMain): Add quotes around command in case of spaces. | |
577 | |
37975 | 578 2001-06-01 Andrew Innes <andrewi@gnu.org> |
579 | |
580 * gmake.defs (sh_output): Don't use $(warning ...) to output | |
581 messages, since that is not supported by GNU make 3.77. | |
582 | |
37886 | 583 2001-05-24 Jason Rumney <jasonr@gnu.org> |
584 | |
585 * INSTALL: Clarify that building with MSVC requires nmake. | |
586 | |
37779 | 587 2001-05-17 Andrew Innes <andrewi@gnu.org> |
588 | |
589 * gmake.defs (NEW_CYGWIN): Output message about spurious error | |
590 message that is to be ignored. | |
591 | |
37711 | 592 2001-05-13 Andrew Innes <andrewi@gnu.org> |
593 | |
594 * TODO: Remove file, since it is completely out of date. | |
595 | |
596 * README: Add copyright notice. | |
597 | |
598 * INSTALL: Add copyright notice. | |
599 | |
37566 | 600 2001-04-18 Andrew Innes <andrewi@gnu.org> |
601 | |
602 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in | |
603 the environment. | |
604 | |
605 * gmake.defs (SETLOADPATH): Remove definition. | |
606 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the | |
607 environment. | |
608 | |
609 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il> | |
610 | |
611 * configure.bat: Make the checkw32api* labels be distinct in the | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
612 first 8 characters. |
37566 | 613 |
614 2001-03-17 Andrew Innes <andrewi@gnu.org> | |
615 | |
616 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning | |
617 escaped quotes. | |
618 | |
619 * gmake.defs (DEBUG_LINK): New macro. | |
620 (LINK_FLAGS): Use it. | |
621 | |
622 * nmake.defs (DEBUG_LINK): New macro. | |
623 (LINK_FLAGS): Use it. | |
624 | |
625 2001-03-06 Andrew Innes <andrewi@gnu.org> | |
626 | |
627 * INSTALL: Add --ldflags to configure line for building with | |
628 recent versions of Cygwin GCC. | |
629 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
630 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> |
37566 | 631 |
632 * configure.bat: Use correct options when compiling a test program | |
633 with Cygwin. From David Ponce <dponce@voila.fr>. | |
634 | |
635 2001-02-24 Andrew Innes <andrewi@gnu.org> | |
636 | |
637 * _emacs: Remove obsolete file. | |
638 | |
639 * emacs.bat.in: Remove obsolete file. | |
640 | |
641 * debug.bat.in: Remove obsolete file. | |
642 | |
643 * inc/sys/socket.h: Add copyright notice. | |
644 | |
645 * paths.h: Add copyright notice. | |
646 | |
647 * makefile.nt: Update copyright notice. | |
648 | |
649 * makefile.def: Update copyright notice. | |
650 | |
651 * configure.bat: Update copyright notice. | |
652 | |
653 * nmake.defs: Add copyright notice. | |
654 | |
655 * gmake.defs: Add copyright notice. | |
656 | |
657 * makefile.w32-in: Add copyright notice. | |
658 | |
659 2001-02-05 Andrew Innes <andrewi@gnu.org> | |
660 | |
661 * nmake.defs (THISDIR): New definition. | |
662 | |
663 * gmake.defs (THISDIR): New definition. | |
664 | |
665 2001-02-03 Andrew Innes <andrewi@gnu.org> | |
666 | |
667 * configure.bat: Leave a space before >> only when there is a | |
668 preceding digit. Add a comment about the importance of this. | |
669 | |
670 * README: Replace outdated information. | |
671 | |
672 * INSTALL (Trouble-shooting): Add note about need to specify extra | |
673 compiler flags with recent Cygwin ports of gcc. | |
674 | |
675 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | |
676 | |
677 * configure.bat: Use "rm -f" instead of "del /f", as the latter | |
678 is not supported by Windows 9X's COMMAND.COM. | |
679 | |
680 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il> | |
681 | |
682 * configure.bat: Make sure redirection is preceeded by a blank, to | |
683 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats | |
684 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>. | |
685 | |
686 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il> | |
687 | |
688 * INSTALL: Copy the table of tested combinations of development | |
689 tools from confuigure.bat. Add suggestion to install Bash on | |
690 Windows 9X. | |
691 | |
692 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy | |
693 lisp/Makefile.in instead. Use "rm -f" where more than one file | |
694 needs to be deleted, since command.com in Windows 9X doesn't grok | |
695 more than one argument. | |
696 | |
697 2001-01-24 Andrew Innes <andrewi@gnu.org> | |
698 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
699 * makefile.w32-in (cleanall-other-dirs-nmake): |
37566 | 700 (cleanall-other-dirs-gmake): New targets. |
701 (cleanall): Invoke them. | |
702 | |
703 2001-01-19 Andrew Innes <andrewi@gnu.org> | |
704 | |
705 * addpm.c (env_vars): Add a version-independent site-lisp | |
706 directory to EMACSLOADPATH, after the version dependent one. | |
707 | |
708 2001-01-06 Andrew Innes <andrewi@gnu.org> | |
709 | |
710 * README: Update info about compilers. | |
711 | |
712 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to | |
713 select correct rule for invoking make in another directory. Amend | |
714 rules accordingly. | |
715 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. | |
716 | |
717 * nmake.defs (EMACS_ICON_PATH): Delete definition. | |
718 (COMPILER_TEMP_FILES): New definition. | |
719 (MAKETYPE): New definition. | |
720 | |
721 * gmake.defs (EMACS_ICON_PATH): Delete definition. | |
722 (COMPILER_TEMP_FILES): New definition. | |
723 (MAKETYPE): New definition. | |
724 | |
725 * makefile.def (EMACS_ICON_PATH): Delete definition. | |
726 | |
727 * configure.bat: Be careful not to add trailing spaces when | |
728 outputting to config.settings. | |
729 | |
730 2001-01-02 Andrew Innes <andrewi@gnu.org> | |
731 | |
732 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather | |
733 than the function. | |
734 | |
735 2000-12-17 Andrew Innes <andrewi@gnu.org> | |
736 | |
737 * makefile.w32-in (install): Copy directories to the correct | |
738 places. | |
739 (real_install): Remove obsolete target. | |
740 | |
741 2000-12-06 Andrew Innes <andrewi@gnu.org> | |
742 | |
743 * nmake.defs (CURDIR): New define. | |
744 (INSTALL_DIR): Use it. | |
745 | |
746 * gmake.defs (NEW_CYGWIN): New define. | |
747 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, | |
748 so we need to adjust how we escape embedded quotes. | |
749 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, | |
750 relative to $(CURDIR). | |
751 | |
752 2000-11-25 Jason Rumney <jasonr@gnu.org> | |
753 | |
754 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. | |
755 | |
756 2000-10-17 Andrew Innes <andrewi@gnu.org> | |
757 | |
758 * makefile.w32-in (recompile): New target to recompile lisp | |
759 directory. | |
760 (recompile-CMD, recompile-SH): New support targets. | |
761 | |
762 2000-09-24 Jason Rumney <jasonr@gnu.org> | |
763 | |
764 * config.nt (NO_RETURN): Define it. | |
765 | |
766 2000-09-17 Andrew Innes <andrewi@gnu.org> | |
767 | |
768 * gmake.defs: Revert to Unix line endings. | |
769 | |
770 * nmake.defs: Revert to Unix line endings. | |
771 | |
772 2000-09-16 Andrew Innes <andrewi@gnu.org> | |
773 | |
774 * gmake.defs (SETLOADPATH): Change definition to work from any | |
775 subdirectory. | |
776 | |
777 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
778 | |
779 * makefile.w32-in: Revert to Unix line endings. | |
780 | |
781 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
782 | |
783 * INSTALL: Add note about expected error messages when configure | |
784 is run. | |
785 | |
786 * configure.bat: Simplify the generation of makefiles (don't need | |
787 to generate various top-level targets that invoke make in other | |
788 directories). | |
789 | |
790 * gmake.defs (SHELLTYPE): New define. | |
791 (SETLOADPATH): New define. | |
792 | |
793 * nmake.defs (SHELLTYPE): New define. | |
794 | |
795 * makefile.w32-in: Standardize indentation somewhat. | |
796 Add bootstrap support. | |
797 Pass $(MFLAGS) when invoking make recursively. | |
798 Add shell-specific variants of top-level targets that invoke make | |
799 recursively in other directories, and add necessary computed | |
800 dependencies. | |
801 | |
802 2000-09-03 Andrew Innes <andrewi@gnu.org> | |
803 | |
804 * makefile.w32-in: Change to DOS line endings. | |
805 | |
806 * configure.bat: Change to DOS line endings. | |
807 | |
808 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
809 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
810 | |
811 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
812 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
813 | |
814 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
815 -D_ANONYMOUS_STRUCT on compile line. | |
816 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
817 (ARCH_CFLAGS): Change optimization flags to -O2. | |
818 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
819 (ARGQUOTE, DQUOTE): New defines. | |
820 | |
821 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
822 -D_ANONYMOUS_STRUCT on compile line. | |
823 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
824 (ARGQUOTE, DQUOTE): New defines. | |
825 | |
826 2000-08-22 Andrew Innes <andrewi@gnu.org> | |
827 | |
828 * configure.bat: New file. | |
829 | |
830 * gmake.defs: New file. | |
831 | |
832 * nmake.defs: New file. | |
833 | |
834 * makefile.w32-in: New file. | |
835 | |
836 * INSTALL: Rewrite to match new configure process. | |
837 | |
838 * config.nt [WINDOWSNT]: Don't declare getenv. | |
839 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
840 | |
841 * addpm.c (main): Accept /q to mean install based on addpm's | |
842 location without asking. Remove reference to emacs.bat which is | |
843 now obsolete. | |
844 | |
845 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
846 | |
847 * paths.h: Use forward slash as directory separator in all path | |
848 definitions. | |
849 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
850 | |
851 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
852 | |
853 * runemacs.c: Remove WIN32 define. | |
854 | |
855 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
856 not defined. | |
857 | |
858 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
859 (fd_set): Define to new name, after including winsock.h, so we can | |
860 provide our own implementation. | |
861 | |
862 2000-07-05 Andrew Innes <andrewi@gnu.org> | |
863 | |
864 * ebuild.bat: Add support for specifying make arguments. | |
865 | |
866 * makefile.nt: Add support for `bootstrap' and related targets. | |
867 | |
868 2000-06-11 Jason Rumney <jasonr@gnu.org> | |
869 | |
870 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
871 | |
872 2000-02-06 Andrew Innes <andrewi@gnu.org> | |
873 | |
874 * inc/sys/time.h: Add inclusion protection. | |
875 | |
876 * makefile.def (SYS_LDFLAGS): Add -nologo. | |
877 | |
878 1999-11-22 Andrew Innes <andrewi@gnu.org> | |
879 | |
880 * install.bat: Pass on command line arguments to make. | |
881 | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
882 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo. |
37566 | 883 |
884 1999-11-21 Andrew Innes <andrewi@gnu.org> | |
885 | |
886 * makefile.nt (all): Build leim if present. | |
887 (install): Install leim if present. | |
888 (clean): Clean leim if present. | |
889 | |
890 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
891 definition. | |
892 | |
893 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
894 | |
895 1999-07-12 Richard Stallman <rms@gnu.org> | |
896 | |
897 * Version 20.4 released. | |
898 | |
899 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
900 | |
901 * emacs.rc: Use an icon with a transparent background, to be in | |
902 keeping with other applications. | |
903 | |
904 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
905 | |
906 * preprep.c: Fix typo. | |
907 | |
908 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
909 | |
910 * config.h: Remove obsolete file. | |
911 | |
912 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
913 couple of unused switch cases that aren't defined on all | |
914 platforms. | |
915 | |
916 * ftime.bat: Add another variation of the profile command, which | |
917 only profiles extended commands. | |
918 | |
919 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
920 | |
921 * cmdproxy.c (main): Fix parens. | |
922 | |
923 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
924 | |
925 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
926 names for comparison. | |
927 | |
928 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
929 | |
930 * makefile.def: Compile multiple .c files when possible. | |
931 Use BLD instead of assuming i386. | |
932 * makefile.nt: Remove common multiple file compilation commands. | |
933 | |
934 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
935 | |
936 * cmdproxy.c (main): Add missing parens. | |
937 | |
938 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
939 | |
940 * preprep.c: New program to allow dumped image to be profiled. | |
941 | |
942 * makefile.nt (preprep): New target. | |
943 (ALL): Build it. | |
944 | |
945 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
946 | |
947 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
948 Change prep options to profile libc functions and skip the startup | |
949 code. | |
950 | |
951 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
952 | |
953 * makefile.nt: Create installation directory as first step. | |
954 | |
955 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
956 | |
957 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from | |
958 ROUND_UP_DST. Zeroes the alignment slop. | |
959 (copy_executable_and_add_section): Update the | |
960 SizeOfHeaders field properly. | |
961 | |
962 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
963 | |
964 * makefile.nt: Do make version comparison as strings. | |
965 | |
966 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
967 | |
968 * runemacs.c (WinMain): Pass explicit environment block to | |
969 CreateProcess, to work around a bug in Windows 95/98. | |
970 | |
971 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
972 | |
973 * icons: New directory with Davenport's icons. | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
974 * icons/sink.ico: Renamed from emacs.ico. |
37566 | 975 |
976 * makefile.nt (install, fast_install): Install Windows icons | |
977 into etc/icons. | |
978 | |
979 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
980 | |
981 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
982 | |
983 * makefile.nt: (ALL): List top-level targets. | |
984 (addsection): New top-level target. | |
985 (install): Copy fns-*.el to bin directory. | |
986 | |
987 * addsection.c: New program to add static heap section to | |
988 temacs.exe after linking, in support of new unexec method. | |
989 | |
990 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
991 | |
992 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
993 (main): Save startup directory to give to spawn, then change | |
994 directory to location of .exe in order not to prevent startup | |
995 directory from being deleted. | |
996 | |
997 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
998 | |
999 * makefile.nt: Do string comparision of _NMAKE_VER. | |
1000 | |
1001 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
1002 | |
1003 * config.nt (LOCALTIME_CACHE): Define. | |
1004 | |
1005 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
1006 | |
1007 * install.bat: Convert to DOS format. | |
1008 | |
1009 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
1010 | |
1011 * cmdproxy.c (main): Set environment size only when running | |
1012 command.com. | |
1013 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1014 1998-11-03 Theodore Jump <tjump@tertius.com> |
37566 | 1015 |
1016 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
1017 (DEL_TREE): Use rd instead of rmdir. | |
1018 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
1019 * makefile.nt: Compile multiple source files when possible. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1020 |
37566 | 1021 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> |
1022 | |
1023 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
1024 | |
1025 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1026 | |
1027 * Version 20.3 released. | |
1028 | |
1029 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
1030 | |
1031 * addpm.c (main): Explicitly check result of message box for OK. | |
1032 | |
1033 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
1034 | |
1035 * inc/sys/file.h (D_OK): Define new macro. | |
1036 | |
1037 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
1038 | |
1039 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
1040 | |
1041 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
1042 | |
1043 * emacs.rc (VS_VERSION_INFO): Define. | |
1044 | |
1045 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
1046 | |
1047 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
1048 installation directory. | |
1049 | |
1050 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
1051 | |
1052 * ddeclient.c: New file. (Support program for performing limited | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1053 interprocess communication on Windows.) |
37566 | 1054 |
1055 * makefile.nt: Build ddeclient. | |
1056 | |
1057 * cmdproxy.c (main): Only set environment size for real shell, and | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1058 provide extra directory argument, when running on Windows 95. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1059 |
37566 | 1060 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> |
1061 | |
1062 * cmdproxy.c (fail): Exit with a negative return value. | |
1063 (spawn): Return subprocess return code as an argument. | |
1064 Explicitly copy environment block. | |
1065 (main): Update to use return value argument with spawn. | |
1066 Retry if spawn failed when a subshell was not tried. | |
1067 | |
1068 * config.nt: Include new macros from src/config.in. | |
1069 (GNU_MALLOC, REL_ALLOC): Define. | |
1070 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
1071 (RE_TRANSLATE): Use char_table_translate. | |
1072 | |
1073 * makefile.def (CP_DIR): Preserve attributes. | |
1074 | |
1075 * makefile.nt (clean): Delete patch generated files, optimized | |
1076 build directory. | |
1077 | |
1078 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
1079 | |
1080 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
1081 | |
1082 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1083 | |
1084 * Version 20.2 released. | |
1085 | |
1086 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1087 | |
1088 * Version 20.1 released. | |
1089 | |
1090 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
1091 | |
1092 * debug.bat.in: New file. | |
1093 * makefile.nt (debug.bat): New target. | |
1094 | |
1095 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
1096 | |
1097 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
1098 Quote group name. Allow different icons to be specified. | |
1099 | |
1100 * cmdproxy.c (get_env_size): New function. | |
1101 (spawn): Explicitly pass in environment when creating subprocess. | |
1102 (main): Cleaup error messages. | |
1103 Specify dynamically sized environment block for real shell. | |
1104 Pass on unhandled switches to real shell. | |
1105 Quote program name. | |
1106 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1107 * makefile.def (CFLAGS_COMMON): Place pdb file in object build |
37566 | 1108 directory. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1109 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. |
37566 | 1110 |
1111 * runemacs.c (WinMain): Allow Emacs process to be started with | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1112 high or low priority. |
37566 | 1113 |
1114 * emacs.bat.in: Remove OS dependent operations. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1115 |
37566 | 1116 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> |
1117 | |
1118 * addpm.c (env_vars): No longer set INFOPATH. | |
1119 | |
1120 * cmdproxy.c (get_next_token): Null terminate token returned. | |
1121 | |
1122 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
1123 | |
1124 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
1125 | |
1126 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
1127 (main): Initialize idDde to 0. | |
1128 Determine emacs_path from module file name. | |
1129 Prompt for install. | |
1130 | |
1131 * makefile.def (MSVCNT11): Conditionally define it. | |
1132 (BASE_LIBS): Do not use oldnames.lib. | |
1133 (SYS_LDFLAGS): Use pdb files. | |
1134 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
1135 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
1136 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
1137 | |
1138 * makefile.nt (ALL): Build cmdproxy. | |
1139 (cmdproxy): New target. | |
1140 (install): Install cmdproxy. | |
1141 | |
1142 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
1143 | |
1144 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
1145 | |
1146 * inc/sys/socket.h: (shutdown): Define. | |
1147 (sys_shutdown): Export. | |
1148 | |
1149 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1150 | |
1151 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
1152 | |
1153 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
1154 | |
1155 * config.nt: Update file comments. | |
1156 Update undefs added/removed in src/config.in. | |
1157 | |
1158 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
1159 | |
1160 * makefil.def, emacs.bat: Use windows95 and windowsnt instead | |
1161 of win95 and winnt, respectively. | |
1162 | |
1163 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
1164 | |
1165 * makefile.nt (real_install): Create site-lisp in installation dir. | |
1166 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
1167 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
1168 | |
1169 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1170 | |
1171 * Version 19.33 released. | |
1172 | |
1173 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
1174 | |
1175 * runemacs.c (WinMain): Put a space between the binary and its args. | |
1176 | |
1177 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1178 | |
1179 * Version 19.32 released. | |
1180 | |
1181 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
1182 | |
1183 * makefile.nt (clean): Use OBJDIR macro. | |
1184 | |
1185 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
1186 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1187 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. |
37566 | 1188 Not defined by default. |
1189 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
1190 (WinMain): Convert backslashes to slashes in env var values. | |
1191 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1192 * addpm.c (env_vars): Use slashes, not backslashes. |
37566 | 1193 |
1194 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
1195 | |
1196 * Version 19.31 released. | |
1197 | |
1198 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
1199 | |
1200 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
1201 undo settings afterwards. | |
1202 | |
1203 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
1204 | |
1205 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1206 environment variable. |
37566 | 1207 |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1208 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
37566 | 1209 |
1210 * install.bat: Allow for optimized build. | |
1211 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
1212 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
1213 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1214 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
37566 | 1215 |
1216 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
1217 (env_vars): Rename field emacs_path to emacs_dir. | |
1218 (main): Add link to runemacs instead of emacs. | |
1219 | |
1220 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
1221 | |
1222 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
1223 | |
1224 * makefile.nt: Build and install runemacs.exe. | |
1225 | |
1226 * runemacs.c: New file. | |
1227 | |
1228 * config.w95: File removed. | |
1229 | |
1230 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
1231 inc/sys/socket.h, inc/sys/time.h: New header files. | |
1232 | |
1233 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1234 |
37566 | 1235 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> |
1236 | |
1237 * makefile.def (DEL): Defined. | |
1238 (DEL_TREE) [win95]: Defined. | |
1239 (SYS_LDFLAGS): Set executable versions to 3.10. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1240 |
37566 | 1241 * makefile.nt: Change uses of del to $(DEL). |
1242 | |
1243 1996-01-17 Erik Naggum <erik@naggum.no> | |
1244 | |
1245 * All files: Update FSF's address in comment preamble. | |
1246 | |
1247 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
1248 | |
1249 * emacs.ico: Now the proverbial kitchen sink icon. | |
1250 | |
1251 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1252 | |
1253 * Version 19.30 released. | |
1254 | |
1255 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
1256 | |
1257 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
1258 | |
1259 * makefile.nt (install, fast_install, real_install, clean): | |
1260 Don't use switches to del not supported by Win95. | |
1261 | |
1262 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
1263 | |
1264 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
1265 (install, fast_install): Change same-dir test to create test file in | |
1266 installation tree and thereby support read-only shares. | |
1267 (clean): Remove .pdb files. | |
1268 | |
1269 * makefile.def (NTGUI): New macro. | |
1270 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
1271 | |
1272 * config.nt, config.w95: Update to latest src/config.in. | |
1273 | |
1274 * addpm.c (env_vars): New variable. | |
1275 (add_registry): New procedure. | |
1276 (main): Use values of configuration environment variables from | |
1277 the registry if defined, the process environment otherwise. | |
1278 | |
1279 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1280 | |
1281 * Version 19.29 released. | |
1282 | |
1283 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
1284 | |
1285 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
1286 | |
1287 * makefile.nt: Define .c to .obj suffix rule. | |
1288 (addpm.obj): Compile directly, use CFLAGS. | |
1289 (addpm.exe): Link from addpm.obj. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1290 |
37566 | 1291 * makefile.def (MSVCNT11): Defined. |
1292 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
1293 (CFLAGS_COMMON): Defined. | |
1294 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1295 |
37566 | 1296 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
1297 | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1298 * emacs.bat.in: Renamed from emacs.bat. |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1299 (emacs_dir): Renamed from emacs_path. |
37566 | 1300 Definition removed. |
1301 | |
1302 * addpm.c: New file. | |
1303 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. | |
1304 (all): Depend upon $(BLD) and $(ALL). | |
1305 (install): Depend upon emacs.bat. | |
1306 Create program item for Emacs. | |
1307 (clean): Delete obj. | |
1308 (emacs.bat): Defined. | |
1309 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined. | |
1310 | |
1311 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
1312 | |
1313 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
1314 Add carriage returns; necessary for batch files on Win95. | |
1315 | |
1316 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
1317 | |
1318 * config.w95: Created. | |
1319 * config.h: Changed to config.nt. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1320 |
37566 | 1321 * makefile.nt (SUBDIRS): Commented out. |
1322 (all,install,clean): Expand for-loops. | |
1323 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | |
1324 | |
1325 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | |
1326 (ARCH): New definition. | |
1327 (CPU,CONFIG_H,OS_TYPE): Defined. | |
1328 (INCLUDE,LIB): Checked if valid. | |
1329 (ntwin32.mak): Included. | |
1330 (AR,CC,LINK): New definition. | |
1331 (ADVAPI32,libc,BASE_LIBS): Defined. | |
1332 (SYS_LDFLAGS): New definition. | |
1333 Update comments and preprocessor conditionals. | |
1334 | |
1335 * emacs.bat (SHELL): Conditionally defined. | |
1336 (HOME): Conditionally defined. | |
1337 (emacs_path,HOME): Update comments. | |
1338 Turn off all echo. | |
1339 | |
1340 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
1341 | |
1342 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
1343 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
1344 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
1345 inc/sys/param.h: Removed carriage-returns. | |
1346 | |
1347 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
1348 | |
1349 * makefile.def (CVTRES): Defined. | |
1350 | |
1351 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
1352 | |
1353 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
1354 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49457
diff
changeset
|
1355 * src: Remove directory. |
37566 | 1356 |
1357 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
1358 | |
1359 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
1360 | |
1361 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
1362 | |
1363 * emacs.bat: Added arguments when emacs.exe invoked. | |
1364 | |
1365 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
1366 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1367 1994-12-13 Geoff Voelker <voelker@cs.washington.edu> |
37566 | 1368 |
1369 * makefile.def (CC): In configuration section. | |
1370 (COMPAT_LIB): Defined. | |
1371 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1372 1994-11-01 Geoff Voelker <voelker@cs.washington.edu> |
37566 | 1373 |
1374 * src/paths.h: New file. | |
1375 | |
1376 * src/config.h: New file. | |
1377 | |
1378 * inc/pwd.h: New file. | |
1379 | |
1380 * inc/sys/dir.h: New file. | |
1381 | |
1382 * inc/sys/file.h: New file. | |
1383 | |
1384 * inc/sys/ioctl.h: New file. | |
1385 | |
1386 * inc/sys/param.h: New file. | |
1387 | |
1388 * todo: New file. | |
1389 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49457
diff
changeset
|
1390 * README: New file. |
37566 | 1391 |
1392 * makefile.nt: New file. | |
1393 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1394 * makefile.def: New file. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1395 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1396 * install.cmd: New file. |
37566 | 1397 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1398 * INSTALL: New file. |
37566 | 1399 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1400 * fast-install.cmd: New file. |
37566 | 1401 |
1402 * emacs.cmd: New file. | |
1403 | |
1404 * ebuild.cmd: New file. | |
1405 | |
1406 * _emacs: New file. | |
1407 | |
1408 ;; Local Variables: | |
1409 ;; coding: iso-2022-7bit | |
73856
594a719b7a7f
Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents:
73542
diff
changeset
|
1410 ;; add-log-time-zone-rule: t |
37566 | 1411 ;; End: |
39627 | 1412 |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64887
diff
changeset
|
1413 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
75348 | 1414 2005, 2006, 2007 Free Software Foundation, Inc. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1415 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1416 This file is part of GNU Emacs. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1417 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1418 GNU Emacs is free software; you can redistribute it and/or modify |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1419 it under the terms of the GNU General Public License as published by |
78246
075eb71f218d
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
78173
diff
changeset
|
1420 the Free Software Foundation; either version 3, or (at your option) |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1421 any later version. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1422 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1423 GNU Emacs is distributed in the hope that it will be useful, |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1424 but WITHOUT ANY WARRANTY; without even the implied warranty of |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1425 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1426 GNU General Public License for more details. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1427 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1428 You should have received a copy of the GNU General Public License |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1429 along with GNU Emacs; see the file COPYING. If not, write to the |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1430 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1431 Boston, MA 02110-1301, USA. |
52401 | 1432 |
1433 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414 |