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