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