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