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