point-entered /point-left bug fixed.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
6fedb9f9
CY
12006-05-21 Chong Yidong <cyd@mit.edu>
2
3 * FOR-RELEASE: point-entered /point-left bug fixed.
4
61515a63
EZ
52006-05-12 Eli Zaretskii <eliz@gnu.org>
6
7 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
8 entry.
9
4297ece2
BW
102006-05-06 Bill Wohler <wohler@newt.com>
11
12 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
13 about it.
14
1c4181cc
R
152006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
16
17 * ./* (Copyright): Updated Copyright year(s)
18
6b82baf6
RS
192006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20
21 * FOR-RELEASE (BUGS): Add URLs/MIDs.
22
49af2995
KS
232006-02-20 Kim F. Storm <storm@cua.dk>
24
25 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
26 Rework how fringe bitmaps are defined and used.
27 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
28 one-level representation. It would be cleaner to split the
29 representation into a two-level model where first level maps
30 bitmap usage to a bitmap name, and second level maps bitmap name to
31 a bitmap appearence.
32
d5e87a2f
CY
332006-01-27 Chong Yidong <cyd@stupidchicken.com>
34
35 * FOR-RELEASE: string allocation bugs fixed.
36
9c43c921
BW
372005-12-13 Bill Wohler <wohler@newt.com>
38
39 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
40
6ed81b24
RS
412005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
42
c95dddbe
RS
43 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
44 completing-read-multiple, mail-extract-address-components,
45 mail-mode, quail-define-package, save-buffer and
46 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 47
2950d850
CY
482005-11-28 Chong Yidong <cyd@stupidchicken.com>
49
50 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
51
ab4d879e
KS
522005-11-11 Kim F. Storm <storm@cua.dk>
53
54 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
55 when displaying a non-breaking space in an overlay string.
56
932dc33b
CY
572005-10-30 Chong Yidong <cyd@stupidchicken.com>
58
59 * FOR-RELEASE: Init file change implemented.
60
c809f7cc
CY
612005-10-27 Chong Yidong <cyd@stupidchicken.com>
62
63 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
64
4754e179 652005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
66
67 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 68 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 69
ffda926c
BW
702005-10-17 Bill Wohler <wohler@newt.com>
71
72 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
73 since it's gone. Also marked mh-e as done.
74
2d4713aa
JB
752005-10-11 Juanma Barranquero <lekktu@gmail.com>
76
77 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
78 libraries on Windows (Done).
79
95f76284
JR
802005-10-01 Jason Rumney <jasonr@gnu.org>
81
82 * admin.el (set-version): Set version numbers in nt/emacs.rc.
83
52f277bf
RF
842005-08-31 Romain Francoise <romain@orebokech.com>
85
86 * FOR-RELEASE: (New features): Remove vhdl-mode.el update
87 item (Done).
88
c0eb0519
RF
892005-08-27 Romain Francoise <romain@orebokech.com>
90
91 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
92
385ee3de 932005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
94
95 Update FSF's address in GPL notices.
96
257914aa
LK
972005-06-10 Lute Kamstra <lute@gnu.org>
98
99 * admin.el (set-version): Set version in lisp manual too.
100 * make-tarball.txt: Commit lispref/elisp.texi too.
101
a4e51a7a
RS
1022005-06-04 Richard M. Stallman <rms@gnu.org>
103
104 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
105 Other cleanups.
106
834671a6
LK
1072005-04-19 Lute Kamstra <lute@gnu.org>
108
109 * make-tarball.txt: Don't commit lisp/loaddefs.el.
110
54381691
LK
1112005-04-14 Lute Kamstra <lute@gnu.org>
112
118e2c39
LK
113 * nt/makedist.bat (elfiles): Update.
114
54381691
LK
115 * admin.el (add-release-logs): Fix require call.
116
0b048d52
MT
1172005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
118
fa077d24 119 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. The
f290db1d
MT
120 first line of every tutorial must begin with a sentence saying
121 "Emacs Tutorial" in the respective language. This should be
122 followed by "See end for copying conditions", likewise in the
123 respective language.
0b048d52 124
18cd5892
LT
1252005-03-29 Luc Teirlinck <teirllm@auburn.edu>
126
127 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
128 Add `undo-ask-before-discard' to it.
129
9a1c5fbf
MB
1302005-03-02 Miles Bader <miles@gnu.org>
131
132 * quick-install-emacs: Only use the mkdir --verbose option if the
133 script's --verbose option was specified (this avoids problems with
134 default usage on systems where mkdir doesn't support that option).
135
e25c1ca6
JR
1362005-02-15 Jason Rumney <jasonr@gnu.org>
137
138 * nt/makedist.bat: Do not rely on non-standard behaviour of
139 tar --exclude.
140
6b3d3397
JD
1412004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
142
143 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
144
6622d928
LT
1452004-09-20 Luc Teirlinck <teirllm@auburn.edu>
146
147 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
148 Elisp manuals.
149
d574552a
LT
1502004-09-18 Luc Teirlinck <teirllm@auburn.edu>
151
152 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 153 Emacs and Elisp manuals.
d574552a 154
0a5e5be0
KS
1552004-09-11 Kim F. Storm <storm@cua.dk>
156
157 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
158 (Documentation): Add NEWS entry.
159 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 160
2661eae9
KS
1612004-08-29 Kim F. Storm <storm@cua.dk>
162
163 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
164
1b6d517f
JD
1652004-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
166
2661eae9 167 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
1b6d517f
JD
168 (now behaves as well as other ports).
169
dfab762f
JD
1702004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
171
2661eae9 172 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 173
44618f20 1742004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
175
176 * FOR-RELEASE: Moved here from the etc directory.
177
db281452
TTN
1782004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
179
180 * notes/BRANCH: New file, to be maintained per CVS branch.
181
feebeb72
MB
1822003-10-01 Miles Bader <miles@gnu.org>
183
184 * quick-install-emacs: Don't use "function" keyword when defining
185 shell functions.
186
44618f20
LK
1872003-09-29 Lute Kamstra <lute@gnu.org>
188
189 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
190
e04e1ce2
MB
1912003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
192
193 * quick-install-emacs: Remove fns-* pruning, since that file no
194 longer seems to be generated.
195 (AVOID): Quote literal periods. Quote braces in a way acceptable
196 to all parties (gawk gets bitchy about using `\').
197
6cce52e8
MB
1982003-08-19 Miles Bader <miles@gnu.org>
199
200 * quick-install-emacs: Add arch-specific ignored files to
201 quick-install-emacs. Use quoting for periods that's acceptable
202 to recent versions of gawk.
203
13582d53
MR
2042003-08-11 Markus Rost <rost@math.ohio-state.edu>
205
206 * cus-test.el: Remove obsolete workaround.
207
e53925a5
AI
2082003-04-22 Andrew Innes <andrewi@gnu.org>
209
210 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
211 emacs.exe before zipping, and including batch file to recreate
212 after unpacking.
213
214 * nt/stitch.bat: New file.
215
216 * nt/README-ftp-server: Update wording and version number etc.
217 Add extra instructions for installing multi-file .zip
218 distribution.
219
220 * nt/README.W32: Remove personal email address and update wording.
221
222 * nt/README-UNDUMP.W32: Remove personal email address and update
223 wording.
224
4dce79e5
FP
2252003-02-10 Francesco Potort\e,Al\e(B <pot@gnu.org>
226
227 * make-changelog-diff: New script, code stolen from make-announcement.
228
229 * make-announcement: Use make-changelog-diff.
230
163c6f1c
FP
2312003-01-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
232
233 * make-tarball.txt: Step-by-step instructions for making a tarball.
234
235 * make-announcement: A script for creating pretest annuncements.
236
33b97f32
FP
2372003-01-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
238
239 * admin.el (add-release-logs): Expand the directory name before
240 calling find(1).
241 (add-release-logs): Use the same methods as add-log.el for writing
242 the date and the user's name and address
243
7b997a97
MB
2442003-01-07 Miles Bader <miles@gnu.org>
245
246 * quick-install-emacs: Unset LANG etc. to avoid non-standard
247 command output from non-C locales.
248
6c465a15 2492002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 250
3bc08206 251 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 252 which can be run in batch mode. See the Commentary section.
bd08d86a 253
5ce129c2
MR
2542002-10-08 Markus Rost <rost@math.ohio-state.edu>
255
256 * cus-test.el: New file.
257
14dd2fe9
MB
2582002-05-27 Miles Bader <miles@gnu.org>
259
260 * quick-install-emacs (VERSION): Calculate using the same method
261 that configure.in uses.
262
64b9637c
PJ
2632002-04-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
264
265 * emacs-pretesters: New file with information for Emacs
266 pretesters.
267
b9a07996
PE
2682002-03-22 Paul Eggert <eggert@twinsun.com>
269
270 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
271 POSIX 1003.1-2001 disallows both usages.
272
38b81d74
AI
2732002-02-11 Andrew Innes <andrewi@gnu.org>
274
275 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
276
72a68345
AI
2772002-01-24 Andrew Innes <andrewi@gnu.org>
278
279 * nt/README.W32: Remove unnecessary version number and date
280 references.
281
282 * nt/README-UNDUMP.W32: Ditto.
283
ebbaf4e3
GM
2842001-12-06 Gerd Moellmann <gerd@gnu.org>
285
286 * make-emacs: Add --trace-move.
287
461a1459
AI
2882001-10-23 Andrew Innes <andrewi@gnu.org>
289
290 * nt/makedist.bat: Remove remaining obsolete reference to
291 GETTING.GNU.SOFTWARE.
292
26fe1f92
GM
2932001-10-22 Gerd Moellmann <gerd@gnu.org>
294
295 * admin.el (set-version): Use `s' interactive spec for
296 version number.
297
71431a0e
GM
2982001-10-20 Gerd Moellmann <gerd@gnu.org>
299
6aa97356 300 * (Version 21.1 released.)
71431a0e 301
e568708b
GM
3022001-10-20 Gerd Moellmann <gerd@gnu.org>
303
304 * admin.el (add-release-logs): Put the log entry in lispref, too.
305
c5915370
MB
3062001-10-20 Miles Bader <miles@gnu.org>
307
308 * quick-install-emacs: Exit if we can't find some variable.
309 (AVOID): Add .orig & .rej files.
310 (get_config_var): Be more liberal about format of config.status
311 sed commands.
312
5a4a5bd4
GM
3132001-10-19 Gerd Moellmann <gerd@gnu.org>
314
74499542
GM
315 * admin.el: New file.
316
5a4a5bd4
GM
317 * build-configs: Add --help option. Add support for building
318 in arbitrary source trees.
319
09954f3b
GM
3202001-10-17 Gerd Moellmann <gerd@gnu.org>
321
322 * alloc-colors.c: New file.
323
f2164e31
GM
3242001-10-13 Gerd Moellmann <gerd@gnu.org>
325
326 * make-emacs: Add --boot switch for bootstrapping. Logs to
327 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
328
ab952a4f
GM
3292001-10-05 Gerd Moellmann <gerd@gnu.org>
330
331 * Branch for 21.1.
6c465a15 332
f537c3cd
EZ
3332001-09-04 Andrew Innes <andrewi@gnu.org>
334
335 * admin/nt/makedist.bat: Remove reference to obsolete file
336 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
337 version of tar used.
338
339;; Local Variables:
e25c1ca6 340;; coding: iso-2022-7bit
f537c3cd 341;; End:
2a34a036
GM
342
343 Copyright (C) 2001 Free Software Foundation, Inc.
344 Copying and distribution of this file, with or without modification,
345 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
346
347;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a