Set version to 23.0.60.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
f2d8d275
GM
12008-06-16 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi.
4
611bee81
GM
52008-06-15 Glenn Morris <rgm@gnu.org>
6
7 * admin.el (set-version): Add doc/misc/faq.texi.
8
d6710afe
JB
92008-05-22 Juanma Barranquero <lekktu@gmail.com>
10
11 * FOR-RELEASE: Remove Windows problem about the XPM image library
12 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
13
2e10f11c
JB
142008-04-15 Juanma Barranquero <lekktu@gmail.com>
15
16 * unidata/UnicodeData.txt: Update to Unicode 5.1.
17
dd7d19d7
JB
182008-04-14 Juanma Barranquero <lekktu@gmail.com>
19
20 * unidata/unidata-gen.el (unidata-prop-alist):
21 Fix typo in description of `numeric-value'.
22 (unidata-put-character): Fix typo in error message.
23
2cbff44e
GM
242008-02-21 Glenn Morris <rgm@gnu.org>
25
26 * notes/unicode, notes/font-backend: New files, split off from
27 README.unicode.
28
43bad2da
KH
292008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
30
31 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 32 being used in latin1-disp.el. Remove the problem of
98723304
KH
33 cp-supported-codepages. Remove the problem of lost changelog for
34 ps-prin1.ps.
43bad2da 35
8a7619ba
EZ
362008-02-16 Eli Zaretskii <eliz@gnu.org>
37
38 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
39 non-portable in this context.
40
41 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
42 non-portable in this context.
43
f96b6330
EZ
442008-02-09 Eli Zaretskii <eliz@gnu.org>
45
46 * unidata/makefile.w32-in (lisp): New variable.
47 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
48 lisp/emacs-lisp.
49
56eb72a0
JR
502008-02-04 Jason Rumney <jasonr@gnu.org>
51
52 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
53
a8fd9158
JB
542008-02-02 Juanma Barranquero <lekktu@gmail.com>
55
56 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
57
c7e85fc7
EZ
582008-02-02 Eli Zaretskii <eliz@gnu.org>
59
9aa0b3c8
EZ
60 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
61
bcc891c2 62 * unidata/Makefile.in: Rename from Makefile.
5889232d 63
c7e85fc7
EZ
64 * unidata/makefile.w32-in: New file.
65
db516472
JR
662008-02-02 Jason Rumney <jasonr@gnu.org>
67
68 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
69
609789d7 702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 71
aca7a3d2
MB
72 * unidata/copyright.html: New file.
73
609789d7 742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
75
76 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
77 decomposition, if T is the same as TBase, don't include it in the
78 returned list.
79
609789d7 802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
81
82 * unidata/unidata-gen.el (unidata-text-file): Delete it.
83 (unidata-list): Initialize to nil.
84 (unidata-setup-list): New function.
bcc891c2
GM
85 (unidata-gen-files): New optional arg unidata-text-file.
86 If it's nil, set unidata-text-file to the left command line arg.
87 Call unidate-setup-list at first.
aca7a3d2 88
bcc891c2 89 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
90 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
91
609789d7 922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 93
bcc891c2
GM
94 * unidata/unidata-gen.el: Fix comment typo.
95 Change string-to-int to string-to-number.
96 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
97 (unidata-list): Just insert unidata-text-file.
98 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 99 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 100
bcc891c2 101 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
102 (charprop.el): Depends on unidata.txt.
103 (clean): Remove unidata.txt.
104
609789d7 1052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
106
107 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
108 (unidata-get-name): Handle U+110B.
109
609789d7 1102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
111
112 Sub-directory `unidata' is for codes to generate charprop.el and
113 many other uni-*.el files from `UnicodeData.txt'.
114
115 * Unidata/README: New file.
116
117 * unidata/Makefile: New file.
118
119 * unidata/unidata-gen.el: New file.
120
121 * unidata/UnicodeData.txt: New file. Copied from
609789d7 122 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
123
124 * unidata/.cvsignore: New file.
125
609789d7 1262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
127
128 * charsets/.cvsignore: New file.
129
130 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
131
bcc891c2
GM
132 * charsets/Makefile (all): Rename target from charsets.
133 Depend on ${TRANS_TABLE}.
134 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
135 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
136 (install): Copy updated files only.
137
1382008-02-02 Kenichi Handa <handa@m17n.org>
139
bcc891c2 140 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
141
1422008-02-02 Kenichi Handa <handa@m17n.org>
143
144 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
145 0x2299 to 0x29BF.
146
609789d7 1472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
148
149 * charsets/Makefile (TRANS_TABLE): New macro.
150 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 151 (cp51932.el): New target.
aca7a3d2
MB
152 (eucjp-ms.el): New target.
153 (install): Include ${TRANS_TABLE}.
154 (CJK): Include JISX213A.map.
155 (JISX213A.map): New target.
156
157 * charsets/eucjp-ms.awk: New file.
158
159 * charsets/cp51932.awk: New file.
160
609789d7 1612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
162
163 * charsets/cp932.awk: New file.
164
bcc891c2 165 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
166
167 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
168 running an awk program.
169
609789d7 1702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
171
172 * charsets/mapconv: Handle UNICODE2.
173
174 * charsets/Makefile (CJK): Include CP932-2BYTE.map
175 (CP932-2BYTE.map): New target.
176
609789d7 1772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
178
179 * charsets: New directory for scripts to generate charset map
180 files in ../etc/charsets/.
181
bcc891c2
GM
182 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
183 * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
184 * charsets/kuten.awk: New files.
aca7a3d2 185
adf94aa6
GM
1862008-01-08 Glenn Morris <rgm@gnu.org>
187
188 * admin.el (set-version): Add doc/man/emacs.1.
189
f3041af1
DN
1902008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
191
192 * notes/copyright:
193 * MAINTAINERS: Remove references to files that have been removed.
194
a70c9a7a
GM
1952008-01-04 Glenn Morris <rgm@gnu.org>
196
197 * admin.el (set-copyright): Add lib-src/ebrowse.c.
198
aa5fea59
SM
1992007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * CPP-DEFINES: New file.
202
f8747b72
RS
2032007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
204
205 * FOR-RELEASE: Remove "window-system in face definition" [of
206 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
207 on gnus-dired.el.
208
24bbe01e
GM
2092007-12-05 Glenn Morris <rgm@gnu.org>
210
211 * admin.el (set-version): Handle configure.in. Adapt for doc/
212 directory layout for manuals.
213
0073bc5d
RS
2142007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
215
630cb3b7
JB
216 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
217 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 218
1453abd0
GM
2192007-11-17 Glenn Morris <rgm@gnu.org>
220
221 * admin.el (process-lines): Move to ../lisp/subr.el.
222
ca076674
GM
2232007-10-23 Glenn Morris <rgm@gnu.org>
224
225 * MAINTAINERS: Move here from ../.
226
943756ea
JB
2272007-10-17 Juanma Barranquero <lekktu@gmail.com>
228
229 * make-emacs: Doc fix.
230
bab9fcb4
GM
2312007-08-28 Glenn Morris <rgm@gnu.org>
232
233 * admin.el: Provide self.
234
880820fe 2352007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 236
d58ee9f1 237 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 238
cacc7b51
GM
2392007-07-25 Glenn Morris <rgm@gnu.org>
240
241 * Relicense all FSF files to GPLv3 or later.
242
bfcea090
GM
2432007-06-07 Glenn Morris <rgm@gnu.org>
244
245 * admin.el (set-copyright): New function.
246
017f0417
NR
2472007-04-25 Nick Roberts <nickrob@snap.net.nz>
248
249 * make-tarball.txt: Add note about cutting the branch.
250
537a062f
CY
2512007-06-02 Chong Yidong <cyd@stupidchicken.com>
252
253 * Version 22.1 released.
254
77083ca3
EZ
2552007-02-03 Eli Zaretskii <eliz@gnu.org>
256
257 * nt/makedist.bat: Change EOL format to DOS. Don't use
258 redirection characters in REM lines.
259
880820fe 2602007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
261
262 * FOR-RELEASE: Removed Gtk/Xft issue.
263
1fc8c92b
MB
2642007-01-01 Miles Bader <miles@gnu.org>
265
266 * quick-install-emacs (get_config_var): Deal with weird magic
267 string inserted by recent versions of autoconf.
268
7dce1990
JB
2692006-11-25 Juanma Barranquero <lekktu@gmail.com>
270
271 * admin.el (set-version): Set version number in
272 lib-src/makefile.w32-in.
273
dc3d1157
RS
2742006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
275
276 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
277 due to a local miss-configuration.
278
08c85160
CY
2792006-10-28 Chong Yidong <cyd@stupidchicken.com>
280
281 * make-announcement (OLD): Remove LEIM references in announcement
282 since it is now built-in.
283
d0834a5c
YM
2842006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
285
286 * admin.el (set-version): Set version numbers in "mac" subdirectory.
287
151fe029
KH
2882006-10-03 Kenichi Handa <handa@m17n.org>
289
290 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
291
e71cb549
CY
2922006-08-13 Chong Yidong <cyd@stupidchicken.com>
293
294 * FOR-RELEASE: Elisp manual checking completed.
295
6232e72d
RS
2962006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
297
298 * FOR-RELEASE: Update refcard section.
299
8a8476f9
KS
3002006-07-14 Kim F. Storm <storm@cua.dk>
301
302 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
303
1eca02e7
KS
3042006-07-09 Kim F. Storm <storm@cua.dk>
305
306 * README: Use outline format. Add FOR-RELEASE.
307
7fa61471
CY
3082006-06-27 Chong Yidong <cyd@stupidchicken.com>
309
310 * FOR-RELEASE: Checking of info.texi done.
311
8361675a
RS
3122006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
313
314 * FOR-RELEASE: Update refcard section.
315
3f168e29
RS
3162006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
317
318 * FOR-RELEASE: Update refcard section.
319
f195dc16
CY
3202006-05-25 Chong Yidong <cyd@stupidchicken.com>
321
322 * FOR-RELEASE: Key sequence elisp node done.
323
49561a36
RS
3242006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
325
326 * FOR-RELEASE: Update refcard translations. Add coding cookie.
327
6fedb9f9
CY
3282006-05-21 Chong Yidong <cyd@mit.edu>
329
330 * FOR-RELEASE: point-entered /point-left bug fixed.
331
61515a63
EZ
3322006-05-12 Eli Zaretskii <eliz@gnu.org>
333
334 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
335 entry.
336
4297ece2
BW
3372006-05-06 Bill Wohler <wohler@newt.com>
338
339 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
340 about it.
341
4bbe413d 3422006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 343
4bbe413d 344 * ./* (Copyright): Updated Copyright year(s).
49561a36 345
6b82baf6
RS
3462006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
347
348 * FOR-RELEASE (BUGS): Add URLs/MIDs.
349
49af2995
KS
3502006-02-20 Kim F. Storm <storm@cua.dk>
351
352 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
353 Rework how fringe bitmaps are defined and used.
354 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
355 one-level representation. It would be cleaner to split the
356 representation into a two-level model where first level maps
357 bitmap usage to a bitmap name, and second level maps bitmap name to
358 a bitmap appearence.
359
d5e87a2f
CY
3602006-01-27 Chong Yidong <cyd@stupidchicken.com>
361
8a8476f9 362 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 363
9c43c921
BW
3642005-12-13 Bill Wohler <wohler@newt.com>
365
366 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
367
6ed81b24
RS
3682005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
369
c95dddbe
RS
370 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
371 completing-read-multiple, mail-extract-address-components,
372 mail-mode, quail-define-package, save-buffer and
373 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 374
2950d850
CY
3752005-11-28 Chong Yidong <cyd@stupidchicken.com>
376
377 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
378
ab4d879e
KS
3792005-11-11 Kim F. Storm <storm@cua.dk>
380
381 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
382 when displaying a non-breaking space in an overlay string.
383
932dc33b
CY
3842005-10-30 Chong Yidong <cyd@stupidchicken.com>
385
386 * FOR-RELEASE: Init file change implemented.
387
c809f7cc
CY
3882005-10-27 Chong Yidong <cyd@stupidchicken.com>
389
390 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
391
4754e179 3922005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
393
394 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 395 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 396
ffda926c
BW
3972005-10-17 Bill Wohler <wohler@newt.com>
398
399 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
943756ea 400 since it's gone. Also marked mh-e as done.
ffda926c 401
2d4713aa
JB
4022005-10-11 Juanma Barranquero <lekktu@gmail.com>
403
404 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
405 libraries on Windows (Done).
406
95f76284
JR
4072005-10-01 Jason Rumney <jasonr@gnu.org>
408
409 * admin.el (set-version): Set version numbers in nt/emacs.rc.
410
52f277bf
RF
4112005-08-31 Romain Francoise <romain@orebokech.com>
412
630cb3b7 413 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
414 item (Done).
415
c0eb0519
RF
4162005-08-27 Romain Francoise <romain@orebokech.com>
417
418 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
419
385ee3de 4202005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
421
422 Update FSF's address in GPL notices.
423
257914aa
LK
4242005-06-10 Lute Kamstra <lute@gnu.org>
425
426 * admin.el (set-version): Set version in lisp manual too.
427 * make-tarball.txt: Commit lispref/elisp.texi too.
428
a4e51a7a
RS
4292005-06-04 Richard M. Stallman <rms@gnu.org>
430
431 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
432 Other cleanups.
433
834671a6
LK
4342005-04-19 Lute Kamstra <lute@gnu.org>
435
436 * make-tarball.txt: Don't commit lisp/loaddefs.el.
437
54381691
LK
4382005-04-14 Lute Kamstra <lute@gnu.org>
439
118e2c39
LK
440 * nt/makedist.bat (elfiles): Update.
441
54381691
LK
442 * admin.el (add-release-logs): Fix require call.
443
0b048d52
MT
4442005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
445
943756ea
JB
446 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
447 The first line of every tutorial must begin with a sentence saying
448 "Emacs Tutorial" in the respective language. This should be
449 followed by "See end for copying conditions", likewise in the
450 respective language.
0b048d52 451
18cd5892
LT
4522005-03-29 Luc Teirlinck <teirllm@auburn.edu>
453
454 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
455 Add `undo-ask-before-discard' to it.
456
9a1c5fbf
MB
4572005-03-02 Miles Bader <miles@gnu.org>
458
459 * quick-install-emacs: Only use the mkdir --verbose option if the
460 script's --verbose option was specified (this avoids problems with
461 default usage on systems where mkdir doesn't support that option).
462
e25c1ca6
JR
4632005-02-15 Jason Rumney <jasonr@gnu.org>
464
465 * nt/makedist.bat: Do not rely on non-standard behaviour of
466 tar --exclude.
467
880820fe 4682004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
469
470 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
471
6622d928
LT
4722004-09-20 Luc Teirlinck <teirllm@auburn.edu>
473
474 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
475 Elisp manuals.
476
d574552a
LT
4772004-09-18 Luc Teirlinck <teirllm@auburn.edu>
478
479 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 480 Emacs and Elisp manuals.
d574552a 481
0a5e5be0
KS
4822004-09-11 Kim F. Storm <storm@cua.dk>
483
484 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
485 (Documentation): Add NEWS entry.
486 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 487
2661eae9
KS
4882004-08-29 Kim F. Storm <storm@cua.dk>
489
490 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
491
880820fe 4922004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 493
2661eae9 494 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
1b6d517f
JD
495 (now behaves as well as other ports).
496
880820fe 4972004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 498
2661eae9 499 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 500
44618f20 5012004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
502
503 * FOR-RELEASE: Moved here from the etc directory.
504
db281452
TTN
5052004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
506
507 * notes/BRANCH: New file, to be maintained per CVS branch.
508
feebeb72
MB
5092003-10-01 Miles Bader <miles@gnu.org>
510
511 * quick-install-emacs: Don't use "function" keyword when defining
512 shell functions.
513
44618f20
LK
5142003-09-29 Lute Kamstra <lute@gnu.org>
515
516 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
517
e04e1ce2
MB
5182003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
519
520 * quick-install-emacs: Remove fns-* pruning, since that file no
521 longer seems to be generated.
522 (AVOID): Quote literal periods. Quote braces in a way acceptable
523 to all parties (gawk gets bitchy about using `\').
524
6cce52e8
MB
5252003-08-19 Miles Bader <miles@gnu.org>
526
527 * quick-install-emacs: Add arch-specific ignored files to
528 quick-install-emacs. Use quoting for periods that's acceptable
529 to recent versions of gawk.
530
13582d53
MR
5312003-08-11 Markus Rost <rost@math.ohio-state.edu>
532
533 * cus-test.el: Remove obsolete workaround.
534
e53925a5
AI
5352003-04-22 Andrew Innes <andrewi@gnu.org>
536
537 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
538 emacs.exe before zipping, and including batch file to recreate
539 after unpacking.
540
541 * nt/stitch.bat: New file.
542
543 * nt/README-ftp-server: Update wording and version number etc.
544 Add extra instructions for installing multi-file .zip
545 distribution.
546
547 * nt/README.W32: Remove personal email address and update wording.
548
549 * nt/README-UNDUMP.W32: Remove personal email address and update
550 wording.
551
880820fe 5522003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
553
554 * make-changelog-diff: New script, code stolen from make-announcement.
555
556 * make-announcement: Use make-changelog-diff.
557
880820fe 5582003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
559
560 * make-tarball.txt: Step-by-step instructions for making a tarball.
561
562 * make-announcement: A script for creating pretest annuncements.
563
880820fe 5642003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
565
566 * admin.el (add-release-logs): Expand the directory name before
567 calling find(1).
568 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 569 the date and the user's name and address.
33b97f32 570
7b997a97
MB
5712003-01-07 Miles Bader <miles@gnu.org>
572
573 * quick-install-emacs: Unset LANG etc. to avoid non-standard
574 command output from non-C locales.
575
6c465a15 5762002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 577
3bc08206 578 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 579 which can be run in batch mode. See the Commentary section.
bd08d86a 580
5ce129c2
MR
5812002-10-08 Markus Rost <rost@math.ohio-state.edu>
582
583 * cus-test.el: New file.
584
14dd2fe9
MB
5852002-05-27 Miles Bader <miles@gnu.org>
586
587 * quick-install-emacs (VERSION): Calculate using the same method
588 that configure.in uses.
589
880820fe 5902002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
591
592 * emacs-pretesters: New file with information for Emacs
593 pretesters.
594
b9a07996
PE
5952002-03-22 Paul Eggert <eggert@twinsun.com>
596
597 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
598 POSIX 1003.1-2001 disallows both usages.
599
38b81d74
AI
6002002-02-11 Andrew Innes <andrewi@gnu.org>
601
602 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
603
72a68345
AI
6042002-01-24 Andrew Innes <andrewi@gnu.org>
605
606 * nt/README.W32: Remove unnecessary version number and date
607 references.
608
609 * nt/README-UNDUMP.W32: Ditto.
610
ebbaf4e3
GM
6112001-12-06 Gerd Moellmann <gerd@gnu.org>
612
613 * make-emacs: Add --trace-move.
614
461a1459
AI
6152001-10-23 Andrew Innes <andrewi@gnu.org>
616
617 * nt/makedist.bat: Remove remaining obsolete reference to
618 GETTING.GNU.SOFTWARE.
619
26fe1f92
GM
6202001-10-22 Gerd Moellmann <gerd@gnu.org>
621
622 * admin.el (set-version): Use `s' interactive spec for
623 version number.
624
71431a0e
GM
6252001-10-20 Gerd Moellmann <gerd@gnu.org>
626
6aa97356 627 * (Version 21.1 released.)
71431a0e 628
e568708b
GM
6292001-10-20 Gerd Moellmann <gerd@gnu.org>
630
631 * admin.el (add-release-logs): Put the log entry in lispref, too.
632
c5915370
MB
6332001-10-20 Miles Bader <miles@gnu.org>
634
635 * quick-install-emacs: Exit if we can't find some variable.
636 (AVOID): Add .orig & .rej files.
637 (get_config_var): Be more liberal about format of config.status
638 sed commands.
639
5a4a5bd4
GM
6402001-10-19 Gerd Moellmann <gerd@gnu.org>
641
74499542
GM
642 * admin.el: New file.
643
5a4a5bd4
GM
644 * build-configs: Add --help option. Add support for building
645 in arbitrary source trees.
646
09954f3b
GM
6472001-10-17 Gerd Moellmann <gerd@gnu.org>
648
649 * alloc-colors.c: New file.
650
f2164e31
GM
6512001-10-13 Gerd Moellmann <gerd@gnu.org>
652
653 * make-emacs: Add --boot switch for bootstrapping. Logs to
654 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
655
ab952a4f
GM
6562001-10-05 Gerd Moellmann <gerd@gnu.org>
657
658 * Branch for 21.1.
6c465a15 659
f537c3cd
EZ
6602001-09-04 Andrew Innes <andrewi@gnu.org>
661
662 * admin/nt/makedist.bat: Remove reference to obsolete file
663 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
664 version of tar used.
665
666;; Local Variables:
880820fe 667;; coding: utf-8
33462dfa 668;; add-log-time-zone-rule: t
f537c3cd 669;; End:
2a34a036 670
9ad5de0c
GM
671 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
672 2008 Free Software Foundation, Inc.
5b87ad55
GM
673
674 This file is part of GNU Emacs.
675
9ad5de0c 676 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 677 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
678 the Free Software Foundation, either version 3 of the License, or
679 (at your option) any later version.
5b87ad55
GM
680
681 GNU Emacs is distributed in the hope that it will be useful,
682 but WITHOUT ANY WARRANTY; without even the implied warranty of
683 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
684 GNU General Public License for more details.
685
686 You should have received a copy of the GNU General Public License
9ad5de0c 687 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
688
689;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a