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