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