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