Mercurial > emacs
annotate nt/ChangeLog @ 100770:2cf5314ee101
Minor doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 30 Dec 2008 13:28:33 +0000 |
parents | e11b05eef7fd |
children | 65084615ffd3 |
rev | line source |
---|---|
100686 | 1 2008-12-25 Jason Rumney <jasonr@gnu.org> |
2 | |
3 * config.nt: (PTR): Remove. | |
4 | |
100565
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
5 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu> |
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
6 |
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
7 * config.nt (LISTPROC, PROCATTR): Remove. |
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
8 |
97370 | 9 2008-08-09 Eli Zaretskii <eliz@gnu.org> |
10 | |
11 * config.nt (LISTPROC, PROCATTR): New macros. | |
12 | |
97141
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
13 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> |
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
14 |
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
15 * config.nt (MULTI_KBOARD): Remove. |
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
16 |
96938
beacc13fd3df
* configure.bat: New option --profile.
Jason Rumney <jasonr@gnu.org>
parents:
96923
diff
changeset
|
17 2008-07-23 Jason Rumney <jasonr@gnu.org> |
beacc13fd3df
* configure.bat: New option --profile.
Jason Rumney <jasonr@gnu.org>
parents:
96923
diff
changeset
|
18 |
97072 | 19 * configure.bat: New option --profile. |
20 * gmake.defs: Set cflags and ldflags for profiling when specified. | |
96938
beacc13fd3df
* configure.bat: New option --profile.
Jason Rumney <jasonr@gnu.org>
parents:
96923
diff
changeset
|
21 |
96923
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
22 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> |
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
23 |
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
24 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. |
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
25 |
96643
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
26 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu> |
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
27 |
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
28 * config.nt (HAVE_FACES): Remove, unused. |
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
29 |
96348
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
30 2008-06-26 Juanma Barranquero <lekktu@gmail.com> |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
31 Eli Zaretskii <eliz@gnu.org> |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
32 |
97072 | 33 * nmake.defs (FONT_CFLAGS): |
96348
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
34 * gmake.defs (FONT_CFLAGS): Remove. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
35 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
36 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH) |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
37 and _CRTAPI1. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
38 (ARCH_FLAGS): Don't include _X86_. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
39 |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
40 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
41 |
96303 | 42 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu> |
43 | |
44 * config.nt: Remove reference to UNEXEC_SRC. | |
45 | |
96211
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
46 2008-06-23 Juanma Barranquero <lekktu@gmail.com> |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
47 Eli Zaretskii <eliz@gnu.org> |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
48 |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
49 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]: |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
50 Don't hardcode -gstabs+, use DEBUG_INFO. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
51 |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
52 * configure.bat (gccdebug): Check for DWARF-2 support in GCC. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
53 Default to stabs if the compiler does not support DWARF-2. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
54 (genmakefiles): Write new variable DEBUG_INFO to config.settings. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
55 |
94973 | 56 2008-05-14 Jason Rumney <jasonr@gnu.org> |
57 | |
58 * configure.bat: Remove code dealing with --disable-font-backend. | |
59 | |
94799 | 60 2008-05-09 Eli Zaretskii <eliz@gnu.org> |
61 | |
94813 | 62 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for |
63 better alignment. Make st_size 64-bit wide. Add new members | |
64 st_uname and st_gname. | |
65 | |
94799 | 66 * inc/grp.h (struct group): Add gr_gid member. |
67 | |
94293 | 68 2008-04-23 Eli Zaretskii <eliz@gnu.org> |
80501 | 69 |
70 * makefile.w32-in (ALL): Move $(CLIENTRES) from here... | |
71 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having | |
72 a real file there is not a good idea. | |
73 | |
94293 | 74 2008-04-23 Jason Rumney <jasonr@gnu.org> |
75 | |
76 * makefile.w32-in (CLIENTRES): New variable and build target. | |
77 (all): Depend on it. | |
78 ($(TRES)): Use $(TRES) in rule. | |
79 | |
94222 | 80 2008-04-21 Jason Rumney <jasonr@gnu.org> |
81 | |
82 * configure.bat (success): Print "make" rather than "gmake", as that | |
100467 | 83 is what MinGW uses. |
94222 | 84 |
94011 | 85 2008-04-11 Eli Zaretskii <eliz@gnu.org> |
86 | |
87 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing. | |
88 Add copyright notice. | |
89 | |
80479 | 90 2008-04-10 Jason Rumney <jasonr@gnu.org> |
91 | |
92 * emacsclient.rc: New file. | |
93 | |
93966 | 94 * INSTALL: Document make targets. |
95 | |
93930 | 96 2008-04-09 Jason Rumney <jasonr@gnu.org> |
97 | |
98 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir. | |
96786 | 99 (clean-other-dirs-gmake): Likewise. Clean doc dirs. |
93930 | 100 (top-distclean, distclean, distclean-other-dirs-nmake) |
101 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) | |
102 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets. | |
103 | |
93684 | 104 2008-04-05 Eli Zaretskii <eliz@gnu.org> |
105 | |
93701 | 106 * inc/sys/stat.h: New file. |
107 | |
93684 | 108 * configure.bat: Add check for usp10.h. |
109 | |
93669 | 110 2008-04-04 Jason Rumney <jasonr@gnu.org> |
111 | |
112 * INSTALL: Update W32 API requirements. | |
113 | |
93593 | 114 2008-04-03 Jason Rumney <jasonr@gnu.org> |
115 | |
116 * gmake.defs, nmake.defs (UNISCRIBE): New variable. | |
117 | |
92810 | 118 2008-03-13 Glenn Morris <rgm@gnu.org> |
119 | |
120 * emacs.rc: Set version to 23.0.60. | |
121 | |
92478 | 122 2008-03-04 Jason Rumney <jasonr@gnu.org> |
123 | |
124 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag. | |
125 (EMACS_EXTRA_C_FLAGS): Include it. | |
126 * configure.bat (usefontbackend): Default to Y. | |
127 (--enable-font-backend): Replace with --disable-font-backend. | |
128 (:withfont): Replace with :withoutfont. | |
129 | |
92457 | 130 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
131 | |
132 * icons/emacs.ico: Full alpha for 32x32 full color. | |
133 Add 32x32 and 16x16 256 color versions. | |
134 | |
92444 | 135 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com> |
136 | |
137 * icons/emacs22.ico: New file (the old emacs.ico under a new name). | |
138 | |
92404 | 139 2008-03-02 Jason Rumney <jasonr@gnu.org> |
140 | |
141 * makefile.w32-in ($(TRES)): Depend on icon and manifest. | |
142 | |
92402 | 143 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
144 | |
145 * icons/README: Update. | |
146 | |
147 * icons/emacs.ico: New icon. | |
148 | |
92207
d12d3e6a5f77
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92159
diff
changeset
|
149 2008-02-25 Juanma Barranquero <lekktu@gmail.com> |
80360 | 150 |
151 * addpm.c: Include malloc.h. | |
152 (add_registry): Cast return value of alloca. | |
153 | |
92159
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
154 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu> |
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
155 |
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
156 * config.nt (SHORTNAMES): Remove reference to obsolete variable. |
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
157 |
91784 | 158 2008-02-11 Eli Zaretskii <eliz@gnu.org> |
159 | |
160 * configure.bat (checkgcc): Move "del junk.o" to here, and make it | |
161 conditional on existence of junk.o. If %nocygwin% is already set | |
162 to Y, skip to chkapiN instead of chkapi. | |
163 (chkapi): Move "rm -f junk.c junk.o" to here. | |
164 (chkapiN): New label. | |
165 | |
91769 | 166 2008-02-11 Jason Rumney <jasonr@gnu.org> |
167 | |
168 * makefile.w32-in: Remove unidata-gen related rules. | |
169 | |
91695 | 170 2008-02-09 Eli Zaretskii <eliz@gnu.org> |
171 | |
172 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile. | |
173 | |
80107 | 174 2008-02-11 Jason Rumney <jasonr@gnu.org> |
175 | |
176 * addpm.c (add_registry): Add an App Paths registry key. | |
177 Look for GTK and add it to the DLL search path for Emacs if found. | |
178 | |
80060
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
179 2008-02-05 Juanma Barranquero <lekktu@gmail.com> |
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
180 |
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
181 * configure.bat: In help, use generic names for the image libraries. |
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
182 |
91520
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
183 2008-02-04 Juanma Barranquero <lekktu@gmail.com> |
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
184 |
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
185 * .cvsignore: Don't ignore .arch-inventory. |
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
186 |
91495 | 187 2008-02-03 Jason Rumney <jasonr@gnu.org> |
188 | |
189 * configure.bat: Make gcc the default compiler. | |
190 | |
91456 | 191 2008-02-02 Eli Zaretskii <eliz@gnu.org> |
192 | |
95741 | 193 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH): |
194 Ignore return status. | |
91460 | 195 |
91458 | 196 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep |
197 it out of the way of Windows generated file. Generate | |
198 admin/unidata/makefile. | |
199 | |
91456 | 200 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake) |
201 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH) | |
202 (unidatagen-clean-SH): New targets. | |
203 (bootstrap-nmake): Invoke unidatagen-nmake. | |
204 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE). | |
205 | |
91505
24e0f42ae574
Adjust dates of unicode merge entries to UTC.
Miles Bader <miles@gnu.org>
parents:
91495
diff
changeset
|
206 2008-02-01 Jason Rumney <jasonr@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
207 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
208 * configure.bat (withfont): Set sep1 after modifying usercflags. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
209 |
91505
24e0f42ae574
Adjust dates of unicode merge entries to UTC.
Miles Bader <miles@gnu.org>
parents:
91495
diff
changeset
|
210 2008-02-01 Jason Rumney <jasonr@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
211 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
212 * configure.bat: Rename --with-font-backend to --enable-font-backend |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
213 for consistency with other platforms. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
214 |
91505
24e0f42ae574
Adjust dates of unicode merge entries to UTC.
Miles Bader <miles@gnu.org>
parents:
91495
diff
changeset
|
215 2008-02-01 Jason Rumney <jasonr@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
216 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
217 * configure.bat: Add --with-font-backend option. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
218 |
79894 | 219 2008-01-20 Jason Rumney <jasonr@gnu.org> |
220 | |
221 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file | |
222 permissions to NTFS ACLs. | |
223 | |
93302 | 224 2007-11-01 Jan Djärv <jan.h.d@swipnet.se> |
85882 | 225 |
226 * config.nt: Remove HAVE_X11R5. | |
227 | |
85561 | 228 2007-10-22 Jason Rumney <jasonr@gnu.org> |
229 | |
230 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine. | |
231 (strings.h, stdlib.h): Conditionally include. | |
232 (w32_abort): Declare here. | |
233 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h). | |
234 | |
85485 | 235 2007-10-20 Jason Rumney <jasonr@gnu.org> |
236 | |
237 * makefile.w32-in (info-nmake): Change into correct directories. | |
238 | |
79161 | 239 2007-10-20 Eli Zaretskii <eliz@gnu.org> |
240 | |
241 * configure.bat (docflags, doldflags): New variables. | |
242 (genmakefiles): Use them to work around problems with whitespace | |
243 in arguments of the `if' command. | |
244 | |
79132 | 245 2007-10-18 Jason Rumney <jasonr@gnu.org> |
246 | |
247 * makefile.w32-in (install): Install COPYING in top-level and bin dirs. | |
248 | |
78902 | 249 2007-09-27 Jason Rumney <jasonr@gnu.org> |
250 | |
251 * gmake.defs (COMCTL32): New system library. | |
252 | |
253 * nmake.defs (COMCTL32): New system library. | |
254 | |
84343 | 255 2007-09-06 Glenn Morris <rgm@gnu.org> |
256 | |
84345 | 257 * configure.bat: |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
258 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake): |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
259 Change from ../man to ../doc/emacs and ../doc/misc; and from |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
260 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro. |
84343 | 261 |
83739 | 262 2007-08-29 Glenn Morris <rgm@gnu.org> |
263 | |
264 * emacs.rc: Increase version to 23.0.50. | |
265 | |
95741 | 266 2007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change) |
78554 | 267 |
268 * makefile.w32-in (bootstrap-nmake): Change directories once more. | |
269 | |
78288 | 270 2007-07-25 Glenn Morris <rgm@gnu.org> |
271 | |
272 * Relicense all FSF files to GPLv3 or later. | |
273 | |
274 * COPYING: Switch to GPLv3. | |
275 | |
81914 | 276 2007-07-16 Eli Zaretskii <eliz@gnu.org> |
78173 | 277 |
278 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake): | |
279 Depend on cmdproxy. | |
280 (cleanall): Don't delete *~. | |
281 | |
81898 | 282 2007-07-15 Jason Rumney <jasonr@gnu.org> |
283 | |
284 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to | |
285 be fully supported. | |
286 | |
81875 | 287 2007-07-14 Jason Rumney <jasonr@gnu.org> |
288 | |
289 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead | |
290 of winsock.h. | |
291 | |
78104 | 292 2007-07-11 Jason Rumney <jasonr@gnu.org> |
293 | |
294 * gmake.defs (OLE32): New library to link. | |
295 | |
296 * nmake.defs (OLE32): Likewise. | |
297 | |
78050 | 298 2007-06-25 Jason Rumney <jasonr@gnu.org> |
299 | |
300 * cmdproxy.c (main): Set console codepages to "ANSI". | |
301 | |
81523 | 302 2007-06-20 Jason Rumney <jasonr@gnu.org> |
303 | |
304 * configure.bat: Complain if image libraries are missing. | |
305 | |
78025 | 306 2007-06-15 Jason Rumney <jasonr@gnu.org> |
307 | |
308 * emacs.manifest: New file. | |
309 | |
310 * emacs.rc: Use it. | |
311 | |
77858
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
312 2007-06-02 Chong Yidong <cyd@stupidchicken.com> |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
313 |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
314 * Version 22.1 released. |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
315 |
77781 | 316 2007-05-22 Eli Zaretskii <eliz@gnu.org> |
317 | |
318 * INSTALL: Add information about where to find GDB, and warn | |
319 against --no-debug option to configure.bat. | |
320 | |
77755 | 321 2007-05-19 Eli Zaretskii <eliz@gnu.org> |
322 | |
323 * INSTALL: Fix URL of EmacsW32 site where building with image | |
324 support is described. | |
325 | |
77504 | 326 2007-04-26 Glenn Morris <rgm@gnu.org> |
327 | |
328 * emacs.rc: Increase version to 22.1.50. | |
329 | |
76830 | 330 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
331 | |
332 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users. | |
333 | |
76420
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
334 2007-03-09 Richard Stallman <rms@gnu.org> |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
335 |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
336 * INSTALL: Say explicitly this is not for Cygwin. |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
337 |
76279 | 338 2007-03-03 Eli Zaretskii <eliz@gnu.org> |
339 | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
340 * INSTALL: Add URL of another site with detailed build instructions. |
76279 | 341 |
75926 | 342 2007-02-16 Glenn Morris <rgm@gnu.org> |
343 | |
344 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico: | |
345 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico: | |
346 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico: | |
347 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico: | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
348 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico: |
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
349 Restore all but two of icons deleted in previous change. |
75926 | 350 |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
351 2007-02-13 Chong Yidong <cyd@stupidchicken.com> |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
352 |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
353 * icons/README: New file. |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
354 |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
355 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico: |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
356 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico: |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
357 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico: |
75925
4ddab690cf89
Fix typo in previous entry (emacs.ico was not deleted).
Glenn Morris <rgm@gnu.org>
parents:
75843
diff
changeset
|
358 * icons/gnu2b48t.ico, icons/gnu4g48t.ico: |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
359 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico: |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
360 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico: |
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
361 Unused icons deleted. |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
362 |
75565
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
363 2007-01-31 Juanma Barranquero <lekktu@gmail.com> |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
364 |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
365 * configure.bat: Update ../site-lisp/subdirs.el when needed. |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
366 |
75541
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
367 2007-01-30 Juanma Barranquero <lekktu@gmail.com> |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
368 |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
369 * subdirs.el: Add "no-byte-compile: t" local variable. |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
370 |
75170 | 371 2007-01-10 Jason Rumney <jasonr@gnu.org> |
372 | |
373 * README: Update URLs and advice about reporting bugs. | |
374 | |
74960 | 375 2006-12-29 Jason Rumney <jasonr@gnu.org> |
376 | |
377 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from | |
378 DEBUG_LINK. | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
379 (DEBUG_LINK): Remove -debugtype:both. |
74960 | 380 |
74938 | 381 2006-12-27 Eli Zaretskii <eliz@gnu.org> |
382 | |
383 * INSTALL: Update table of supported Make ports. Show "make -j" | |
384 command that is known to work. | |
385 | |
386 * configure.bat: Update table of supported Make ports. | |
387 | |
74878 | 388 2006-12-24 Eli Zaretskii <eliz@gnu.org> |
389 | |
390 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it | |
391 only in implicit rules. Use literal "emacs.rc" instead. | |
392 | |
74842 | 393 2006-12-23 Eli Zaretskii <eliz@gnu.org> |
394 | |
74844 | 395 * gmake.defs: Export XMFLAGS. |
396 | |
74842 | 397 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't |
74878 | 398 use $(XMFLAGS) for nmake, as it doesn't support parallelism. |
74842 | 399 |
74801 | 400 2006-12-22 Eli Zaretskii <eliz@gnu.org> |
401 | |
74824 | 402 * INSTALL: Explain how to invoke GNU Make for parallel builds. |
403 | |
74807 | 404 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)" |
405 command-line argument to sub-Make in src, since src/makefile.w32-in | |
406 invokes Make recursively during bootstrap. | |
74815 | 407 (clean): Delete stamp_BLD. |
74819 | 408 (bootstrap): Make `all' explicitly in a recursive Make. |
74807 | 409 |
74801 | 410 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file |
411 stamp_BLD after creating the $(BLD) directory. | |
412 | |
413 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file | |
414 stamp_BLD after creating the $(BLD) directory. | |
415 | |
416 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection) | |
417 (preprep, $(TRES), runemacs) | |
418 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)) | |
419 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)): | |
420 Depend on stamp_BLD instead of on $(BLD). | |
421 (XMFLAGS): New macro. | |
422 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake) | |
423 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake) | |
424 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake) | |
425 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make. | |
426 | |
74781 | 427 2006-12-20 Eli Zaretskii <eliz@gnu.org> |
428 | |
429 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of | |
430 $(ALL_DEPS). | |
74801 | 431 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O) |
432 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)): | |
433 New dependency on $(BLD). | |
74781 | 434 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake) |
435 (bootstrap-gmake): Depend on addsection. | |
436 | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
437 2006-10-29 Juanma Barranquero <lekktu@gmail.com> |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
438 |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
439 * runemacs.c (WinMain): Process all recognized arguments, not just |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
440 the first one. Remove unused variable sec_desc. |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
441 |
73093 | 442 2006-09-24 Eli Zaretskii <eliz@gnu.org> |
443 | |
444 * config.nt (HAVE_LANGINFO_CODESET): Define. | |
445 | |
446 * inc/langinfo.h: New file. | |
447 | |
448 * inc/nl_types.h: New file. | |
449 | |
72904
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
450 2006-09-15 Jay Belanger <belanger@truman.edu> |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
451 |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
452 * COPYING: Replace "Library Public License" by "Lesser Public |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
453 License" throughout. |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
454 |
72142 | 455 2006-07-27 Jason Rumney <jasonr@gnu.org> |
456 | |
457 * INSTALL: Add notes about Cygwin make to impatient section. | |
458 | |
71165 | 459 2006-06-02 Eli Zaretskii <eliz@gnu.org> |
460 | |
461 * INSTALL: Add Make 3.81 to the list of Make & shell combinations | |
462 known to work. | |
463 | |
69445 | 464 2006-03-12 Jason Rumney <jasonr@gnu.org> |
465 | |
69450 | 466 * addpm.c (add_registry): Don't change the registry unless keys |
467 already exist from a previous version. | |
468 | |
69448 | 469 * makefile.w32-in (install): Use -q when invoking addpm. |
470 | |
69445 | 471 * addpm.c (main): Accept -q as alternative for /q. |
472 | |
69377 | 473 2006-03-11 Jason Rumney <jasonr@gnu.org> |
474 | |
475 * runemacs.c (WinMain): Set screen buffer to 80x25. | |
476 | |
67800 | 477 2005-12-24 Eli Zaretskii <eliz@gnu.org> |
478 | |
479 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g. | |
480 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3". | |
481 | |
67439 | 482 2005-12-09 Eli Zaretskii <eliz@gnu.org> |
483 | |
484 * INSTALL: Add explanation of how to debug with GDB starting from | |
485 the Emacs Abort dialog. | |
486 | |
67135
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
487 2005-11-26 Chong Yidong <cyd@stupidchicken.com> |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
488 |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
489 * emacs.rc: Use new icons. |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
490 |
67131 | 491 2005-11-26 Eli Zaretskii <eliz@gnu.org> |
492 | |
493 * emacs21.ico: Renamed from emacs.ico. | |
494 * emacs.ico: New icons from Andrew Zhilin | |
495 <andrew_zhilin@yahoo.com>. | |
496 | |
65419 | 497 2005-09-10 Eli Zaretskii <eliz@gnu.org> |
498 | |
499 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine. | |
500 | |
64887
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
501 2005-08-10 Juanma Barranquero <lekktu@gmail.com> |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
502 |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
503 * .cvsignore: Add `obj' and `oo' for in-place installations. |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
504 |
64690 | 505 2005-07-30 Eli Zaretskii <eliz@gnu.org> |
506 | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
507 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine. |
64690 | 508 |
64670
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
509 2005-07-29 Juanma Barranquero <lekktu@gmail.com> |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
510 |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
511 * configure.bat: Don't create lisp/Makefile.unix. |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
512 |
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
513 2005-07-28 Juanma Barranquero <lekktu@gmail.com> |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
514 |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
515 * .cvsignore: Add `makefile' and `config.log'. |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
516 |
64639
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
517 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
|
518 |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
519 Merge gnulib getopt implementation into Emacs. |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
520 |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
521 * 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
|
522 lib-src/gettext.h exists. |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
523 |
64374 | 524 2005-07-16 Eli Zaretskii <eliz@gnu.org> |
525 | |
526 * configure.bat: Finish config.log with a line that indicates that | |
527 the configure step was successful. | |
528 | |
64099 | 529 2005-07-04 Lute Kamstra <lute@gnu.org> |
530 | |
531 Update FSF's address in GPL notices. | |
532 | |
63307 | 533 2005-06-11 Eli Zaretskii <eliz@gnu.org> |
534 | |
63322 | 535 * configure.bat: If their fc.exe returns a meaningful exit status, |
536 don't overwrite src/config.h and src/epaths.h with identical | |
537 copies. | |
538 | |
63309 | 539 * INSTALL: Warn about using "cvs up -kb" if one intends to commit |
540 changes. Add a pointer to another site with detailed configure | |
541 and build instructions. Suggest to look at config.log when | |
542 configure fails. Add MinGW Make 3.80 to the list of successful | |
543 combinations. | |
544 | |
63307 | 545 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal |
546 "-mcpu=i686". | |
547 | |
63322 | 548 * configure.bat: Update copyright years. |
63307 | 549 Delete config.log before doing anything else. |
550 Write additional diagnostics to config.log in case of failures to | |
551 compile test programs, including the failed test program itself. | |
552 Add a test for support of -mtune=pentium4 switch to GCC; if it is | |
553 supported, set up MCPU_FLAG variable on the various Makefiles to | |
554 use that switch during compilations. (This avoids GCC warning | |
555 about -mcpu being deprecated.) | |
556 | |
63246 | 557 2005-06-10 Eli Zaretskii <eliz@gnu.org> |
558 | |
559 * addsection.c (copy_executable_and_add_section): Pass non-zero | |
560 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the | |
561 environment. Print section names with %.8s. | |
562 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages | |
563 only if non-zero. All callers changed. | |
564 | |
63040 | 565 2005-06-05 Eli Zaretskii <eliz@gnu.org> |
566 | |
567 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to | |
568 `const void *', for consistency with Posix. | |
569 | |
63021 | 570 2005-06-04 Eli Zaretskii <eliz@gnu.org> |
571 | |
572 * inc/pwd.h (getpwnam, getpwuid): Add prototypes. | |
573 | |
62676
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
574 2005-05-24 Juanma Barranquero <lekktu@gmail.com> |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
575 |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
576 * INSTALL: Add more pointers to ports of Unix tools to Windows, |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
577 and to the Emacs Wiki (which contains building instructions for |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
578 Windows). Reword image library instructions and remove obsolete |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
579 incompatibility information. |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
580 |
61742
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
581 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change) |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
582 |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
583 * config.nt (HAVE_PWD_H): Undef. |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
584 |
55978
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
585 2004-06-07 Juanma Barranquero <lektu@terra.es> |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
586 |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
587 * INSTALL: Clarify paragraph about compatibility between image |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
588 libraries and builds of Emacs with several compilers. |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
589 |
55933
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
590 2004-06-06 Juanma Barranquero <lektu@terra.es> |
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
591 |
55936
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
592 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
593 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids |
98317 | 594 calling non-existent cmdproxy.exe on bootstrapping after a |
55936
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
595 previous install followed by realclean. |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
596 |
55933
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
597 * nmake.defs: Add quote in comment to resync font-locking. |
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
598 |
55897
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
599 2004-06-04 Juanma Barranquero <lektu@terra.es> |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
600 |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
601 * INSTALL: Reword the section on image support. Add reference to |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
602 GnuWin32. Mention problems when mixing binaries from different |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
603 compilers. |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
604 |
55394 | 605 2004-05-06 Jason Rumney <jasonr@gnu.org> |
606 | |
607 * configure.bat: Use -mno-cygwin to check for image libraries | |
608 when needed. | |
609 | |
55338 | 610 2004-05-03 Jason Rumney <jasonr@gnu.org> |
611 | |
55339
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
612 * 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
|
613 * makefile.def: Remove. |
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
614 |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
615 * 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
|
616 |
55338 | 617 * makefile.w32-in (info-gmake, info-nmake): New targets. |
618 (info): Use them. | |
619 | |
55091
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
620 2004-04-23 Juanma Barranquero <lektu@terra.es> |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
621 |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
622 * nmake.defs: |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
623 * gmake.defs: |
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55091
diff
changeset
|
624 * makefile.w32-in: |
55091
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
625 * makefile.def: |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
626 * makefile.nt: Add "-*- makefile -*-" mode tag. |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
627 |
54774 | 628 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> |
629 | |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
630 * runemacs.c (WinMain): Let Emacs environment default to parent. |
54774 | 631 |
54371 | 632 2004-03-11 Jason Rumney <jasonr@gnu.org> |
633 | |
634 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS. | |
635 | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
636 2004-03-10 Juanma Barranquero <lektu@terra.es> |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
637 |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
638 * makefile.w32-in (install): Don't try to copy |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
639 ../lib-src/fns-*.el, as it isn't used anymore. |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
640 |
53741 | 641 2004-01-28 Peter Runestig <peter@runestig.com> |
642 | |
643 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. | |
644 | |
53287
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
645 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
|
646 |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
647 * .cvsignore: Add `.arch-inventory'. |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
648 |
53741 | 649 2003-11-22 Lars Hansen <larsh@math.ku.dk> |
53124 | 650 |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
651 * inc/grp.h: New file. |
53124 | 652 |
53741 | 653 2003-09-03 Peter Runestig <peter@runestig.com> |
52427 | 654 |
655 * configure.bat: Create ``makefile'' in directories man, lispref | |
656 and lispintro. | |
657 | |
658 * makefile.w32-in (force-info, info): New targets. | |
659 | |
660 * envadd.bat: New file. | |
661 | |
662 * multi-install-info.bat: New file. | |
663 | |
93302 | 664 2003-06-27 Jan Djärv <jan.h.d@swipnet.se> |
51680
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
665 |
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
666 * config.nt (my_strftime): New define. |
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
667 |
49564 | 668 2003-02-01 Jason Rumney <jasonr@gnu.org> |
669 | |
670 * configure.bat: Automatically detect libXpm. | |
671 Suppress compiler output when testing for image libraries. | |
672 Give names of un-found libraries in messages. | |
673 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
674 2003-01-31 Juanma Barranquero <lektu@terra.es> |
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
675 |
49545
64c0c06b6191
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49542
diff
changeset
|
676 * configure.bat: Automatically detect giflib and tifflib. |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
677 |
49526 | 678 2003-01-29 Jason Rumney <jasonr@gnu.org> |
679 | |
680 * gmake.defs (CURDIR): Disable cygpath kludge. | |
681 | |
49511
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
682 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
683 |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
684 * configure.bat: Avoid endless loop when configuring without image |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
685 support. |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
686 |
49457 | 687 2003-01-26 Jason Rumney <jasonr@gnu.org> |
688 | |
689 * configure.bat: Automatically detect jpeglib. | |
690 | |
49449 | 691 2003-01-25 Jason Rumney <jasonr@gnu.org> |
692 | |
693 * configure.bat: Automatically detect libpng. | |
694 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
695 2003-01-21 Jason Rumney <jasonr@gnu.org> |
49373 | 696 |
697 * icons/hand.cur: New file. | |
698 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
699 2003-01-21 David Ponce <david@dponce.com> |
49373 | 700 |
701 * emacs.rc (32649): Declare hand cursor resource. | |
702 | |
49260 | 703 2003-01-15 Andrew Innes <andrewi@gnu.org> |
704 | |
705 * gmake.defs (CURDIR): Convert to native Windows format (with | |
706 forward slashes), to support building with Cygwin builds of make. | |
707 | |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
708 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
709 |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
710 * 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
|
711 * 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
|
712 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
|
713 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
|
714 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
715 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change) |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
716 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
717 * emacs.rc: Version updated to 21.3.50. |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
718 |
45813 | 719 2002-06-13 Jason Rumney <jasonr@gnu.org> |
720 | |
721 * addpm.c (env_vars): Remove EMACSLOCKDIR. | |
722 | |
723 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD) | |
724 (maybe-bootstrap-SH): New targets. | |
725 (all): Depend on maybe-bootstrap. | |
726 | |
45088 | 727 2002-05-03 Jason Rumney <jasonr@gnu.org> |
728 | |
729 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define. | |
730 (sys_getpeername, fcntl): Declare as wrappers. | |
731 | |
44496
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
732 2002-04-10 Juanma Barranquero <lektu@terra.es> |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
733 |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
734 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
735 after compiling .el files. |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
736 |
44048 | 737 2002-03-20 Jason Rumney <jasonr@gnu.org> |
738 | |
739 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname) | |
740 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers. | |
741 | |
44024 | 742 2002-03-19 Kim F. Storm <storm@cua.dk> |
743 | |
744 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) | |
745 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. | |
746 (HAVE_SYS_UN_H): Undef. | |
747 From David Ponce <dponce@voila.fr>. | |
748 | |
43892 | 749 2002-03-13 Jason Rumney <jasonr@gnu.org> |
750 | |
751 * config.nt (STRFTIME_NO_POSIX2): Define. | |
752 | |
43398 | 753 2002-02-18 Jason Rumney <jasonr@gnu.org> |
754 | |
755 * emacs.rc: Define VS_VERSION_INFO if not already. | |
756 Update version info. | |
757 | |
42530 | 758 2002-01-04 Andrew Innes <andrewi@gnu.org> |
759 | |
760 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
761 pick up relevant bits of the Windows API definitions. | |
762 | |
763 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
764 pick up relevant bits of the Windows API definitions. | |
765 | |
42027 | 766 2001-12-14 Andrew Innes <andrewi@gnu.org> |
767 | |
768 * makefile.w32-in (bootstrap): Build addsection program before | |
769 bootstrap (required for post-processing temacs.exe). | |
770 | |
93302 | 771 2001-12-08 Pavel JanÃk <Pavel@Janik.cz> |
41896 | 772 |
773 * COPYING: New file. | |
774 | |
42025 | 775 2001-12-03 Andrew Innes <andrewi@gnu.org> |
776 | |
777 * makefile.w32-in (bootstrap-nmake): | |
778 (bootstrap-gmake): Extend bootstrap process to first do | |
779 bootstrap-clean in lisp dir and rebuild the DOC file. | |
780 (bootstrap): Do a "normal" make after the bootstrap work. | |
781 | |
41328 | 782 2001-11-20 Jason Rumney <jasonr@gnu.org> |
783 | |
784 * INSTALL: Update table of versions of make that are suitable | |
785 for building Emacs, based on recent feedback. | |
786 | |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
787 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove. |
41328 | 788 |
41278 | 789 2001-11-19 Andrew Innes <andrewi@gnu.org> |
790 | |
791 * ftime-nostartup.bat: New file. | |
792 | |
793 * ftime.bat: Don't include libc.lib for profiling - the profiler | |
794 corrupts part of memcpy. | |
795 | |
41178 | 796 2001-11-17 Jason Rumney <jasonr@gnu.org> |
797 | |
798 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard | |
799 expansion. From Juanma Barranquero <lektu@terra.es>. | |
800 | |
40111 | 801 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
802 | |
40152 | 803 * (Version 21.1 released.) |
40111 | 804 |
39826 | 805 2001-10-12 Andrew Innes <andrewi@gnu.org> |
806 | |
807 * inc/pwd.h (uid_t, gid_t): New typedefs. | |
808 | |
39742 | 809 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
810 | |
811 * Branch for 21.1. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
812 |
39193 | 813 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
814 | |
815 * README: Update the address of the mailing list and subscription | |
816 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. | |
817 | |
39156 | 818 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il> |
819 | |
820 * INSTALL: Suggest to avoid using WinZip. | |
39154 | 821 |
822 * configure.bat: Make sure ../site-lisp exists; create if necessary. | |
823 | |
39145 | 824 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il> |
825 | |
826 * INSTALL: Mention that "make install" can be "nmake install". | |
827 | |
39114 | 828 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il> |
829 | |
830 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR), | |
831 since some versions of `mkdir' don't automatically create parent | |
832 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>. | |
833 | |
39056 | 834 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il> |
835 | |
836 * subdirs.el: New file. | |
837 | |
838 * configure.bat: Copy subdirs.el to the site-lisp directory. | |
839 | |
840 * makefile.w32-in (install): Copy subdirs.el to the installation | |
841 directory. | |
842 | |
38140 | 843 2001-06-20 Jason Rumney <jasonr@gnu.org> |
844 | |
845 * runemacs.c (WinMain): Add quotes around command in case of spaces. | |
846 | |
37975 | 847 2001-06-01 Andrew Innes <andrewi@gnu.org> |
848 | |
849 * gmake.defs (sh_output): Don't use $(warning ...) to output | |
850 messages, since that is not supported by GNU make 3.77. | |
851 | |
37886 | 852 2001-05-24 Jason Rumney <jasonr@gnu.org> |
853 | |
854 * INSTALL: Clarify that building with MSVC requires nmake. | |
855 | |
37779 | 856 2001-05-17 Andrew Innes <andrewi@gnu.org> |
857 | |
858 * gmake.defs (NEW_CYGWIN): Output message about spurious error | |
859 message that is to be ignored. | |
860 | |
37711 | 861 2001-05-13 Andrew Innes <andrewi@gnu.org> |
862 | |
863 * TODO: Remove file, since it is completely out of date. | |
864 | |
865 * README: Add copyright notice. | |
866 | |
867 * INSTALL: Add copyright notice. | |
868 | |
37566 | 869 2001-04-18 Andrew Innes <andrewi@gnu.org> |
870 | |
871 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in | |
872 the environment. | |
873 | |
874 * gmake.defs (SETLOADPATH): Remove definition. | |
875 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the | |
876 environment. | |
877 | |
878 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il> | |
879 | |
880 * configure.bat: Make the checkw32api* labels be distinct in the | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
881 first 8 characters. |
37566 | 882 |
883 2001-03-17 Andrew Innes <andrewi@gnu.org> | |
884 | |
885 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning | |
886 escaped quotes. | |
887 | |
888 * gmake.defs (DEBUG_LINK): New macro. | |
889 (LINK_FLAGS): Use it. | |
890 | |
891 * nmake.defs (DEBUG_LINK): New macro. | |
892 (LINK_FLAGS): Use it. | |
893 | |
894 2001-03-06 Andrew Innes <andrewi@gnu.org> | |
895 | |
896 * INSTALL: Add --ldflags to configure line for building with | |
897 recent versions of Cygwin GCC. | |
898 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
899 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> |
37566 | 900 |
901 * configure.bat: Use correct options when compiling a test program | |
902 with Cygwin. From David Ponce <dponce@voila.fr>. | |
903 | |
904 2001-02-24 Andrew Innes <andrewi@gnu.org> | |
905 | |
906 * _emacs: Remove obsolete file. | |
907 | |
908 * emacs.bat.in: Remove obsolete file. | |
909 | |
910 * debug.bat.in: Remove obsolete file. | |
911 | |
912 * inc/sys/socket.h: Add copyright notice. | |
913 | |
914 * paths.h: Add copyright notice. | |
915 | |
916 * makefile.nt: Update copyright notice. | |
917 | |
918 * makefile.def: Update copyright notice. | |
919 | |
920 * configure.bat: Update copyright notice. | |
921 | |
922 * nmake.defs: Add copyright notice. | |
923 | |
924 * gmake.defs: Add copyright notice. | |
925 | |
926 * makefile.w32-in: Add copyright notice. | |
927 | |
928 2001-02-05 Andrew Innes <andrewi@gnu.org> | |
929 | |
930 * nmake.defs (THISDIR): New definition. | |
931 | |
932 * gmake.defs (THISDIR): New definition. | |
933 | |
934 2001-02-03 Andrew Innes <andrewi@gnu.org> | |
935 | |
936 * configure.bat: Leave a space before >> only when there is a | |
937 preceding digit. Add a comment about the importance of this. | |
938 | |
939 * README: Replace outdated information. | |
940 | |
941 * INSTALL (Trouble-shooting): Add note about need to specify extra | |
942 compiler flags with recent Cygwin ports of gcc. | |
943 | |
944 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | |
945 | |
946 * configure.bat: Use "rm -f" instead of "del /f", as the latter | |
947 is not supported by Windows 9X's COMMAND.COM. | |
948 | |
949 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il> | |
950 | |
98317 | 951 * configure.bat: Make sure redirection is preceded by a blank, to |
37566 | 952 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats |
953 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>. | |
954 | |
955 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il> | |
956 | |
957 * INSTALL: Copy the table of tested combinations of development | |
98317 | 958 tools from configure.bat. Add suggestion to install Bash on |
37566 | 959 Windows 9X. |
960 | |
961 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy | |
962 lisp/Makefile.in instead. Use "rm -f" where more than one file | |
963 needs to be deleted, since command.com in Windows 9X doesn't grok | |
964 more than one argument. | |
965 | |
966 2001-01-24 Andrew Innes <andrewi@gnu.org> | |
967 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
968 * makefile.w32-in (cleanall-other-dirs-nmake): |
37566 | 969 (cleanall-other-dirs-gmake): New targets. |
970 (cleanall): Invoke them. | |
971 | |
972 2001-01-19 Andrew Innes <andrewi@gnu.org> | |
973 | |
974 * addpm.c (env_vars): Add a version-independent site-lisp | |
975 directory to EMACSLOADPATH, after the version dependent one. | |
976 | |
977 2001-01-06 Andrew Innes <andrewi@gnu.org> | |
978 | |
979 * README: Update info about compilers. | |
980 | |
981 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to | |
982 select correct rule for invoking make in another directory. Amend | |
983 rules accordingly. | |
984 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. | |
985 | |
986 * nmake.defs (EMACS_ICON_PATH): Delete definition. | |
987 (COMPILER_TEMP_FILES): New definition. | |
988 (MAKETYPE): New definition. | |
989 | |
990 * gmake.defs (EMACS_ICON_PATH): Delete definition. | |
991 (COMPILER_TEMP_FILES): New definition. | |
992 (MAKETYPE): New definition. | |
993 | |
994 * makefile.def (EMACS_ICON_PATH): Delete definition. | |
995 | |
996 * configure.bat: Be careful not to add trailing spaces when | |
997 outputting to config.settings. | |
998 | |
999 2001-01-02 Andrew Innes <andrewi@gnu.org> | |
1000 | |
1001 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather | |
1002 than the function. | |
1003 | |
1004 2000-12-17 Andrew Innes <andrewi@gnu.org> | |
1005 | |
1006 * makefile.w32-in (install): Copy directories to the correct | |
1007 places. | |
1008 (real_install): Remove obsolete target. | |
1009 | |
1010 2000-12-06 Andrew Innes <andrewi@gnu.org> | |
1011 | |
1012 * nmake.defs (CURDIR): New define. | |
1013 (INSTALL_DIR): Use it. | |
1014 | |
1015 * gmake.defs (NEW_CYGWIN): New define. | |
1016 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, | |
1017 so we need to adjust how we escape embedded quotes. | |
1018 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, | |
1019 relative to $(CURDIR). | |
1020 | |
1021 2000-11-25 Jason Rumney <jasonr@gnu.org> | |
1022 | |
1023 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. | |
1024 | |
1025 2000-10-17 Andrew Innes <andrewi@gnu.org> | |
1026 | |
1027 * makefile.w32-in (recompile): New target to recompile lisp | |
1028 directory. | |
1029 (recompile-CMD, recompile-SH): New support targets. | |
1030 | |
1031 2000-09-24 Jason Rumney <jasonr@gnu.org> | |
1032 | |
1033 * config.nt (NO_RETURN): Define it. | |
1034 | |
1035 2000-09-17 Andrew Innes <andrewi@gnu.org> | |
1036 | |
1037 * gmake.defs: Revert to Unix line endings. | |
1038 | |
1039 * nmake.defs: Revert to Unix line endings. | |
1040 | |
1041 2000-09-16 Andrew Innes <andrewi@gnu.org> | |
1042 | |
1043 * gmake.defs (SETLOADPATH): Change definition to work from any | |
1044 subdirectory. | |
1045 | |
1046 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
1047 | |
1048 * makefile.w32-in: Revert to Unix line endings. | |
1049 | |
1050 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
1051 | |
1052 * INSTALL: Add note about expected error messages when configure | |
1053 is run. | |
1054 | |
1055 * configure.bat: Simplify the generation of makefiles (don't need | |
1056 to generate various top-level targets that invoke make in other | |
1057 directories). | |
1058 | |
1059 * gmake.defs (SHELLTYPE): New define. | |
1060 (SETLOADPATH): New define. | |
1061 | |
1062 * nmake.defs (SHELLTYPE): New define. | |
1063 | |
1064 * makefile.w32-in: Standardize indentation somewhat. | |
1065 Add bootstrap support. | |
1066 Pass $(MFLAGS) when invoking make recursively. | |
1067 Add shell-specific variants of top-level targets that invoke make | |
1068 recursively in other directories, and add necessary computed | |
1069 dependencies. | |
1070 | |
1071 2000-09-03 Andrew Innes <andrewi@gnu.org> | |
1072 | |
1073 * makefile.w32-in: Change to DOS line endings. | |
1074 | |
1075 * configure.bat: Change to DOS line endings. | |
1076 | |
1077 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
1078 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
1079 | |
1080 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
1081 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
1082 | |
1083 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
1084 -D_ANONYMOUS_STRUCT on compile line. | |
1085 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
1086 (ARCH_CFLAGS): Change optimization flags to -O2. | |
1087 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
1088 (ARGQUOTE, DQUOTE): New defines. | |
1089 | |
1090 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
1091 -D_ANONYMOUS_STRUCT on compile line. | |
1092 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
1093 (ARGQUOTE, DQUOTE): New defines. | |
1094 | |
1095 2000-08-22 Andrew Innes <andrewi@gnu.org> | |
1096 | |
1097 * configure.bat: New file. | |
1098 | |
1099 * gmake.defs: New file. | |
1100 | |
1101 * nmake.defs: New file. | |
1102 | |
1103 * makefile.w32-in: New file. | |
1104 | |
1105 * INSTALL: Rewrite to match new configure process. | |
1106 | |
1107 * config.nt [WINDOWSNT]: Don't declare getenv. | |
1108 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
1109 | |
1110 * addpm.c (main): Accept /q to mean install based on addpm's | |
1111 location without asking. Remove reference to emacs.bat which is | |
1112 now obsolete. | |
1113 | |
1114 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
1115 | |
1116 * paths.h: Use forward slash as directory separator in all path | |
1117 definitions. | |
1118 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
1119 | |
1120 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
1121 | |
1122 * runemacs.c: Remove WIN32 define. | |
1123 | |
1124 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
1125 not defined. | |
1126 | |
1127 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
1128 (fd_set): Define to new name, after including winsock.h, so we can | |
1129 provide our own implementation. | |
1130 | |
1131 2000-07-05 Andrew Innes <andrewi@gnu.org> | |
1132 | |
1133 * ebuild.bat: Add support for specifying make arguments. | |
1134 | |
1135 * makefile.nt: Add support for `bootstrap' and related targets. | |
1136 | |
1137 2000-06-11 Jason Rumney <jasonr@gnu.org> | |
1138 | |
1139 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
1140 | |
1141 2000-02-06 Andrew Innes <andrewi@gnu.org> | |
1142 | |
1143 * inc/sys/time.h: Add inclusion protection. | |
1144 | |
1145 * makefile.def (SYS_LDFLAGS): Add -nologo. | |
1146 | |
1147 1999-11-22 Andrew Innes <andrewi@gnu.org> | |
1148 | |
1149 * install.bat: Pass on command line arguments to make. | |
1150 | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
1151 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo. |
37566 | 1152 |
1153 1999-11-21 Andrew Innes <andrewi@gnu.org> | |
1154 | |
1155 * makefile.nt (all): Build leim if present. | |
1156 (install): Install leim if present. | |
1157 (clean): Clean leim if present. | |
1158 | |
1159 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
1160 definition. | |
1161 | |
1162 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
1163 | |
1164 1999-07-12 Richard Stallman <rms@gnu.org> | |
1165 | |
1166 * Version 20.4 released. | |
1167 | |
1168 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
1169 | |
1170 * emacs.rc: Use an icon with a transparent background, to be in | |
1171 keeping with other applications. | |
1172 | |
1173 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
1174 | |
1175 * preprep.c: Fix typo. | |
1176 | |
1177 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
1178 | |
1179 * config.h: Remove obsolete file. | |
1180 | |
1181 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
1182 couple of unused switch cases that aren't defined on all | |
1183 platforms. | |
1184 | |
1185 * ftime.bat: Add another variation of the profile command, which | |
1186 only profiles extended commands. | |
1187 | |
1188 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
1189 | |
1190 * cmdproxy.c (main): Fix parens. | |
1191 | |
1192 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
1193 | |
1194 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
1195 names for comparison. | |
1196 | |
1197 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
1198 | |
1199 * makefile.def: Compile multiple .c files when possible. | |
1200 Use BLD instead of assuming i386. | |
1201 * makefile.nt: Remove common multiple file compilation commands. | |
1202 | |
1203 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
1204 | |
1205 * cmdproxy.c (main): Add missing parens. | |
1206 | |
1207 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
1208 | |
1209 * preprep.c: New program to allow dumped image to be profiled. | |
1210 | |
1211 * makefile.nt (preprep): New target. | |
1212 (ALL): Build it. | |
1213 | |
1214 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
1215 | |
1216 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
1217 Change prep options to profile libc functions and skip the startup | |
1218 code. | |
1219 | |
1220 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
1221 | |
1222 * makefile.nt: Create installation directory as first step. | |
1223 | |
1224 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
1225 | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1226 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from |
37566 | 1227 ROUND_UP_DST. Zeroes the alignment slop. |
1228 (copy_executable_and_add_section): Update the | |
1229 SizeOfHeaders field properly. | |
1230 | |
1231 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
1232 | |
1233 * makefile.nt: Do make version comparison as strings. | |
1234 | |
1235 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
1236 | |
1237 * runemacs.c (WinMain): Pass explicit environment block to | |
1238 CreateProcess, to work around a bug in Windows 95/98. | |
1239 | |
1240 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
1241 | |
1242 * icons: New directory with Davenport's icons. | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1243 * icons/sink.ico: Renamed from emacs.ico. |
37566 | 1244 |
1245 * makefile.nt (install, fast_install): Install Windows icons | |
1246 into etc/icons. | |
1247 | |
1248 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
1249 | |
1250 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
1251 | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1252 * makefile.nt (ALL): List top-level targets. |
37566 | 1253 (addsection): New top-level target. |
1254 (install): Copy fns-*.el to bin directory. | |
1255 | |
1256 * addsection.c: New program to add static heap section to | |
1257 temacs.exe after linking, in support of new unexec method. | |
1258 | |
1259 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
1260 | |
1261 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
1262 (main): Save startup directory to give to spawn, then change | |
1263 directory to location of .exe in order not to prevent startup | |
1264 directory from being deleted. | |
1265 | |
1266 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
1267 | |
1268 * makefile.nt: Do string comparision of _NMAKE_VER. | |
1269 | |
1270 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
1271 | |
1272 * config.nt (LOCALTIME_CACHE): Define. | |
1273 | |
1274 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
1275 | |
1276 * install.bat: Convert to DOS format. | |
1277 | |
1278 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
1279 | |
1280 * cmdproxy.c (main): Set environment size only when running | |
1281 command.com. | |
1282 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1283 1998-11-03 Theodore Jump <tjump@tertius.com> |
37566 | 1284 |
1285 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
1286 (DEL_TREE): Use rd instead of rmdir. | |
1287 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
1288 * makefile.nt: Compile multiple source files when possible. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1289 |
37566 | 1290 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> |
1291 | |
1292 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
1293 | |
1294 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1295 | |
1296 * Version 20.3 released. | |
1297 | |
1298 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
1299 | |
1300 * addpm.c (main): Explicitly check result of message box for OK. | |
1301 | |
1302 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
1303 | |
1304 * inc/sys/file.h (D_OK): Define new macro. | |
1305 | |
1306 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
1307 | |
1308 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
1309 | |
1310 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
1311 | |
1312 * emacs.rc (VS_VERSION_INFO): Define. | |
1313 | |
1314 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
1315 | |
1316 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
1317 installation directory. | |
1318 | |
1319 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
1320 | |
1321 * ddeclient.c: New file. (Support program for performing limited | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1322 interprocess communication on Windows.) |
37566 | 1323 |
1324 * makefile.nt: Build ddeclient. | |
1325 | |
1326 * cmdproxy.c (main): Only set environment size for real shell, and | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1327 provide extra directory argument, when running on Windows 95. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1328 |
37566 | 1329 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> |
1330 | |
1331 * cmdproxy.c (fail): Exit with a negative return value. | |
1332 (spawn): Return subprocess return code as an argument. | |
1333 Explicitly copy environment block. | |
1334 (main): Update to use return value argument with spawn. | |
1335 Retry if spawn failed when a subshell was not tried. | |
1336 | |
1337 * config.nt: Include new macros from src/config.in. | |
1338 (GNU_MALLOC, REL_ALLOC): Define. | |
1339 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
1340 (RE_TRANSLATE): Use char_table_translate. | |
1341 | |
1342 * makefile.def (CP_DIR): Preserve attributes. | |
1343 | |
1344 * makefile.nt (clean): Delete patch generated files, optimized | |
1345 build directory. | |
1346 | |
1347 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
1348 | |
1349 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
1350 | |
1351 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1352 | |
1353 * Version 20.2 released. | |
1354 | |
1355 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1356 | |
1357 * Version 20.1 released. | |
1358 | |
1359 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
1360 | |
1361 * debug.bat.in: New file. | |
1362 * makefile.nt (debug.bat): New target. | |
1363 | |
1364 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
1365 | |
1366 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
1367 Quote group name. Allow different icons to be specified. | |
1368 | |
1369 * cmdproxy.c (get_env_size): New function. | |
1370 (spawn): Explicitly pass in environment when creating subprocess. | |
98317 | 1371 (main): Cleanup error messages. |
37566 | 1372 Specify dynamically sized environment block for real shell. |
1373 Pass on unhandled switches to real shell. | |
1374 Quote program name. | |
1375 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1376 * makefile.def (CFLAGS_COMMON): Place pdb file in object build |
37566 | 1377 directory. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1378 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. |
37566 | 1379 |
1380 * runemacs.c (WinMain): Allow Emacs process to be started with | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1381 high or low priority. |
37566 | 1382 |
1383 * emacs.bat.in: Remove OS dependent operations. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1384 |
37566 | 1385 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> |
1386 | |
1387 * addpm.c (env_vars): No longer set INFOPATH. | |
1388 | |
1389 * cmdproxy.c (get_next_token): Null terminate token returned. | |
1390 | |
1391 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
1392 | |
1393 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
1394 | |
1395 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
1396 (main): Initialize idDde to 0. | |
1397 Determine emacs_path from module file name. | |
1398 Prompt for install. | |
1399 | |
1400 * makefile.def (MSVCNT11): Conditionally define it. | |
1401 (BASE_LIBS): Do not use oldnames.lib. | |
1402 (SYS_LDFLAGS): Use pdb files. | |
1403 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
1404 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
1405 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
1406 | |
1407 * makefile.nt (ALL): Build cmdproxy. | |
1408 (cmdproxy): New target. | |
1409 (install): Install cmdproxy. | |
1410 | |
1411 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
1412 | |
1413 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
1414 | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1415 * inc/sys/socket.h (shutdown): Define. |
37566 | 1416 (sys_shutdown): Export. |
1417 | |
1418 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1419 | |
1420 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
1421 | |
1422 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
1423 | |
1424 * config.nt: Update file comments. | |
1425 Update undefs added/removed in src/config.in. | |
1426 | |
1427 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
1428 | |
100521 | 1429 * makefile.def, emacs.bat: Use windows95 and windowsnt instead |
37566 | 1430 of win95 and winnt, respectively. |
1431 | |
1432 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
1433 | |
1434 * makefile.nt (real_install): Create site-lisp in installation dir. | |
1435 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
1436 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
1437 | |
1438 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1439 | |
1440 * Version 19.33 released. | |
1441 | |
1442 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
1443 | |
1444 * runemacs.c (WinMain): Put a space between the binary and its args. | |
1445 | |
1446 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1447 | |
1448 * Version 19.32 released. | |
1449 | |
1450 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
1451 | |
1452 * makefile.nt (clean): Use OBJDIR macro. | |
1453 | |
1454 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
1455 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1456 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. |
37566 | 1457 Not defined by default. |
1458 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
1459 (WinMain): Convert backslashes to slashes in env var values. | |
1460 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1461 * addpm.c (env_vars): Use slashes, not backslashes. |
37566 | 1462 |
1463 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
1464 | |
1465 * Version 19.31 released. | |
1466 | |
1467 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
1468 | |
1469 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
1470 undo settings afterwards. | |
1471 | |
1472 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
1473 | |
1474 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1475 environment variable. |
37566 | 1476 |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1477 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
37566 | 1478 |
1479 * install.bat: Allow for optimized build. | |
1480 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
1481 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
1482 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1483 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
37566 | 1484 |
1485 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
1486 (env_vars): Rename field emacs_path to emacs_dir. | |
1487 (main): Add link to runemacs instead of emacs. | |
1488 | |
1489 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
1490 | |
1491 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
1492 | |
1493 * makefile.nt: Build and install runemacs.exe. | |
1494 | |
1495 * runemacs.c: New file. | |
1496 | |
1497 * config.w95: File removed. | |
1498 | |
1499 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
1500 inc/sys/socket.h, inc/sys/time.h: New header files. | |
1501 | |
1502 * 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
|
1503 |
37566 | 1504 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> |
1505 | |
1506 * makefile.def (DEL): Defined. | |
1507 (DEL_TREE) [win95]: Defined. | |
1508 (SYS_LDFLAGS): Set executable versions to 3.10. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1509 |
37566 | 1510 * makefile.nt: Change uses of del to $(DEL). |
1511 | |
1512 1996-01-17 Erik Naggum <erik@naggum.no> | |
1513 | |
1514 * All files: Update FSF's address in comment preamble. | |
1515 | |
1516 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
1517 | |
1518 * emacs.ico: Now the proverbial kitchen sink icon. | |
1519 | |
1520 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1521 | |
1522 * Version 19.30 released. | |
1523 | |
1524 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
1525 | |
1526 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
1527 | |
1528 * makefile.nt (install, fast_install, real_install, clean): | |
1529 Don't use switches to del not supported by Win95. | |
1530 | |
1531 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
1532 | |
1533 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
1534 (install, fast_install): Change same-dir test to create test file in | |
1535 installation tree and thereby support read-only shares. | |
1536 (clean): Remove .pdb files. | |
1537 | |
1538 * makefile.def (NTGUI): New macro. | |
1539 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
1540 | |
1541 * config.nt, config.w95: Update to latest src/config.in. | |
1542 | |
1543 * addpm.c (env_vars): New variable. | |
1544 (add_registry): New procedure. | |
1545 (main): Use values of configuration environment variables from | |
1546 the registry if defined, the process environment otherwise. | |
1547 | |
1548 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1549 | |
1550 * Version 19.29 released. | |
1551 | |
1552 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
1553 | |
1554 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
1555 | |
1556 * makefile.nt: Define .c to .obj suffix rule. | |
1557 (addpm.obj): Compile directly, use CFLAGS. | |
1558 (addpm.exe): Link from addpm.obj. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1559 |
37566 | 1560 * makefile.def (MSVCNT11): Defined. |
1561 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
1562 (CFLAGS_COMMON): Defined. | |
1563 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1564 |
37566 | 1565 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
1566 | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1567 * emacs.bat.in: Renamed from emacs.bat. |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1568 (emacs_dir): Renamed from emacs_path. |
37566 | 1569 Definition removed. |
1570 | |
1571 * addpm.c: New file. | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1572 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined. |
37566 | 1573 (all): Depend upon $(BLD) and $(ALL). |
1574 (install): Depend upon emacs.bat. | |
1575 Create program item for Emacs. | |
1576 (clean): Delete obj. | |
1577 (emacs.bat): Defined. | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1578 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined. |
37566 | 1579 |
1580 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
1581 | |
1582 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
1583 Add carriage returns; necessary for batch files on Win95. | |
1584 | |
1585 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
1586 | |
1587 * config.w95: Created. | |
1588 * config.h: Changed to config.nt. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1589 |
37566 | 1590 * makefile.nt (SUBDIRS): Commented out. |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1591 (all, install, clean): Expand for-loops. |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1592 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined. |
37566 | 1593 |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1594 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined. |
37566 | 1595 (ARCH): New definition. |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1596 (CPU, CONFIG_H, OS_TYPE): Defined. |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1597 (INCLUDE, LIB): Checked if valid. |
37566 | 1598 (ntwin32.mak): Included. |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1599 (AR, CC, LINK): New definition. |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1600 (ADVAPI32, libc, BASE_LIBS): Defined. |
37566 | 1601 (SYS_LDFLAGS): New definition. |
1602 Update comments and preprocessor conditionals. | |
1603 | |
1604 * emacs.bat (SHELL): Conditionally defined. | |
1605 (HOME): Conditionally defined. | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1606 (emacs_path, HOME): Update comments. |
37566 | 1607 Turn off all echo. |
1608 | |
1609 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
1610 | |
1611 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
1612 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
1613 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
1614 inc/sys/param.h: Removed carriage-returns. | |
1615 | |
1616 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
1617 | |
1618 * makefile.def (CVTRES): Defined. | |
1619 | |
1620 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
1621 | |
1622 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
1623 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49457
diff
changeset
|
1624 * src: Remove directory. |
37566 | 1625 |
1626 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
1627 | |
1628 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
1629 | |
1630 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
1631 | |
1632 * emacs.bat: Added arguments when emacs.exe invoked. | |
1633 | |
1634 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
1635 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1636 1994-12-13 Geoff Voelker <voelker@cs.washington.edu> |
37566 | 1637 |
1638 * makefile.def (CC): In configuration section. | |
1639 (COMPAT_LIB): Defined. | |
1640 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1641 1994-11-01 Geoff Voelker <voelker@cs.washington.edu> |
37566 | 1642 |
1643 * src/paths.h: New file. | |
1644 | |
1645 * src/config.h: New file. | |
1646 | |
1647 * inc/pwd.h: New file. | |
1648 | |
1649 * inc/sys/dir.h: New file. | |
1650 | |
1651 * inc/sys/file.h: New file. | |
1652 | |
1653 * inc/sys/ioctl.h: New file. | |
1654 | |
1655 * inc/sys/param.h: New file. | |
1656 | |
1657 * todo: New file. | |
1658 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49457
diff
changeset
|
1659 * README: New file. |
37566 | 1660 |
1661 * makefile.nt: New file. | |
1662 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1663 * makefile.def: New file. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1664 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1665 * install.cmd: New file. |
37566 | 1666 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1667 * INSTALL: New file. |
37566 | 1668 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1669 * fast-install.cmd: New file. |
37566 | 1670 |
1671 * emacs.cmd: New file. | |
1672 | |
1673 * ebuild.cmd: New file. | |
1674 | |
1675 * _emacs: New file. | |
1676 | |
1677 ;; Local Variables: | |
93302 | 1678 ;; coding: utf-8 |
73856
594a719b7a7f
Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents:
73542
diff
changeset
|
1679 ;; add-log-time-zone-rule: t |
37566 | 1680 ;; End: |
39627 | 1681 |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64887
diff
changeset
|
1682 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
79730 | 1683 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1684 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1685 This file is part of GNU Emacs. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1686 |
94795
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1687 GNU Emacs is free software: you can redistribute it and/or modify |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1688 it under the terms of the GNU General Public License as published by |
94795
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1689 the Free Software Foundation, either version 3 of the License, or |
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1690 (at your option) any later version. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1691 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1692 GNU Emacs is distributed in the hope that it will be useful, |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1693 but WITHOUT ANY WARRANTY; without even the implied warranty of |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1694 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1695 GNU General Public License for more details. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1696 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1697 You should have received a copy of the GNU General Public License |
94795
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1698 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
52401 | 1699 |
1700 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414 |