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