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