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