Set version to 23.0.60.
[bpt/emacs.git] / admin / ChangeLog
1 2008-06-16 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi.
4
5 2008-06-15 Glenn Morris <rgm@gnu.org>
6
7 * admin.el (set-version): Add doc/misc/faq.texi.
8
9 2008-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
14 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
15
16 * unidata/UnicodeData.txt: Update to Unicode 5.1.
17
18 2008-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
24 2008-02-21 Glenn Morris <rgm@gnu.org>
25
26 * notes/unicode, notes/font-backend: New files, split off from
27 README.unicode.
28
29 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
30
31 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
32 being used in latin1-disp.el. Remove the problem of
33 cp-supported-codepages. Remove the problem of lost changelog for
34 ps-prin1.ps.
35
36 2008-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
44 2008-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
50 2008-02-04 Jason Rumney <jasonr@gnu.org>
51
52 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
53
54 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
55
56 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
57
58 2008-02-02 Eli Zaretskii <eliz@gnu.org>
59
60 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
61
62 * unidata/Makefile.in: Rename from Makefile.
63
64 * unidata/makefile.w32-in: New file.
65
66 2008-02-02 Jason Rumney <jasonr@gnu.org>
67
68 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
69
70 2008-02-01 Kenichi Handa <handa@m17n.org>
71
72 * unidata/copyright.html: New file.
73
74 2008-02-01 Kenichi Handa <handa@m17n.org>
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
80 2008-02-01 Kenichi Handa <handa@m17n.org>
81
82 * unidata/unidata-gen.el (unidata-text-file): Delete it.
83 (unidata-list): Initialize to nil.
84 (unidata-setup-list): New function.
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.
88
89 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
90 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
91
92 2008-02-01 Kenichi Handa <handa@m17n.org>
93
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.
97 (unidata-list): Just insert unidata-text-file.
98 (unidata-get-decomposition): Handle Hangul decomposition.
99 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
100
101 * unidata/Makefile (unidata.txt): New target.
102 (charprop.el): Depends on unidata.txt.
103 (clean): Remove unidata.txt.
104
105 2008-02-01 Kenichi Handa <handa@m17n.org>
106
107 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
108 (unidata-get-name): Handle U+110B.
109
110 2008-02-01 Kenichi Handa <handa@m17n.org>
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
122 http://www.unicode.org on 2006-05-23.
123
124 * unidata/.cvsignore: New file.
125
126 2008-02-01 Kenichi Handa <handa@m17n.org>
127
128 * charsets/.cvsignore: New file.
129
130 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
131
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.
136 (install): Copy updated files only.
137
138 2008-02-02 Kenichi Handa <handa@m17n.org>
139
140 * charsets/cp932.awk: Append user-defined area of CP932.
141
142 2008-02-02 Kenichi Handa <handa@m17n.org>
143
144 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
145 0x2299 to 0x29BF.
146
147 2008-02-01 Kenichi Handa <handa@m17n.org>
148
149 * charsets/Makefile (TRANS_TABLE): New macro.
150 (JISX0208.map): Convert 0x2015 to 0x2014.
151 (cp51932.el): New target.
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
161 2008-02-01 Kenichi Handa <handa@m17n.org>
162
163 * charsets/cp932.awk: New file.
164
165 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
166
167 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
168 running an awk program.
169
170 2008-02-01 Kenichi Handa <handa@m17n.org>
171
172 * charsets/mapconv: Handle UNICODE2.
173
174 * charsets/Makefile (CJK): Include CP932-2BYTE.map
175 (CP932-2BYTE.map): New target.
176
177 2008-02-01 Kenichi Handa <handa@m17n.org>
178
179 * charsets: New directory for scripts to generate charset map
180 files in ../etc/charsets/.
181
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.
185
186 2008-01-08 Glenn Morris <rgm@gnu.org>
187
188 * admin.el (set-version): Add doc/man/emacs.1.
189
190 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
191
192 * notes/copyright:
193 * MAINTAINERS: Remove references to files that have been removed.
194
195 2008-01-04 Glenn Morris <rgm@gnu.org>
196
197 * admin.el (set-copyright): Add lib-src/ebrowse.c.
198
199 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * CPP-DEFINES: New file.
202
203 2007-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
209 2007-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
214 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
215
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.
218
219 2007-11-17 Glenn Morris <rgm@gnu.org>
220
221 * admin.el (process-lines): Move to ../lisp/subr.el.
222
223 2007-10-23 Glenn Morris <rgm@gnu.org>
224
225 * MAINTAINERS: Move here from ../.
226
227 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
228
229 * make-emacs: Doc fix.
230
231 2007-08-28 Glenn Morris <rgm@gnu.org>
232
233 * admin.el: Provide self.
234
235 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
236
237 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
238
239 2007-07-25 Glenn Morris <rgm@gnu.org>
240
241 * Relicense all FSF files to GPLv3 or later.
242
243 2007-06-07 Glenn Morris <rgm@gnu.org>
244
245 * admin.el (set-copyright): New function.
246
247 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
248
249 * make-tarball.txt: Add note about cutting the branch.
250
251 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
252
253 * Version 22.1 released.
254
255 2007-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
260 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
261
262 * FOR-RELEASE: Removed Gtk/Xft issue.
263
264 2007-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
269 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
270
271 * admin.el (set-version): Set version number in
272 lib-src/makefile.w32-in.
273
274 2006-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
279 2006-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
284 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
285
286 * admin.el (set-version): Set version numbers in "mac" subdirectory.
287
288 2006-10-03 Kenichi Handa <handa@m17n.org>
289
290 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
291
292 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
293
294 * FOR-RELEASE: Elisp manual checking completed.
295
296 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
297
298 * FOR-RELEASE: Update refcard section.
299
300 2006-07-14 Kim F. Storm <storm@cua.dk>
301
302 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
303
304 2006-07-09 Kim F. Storm <storm@cua.dk>
305
306 * README: Use outline format. Add FOR-RELEASE.
307
308 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
309
310 * FOR-RELEASE: Checking of info.texi done.
311
312 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
313
314 * FOR-RELEASE: Update refcard section.
315
316 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
317
318 * FOR-RELEASE: Update refcard section.
319
320 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
321
322 * FOR-RELEASE: Key sequence elisp node done.
323
324 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
325
326 * FOR-RELEASE: Update refcard translations. Add coding cookie.
327
328 2006-05-21 Chong Yidong <cyd@mit.edu>
329
330 * FOR-RELEASE: point-entered /point-left bug fixed.
331
332 2006-05-12 Eli Zaretskii <eliz@gnu.org>
333
334 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
335 entry.
336
337 2006-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
342 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
343
344 * ./* (Copyright): Updated Copyright year(s).
345
346 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
347
348 * FOR-RELEASE (BUGS): Add URLs/MIDs.
349
350 2006-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
360 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
361
362 * FOR-RELEASE: String allocation bugs fixed.
363
364 2005-12-13 Bill Wohler <wohler@newt.com>
365
366 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
367
368 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
369
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).
374
375 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
376
377 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
378
379 2005-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
384 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
385
386 * FOR-RELEASE: Init file change implemented.
387
388 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
389
390 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
391
392 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
393
394 * FOR-RELEASE (New features): max-image-size implemented.
395 (Bugs): split-window done, by Kim F. Storm.
396
397 2005-10-17 Bill Wohler <wohler@newt.com>
398
399 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
400 since it's gone. Also marked mh-e as done.
401
402 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
403
404 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
405 libraries on Windows (Done).
406
407 2005-10-01 Jason Rumney <jasonr@gnu.org>
408
409 * admin.el (set-version): Set version numbers in nt/emacs.rc.
410
411 2005-08-31 Romain Francoise <romain@orebokech.com>
412
413 * FOR-RELEASE (New features): Remove vhdl-mode.el update
414 item (Done).
415
416 2005-08-27 Romain Francoise <romain@orebokech.com>
417
418 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
419
420 2005-07-04 Lute Kamstra <lute@gnu.org>
421
422 Update FSF's address in GPL notices.
423
424 2005-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
429 2005-06-04 Richard M. Stallman <rms@gnu.org>
430
431 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
432 Other cleanups.
433
434 2005-04-19 Lute Kamstra <lute@gnu.org>
435
436 * make-tarball.txt: Don't commit lisp/loaddefs.el.
437
438 2005-04-14 Lute Kamstra <lute@gnu.org>
439
440 * nt/makedist.bat (elfiles): Update.
441
442 * admin.el (add-release-logs): Fix require call.
443
444 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
445
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.
451
452 2005-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
457 2005-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
463 2005-02-15 Jason Rumney <jasonr@gnu.org>
464
465 * nt/makedist.bat: Do not rely on non-standard behaviour of
466 tar --exclude.
467
468 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
469
470 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
471
472 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
473
474 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
475 Elisp manuals.
476
477 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
478
479 * FOR-RELEASE (Indications): Clean up and update checklists for
480 Emacs and Elisp manuals.
481
482 2004-09-11 Kim F. Storm <storm@cua.dk>
483
484 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
485 (Documentation): Add NEWS entry.
486 Add section lists for proof-reading Emacs and Lisp manuals.
487
488 2004-08-29 Kim F. Storm <storm@cua.dk>
489
490 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
491
492 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
493
494 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
495 (now behaves as well as other ports).
496
497 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
498
499 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
500
501 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * FOR-RELEASE: Moved here from the etc directory.
504
505 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
506
507 * notes/BRANCH: New file, to be maintained per CVS branch.
508
509 2003-10-01 Miles Bader <miles@gnu.org>
510
511 * quick-install-emacs: Don't use "function" keyword when defining
512 shell functions.
513
514 2003-09-29 Lute Kamstra <lute@gnu.org>
515
516 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
517
518 2003-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
525 2003-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
531 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
532
533 * cus-test.el: Remove obsolete workaround.
534
535 2003-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
552 2003-02-10 Francesco Potortì <pot@gnu.org>
553
554 * make-changelog-diff: New script, code stolen from make-announcement.
555
556 * make-announcement: Use make-changelog-diff.
557
558 2003-01-20 Francesco Potortì <pot@gnu.org>
559
560 * make-tarball.txt: Step-by-step instructions for making a tarball.
561
562 * make-announcement: A script for creating pretest annuncements.
563
564 2003-01-17 Francesco Potortì <pot@gnu.org>
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
569 the date and the user's name and address.
570
571 2003-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
576 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
577
578 * cus-test.el: Extended and reorganized. There are now 4 tests
579 which can be run in batch mode. See the Commentary section.
580
581 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
582
583 * cus-test.el: New file.
584
585 2002-05-27 Miles Bader <miles@gnu.org>
586
587 * quick-install-emacs (VERSION): Calculate using the same method
588 that configure.in uses.
589
590 2002-04-26 Pavel Janík <Pavel@Janik.cz>
591
592 * emacs-pretesters: New file with information for Emacs
593 pretesters.
594
595 2002-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
600 2002-02-11 Andrew Innes <andrewi@gnu.org>
601
602 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
603
604 2002-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
611 2001-12-06 Gerd Moellmann <gerd@gnu.org>
612
613 * make-emacs: Add --trace-move.
614
615 2001-10-23 Andrew Innes <andrewi@gnu.org>
616
617 * nt/makedist.bat: Remove remaining obsolete reference to
618 GETTING.GNU.SOFTWARE.
619
620 2001-10-22 Gerd Moellmann <gerd@gnu.org>
621
622 * admin.el (set-version): Use `s' interactive spec for
623 version number.
624
625 2001-10-20 Gerd Moellmann <gerd@gnu.org>
626
627 * (Version 21.1 released.)
628
629 2001-10-20 Gerd Moellmann <gerd@gnu.org>
630
631 * admin.el (add-release-logs): Put the log entry in lispref, too.
632
633 2001-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
640 2001-10-19 Gerd Moellmann <gerd@gnu.org>
641
642 * admin.el: New file.
643
644 * build-configs: Add --help option. Add support for building
645 in arbitrary source trees.
646
647 2001-10-17 Gerd Moellmann <gerd@gnu.org>
648
649 * alloc-colors.c: New file.
650
651 2001-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
656 2001-10-05 Gerd Moellmann <gerd@gnu.org>
657
658 * Branch for 21.1.
659
660 2001-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:
667 ;; coding: utf-8
668 ;; add-log-time-zone-rule: t
669 ;; End:
670
671 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
672 2008 Free Software Foundation, Inc.
673
674 This file is part of GNU Emacs.
675
676 GNU Emacs is free software: you can redistribute it and/or modify
677 it under the terms of the GNU General Public License as published by
678 the Free Software Foundation, either version 3 of the License, or
679 (at your option) any later version.
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
687 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
688
689 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a