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