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