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