Switch to recommended form of GPLv3 permissions notice.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
2e10f11c
JB
12008-04-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * unidata/UnicodeData.txt: Update to Unicode 5.1.
4
dd7d19d7
JB
52008-04-14 Juanma Barranquero <lekktu@gmail.com>
6
7 * unidata/unidata-gen.el (unidata-prop-alist):
8 Fix typo in description of `numeric-value'.
9 (unidata-put-character): Fix typo in error message.
10
2cbff44e
GM
112008-02-21 Glenn Morris <rgm@gnu.org>
12
13 * notes/unicode, notes/font-backend: New files, split off from
14 README.unicode.
15
43bad2da
KH
162008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
17
18 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 19 being used in latin1-disp.el. Remove the problem of
98723304
KH
20 cp-supported-codepages. Remove the problem of lost changelog for
21 ps-prin1.ps.
43bad2da 22
8a7619ba
EZ
232008-02-16 Eli Zaretskii <eliz@gnu.org>
24
25 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
26 non-portable in this context.
27
28 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
29 non-portable in this context.
30
f96b6330
EZ
312008-02-09 Eli Zaretskii <eliz@gnu.org>
32
33 * unidata/makefile.w32-in (lisp): New variable.
34 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
35 lisp/emacs-lisp.
36
56eb72a0
JR
372008-02-04 Jason Rumney <jasonr@gnu.org>
38
39 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
40
a8fd9158
JB
412008-02-02 Juanma Barranquero <lekktu@gmail.com>
42
43 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
44
c7e85fc7
EZ
452008-02-02 Eli Zaretskii <eliz@gnu.org>
46
9aa0b3c8
EZ
47 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
48
bcc891c2 49 * unidata/Makefile.in: Rename from Makefile.
5889232d 50
c7e85fc7
EZ
51 * unidata/makefile.w32-in: New file.
52
db516472
JR
532008-02-02 Jason Rumney <jasonr@gnu.org>
54
55 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
56
609789d7 572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 58
aca7a3d2
MB
59 * unidata/copyright.html: New file.
60
609789d7 612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
62
63 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
64 decomposition, if T is the same as TBase, don't include it in the
65 returned list.
66
609789d7 672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
68
69 * unidata/unidata-gen.el (unidata-text-file): Delete it.
70 (unidata-list): Initialize to nil.
71 (unidata-setup-list): New function.
bcc891c2
GM
72 (unidata-gen-files): New optional arg unidata-text-file.
73 If it's nil, set unidata-text-file to the left command line arg.
74 Call unidate-setup-list at first.
aca7a3d2 75
bcc891c2 76 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
77 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
78
609789d7 792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 80
bcc891c2
GM
81 * unidata/unidata-gen.el: Fix comment typo.
82 Change string-to-int to string-to-number.
83 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
84 (unidata-list): Just insert unidata-text-file.
85 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 86 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 87
bcc891c2 88 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
89 (charprop.el): Depends on unidata.txt.
90 (clean): Remove unidata.txt.
91
609789d7 922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
93
94 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
95 (unidata-get-name): Handle U+110B.
96
609789d7 972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
98
99 Sub-directory `unidata' is for codes to generate charprop.el and
100 many other uni-*.el files from `UnicodeData.txt'.
101
102 * Unidata/README: New file.
103
104 * unidata/Makefile: New file.
105
106 * unidata/unidata-gen.el: New file.
107
108 * unidata/UnicodeData.txt: New file. Copied from
609789d7 109 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
110
111 * unidata/.cvsignore: New file.
112
609789d7 1132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
114
115 * charsets/.cvsignore: New file.
116
117 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
118
bcc891c2
GM
119 * charsets/Makefile (all): Rename target from charsets.
120 Depend on ${TRANS_TABLE}.
121 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
122 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
123 (install): Copy updated files only.
124
1252008-02-02 Kenichi Handa <handa@m17n.org>
126
bcc891c2 127 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
128
1292008-02-02 Kenichi Handa <handa@m17n.org>
130
131 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
132 0x2299 to 0x29BF.
133
609789d7 1342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
135
136 * charsets/Makefile (TRANS_TABLE): New macro.
137 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 138 (cp51932.el): New target.
aca7a3d2
MB
139 (eucjp-ms.el): New target.
140 (install): Include ${TRANS_TABLE}.
141 (CJK): Include JISX213A.map.
142 (JISX213A.map): New target.
143
144 * charsets/eucjp-ms.awk: New file.
145
146 * charsets/cp51932.awk: New file.
147
609789d7 1482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
149
150 * charsets/cp932.awk: New file.
151
bcc891c2 152 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
153
154 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
155 running an awk program.
156
609789d7 1572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
158
159 * charsets/mapconv: Handle UNICODE2.
160
161 * charsets/Makefile (CJK): Include CP932-2BYTE.map
162 (CP932-2BYTE.map): New target.
163
609789d7 1642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
165
166 * charsets: New directory for scripts to generate charset map
167 files in ../etc/charsets/.
168
bcc891c2
GM
169 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
170 * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
171 * charsets/kuten.awk: New files.
aca7a3d2 172
adf94aa6
GM
1732008-01-08 Glenn Morris <rgm@gnu.org>
174
175 * admin.el (set-version): Add doc/man/emacs.1.
176
f3041af1
DN
1772008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
178
179 * notes/copyright:
180 * MAINTAINERS: Remove references to files that have been removed.
181
a70c9a7a
GM
1822008-01-04 Glenn Morris <rgm@gnu.org>
183
184 * admin.el (set-copyright): Add lib-src/ebrowse.c.
185
aa5fea59
SM
1862007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * CPP-DEFINES: New file.
189
f8747b72
RS
1902007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
191
192 * FOR-RELEASE: Remove "window-system in face definition" [of
193 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
194 on gnus-dired.el.
195
24bbe01e
GM
1962007-12-05 Glenn Morris <rgm@gnu.org>
197
198 * admin.el (set-version): Handle configure.in. Adapt for doc/
199 directory layout for manuals.
200
0073bc5d
RS
2012007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
202
630cb3b7
JB
203 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
204 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 205
1453abd0
GM
2062007-11-17 Glenn Morris <rgm@gnu.org>
207
208 * admin.el (process-lines): Move to ../lisp/subr.el.
209
ca076674
GM
2102007-10-23 Glenn Morris <rgm@gnu.org>
211
212 * MAINTAINERS: Move here from ../.
213
943756ea
JB
2142007-10-17 Juanma Barranquero <lekktu@gmail.com>
215
216 * make-emacs: Doc fix.
217
bab9fcb4
GM
2182007-08-28 Glenn Morris <rgm@gnu.org>
219
220 * admin.el: Provide self.
221
880820fe 2222007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 223
d58ee9f1 224 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 225
cacc7b51
GM
2262007-07-25 Glenn Morris <rgm@gnu.org>
227
228 * Relicense all FSF files to GPLv3 or later.
229
bfcea090
GM
2302007-06-07 Glenn Morris <rgm@gnu.org>
231
232 * admin.el (set-copyright): New function.
233
017f0417
NR
2342007-04-25 Nick Roberts <nickrob@snap.net.nz>
235
236 * make-tarball.txt: Add note about cutting the branch.
237
537a062f
CY
2382007-06-02 Chong Yidong <cyd@stupidchicken.com>
239
240 * Version 22.1 released.
241
77083ca3
EZ
2422007-02-03 Eli Zaretskii <eliz@gnu.org>
243
244 * nt/makedist.bat: Change EOL format to DOS. Don't use
245 redirection characters in REM lines.
246
880820fe 2472007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
248
249 * FOR-RELEASE: Removed Gtk/Xft issue.
250
1fc8c92b
MB
2512007-01-01 Miles Bader <miles@gnu.org>
252
253 * quick-install-emacs (get_config_var): Deal with weird magic
254 string inserted by recent versions of autoconf.
255
7dce1990
JB
2562006-11-25 Juanma Barranquero <lekktu@gmail.com>
257
258 * admin.el (set-version): Set version number in
259 lib-src/makefile.w32-in.
260
dc3d1157
RS
2612006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
262
263 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
264 due to a local miss-configuration.
265
08c85160
CY
2662006-10-28 Chong Yidong <cyd@stupidchicken.com>
267
268 * make-announcement (OLD): Remove LEIM references in announcement
269 since it is now built-in.
270
d0834a5c
YM
2712006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
272
273 * admin.el (set-version): Set version numbers in "mac" subdirectory.
274
151fe029
KH
2752006-10-03 Kenichi Handa <handa@m17n.org>
276
277 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
278
e71cb549
CY
2792006-08-13 Chong Yidong <cyd@stupidchicken.com>
280
281 * FOR-RELEASE: Elisp manual checking completed.
282
6232e72d
RS
2832006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
284
285 * FOR-RELEASE: Update refcard section.
286
8a8476f9
KS
2872006-07-14 Kim F. Storm <storm@cua.dk>
288
289 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
290
1eca02e7
KS
2912006-07-09 Kim F. Storm <storm@cua.dk>
292
293 * README: Use outline format. Add FOR-RELEASE.
294
7fa61471
CY
2952006-06-27 Chong Yidong <cyd@stupidchicken.com>
296
297 * FOR-RELEASE: Checking of info.texi done.
298
8361675a
RS
2992006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
300
301 * FOR-RELEASE: Update refcard section.
302
3f168e29
RS
3032006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
304
305 * FOR-RELEASE: Update refcard section.
306
f195dc16
CY
3072006-05-25 Chong Yidong <cyd@stupidchicken.com>
308
309 * FOR-RELEASE: Key sequence elisp node done.
310
49561a36
RS
3112006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
312
313 * FOR-RELEASE: Update refcard translations. Add coding cookie.
314
6fedb9f9
CY
3152006-05-21 Chong Yidong <cyd@mit.edu>
316
317 * FOR-RELEASE: point-entered /point-left bug fixed.
318
61515a63
EZ
3192006-05-12 Eli Zaretskii <eliz@gnu.org>
320
321 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
322 entry.
323
4297ece2
BW
3242006-05-06 Bill Wohler <wohler@newt.com>
325
326 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
327 about it.
328
4bbe413d 3292006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 330
4bbe413d 331 * ./* (Copyright): Updated Copyright year(s).
49561a36 332
6b82baf6
RS
3332006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
334
335 * FOR-RELEASE (BUGS): Add URLs/MIDs.
336
49af2995
KS
3372006-02-20 Kim F. Storm <storm@cua.dk>
338
339 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
340 Rework how fringe bitmaps are defined and used.
341 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
342 one-level representation. It would be cleaner to split the
343 representation into a two-level model where first level maps
344 bitmap usage to a bitmap name, and second level maps bitmap name to
345 a bitmap appearence.
346
d5e87a2f
CY
3472006-01-27 Chong Yidong <cyd@stupidchicken.com>
348
8a8476f9 349 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 350
9c43c921
BW
3512005-12-13 Bill Wohler <wohler@newt.com>
352
353 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
354
6ed81b24
RS
3552005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
356
c95dddbe
RS
357 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
358 completing-read-multiple, mail-extract-address-components,
359 mail-mode, quail-define-package, save-buffer and
360 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 361
2950d850
CY
3622005-11-28 Chong Yidong <cyd@stupidchicken.com>
363
364 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
365
ab4d879e
KS
3662005-11-11 Kim F. Storm <storm@cua.dk>
367
368 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
369 when displaying a non-breaking space in an overlay string.
370
932dc33b
CY
3712005-10-30 Chong Yidong <cyd@stupidchicken.com>
372
373 * FOR-RELEASE: Init file change implemented.
374
c809f7cc
CY
3752005-10-27 Chong Yidong <cyd@stupidchicken.com>
376
377 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
378
4754e179 3792005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
380
381 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 382 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 383
ffda926c
BW
3842005-10-17 Bill Wohler <wohler@newt.com>
385
386 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
943756ea 387 since it's gone. Also marked mh-e as done.
ffda926c 388
2d4713aa
JB
3892005-10-11 Juanma Barranquero <lekktu@gmail.com>
390
391 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
392 libraries on Windows (Done).
393
95f76284
JR
3942005-10-01 Jason Rumney <jasonr@gnu.org>
395
396 * admin.el (set-version): Set version numbers in nt/emacs.rc.
397
52f277bf
RF
3982005-08-31 Romain Francoise <romain@orebokech.com>
399
630cb3b7 400 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
401 item (Done).
402
c0eb0519
RF
4032005-08-27 Romain Francoise <romain@orebokech.com>
404
405 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
406
385ee3de 4072005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
408
409 Update FSF's address in GPL notices.
410
257914aa
LK
4112005-06-10 Lute Kamstra <lute@gnu.org>
412
413 * admin.el (set-version): Set version in lisp manual too.
414 * make-tarball.txt: Commit lispref/elisp.texi too.
415
a4e51a7a
RS
4162005-06-04 Richard M. Stallman <rms@gnu.org>
417
418 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
419 Other cleanups.
420
834671a6
LK
4212005-04-19 Lute Kamstra <lute@gnu.org>
422
423 * make-tarball.txt: Don't commit lisp/loaddefs.el.
424
54381691
LK
4252005-04-14 Lute Kamstra <lute@gnu.org>
426
118e2c39
LK
427 * nt/makedist.bat (elfiles): Update.
428
54381691
LK
429 * admin.el (add-release-logs): Fix require call.
430
0b048d52
MT
4312005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
432
943756ea
JB
433 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
434 The first line of every tutorial must begin with a sentence saying
435 "Emacs Tutorial" in the respective language. This should be
436 followed by "See end for copying conditions", likewise in the
437 respective language.
0b048d52 438
18cd5892
LT
4392005-03-29 Luc Teirlinck <teirllm@auburn.edu>
440
441 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
442 Add `undo-ask-before-discard' to it.
443
9a1c5fbf
MB
4442005-03-02 Miles Bader <miles@gnu.org>
445
446 * quick-install-emacs: Only use the mkdir --verbose option if the
447 script's --verbose option was specified (this avoids problems with
448 default usage on systems where mkdir doesn't support that option).
449
e25c1ca6
JR
4502005-02-15 Jason Rumney <jasonr@gnu.org>
451
452 * nt/makedist.bat: Do not rely on non-standard behaviour of
453 tar --exclude.
454
880820fe 4552004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
456
457 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
458
6622d928
LT
4592004-09-20 Luc Teirlinck <teirllm@auburn.edu>
460
461 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
462 Elisp manuals.
463
d574552a
LT
4642004-09-18 Luc Teirlinck <teirllm@auburn.edu>
465
466 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 467 Emacs and Elisp manuals.
d574552a 468
0a5e5be0
KS
4692004-09-11 Kim F. Storm <storm@cua.dk>
470
471 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
472 (Documentation): Add NEWS entry.
473 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 474
2661eae9
KS
4752004-08-29 Kim F. Storm <storm@cua.dk>
476
477 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
478
880820fe 4792004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 480
2661eae9 481 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
1b6d517f
JD
482 (now behaves as well as other ports).
483
880820fe 4842004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 485
2661eae9 486 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 487
44618f20 4882004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
489
490 * FOR-RELEASE: Moved here from the etc directory.
491
db281452
TTN
4922004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
493
494 * notes/BRANCH: New file, to be maintained per CVS branch.
495
feebeb72
MB
4962003-10-01 Miles Bader <miles@gnu.org>
497
498 * quick-install-emacs: Don't use "function" keyword when defining
499 shell functions.
500
44618f20
LK
5012003-09-29 Lute Kamstra <lute@gnu.org>
502
503 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
504
e04e1ce2
MB
5052003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
506
507 * quick-install-emacs: Remove fns-* pruning, since that file no
508 longer seems to be generated.
509 (AVOID): Quote literal periods. Quote braces in a way acceptable
510 to all parties (gawk gets bitchy about using `\').
511
6cce52e8
MB
5122003-08-19 Miles Bader <miles@gnu.org>
513
514 * quick-install-emacs: Add arch-specific ignored files to
515 quick-install-emacs. Use quoting for periods that's acceptable
516 to recent versions of gawk.
517
13582d53
MR
5182003-08-11 Markus Rost <rost@math.ohio-state.edu>
519
520 * cus-test.el: Remove obsolete workaround.
521
e53925a5
AI
5222003-04-22 Andrew Innes <andrewi@gnu.org>
523
524 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
525 emacs.exe before zipping, and including batch file to recreate
526 after unpacking.
527
528 * nt/stitch.bat: New file.
529
530 * nt/README-ftp-server: Update wording and version number etc.
531 Add extra instructions for installing multi-file .zip
532 distribution.
533
534 * nt/README.W32: Remove personal email address and update wording.
535
536 * nt/README-UNDUMP.W32: Remove personal email address and update
537 wording.
538
880820fe 5392003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
540
541 * make-changelog-diff: New script, code stolen from make-announcement.
542
543 * make-announcement: Use make-changelog-diff.
544
880820fe 5452003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
546
547 * make-tarball.txt: Step-by-step instructions for making a tarball.
548
549 * make-announcement: A script for creating pretest annuncements.
550
880820fe 5512003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
552
553 * admin.el (add-release-logs): Expand the directory name before
554 calling find(1).
555 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 556 the date and the user's name and address.
33b97f32 557
7b997a97
MB
5582003-01-07 Miles Bader <miles@gnu.org>
559
560 * quick-install-emacs: Unset LANG etc. to avoid non-standard
561 command output from non-C locales.
562
6c465a15 5632002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 564
3bc08206 565 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 566 which can be run in batch mode. See the Commentary section.
bd08d86a 567
5ce129c2
MR
5682002-10-08 Markus Rost <rost@math.ohio-state.edu>
569
570 * cus-test.el: New file.
571
14dd2fe9
MB
5722002-05-27 Miles Bader <miles@gnu.org>
573
574 * quick-install-emacs (VERSION): Calculate using the same method
575 that configure.in uses.
576
880820fe 5772002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
578
579 * emacs-pretesters: New file with information for Emacs
580 pretesters.
581
b9a07996
PE
5822002-03-22 Paul Eggert <eggert@twinsun.com>
583
584 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
585 POSIX 1003.1-2001 disallows both usages.
586
38b81d74
AI
5872002-02-11 Andrew Innes <andrewi@gnu.org>
588
589 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
590
72a68345
AI
5912002-01-24 Andrew Innes <andrewi@gnu.org>
592
593 * nt/README.W32: Remove unnecessary version number and date
594 references.
595
596 * nt/README-UNDUMP.W32: Ditto.
597
ebbaf4e3
GM
5982001-12-06 Gerd Moellmann <gerd@gnu.org>
599
600 * make-emacs: Add --trace-move.
601
461a1459
AI
6022001-10-23 Andrew Innes <andrewi@gnu.org>
603
604 * nt/makedist.bat: Remove remaining obsolete reference to
605 GETTING.GNU.SOFTWARE.
606
26fe1f92
GM
6072001-10-22 Gerd Moellmann <gerd@gnu.org>
608
609 * admin.el (set-version): Use `s' interactive spec for
610 version number.
611
71431a0e
GM
6122001-10-20 Gerd Moellmann <gerd@gnu.org>
613
6aa97356 614 * (Version 21.1 released.)
71431a0e 615
e568708b
GM
6162001-10-20 Gerd Moellmann <gerd@gnu.org>
617
618 * admin.el (add-release-logs): Put the log entry in lispref, too.
619
c5915370
MB
6202001-10-20 Miles Bader <miles@gnu.org>
621
622 * quick-install-emacs: Exit if we can't find some variable.
623 (AVOID): Add .orig & .rej files.
624 (get_config_var): Be more liberal about format of config.status
625 sed commands.
626
5a4a5bd4
GM
6272001-10-19 Gerd Moellmann <gerd@gnu.org>
628
74499542
GM
629 * admin.el: New file.
630
5a4a5bd4
GM
631 * build-configs: Add --help option. Add support for building
632 in arbitrary source trees.
633
09954f3b
GM
6342001-10-17 Gerd Moellmann <gerd@gnu.org>
635
636 * alloc-colors.c: New file.
637
f2164e31
GM
6382001-10-13 Gerd Moellmann <gerd@gnu.org>
639
640 * make-emacs: Add --boot switch for bootstrapping. Logs to
641 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
642
ab952a4f
GM
6432001-10-05 Gerd Moellmann <gerd@gnu.org>
644
645 * Branch for 21.1.
6c465a15 646
f537c3cd
EZ
6472001-09-04 Andrew Innes <andrewi@gnu.org>
648
649 * admin/nt/makedist.bat: Remove reference to obsolete file
650 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
651 version of tar used.
652
653;; Local Variables:
880820fe 654;; coding: utf-8
33462dfa 655;; add-log-time-zone-rule: t
f537c3cd 656;; End:
2a34a036 657
5b87ad55 658 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
b9b14d13 659 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
660
661 This file is part of GNU Emacs.
662
663 GNU Emacs is free software; you can redistribute it and/or modify
664 it under the terms of the GNU General Public License as published by
4a9f99bd 665 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
666 any later version.
667
668 GNU Emacs is distributed in the hope that it will be useful,
669 but WITHOUT ANY WARRANTY; without even the implied warranty of
670 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
671 GNU General Public License for more details.
672
673 You should have received a copy of the GNU General Public License
674 along with GNU Emacs; see the file COPYING. If not, write to the
675 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
676 Boston, MA 02110-1301, USA.
ab5796a9
MB
677
678;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a