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