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