Add defines for accessing system processes.
[bpt/emacs.git] / admin / ChangeLog
1 2008-08-02 Eli Zaretskii <eliz@gnu.org>
2
3 * CPP-DEFINES: Add defines for accessing system processes.
4
5 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * make-tarball.txt:
8 * admin.el:
9 * FOR-RELEASE:
10 * CPP-DEFINES: Remove mentions of Mac Carbon.
11
12 2008-07-16 Glenn Morris <rgm@gnu.org>
13
14 * admin.el (set-version, set-copyright): Add nextstep/ files.
15
16 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17
18 * CPP_DEFINES: Add NS port related defines.
19
20 2008-06-16 Glenn Morris <rgm@gnu.org>
21
22 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
23 doc/lispref/book-spine.texinfo.
24
25 2008-06-15 Glenn Morris <rgm@gnu.org>
26
27 * admin.el (set-version): Add doc/misc/faq.texi.
28
29 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
30
31 * FOR-RELEASE: Remove Windows problem about the XPM image library
32 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
33
34 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
35
36 * unidata/UnicodeData.txt: Update to Unicode 5.1.
37
38 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
39
40 * unidata/unidata-gen.el (unidata-prop-alist):
41 Fix typo in description of `numeric-value'.
42 (unidata-put-character): Fix typo in error message.
43
44 2008-02-21 Glenn Morris <rgm@gnu.org>
45
46 * notes/unicode, notes/font-backend: New files, split off from
47 README.unicode.
48
49 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
50
51 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
52 being used in latin1-disp.el. Remove the problem of
53 cp-supported-codepages. Remove the problem of lost changelog for
54 ps-prin1.ps.
55
56 2008-02-16 Eli Zaretskii <eliz@gnu.org>
57
58 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
59 non-portable in this context.
60
61 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
62 non-portable in this context.
63
64 2008-02-09 Eli Zaretskii <eliz@gnu.org>
65
66 * unidata/makefile.w32-in (lisp): New variable.
67 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
68 lisp/emacs-lisp.
69
70 2008-02-04 Jason Rumney <jasonr@gnu.org>
71
72 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
73
74 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
75
76 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
77
78 2008-02-02 Eli Zaretskii <eliz@gnu.org>
79
80 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
81
82 * unidata/Makefile.in: Rename from Makefile.
83
84 * unidata/makefile.w32-in: New file.
85
86 2008-02-02 Jason Rumney <jasonr@gnu.org>
87
88 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
89
90 2008-02-01 Kenichi Handa <handa@m17n.org>
91
92 * unidata/copyright.html: New file.
93
94 2008-02-01 Kenichi Handa <handa@m17n.org>
95
96 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
97 decomposition, if T is the same as TBase, don't include it in the
98 returned list.
99
100 2008-02-01 Kenichi Handa <handa@m17n.org>
101
102 * unidata/unidata-gen.el (unidata-text-file): Delete it.
103 (unidata-list): Initialize to nil.
104 (unidata-setup-list): New function.
105 (unidata-gen-files): New optional arg unidata-text-file.
106 If it's nil, set unidata-text-file to the left command line arg.
107 Call unidate-setup-list at first.
108
109 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
110 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
111
112 2008-02-01 Kenichi Handa <handa@m17n.org>
113
114 * unidata/unidata-gen.el: Fix comment typo.
115 Change string-to-int to string-to-number.
116 (unidata-text-file): Define to .../unidata.txt.
117 (unidata-list): Just insert unidata-text-file.
118 (unidata-get-decomposition): Handle Hangul decomposition.
119 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
120
121 * unidata/Makefile (unidata.txt): New target.
122 (charprop.el): Depends on unidata.txt.
123 (clean): Remove unidata.txt.
124
125 2008-02-01 Kenichi Handa <handa@m17n.org>
126
127 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
128 (unidata-get-name): Handle U+110B.
129
130 2008-02-01 Kenichi Handa <handa@m17n.org>
131
132 Sub-directory `unidata' is for codes to generate charprop.el and
133 many other uni-*.el files from `UnicodeData.txt'.
134
135 * Unidata/README: New file.
136
137 * unidata/Makefile: New file.
138
139 * unidata/unidata-gen.el: New file.
140
141 * unidata/UnicodeData.txt: New file. Copied from
142 http://www.unicode.org on 2006-05-23.
143
144 * unidata/.cvsignore: New file.
145
146 2008-02-01 Kenichi Handa <handa@m17n.org>
147
148 * charsets/.cvsignore: New file.
149
150 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
151
152 * charsets/Makefile (all): Rename target from charsets.
153 Depend on ${TRANS_TABLE}.
154 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
155 Generate from cns2ucsdkw.txt.
156 (install): Copy updated files only.
157
158 2008-02-02 Kenichi Handa <handa@m17n.org>
159
160 * charsets/cp932.awk: Append user-defined area of CP932.
161
162 2008-02-02 Kenichi Handa <handa@m17n.org>
163
164 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
165 0x2299 to 0x29BF.
166
167 2008-02-01 Kenichi Handa <handa@m17n.org>
168
169 * charsets/Makefile (TRANS_TABLE): New macro.
170 (JISX0208.map): Convert 0x2015 to 0x2014.
171 (cp51932.el): New target.
172 (eucjp-ms.el): New target.
173 (install): Include ${TRANS_TABLE}.
174 (CJK): Include JISX213A.map.
175 (JISX213A.map): New target.
176
177 * charsets/eucjp-ms.awk: New file.
178
179 * charsets/cp51932.awk: New file.
180
181 2008-02-01 Kenichi Handa <handa@m17n.org>
182
183 * charsets/cp932.awk: New file.
184
185 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
186
187 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
188 running an awk program.
189
190 2008-02-01 Kenichi Handa <handa@m17n.org>
191
192 * charsets/mapconv: Handle UNICODE2.
193
194 * charsets/Makefile (CJK): Include CP932-2BYTE.map
195 (CP932-2BYTE.map): New target.
196
197 2008-02-01 Kenichi Handa <handa@m17n.org>
198
199 * charsets: New directory for scripts to generate charset map
200 files in ../etc/charsets/.
201
202 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
203 * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
204 * charsets/kuten.awk: New files.
205
206 2008-01-08 Glenn Morris <rgm@gnu.org>
207
208 * admin.el (set-version): Add doc/man/emacs.1.
209
210 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
211
212 * notes/copyright:
213 * MAINTAINERS: Remove references to files that have been removed.
214
215 2008-01-04 Glenn Morris <rgm@gnu.org>
216
217 * admin.el (set-copyright): Add lib-src/ebrowse.c.
218
219 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * CPP-DEFINES: New file.
222
223 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
224
225 * FOR-RELEASE: Remove "window-system in face definition" [of
226 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
227 on gnus-dired.el.
228
229 2007-12-05 Glenn Morris <rgm@gnu.org>
230
231 * admin.el (set-version): Handle configure.in. Adapt for doc/
232 directory layout for manuals.
233
234 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
235
236 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
237 been fixed in Gnus CVS but have not yet been synched to Emacs.
238
239 2007-11-17 Glenn Morris <rgm@gnu.org>
240
241 * admin.el (process-lines): Move to ../lisp/subr.el.
242
243 2007-10-23 Glenn Morris <rgm@gnu.org>
244
245 * MAINTAINERS: Move here from ../.
246
247 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
248
249 * make-emacs: Doc fix.
250
251 2007-08-28 Glenn Morris <rgm@gnu.org>
252
253 * admin.el: Provide self.
254
255 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
256
257 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
258
259 2007-07-25 Glenn Morris <rgm@gnu.org>
260
261 * Relicense all FSF files to GPLv3 or later.
262
263 2007-06-07 Glenn Morris <rgm@gnu.org>
264
265 * admin.el (set-copyright): New function.
266
267 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
268
269 * make-tarball.txt: Add note about cutting the branch.
270
271 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
272
273 * Version 22.1 released.
274
275 2007-02-03 Eli Zaretskii <eliz@gnu.org>
276
277 * nt/makedist.bat: Change EOL format to DOS. Don't use
278 redirection characters in REM lines.
279
280 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
281
282 * FOR-RELEASE: Removed Gtk/Xft issue.
283
284 2007-01-01 Miles Bader <miles@gnu.org>
285
286 * quick-install-emacs (get_config_var): Deal with weird magic
287 string inserted by recent versions of autoconf.
288
289 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
290
291 * admin.el (set-version): Set version number in
292 lib-src/makefile.w32-in.
293
294 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
295
296 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
297 due to a local miss-configuration.
298
299 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
300
301 * make-announcement (OLD): Remove LEIM references in announcement
302 since it is now built-in.
303
304 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
305
306 * admin.el (set-version): Set version numbers in "mac" subdirectory.
307
308 2006-10-03 Kenichi Handa <handa@m17n.org>
309
310 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
311
312 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
313
314 * FOR-RELEASE: Elisp manual checking completed.
315
316 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
317
318 * FOR-RELEASE: Update refcard section.
319
320 2006-07-14 Kim F. Storm <storm@cua.dk>
321
322 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
323
324 2006-07-09 Kim F. Storm <storm@cua.dk>
325
326 * README: Use outline format. Add FOR-RELEASE.
327
328 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
329
330 * FOR-RELEASE: Checking of info.texi done.
331
332 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
333
334 * FOR-RELEASE: Update refcard section.
335
336 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
337
338 * FOR-RELEASE: Update refcard section.
339
340 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
341
342 * FOR-RELEASE: Key sequence elisp node done.
343
344 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
345
346 * FOR-RELEASE: Update refcard translations. Add coding cookie.
347
348 2006-05-21 Chong Yidong <cyd@mit.edu>
349
350 * FOR-RELEASE: point-entered /point-left bug fixed.
351
352 2006-05-12 Eli Zaretskii <eliz@gnu.org>
353
354 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
355 entry.
356
357 2006-05-06 Bill Wohler <wohler@newt.com>
358
359 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
360 about it.
361
362 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
363
364 * ./* (Copyright): Updated Copyright year(s).
365
366 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
367
368 * FOR-RELEASE (BUGS): Add URLs/MIDs.
369
370 2006-02-20 Kim F. Storm <storm@cua.dk>
371
372 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
373 Rework how fringe bitmaps are defined and used.
374 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
375 one-level representation. It would be cleaner to split the
376 representation into a two-level model where first level maps
377 bitmap usage to a bitmap name, and second level maps bitmap name to
378 a bitmap appearence.
379
380 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
381
382 * FOR-RELEASE: String allocation bugs fixed.
383
384 2005-12-13 Bill Wohler <wohler@newt.com>
385
386 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
387
388 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
389
390 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
391 completing-read-multiple, mail-extract-address-components,
392 mail-mode, quail-define-package, save-buffer and
393 ucs-set-table-for-input from doc strings item (Done).
394
395 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
396
397 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
398
399 2005-11-11 Kim F. Storm <storm@cua.dk>
400
401 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
402 when displaying a non-breaking space in an overlay string.
403
404 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
405
406 * FOR-RELEASE: Init file change implemented.
407
408 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
409
410 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
411
412 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
413
414 * FOR-RELEASE (New features): max-image-size implemented.
415 (Bugs): split-window done, by Kim F. Storm.
416
417 2005-10-17 Bill Wohler <wohler@newt.com>
418
419 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
420 since it's gone. Also marked mh-e as done.
421
422 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
423
424 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
425 libraries on Windows (Done).
426
427 2005-10-01 Jason Rumney <jasonr@gnu.org>
428
429 * admin.el (set-version): Set version numbers in nt/emacs.rc.
430
431 2005-08-31 Romain Francoise <romain@orebokech.com>
432
433 * FOR-RELEASE (New features): Remove vhdl-mode.el update
434 item (Done).
435
436 2005-08-27 Romain Francoise <romain@orebokech.com>
437
438 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
439
440 2005-07-04 Lute Kamstra <lute@gnu.org>
441
442 Update FSF's address in GPL notices.
443
444 2005-06-10 Lute Kamstra <lute@gnu.org>
445
446 * admin.el (set-version): Set version in lisp manual too.
447 * make-tarball.txt: Commit lispref/elisp.texi too.
448
449 2005-06-04 Richard M. Stallman <rms@gnu.org>
450
451 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
452 Other cleanups.
453
454 2005-04-19 Lute Kamstra <lute@gnu.org>
455
456 * make-tarball.txt: Don't commit lisp/loaddefs.el.
457
458 2005-04-14 Lute Kamstra <lute@gnu.org>
459
460 * nt/makedist.bat (elfiles): Update.
461
462 * admin.el (add-release-logs): Fix require call.
463
464 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
465
466 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
467 The first line of every tutorial must begin with a sentence saying
468 "Emacs Tutorial" in the respective language. This should be
469 followed by "See end for copying conditions", likewise in the
470 respective language.
471
472 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
473
474 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
475 Add `undo-ask-before-discard' to it.
476
477 2005-03-02 Miles Bader <miles@gnu.org>
478
479 * quick-install-emacs: Only use the mkdir --verbose option if the
480 script's --verbose option was specified (this avoids problems with
481 default usage on systems where mkdir doesn't support that option).
482
483 2005-02-15 Jason Rumney <jasonr@gnu.org>
484
485 * nt/makedist.bat: Do not rely on non-standard behavior of
486 tar --exclude.
487
488 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
489
490 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
491
492 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
493
494 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
495 Elisp manuals.
496
497 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
498
499 * FOR-RELEASE (Indications): Clean up and update checklists for
500 Emacs and Elisp manuals.
501
502 2004-09-11 Kim F. Storm <storm@cua.dk>
503
504 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
505 (Documentation): Add NEWS entry.
506 Add section lists for proof-reading Emacs and Lisp manuals.
507
508 2004-08-29 Kim F. Storm <storm@cua.dk>
509
510 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
511
512 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
513
514 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
515 (now behaves as well as other ports).
516
517 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
518
519 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
520
521 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
522
523 * FOR-RELEASE: Moved here from the etc directory.
524
525 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
526
527 * notes/BRANCH: New file, to be maintained per CVS branch.
528
529 2003-10-01 Miles Bader <miles@gnu.org>
530
531 * quick-install-emacs: Don't use "function" keyword when defining
532 shell functions.
533
534 2003-09-29 Lute Kamstra <lute@gnu.org>
535
536 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
537
538 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
539
540 * quick-install-emacs: Remove fns-* pruning, since that file no
541 longer seems to be generated.
542 (AVOID): Quote literal periods. Quote braces in a way acceptable
543 to all parties (gawk gets bitchy about using `\').
544
545 2003-08-19 Miles Bader <miles@gnu.org>
546
547 * quick-install-emacs: Add arch-specific ignored files to
548 quick-install-emacs. Use quoting for periods that's acceptable
549 to recent versions of gawk.
550
551 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
552
553 * cus-test.el: Remove obsolete workaround.
554
555 2003-04-22 Andrew Innes <andrewi@gnu.org>
556
557 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
558 emacs.exe before zipping, and including batch file to recreate
559 after unpacking.
560
561 * nt/stitch.bat: New file.
562
563 * nt/README-ftp-server: Update wording and version number etc.
564 Add extra instructions for installing multi-file .zip
565 distribution.
566
567 * nt/README.W32: Remove personal email address and update wording.
568
569 * nt/README-UNDUMP.W32: Remove personal email address and update
570 wording.
571
572 2003-02-10 Francesco Potortì <pot@gnu.org>
573
574 * make-changelog-diff: New script, code stolen from make-announcement.
575
576 * make-announcement: Use make-changelog-diff.
577
578 2003-01-20 Francesco Potortì <pot@gnu.org>
579
580 * make-tarball.txt: Step-by-step instructions for making a tarball.
581
582 * make-announcement: A script for creating pretest annuncements.
583
584 2003-01-17 Francesco Potortì <pot@gnu.org>
585
586 * admin.el (add-release-logs): Expand the directory name before
587 calling find(1).
588 (add-release-logs): Use the same methods as add-log.el for writing
589 the date and the user's name and address.
590
591 2003-01-07 Miles Bader <miles@gnu.org>
592
593 * quick-install-emacs: Unset LANG etc. to avoid non-standard
594 command output from non-C locales.
595
596 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
597
598 * cus-test.el: Extended and reorganized. There are now 4 tests
599 which can be run in batch mode. See the Commentary section.
600
601 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
602
603 * cus-test.el: New file.
604
605 2002-05-27 Miles Bader <miles@gnu.org>
606
607 * quick-install-emacs (VERSION): Calculate using the same method
608 that configure.in uses.
609
610 2002-04-26 Pavel Janík <Pavel@Janik.cz>
611
612 * emacs-pretesters: New file with information for Emacs
613 pretesters.
614
615 2002-03-22 Paul Eggert <eggert@twinsun.com>
616
617 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
618 POSIX 1003.1-2001 disallows both usages.
619
620 2002-02-11 Andrew Innes <andrewi@gnu.org>
621
622 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
623
624 2002-01-24 Andrew Innes <andrewi@gnu.org>
625
626 * nt/README.W32: Remove unnecessary version number and date
627 references.
628
629 * nt/README-UNDUMP.W32: Ditto.
630
631 2001-12-06 Gerd Moellmann <gerd@gnu.org>
632
633 * make-emacs: Add --trace-move.
634
635 2001-10-23 Andrew Innes <andrewi@gnu.org>
636
637 * nt/makedist.bat: Remove remaining obsolete reference to
638 GETTING.GNU.SOFTWARE.
639
640 2001-10-22 Gerd Moellmann <gerd@gnu.org>
641
642 * admin.el (set-version): Use `s' interactive spec for
643 version number.
644
645 2001-10-20 Gerd Moellmann <gerd@gnu.org>
646
647 * (Version 21.1 released.)
648
649 2001-10-20 Gerd Moellmann <gerd@gnu.org>
650
651 * admin.el (add-release-logs): Put the log entry in lispref, too.
652
653 2001-10-20 Miles Bader <miles@gnu.org>
654
655 * quick-install-emacs: Exit if we can't find some variable.
656 (AVOID): Add .orig & .rej files.
657 (get_config_var): Be more liberal about format of config.status
658 sed commands.
659
660 2001-10-19 Gerd Moellmann <gerd@gnu.org>
661
662 * admin.el: New file.
663
664 * build-configs: Add --help option. Add support for building
665 in arbitrary source trees.
666
667 2001-10-17 Gerd Moellmann <gerd@gnu.org>
668
669 * alloc-colors.c: New file.
670
671 2001-10-13 Gerd Moellmann <gerd@gnu.org>
672
673 * make-emacs: Add --boot switch for bootstrapping. Logs to
674 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
675
676 2001-10-05 Gerd Moellmann <gerd@gnu.org>
677
678 * Branch for 21.1.
679
680 2001-09-04 Andrew Innes <andrewi@gnu.org>
681
682 * admin/nt/makedist.bat: Remove reference to obsolete file
683 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
684 version of tar used.
685
686 ;; Local Variables:
687 ;; coding: utf-8
688 ;; add-log-time-zone-rule: t
689 ;; End:
690
691 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
692 2008 Free Software Foundation, Inc.
693
694 This file is part of GNU Emacs.
695
696 GNU Emacs is free software: you can redistribute it and/or modify
697 it under the terms of the GNU General Public License as published by
698 the Free Software Foundation, either version 3 of the License, or
699 (at your option) any later version.
700
701 GNU Emacs is distributed in the hope that it will be useful,
702 but WITHOUT ANY WARRANTY; without even the implied warranty of
703 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
704 GNU General Public License for more details.
705
706 You should have received a copy of the GNU General Public License
707 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
708
709 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a