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