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