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