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