Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-498
[emacs.git] / admin / ChangeLog
blobafaa571e1a60992d818646e260b83c5c0efeb43b
1 2005-07-04  Lute Kamstra  <lute@gnu.org>
3         Update FSF's address in GPL notices.
5 2005-06-10  Lute Kamstra  <lute@gnu.org>
7         * admin.el (set-version): Set version in lisp manual too.
8         * make-tarball.txt: Commit lispref/elisp.texi too.
10 2005-06-04  Richard M. Stallman  <rms@gnu.org>
12         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
13         Other cleanups.
15 2005-04-19  Lute Kamstra  <lute@gnu.org>
17         * make-tarball.txt: Don't commit lisp/loaddefs.el.
19 2005-04-14  Lute Kamstra  <lute@gnu.org>
21         * nt/makedist.bat (elfiles): Update.
23         * admin.el (add-release-logs): Fix require call.
25 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
27         * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. The
28         first line of every tutorial must begin with a sentence saying
29         "Emacs Tutorial" in the respective language.  This should be
30         followed by "See end for copying conditions", likewise in the
31         respective language.
33 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
35         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
36         Add `undo-ask-before-discard' to it.
38 2005-03-02  Miles Bader  <miles@gnu.org>
40         * quick-install-emacs: Only use the mkdir --verbose option if the
41         script's --verbose option was specified (this avoids problems with
42         default usage on systems where mkdir doesn't support that option).
44 2005-02-15  Jason Rumney  <jasonr@gnu.org>
46         * nt/makedist.bat: Do not rely on non-standard behaviour of
47         tar --exclude.
49 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
51         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
53 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
55         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
56         Elisp manuals.
58 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
60         * FOR-RELEASE (Indications): Clean up and update checklists for
61         Emacs and Elisp manuals.
63 2004-09-11  Kim F. Storm  <storm@cua.dk>
65         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
66         (Documentation): Add NEWS entry.
67         Add section lists for proof-reading Emacs and Lisp manuals.
69 2004-08-29  Kim F. Storm  <storm@cua.dk>
71         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
73 2004-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
75         * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
76         (now behaves as well as other ports).
78 2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
80         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
82 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
84         * FOR-RELEASE: Moved here from the etc directory.
86 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
88         * notes/BRANCH: New file, to be maintained per CVS branch.
90 2003-10-01  Miles Bader  <miles@gnu.org>
92         * quick-install-emacs: Don't use "function" keyword when defining
93         shell functions.
95 2003-09-29  Lute Kamstra  <lute@gnu.org>
97         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
99 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
101         * quick-install-emacs: Remove fns-* pruning, since that file no
102         longer seems to be generated.
103         (AVOID): Quote literal periods.  Quote braces in a way acceptable
104         to all parties (gawk gets bitchy about using `\').
106 2003-08-19  Miles Bader  <miles@gnu.org>
108         * quick-install-emacs: Add arch-specific ignored files to
109         quick-install-emacs.  Use quoting for periods that's acceptable
110         to recent versions of gawk.
112 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
114         * cus-test.el: Remove obsolete workaround.
116 2003-04-22  Andrew Innes  <andrewi@gnu.org>
118         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
119         emacs.exe before zipping, and including batch file to recreate
120         after unpacking.
122         * nt/stitch.bat: New file.
124         * nt/README-ftp-server: Update wording and version number etc.
125         Add extra instructions for installing multi-file .zip
126         distribution.
128         * nt/README.W32: Remove personal email address and update wording.
130         * nt/README-UNDUMP.W32: Remove personal email address and update
131         wording.
133 2003-02-10  Francesco Potort\e,Al\e(B  <pot@gnu.org>
135         * make-changelog-diff: New script, code stolen from make-announcement.
137         * make-announcement: Use make-changelog-diff.
139 2003-01-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
141         * make-tarball.txt: Step-by-step instructions for making a tarball.
143         * make-announcement: A script for creating pretest annuncements.
145 2003-01-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
147         * admin.el (add-release-logs): Expand the directory name before
148         calling find(1).
149         (add-release-logs): Use the same methods as add-log.el for writing
150         the date and the user's name and address
152 2003-01-07  Miles Bader  <miles@gnu.org>
154         * quick-install-emacs: Unset LANG etc. to avoid non-standard
155         command output from non-C locales.
157 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
159         * cus-test.el: Extended and reorganized.  There are now 4 tests
160         which can be run in batch mode.  See the Commentary section.
162 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
164         * cus-test.el: New file.
166 2002-05-27  Miles Bader  <miles@gnu.org>
168         * quick-install-emacs (VERSION): Calculate using the same method
169         that configure.in uses.
171 2002-04-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
173         * emacs-pretesters: New file with information for Emacs
174         pretesters.
176 2002-03-22  Paul Eggert  <eggert@twinsun.com>
178         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
179         POSIX 1003.1-2001 disallows both usages.
181 2002-02-11  Andrew Innes  <andrewi@gnu.org>
183         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
185 2002-01-24  Andrew Innes  <andrewi@gnu.org>
187         * nt/README.W32: Remove unnecessary version number and date
188         references.
190         * nt/README-UNDUMP.W32: Ditto.
192 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
194         * make-emacs: Add --trace-move.
196 2001-10-23  Andrew Innes  <andrewi@gnu.org>
198         * nt/makedist.bat: Remove remaining obsolete reference to
199         GETTING.GNU.SOFTWARE.
201 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
203         * admin.el (set-version): Use `s' interactive spec for
204         version number.
206 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
208         * (Version 21.1 released.)
210 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
212         * admin.el (add-release-logs): Put the log entry in lispref, too.
214 2001-10-20  Miles Bader  <miles@gnu.org>
216         * quick-install-emacs: Exit if we can't find some variable.
217         (AVOID): Add .orig & .rej files.
218         (get_config_var): Be more liberal about format of config.status
219         sed commands.
221 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
223         * admin.el: New file.
225         * build-configs: Add --help option.  Add support for building
226         in arbitrary source trees.
228 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
230         * alloc-colors.c: New file.
232 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
234         * make-emacs: Add --boot switch for bootstrapping.  Logs to
235         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
237 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
239         * Branch for 21.1.
241 2001-09-04  Andrew Innes  <andrewi@gnu.org>
243         * admin/nt/makedist.bat: Remove reference to obsolete file
244         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
245         version of tar used.
247 ;; Local Variables:
248 ;; coding: iso-2022-7bit
249 ;; End:
251     Copyright (C) 2001 Free Software Foundation, Inc.
252   Copying and distribution of this file, with or without modification,
253   are permitted provided the copyright notice and this notice are preserved.
255 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a