Restore copyright years. Update tutorial. Fix wording.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
db516472
JR
12008-02-02 Jason Rumney <jasonr@gnu.org>
2
3 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
4
609789d7 52008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6
7 * unidata/UnicodeData.txt: Updated to Unicode 5.0.
8
9 * unidata/README: Adjusted for Unicode 5.0.
10
11 * unidata/copyright.html: New file.
12
609789d7 132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
14
15 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
16 decomposition, if T is the same as TBase, don't include it in the
17 returned list.
18
609789d7 192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
20
21 * unidata/unidata-gen.el (unidata-text-file): Delete it.
22 (unidata-list): Initialize to nil.
23 (unidata-setup-list): New function.
24 (unidata-gen-files): New optional arg unidata-text-file. If it's
25 nil, set unidata-text-file the left command line arg. Call
26 unidate-setup-list at first.
27
28 * unidata/Makefile (EMACS): Rename back to Emacs and set to emacs.
29 Caller changed.
30 (all): Depends on ${DSTDIR}/charprop.el.
31 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
32
609789d7 332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
34
35 * unidata/unidata-gen.el: Typo fixed in comments. Change
36 string-to-int to string-to-number.
37 (unidata-text-file): Defined to .../unidata.txt.
38 (unidata-list): Just insert unidata-text-file.
39 (unidata-get-decomposition): Handle Hangul decomposition.
40 (unidata-gen-files): Don't use \040, instead at ^L near the end of
41 file.
42
43 * unidata/Makefile (TEMACS): Renamed from EMACS. Set to temacs.
44 Caller changed.
45 (unidata.txt): New target.
46 (charprop.el): Depends on unidata.txt.
47 (clean): Remove unidata.txt.
48
609789d7 492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
50
51 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
52 (unidata-get-name): Handle U+110B.
53
609789d7 542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
55
56 Sub-directory `unidata' is for codes to generate charprop.el and
57 many other uni-*.el files from `UnicodeData.txt'.
58
59 * Unidata/README: New file.
60
61 * unidata/Makefile: New file.
62
63 * unidata/unidata-gen.el: New file.
64
65 * unidata/UnicodeData.txt: New file. Copied from
609789d7 66 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
67
68 * unidata/.cvsignore: New file.
69
609789d7 702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
71
72 * charsets/.cvsignore: New file.
73
74 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
75
76 * charsets/Makefile (all): Rename target from charsets. Depend on
77 ${TRANS_TABLE}
78 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map)
79 (CNS-7.map): Generate from cns2ucsdkw.txt.
80 (install): Copy updated files only.
81
822008-02-02 Kenichi Handa <handa@m17n.org>
83
84 * charsets/cp932.awk: Append user defined area of CP932.
85
862008-02-02 Kenichi Handa <handa@m17n.org>
87
88 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
89 0x2299 to 0x29BF.
90
609789d7 912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
92
93 * charsets/Makefile (TRANS_TABLE): New macro.
94 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 95 (cp51932.el): New target.
aca7a3d2
MB
96 (eucjp-ms.el): New target.
97 (install): Include ${TRANS_TABLE}.
98 (CJK): Include JISX213A.map.
99 (JISX213A.map): New target.
100
101 * charsets/eucjp-ms.awk: New file.
102
103 * charsets/cp51932.awk: New file.
104
609789d7 1052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
106
107 * charsets/cp932.awk: New file.
108
109 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with
110 cp932.awk.
111
112 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
113 running an awk program.
114
609789d7 1152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
116
117 * charsets/mapconv: Handle UNICODE2.
118
119 * charsets/Makefile (CJK): Include CP932-2BYTE.map
120 (CP932-2BYTE.map): New target.
121
609789d7 1222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
123
124 * charsets: New directory for scripts to generate charset map
125 files in ../etc/charsets/.
126
127 * charsets/Makefile, charsets/mapconv, charsets/compact.awk,
128 charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk,
129 cahrsets/kuten.awk: New files.
130
adf94aa6
GM
1312008-01-08 Glenn Morris <rgm@gnu.org>
132
133 * admin.el (set-version): Add doc/man/emacs.1.
134
f3041af1
DN
1352008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
136
137 * notes/copyright:
138 * MAINTAINERS: Remove references to files that have been removed.
139
a70c9a7a
GM
1402008-01-04 Glenn Morris <rgm@gnu.org>
141
142 * admin.el (set-copyright): Add lib-src/ebrowse.c.
143
aa5fea59
SM
1442007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * CPP-DEFINES: New file.
147
f8747b72
RS
1482007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
149
150 * FOR-RELEASE: Remove "window-system in face definition" [of
151 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
152 on gnus-dired.el.
153
24bbe01e
GM
1542007-12-05 Glenn Morris <rgm@gnu.org>
155
156 * admin.el (set-version): Handle configure.in. Adapt for doc/
157 directory layout for manuals.
158
0073bc5d
RS
1592007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
160
630cb3b7
JB
161 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
162 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 163
1453abd0
GM
1642007-11-17 Glenn Morris <rgm@gnu.org>
165
166 * admin.el (process-lines): Move to ../lisp/subr.el.
167
ca076674
GM
1682007-10-23 Glenn Morris <rgm@gnu.org>
169
170 * MAINTAINERS: Move here from ../.
171
943756ea
JB
1722007-10-17 Juanma Barranquero <lekktu@gmail.com>
173
174 * make-emacs: Doc fix.
175
bab9fcb4
GM
1762007-08-28 Glenn Morris <rgm@gnu.org>
177
178 * admin.el: Provide self.
179
b7d2467b
JD
1802007-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
181
182 * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem.
183
cacc7b51
GM
1842007-07-25 Glenn Morris <rgm@gnu.org>
185
186 * Relicense all FSF files to GPLv3 or later.
187
bfcea090
GM
1882007-06-07 Glenn Morris <rgm@gnu.org>
189
190 * admin.el (set-copyright): New function.
191
017f0417
NR
1922007-04-25 Nick Roberts <nickrob@snap.net.nz>
193
194 * make-tarball.txt: Add note about cutting the branch.
195
537a062f
CY
1962007-06-02 Chong Yidong <cyd@stupidchicken.com>
197
198 * Version 22.1 released.
199
77083ca3
EZ
2002007-02-03 Eli Zaretskii <eliz@gnu.org>
201
202 * nt/makedist.bat: Change EOL format to DOS. Don't use
203 redirection characters in REM lines.
204
b7d2467b 2052007-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1bfb06fb
JD
206
207 * FOR-RELEASE: Removed Gtk/Xft issue.
208
1fc8c92b
MB
2092007-01-01 Miles Bader <miles@gnu.org>
210
211 * quick-install-emacs (get_config_var): Deal with weird magic
212 string inserted by recent versions of autoconf.
213
7dce1990
JB
2142006-11-25 Juanma Barranquero <lekktu@gmail.com>
215
216 * admin.el (set-version): Set version number in
217 lib-src/makefile.w32-in.
218
dc3d1157
RS
2192006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
220
221 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
222 due to a local miss-configuration.
223
08c85160
CY
2242006-10-28 Chong Yidong <cyd@stupidchicken.com>
225
226 * make-announcement (OLD): Remove LEIM references in announcement
227 since it is now built-in.
228
d0834a5c
YM
2292006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
230
231 * admin.el (set-version): Set version numbers in "mac" subdirectory.
232
151fe029
KH
2332006-10-03 Kenichi Handa <handa@m17n.org>
234
235 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
236
e71cb549
CY
2372006-08-13 Chong Yidong <cyd@stupidchicken.com>
238
239 * FOR-RELEASE: Elisp manual checking completed.
240
6232e72d
RS
2412006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
242
243 * FOR-RELEASE: Update refcard section.
244
8a8476f9
KS
2452006-07-14 Kim F. Storm <storm@cua.dk>
246
247 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
248
1eca02e7
KS
2492006-07-09 Kim F. Storm <storm@cua.dk>
250
251 * README: Use outline format. Add FOR-RELEASE.
252
7fa61471
CY
2532006-06-27 Chong Yidong <cyd@stupidchicken.com>
254
255 * FOR-RELEASE: Checking of info.texi done.
256
8361675a
RS
2572006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
258
259 * FOR-RELEASE: Update refcard section.
260
3f168e29
RS
2612006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
262
263 * FOR-RELEASE: Update refcard section.
264
f195dc16
CY
2652006-05-25 Chong Yidong <cyd@stupidchicken.com>
266
267 * FOR-RELEASE: Key sequence elisp node done.
268
49561a36
RS
2692006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
270
271 * FOR-RELEASE: Update refcard translations. Add coding cookie.
272
6fedb9f9
CY
2732006-05-21 Chong Yidong <cyd@mit.edu>
274
275 * FOR-RELEASE: point-entered /point-left bug fixed.
276
61515a63
EZ
2772006-05-12 Eli Zaretskii <eliz@gnu.org>
278
279 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
280 entry.
281
4297ece2
BW
2822006-05-06 Bill Wohler <wohler@newt.com>
283
284 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
285 about it.
286
4bbe413d 2872006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 288
4bbe413d 289 * ./* (Copyright): Updated Copyright year(s).
49561a36 290
6b82baf6
RS
2912006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
292
293 * FOR-RELEASE (BUGS): Add URLs/MIDs.
294
49af2995
KS
2952006-02-20 Kim F. Storm <storm@cua.dk>
296
297 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
298 Rework how fringe bitmaps are defined and used.
299 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
300 one-level representation. It would be cleaner to split the
301 representation into a two-level model where first level maps
302 bitmap usage to a bitmap name, and second level maps bitmap name to
303 a bitmap appearence.
304
d5e87a2f
CY
3052006-01-27 Chong Yidong <cyd@stupidchicken.com>
306
8a8476f9 307 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 308
9c43c921
BW
3092005-12-13 Bill Wohler <wohler@newt.com>
310
311 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
312
6ed81b24
RS
3132005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
314
c95dddbe
RS
315 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
316 completing-read-multiple, mail-extract-address-components,
317 mail-mode, quail-define-package, save-buffer and
318 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 319
2950d850
CY
3202005-11-28 Chong Yidong <cyd@stupidchicken.com>
321
322 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
323
ab4d879e
KS
3242005-11-11 Kim F. Storm <storm@cua.dk>
325
326 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
327 when displaying a non-breaking space in an overlay string.
328
932dc33b
CY
3292005-10-30 Chong Yidong <cyd@stupidchicken.com>
330
331 * FOR-RELEASE: Init file change implemented.
332
c809f7cc
CY
3332005-10-27 Chong Yidong <cyd@stupidchicken.com>
334
335 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
336
4754e179 3372005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
338
339 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 340 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 341
ffda926c
BW
3422005-10-17 Bill Wohler <wohler@newt.com>
343
344 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
943756ea 345 since it's gone. Also marked mh-e as done.
ffda926c 346
2d4713aa
JB
3472005-10-11 Juanma Barranquero <lekktu@gmail.com>
348
349 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
350 libraries on Windows (Done).
351
95f76284
JR
3522005-10-01 Jason Rumney <jasonr@gnu.org>
353
354 * admin.el (set-version): Set version numbers in nt/emacs.rc.
355
52f277bf
RF
3562005-08-31 Romain Francoise <romain@orebokech.com>
357
630cb3b7 358 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
359 item (Done).
360
c0eb0519
RF
3612005-08-27 Romain Francoise <romain@orebokech.com>
362
363 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
364
385ee3de 3652005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
366
367 Update FSF's address in GPL notices.
368
257914aa
LK
3692005-06-10 Lute Kamstra <lute@gnu.org>
370
371 * admin.el (set-version): Set version in lisp manual too.
372 * make-tarball.txt: Commit lispref/elisp.texi too.
373
a4e51a7a
RS
3742005-06-04 Richard M. Stallman <rms@gnu.org>
375
376 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
377 Other cleanups.
378
834671a6
LK
3792005-04-19 Lute Kamstra <lute@gnu.org>
380
381 * make-tarball.txt: Don't commit lisp/loaddefs.el.
382
54381691
LK
3832005-04-14 Lute Kamstra <lute@gnu.org>
384
118e2c39
LK
385 * nt/makedist.bat (elfiles): Update.
386
54381691
LK
387 * admin.el (add-release-logs): Fix require call.
388
0b048d52
MT
3892005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
390
943756ea
JB
391 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
392 The first line of every tutorial must begin with a sentence saying
393 "Emacs Tutorial" in the respective language. This should be
394 followed by "See end for copying conditions", likewise in the
395 respective language.
0b048d52 396
18cd5892
LT
3972005-03-29 Luc Teirlinck <teirllm@auburn.edu>
398
399 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
400 Add `undo-ask-before-discard' to it.
401
9a1c5fbf
MB
4022005-03-02 Miles Bader <miles@gnu.org>
403
404 * quick-install-emacs: Only use the mkdir --verbose option if the
405 script's --verbose option was specified (this avoids problems with
406 default usage on systems where mkdir doesn't support that option).
407
e25c1ca6
JR
4082005-02-15 Jason Rumney <jasonr@gnu.org>
409
410 * nt/makedist.bat: Do not rely on non-standard behaviour of
411 tar --exclude.
412
6b3d3397
JD
4132004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
414
415 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
416
6622d928
LT
4172004-09-20 Luc Teirlinck <teirllm@auburn.edu>
418
419 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
420 Elisp manuals.
421
d574552a
LT
4222004-09-18 Luc Teirlinck <teirllm@auburn.edu>
423
424 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 425 Emacs and Elisp manuals.
d574552a 426
0a5e5be0
KS
4272004-09-11 Kim F. Storm <storm@cua.dk>
428
429 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
430 (Documentation): Add NEWS entry.
431 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 432
2661eae9
KS
4332004-08-29 Kim F. Storm <storm@cua.dk>
434
435 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
436
1b6d517f
JD
4372004-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
438
2661eae9 439 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
1b6d517f
JD
440 (now behaves as well as other ports).
441
dfab762f
JD
4422004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
443
2661eae9 444 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 445
44618f20 4462004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
447
448 * FOR-RELEASE: Moved here from the etc directory.
449
db281452
TTN
4502004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
451
452 * notes/BRANCH: New file, to be maintained per CVS branch.
453
feebeb72
MB
4542003-10-01 Miles Bader <miles@gnu.org>
455
456 * quick-install-emacs: Don't use "function" keyword when defining
457 shell functions.
458
44618f20
LK
4592003-09-29 Lute Kamstra <lute@gnu.org>
460
461 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
462
e04e1ce2
MB
4632003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
464
465 * quick-install-emacs: Remove fns-* pruning, since that file no
466 longer seems to be generated.
467 (AVOID): Quote literal periods. Quote braces in a way acceptable
468 to all parties (gawk gets bitchy about using `\').
469
6cce52e8
MB
4702003-08-19 Miles Bader <miles@gnu.org>
471
472 * quick-install-emacs: Add arch-specific ignored files to
473 quick-install-emacs. Use quoting for periods that's acceptable
474 to recent versions of gawk.
475
13582d53
MR
4762003-08-11 Markus Rost <rost@math.ohio-state.edu>
477
478 * cus-test.el: Remove obsolete workaround.
479
e53925a5
AI
4802003-04-22 Andrew Innes <andrewi@gnu.org>
481
482 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
483 emacs.exe before zipping, and including batch file to recreate
484 after unpacking.
485
486 * nt/stitch.bat: New file.
487
488 * nt/README-ftp-server: Update wording and version number etc.
489 Add extra instructions for installing multi-file .zip
490 distribution.
491
492 * nt/README.W32: Remove personal email address and update wording.
493
494 * nt/README-UNDUMP.W32: Remove personal email address and update
495 wording.
496
4dce79e5
FP
4972003-02-10 Francesco Potort\e,Al\e(B <pot@gnu.org>
498
499 * make-changelog-diff: New script, code stolen from make-announcement.
500
501 * make-announcement: Use make-changelog-diff.
502
163c6f1c
FP
5032003-01-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
504
505 * make-tarball.txt: Step-by-step instructions for making a tarball.
506
507 * make-announcement: A script for creating pretest annuncements.
508
33b97f32
FP
5092003-01-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
510
511 * admin.el (add-release-logs): Expand the directory name before
512 calling find(1).
513 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 514 the date and the user's name and address.
33b97f32 515
7b997a97
MB
5162003-01-07 Miles Bader <miles@gnu.org>
517
518 * quick-install-emacs: Unset LANG etc. to avoid non-standard
519 command output from non-C locales.
520
6c465a15 5212002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 522
3bc08206 523 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 524 which can be run in batch mode. See the Commentary section.
bd08d86a 525
5ce129c2
MR
5262002-10-08 Markus Rost <rost@math.ohio-state.edu>
527
528 * cus-test.el: New file.
529
14dd2fe9
MB
5302002-05-27 Miles Bader <miles@gnu.org>
531
532 * quick-install-emacs (VERSION): Calculate using the same method
533 that configure.in uses.
534
64b9637c
PJ
5352002-04-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
536
537 * emacs-pretesters: New file with information for Emacs
538 pretesters.
539
b9a07996
PE
5402002-03-22 Paul Eggert <eggert@twinsun.com>
541
542 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
543 POSIX 1003.1-2001 disallows both usages.
544
38b81d74
AI
5452002-02-11 Andrew Innes <andrewi@gnu.org>
546
547 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
548
72a68345
AI
5492002-01-24 Andrew Innes <andrewi@gnu.org>
550
551 * nt/README.W32: Remove unnecessary version number and date
552 references.
553
554 * nt/README-UNDUMP.W32: Ditto.
555
ebbaf4e3
GM
5562001-12-06 Gerd Moellmann <gerd@gnu.org>
557
558 * make-emacs: Add --trace-move.
559
461a1459
AI
5602001-10-23 Andrew Innes <andrewi@gnu.org>
561
562 * nt/makedist.bat: Remove remaining obsolete reference to
563 GETTING.GNU.SOFTWARE.
564
26fe1f92
GM
5652001-10-22 Gerd Moellmann <gerd@gnu.org>
566
567 * admin.el (set-version): Use `s' interactive spec for
568 version number.
569
71431a0e
GM
5702001-10-20 Gerd Moellmann <gerd@gnu.org>
571
6aa97356 572 * (Version 21.1 released.)
71431a0e 573
e568708b
GM
5742001-10-20 Gerd Moellmann <gerd@gnu.org>
575
576 * admin.el (add-release-logs): Put the log entry in lispref, too.
577
c5915370
MB
5782001-10-20 Miles Bader <miles@gnu.org>
579
580 * quick-install-emacs: Exit if we can't find some variable.
581 (AVOID): Add .orig & .rej files.
582 (get_config_var): Be more liberal about format of config.status
583 sed commands.
584
5a4a5bd4
GM
5852001-10-19 Gerd Moellmann <gerd@gnu.org>
586
74499542
GM
587 * admin.el: New file.
588
5a4a5bd4
GM
589 * build-configs: Add --help option. Add support for building
590 in arbitrary source trees.
591
09954f3b
GM
5922001-10-17 Gerd Moellmann <gerd@gnu.org>
593
594 * alloc-colors.c: New file.
595
f2164e31
GM
5962001-10-13 Gerd Moellmann <gerd@gnu.org>
597
598 * make-emacs: Add --boot switch for bootstrapping. Logs to
599 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
600
ab952a4f
GM
6012001-10-05 Gerd Moellmann <gerd@gnu.org>
602
603 * Branch for 21.1.
6c465a15 604
f537c3cd
EZ
6052001-09-04 Andrew Innes <andrewi@gnu.org>
606
607 * admin/nt/makedist.bat: Remove reference to obsolete file
608 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
609 version of tar used.
610
611;; Local Variables:
e25c1ca6 612;; coding: iso-2022-7bit
33462dfa 613;; add-log-time-zone-rule: t
f537c3cd 614;; End:
2a34a036 615
5b87ad55 616 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
b9b14d13 617 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
618
619 This file is part of GNU Emacs.
620
621 GNU Emacs is free software; you can redistribute it and/or modify
622 it under the terms of the GNU General Public License as published by
4a9f99bd 623 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
624 any later version.
625
626 GNU Emacs is distributed in the hope that it will be useful,
627 but WITHOUT ANY WARRANTY; without even the implied warranty of
628 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
629 GNU General Public License for more details.
630
631 You should have received a copy of the GNU General Public License
632 along with GNU Emacs; see the file COPYING. If not, write to the
633 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
634 Boston, MA 02110-1301, USA.
ab5796a9
MB
635
636;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a