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