* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
[bpt/emacs.git] / admin / ChangeLog
... / ...
CommitLineData
12009-08-22 Eli Zaretskii <eliz@gnu.org>
2
3 * notes/newfile: Details of how to check for problems with DOS 8+3
4 file-name restrictions.
5
62009-08-18 Glenn Morris <rgm@gnu.org>
7
8 * notes/newfile: New file.
9
102009-07-11 Eli Zaretskii <eliz@gnu.org>
11
12 * make-tarball.txt: Add a note about bumping the value of
13 customize-changed-options-previous-release.
14
152009-06-24 Kenichi Handa <handa@m17n.org>
16
17 * charsets/mapconv: For the UNICODE format files, do reverse sort
18 and don't compact the map. This is to prefer the first one in the
19 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
20
212009-06-12 Kenichi Handa <handa@m17n.org>
22
23 * charsets/Makefile (JISX213A.map): Make it depend on
24 mapfiles/JISX213A.map.gz.
25 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
26
27 * charsets/mapfiles/JISX213A.map.gz: New file.
28
29 * charsets/mapfiles/README: Describe JISX213A.map.gz.
30
312009-06-12 Kenichi Handa <handa@m17n.org>
32
33 * charsets/mapfiles/*: New files.
34
35 * charsets/mule-charsets.el: Mostly re-written to generate all
36 MULE-*.map files.
37
38 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
39 files.
40
41 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
42 EUC-JP-MS.
43
44 * charsets/cp51932.awk (END): Print arch-tag at the tail.
45
46 * charsets/Makefile: Maps depend on files under mapfiles or
47 ${GLIBC_CHARMAPS}.
48
492009-04-21 Kenichi Handa <handa@m17n.org>
50
51 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
52 change.
53
542009-04-17 Kenichi Handa <handa@m17n.org>
55
56 * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
57 Hangle decomposition rule to Unicode.
58
592009-04-09 Kenichi Handa <handa@m17n.org>
60
61 * unidata/unidata-gen.el (unidata-describe-decomposition): Return
62 a string with a composition property to disable combining
63 characters being composed.
64
652009-03-11 Miles Bader <Miles Bader <miles@gnu.org>>
66
67 * quick-install-emacs: Be more clever about locating info directory.
68
692009-02-24 Juanma Barranquero <lekktu@gmail.com>
70
71 * nt/README.W32: Fix typos.
72
732009-02-23 Jason Rumney <jasonr@gnu.org>
74
75 * nt/README-ftp-server: Update for 23.0.91
76
77 * nt/README.W32: Remove ever expanding versions of Windows.
78 Shorten FAQ URL. Remove mention of obsolete lock directory.
79 Windows distribution now bin and barebin only. Add note about
80 SVG support. Remove old tar and gzip problem workarounds.
81 Use new (22.x) -Q option. Report all bugs through bug tracker.
82
83 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
84 undumped distribution no longer exists.
85
862009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
87
88 * nt/README.W32: Fix typo. (Bug#2207)
89
902009-02-01 Chong Yidong <cyd@stupidchicken.com>
91
92 * admin.el (set-version): Remove deleted file ns-emacs.texi.
93
942008-12-02 Kenichi Handa <handa@m17n.org>
95
96 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
97 `decomposition' property adjusted.
98 (unidata-split-decomposition): Don't include surrounding "<" and
99 ">" in a symbol name.
100
1012008-12-01 Kenichi Handa <handa@m17n.org>
102
103 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
104 property generator to unidata-gen-table-numeric. Docstring adjusted.
105 (unidata-get-numeric, unidata-put-numeric)
106 (unidata-gen-table-numeric): New functions.
107 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
108
1092008-11-29 Eli Zaretskii <eliz@gnu.org>
110
111 * notes/documentation: Add notes about Antinews.
112
1132008-10-23 Glenn Morris <rgm@gnu.org>
114
115 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
116 Add/tweak some nextstep/ entries.
117
1182008-09-19 Kenichi Handa <handa@m17n.org>
119
120 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
121 positions.
122
1232008-08-23 Eli Zaretskii <eliz@gnu.org>
124
125 * CPP-DEFINES: Add USER_FULL_NAME.
126
1272008-08-16 Jason Rumney <jasonr@gnu.org>
128
129 * admin.el (set-version): Set version in nt/emacsclient.rc.
130
1312008-08-06 Juanma Barranquero <lekktu@gmail.com>
132
133 * nt/dump.bat: Fix mixed EOLs.
134
1352008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
136
137 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
138
1392008-08-02 Eli Zaretskii <eliz@gnu.org>
140
141 * CPP-DEFINES: Add defines for accessing system processes.
142
1432008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
144
145 * make-tarball.txt:
146 * admin.el:
147 * FOR-RELEASE:
148 * CPP-DEFINES: Remove mentions of Mac Carbon.
149
1502008-07-16 Glenn Morris <rgm@gnu.org>
151
152 * admin.el (set-version, set-copyright): Add nextstep/ files.
153
1542008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
155
156 * CPP-DEFINES: Add NS port related defines.
157
1582008-06-16 Glenn Morris <rgm@gnu.org>
159
160 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
161 doc/lispref/book-spine.texinfo.
162
1632008-06-15 Glenn Morris <rgm@gnu.org>
164
165 * admin.el (set-version): Add doc/misc/faq.texi.
166
1672008-05-22 Juanma Barranquero <lekktu@gmail.com>
168
169 * FOR-RELEASE: Remove Windows problem about the XPM image library
170 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
171
1722008-04-15 Juanma Barranquero <lekktu@gmail.com>
173
174 * unidata/UnicodeData.txt: Update to Unicode 5.1.
175
1762008-04-14 Juanma Barranquero <lekktu@gmail.com>
177
178 * unidata/unidata-gen.el (unidata-prop-alist):
179 Fix typo in description of `numeric-value'.
180 (unidata-put-character): Fix typo in error message.
181
1822008-02-21 Glenn Morris <rgm@gnu.org>
183
184 * notes/unicode, notes/font-backend: New files, split off from
185 README.unicode.
186
1872008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
188
189 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
190 being used in latin1-disp.el. Remove the problem of
191 cp-supported-codepages. Remove the problem of lost changelog for
192 ps-prin1.ps.
193
1942008-02-16 Eli Zaretskii <eliz@gnu.org>
195
196 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
197 non-portable in this context.
198
199 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
200 non-portable in this context.
201
2022008-02-09 Eli Zaretskii <eliz@gnu.org>
203
204 * unidata/makefile.w32-in (lisp): New variable.
205 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
206 lisp/emacs-lisp.
207
2082008-02-04 Jason Rumney <jasonr@gnu.org>
209
210 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
211
2122008-02-02 Juanma Barranquero <lekktu@gmail.com>
213
214 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
215
2162008-02-02 Eli Zaretskii <eliz@gnu.org>
217
218 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
219
220 * unidata/Makefile.in: Rename from Makefile.
221
222 * unidata/makefile.w32-in: New file.
223
2242008-02-02 Jason Rumney <jasonr@gnu.org>
225
226 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
227
2282008-02-01 Kenichi Handa <handa@m17n.org>
229
230 * unidata/copyright.html: New file.
231
2322008-02-01 Kenichi Handa <handa@m17n.org>
233
234 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
235 decomposition, if T is the same as TBase, don't include it in the
236 returned list.
237
2382008-02-01 Kenichi Handa <handa@m17n.org>
239
240 * unidata/unidata-gen.el (unidata-text-file): Delete it.
241 (unidata-list): Initialize to nil.
242 (unidata-setup-list): New function.
243 (unidata-gen-files): New optional arg unidata-text-file.
244 If it's nil, set unidata-text-file to the left command line arg.
245 Call unidate-setup-list at first.
246
247 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
248 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
249
2502008-02-01 Kenichi Handa <handa@m17n.org>
251
252 * unidata/unidata-gen.el: Fix comment typo.
253 Change string-to-int to string-to-number.
254 (unidata-text-file): Define to .../unidata.txt.
255 (unidata-list): Just insert unidata-text-file.
256 (unidata-get-decomposition): Handle Hangul decomposition.
257 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
258
259 * unidata/Makefile (unidata.txt): New target.
260 (charprop.el): Depends on unidata.txt.
261 (clean): Remove unidata.txt.
262
2632008-02-01 Kenichi Handa <handa@m17n.org>
264
265 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
266 (unidata-get-name): Handle U+110B.
267
2682008-02-01 Kenichi Handa <handa@m17n.org>
269
270 Sub-directory `unidata' is for codes to generate charprop.el and
271 many other uni-*.el files from `UnicodeData.txt'.
272
273 * Unidata/README: New file.
274
275 * unidata/Makefile: New file.
276
277 * unidata/unidata-gen.el: New file.
278
279 * unidata/UnicodeData.txt: New file. Copied from
280 http://www.unicode.org on 2006-05-23.
281
282 * unidata/.cvsignore: New file.
283
2842008-02-01 Kenichi Handa <handa@m17n.org>
285
286 * charsets/.cvsignore: New file.
287
288 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
289
290 * charsets/Makefile (all): Rename target from charsets.
291 Depend on ${TRANS_TABLE}.
292 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
293 Generate from cns2ucsdkw.txt.
294 (install): Copy updated files only.
295
2962008-02-02 Kenichi Handa <handa@m17n.org>
297
298 * charsets/cp932.awk: Append user-defined area of CP932.
299
3002008-02-02 Kenichi Handa <handa@m17n.org>
301
302 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
303 0x2299 to 0x29BF.
304
3052008-02-01 Kenichi Handa <handa@m17n.org>
306
307 * charsets/Makefile (TRANS_TABLE): New macro.
308 (JISX0208.map): Convert 0x2015 to 0x2014.
309 (cp51932.el): New target.
310 (eucjp-ms.el): New target.
311 (install): Include ${TRANS_TABLE}.
312 (CJK): Include JISX213A.map.
313 (JISX213A.map): New target.
314
315 * charsets/eucjp-ms.awk: New file.
316
317 * charsets/cp51932.awk: New file.
318
3192008-02-01 Kenichi Handa <handa@m17n.org>
320
321 * charsets/cp932.awk: New file.
322
323 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
324
325 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
326 running an awk program.
327
3282008-02-01 Kenichi Handa <handa@m17n.org>
329
330 * charsets/mapconv: Handle UNICODE2.
331
332 * charsets/Makefile (CJK): Include CP932-2BYTE.map
333 (CP932-2BYTE.map): New target.
334
3352008-02-01 Kenichi Handa <handa@m17n.org>
336
337 * charsets: New directory for scripts to generate charset map
338 files in ../etc/charsets/.
339
340 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
341 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
342 * charsets/kuten.awk: New files.
343
3442008-01-08 Glenn Morris <rgm@gnu.org>
345
346 * admin.el (set-version): Add doc/man/emacs.1.
347
3482008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
349
350 * notes/copyright:
351 * MAINTAINERS: Remove references to files that have been removed.
352
3532008-01-04 Glenn Morris <rgm@gnu.org>
354
355 * admin.el (set-copyright): Add lib-src/ebrowse.c.
356
3572007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * CPP-DEFINES: New file.
360
3612007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
362
363 * FOR-RELEASE: Remove "window-system in face definition" [of
364 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
365 on gnus-dired.el.
366
3672007-12-05 Glenn Morris <rgm@gnu.org>
368
369 * admin.el (set-version): Handle configure.in. Adapt for doc/
370 directory layout for manuals.
371
3722007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
373
374 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
375 been fixed in Gnus CVS but have not yet been synched to Emacs.
376
3772007-11-17 Glenn Morris <rgm@gnu.org>
378
379 * admin.el (process-lines): Move to ../lisp/subr.el.
380
3812007-10-23 Glenn Morris <rgm@gnu.org>
382
383 * MAINTAINERS: Move here from ../.
384
3852007-10-17 Juanma Barranquero <lekktu@gmail.com>
386
387 * make-emacs: Doc fix.
388
3892007-08-28 Glenn Morris <rgm@gnu.org>
390
391 * admin.el: Provide self.
392
3932007-08-10 Jan Djärv <jan.h.d@swipnet.se>
394
395 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
396
3972007-07-25 Glenn Morris <rgm@gnu.org>
398
399 * Relicense all FSF files to GPLv3 or later.
400
4012007-06-07 Glenn Morris <rgm@gnu.org>
402
403 * admin.el (set-copyright): New function.
404
4052007-04-25 Nick Roberts <nickrob@snap.net.nz>
406
407 * make-tarball.txt: Add note about cutting the branch.
408
4092007-06-02 Chong Yidong <cyd@stupidchicken.com>
410
411 * Version 22.1 released.
412
4132007-02-03 Eli Zaretskii <eliz@gnu.org>
414
415 * nt/makedist.bat: Change EOL format to DOS. Don't use
416 redirection characters in REM lines.
417
4182007-01-27 Jan Djärv <jan.h.d@swipnet.se>
419
420 * FOR-RELEASE: Removed Gtk/Xft issue.
421
4222007-01-01 Miles Bader <miles@gnu.org>
423
424 * quick-install-emacs (get_config_var): Deal with weird magic
425 string inserted by recent versions of autoconf.
426
4272006-11-25 Juanma Barranquero <lekktu@gmail.com>
428
429 * admin.el (set-version): Set version number in
430 lib-src/makefile.w32-in.
431
4322006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
433
434 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
435 due to a local miss-configuration.
436
4372006-10-28 Chong Yidong <cyd@stupidchicken.com>
438
439 * make-announcement (OLD): Remove LEIM references in announcement
440 since it is now built-in.
441
4422006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
443
444 * admin.el (set-version): Set version numbers in "mac" subdirectory.
445
4462006-10-03 Kenichi Handa <handa@m17n.org>
447
448 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
449
4502006-08-13 Chong Yidong <cyd@stupidchicken.com>
451
452 * FOR-RELEASE: Elisp manual checking completed.
453
4542006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
455
456 * FOR-RELEASE: Update refcard section.
457
4582006-07-14 Kim F. Storm <storm@cua.dk>
459
460 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
461
4622006-07-09 Kim F. Storm <storm@cua.dk>
463
464 * README: Use outline format. Add FOR-RELEASE.
465
4662006-06-27 Chong Yidong <cyd@stupidchicken.com>
467
468 * FOR-RELEASE: Checking of info.texi done.
469
4702006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
471
472 * FOR-RELEASE: Update refcard section.
473
4742006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
475
476 * FOR-RELEASE: Update refcard section.
477
4782006-05-25 Chong Yidong <cyd@stupidchicken.com>
479
480 * FOR-RELEASE: Key sequence elisp node done.
481
4822006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
483
484 * FOR-RELEASE: Update refcard translations. Add coding cookie.
485
4862006-05-21 Chong Yidong <cyd@mit.edu>
487
488 * FOR-RELEASE: point-entered /point-left bug fixed.
489
4902006-05-12 Eli Zaretskii <eliz@gnu.org>
491
492 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
493 entry.
494
4952006-05-06 Bill Wohler <wohler@newt.com>
496
497 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
498 about it.
499
5002006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
501
502 * ./* (Copyright): Updated Copyright year(s).
503
5042006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
505
506 * FOR-RELEASE (BUGS): Add URLs/MIDs.
507
5082006-02-20 Kim F. Storm <storm@cua.dk>
509
510 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
511 Rework how fringe bitmaps are defined and used.
512 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
513 one-level representation. It would be cleaner to split the
514 representation into a two-level model where first level maps
515 bitmap usage to a bitmap name, and second level maps bitmap name to
516 a bitmap appearence.
517
5182006-01-27 Chong Yidong <cyd@stupidchicken.com>
519
520 * FOR-RELEASE: String allocation bugs fixed.
521
5222005-12-13 Bill Wohler <wohler@newt.com>
523
524 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
525
5262005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
527
528 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
529 completing-read-multiple, mail-extract-address-components,
530 mail-mode, quail-define-package, save-buffer and
531 ucs-set-table-for-input from doc strings item (Done).
532
5332005-11-28 Chong Yidong <cyd@stupidchicken.com>
534
535 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
536
5372005-11-11 Kim F. Storm <storm@cua.dk>
538
539 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
540 when displaying a non-breaking space in an overlay string.
541
5422005-10-30 Chong Yidong <cyd@stupidchicken.com>
543
544 * FOR-RELEASE: Init file change implemented.
545
5462005-10-27 Chong Yidong <cyd@stupidchicken.com>
547
548 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
549
5502005-10-19 Chong Yidong <cyd@stupidchicken.com>
551
552 * FOR-RELEASE (New features): max-image-size implemented.
553 (Bugs): split-window done, by Kim F. Storm.
554
5552005-10-17 Bill Wohler <wohler@newt.com>
556
557 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
558 since it's gone. Also marked mh-e as done.
559
5602005-10-11 Juanma Barranquero <lekktu@gmail.com>
561
562 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
563 libraries on Windows (Done).
564
5652005-10-01 Jason Rumney <jasonr@gnu.org>
566
567 * admin.el (set-version): Set version numbers in nt/emacs.rc.
568
5692005-08-31 Romain Francoise <romain@orebokech.com>
570
571 * FOR-RELEASE (New features): Remove vhdl-mode.el update
572 item (Done).
573
5742005-08-27 Romain Francoise <romain@orebokech.com>
575
576 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
577
5782005-07-04 Lute Kamstra <lute@gnu.org>
579
580 Update FSF's address in GPL notices.
581
5822005-06-10 Lute Kamstra <lute@gnu.org>
583
584 * admin.el (set-version): Set version in lisp manual too.
585 * make-tarball.txt: Commit lispref/elisp.texi too.
586
5872005-06-04 Richard M. Stallman <rms@gnu.org>
588
589 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
590 Other cleanups.
591
5922005-04-19 Lute Kamstra <lute@gnu.org>
593
594 * make-tarball.txt: Don't commit lisp/loaddefs.el.
595
5962005-04-14 Lute Kamstra <lute@gnu.org>
597
598 * nt/makedist.bat (elfiles): Update.
599
600 * admin.el (add-release-logs): Fix require call.
601
6022005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
603
604 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
605 The first line of every tutorial must begin with a sentence saying
606 "Emacs Tutorial" in the respective language. This should be
607 followed by "See end for copying conditions", likewise in the
608 respective language.
609
6102005-03-29 Luc Teirlinck <teirllm@auburn.edu>
611
612 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
613 Add `undo-ask-before-discard' to it.
614
6152005-03-02 Miles Bader <miles@gnu.org>
616
617 * quick-install-emacs: Only use the mkdir --verbose option if the
618 script's --verbose option was specified (this avoids problems with
619 default usage on systems where mkdir doesn't support that option).
620
6212005-02-15 Jason Rumney <jasonr@gnu.org>
622
623 * nt/makedist.bat: Do not rely on non-standard behavior of
624 tar --exclude.
625
6262004-11-02 Jan Djärv <jan.h.d@swipnet.se>
627
628 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
629
6302004-09-20 Luc Teirlinck <teirllm@auburn.edu>
631
632 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
633 Elisp manuals.
634
6352004-09-18 Luc Teirlinck <teirllm@auburn.edu>
636
637 * FOR-RELEASE (Indications): Clean up and update checklists for
638 Emacs and Elisp manuals.
639
6402004-09-11 Kim F. Storm <storm@cua.dk>
641
642 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
643 (Documentation): Add NEWS entry.
644 Add section lists for proof-reading Emacs and Lisp manuals.
645
6462004-08-29 Kim F. Storm <storm@cua.dk>
647
648 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
649
6502004-08-28 Jan Djärv <jan.h.d@swipnet.se>
651
652 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
653 (now behaves as well as other ports).
654
6552004-06-28 Jan Djärv <jan.h.d@swipnet.se>
656
657 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
658
6592004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
660
661 * FOR-RELEASE: Moved here from the etc directory.
662
6632004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
664
665 * notes/BRANCH: New file, to be maintained per CVS branch.
666
6672003-10-01 Miles Bader <miles@gnu.org>
668
669 * quick-install-emacs: Don't use "function" keyword when defining
670 shell functions.
671
6722003-09-29 Lute Kamstra <lute@gnu.org>
673
674 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
675
6762003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
677
678 * quick-install-emacs: Remove fns-* pruning, since that file no
679 longer seems to be generated.
680 (AVOID): Quote literal periods. Quote braces in a way acceptable
681 to all parties (gawk gets bitchy about using `\').
682
6832003-08-19 Miles Bader <miles@gnu.org>
684
685 * quick-install-emacs: Add arch-specific ignored files to
686 quick-install-emacs. Use quoting for periods that's acceptable
687 to recent versions of gawk.
688
6892003-08-11 Markus Rost <rost@math.ohio-state.edu>
690
691 * cus-test.el: Remove obsolete workaround.
692
6932003-04-22 Andrew Innes <andrewi@gnu.org>
694
695 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
696 emacs.exe before zipping, and including batch file to recreate
697 after unpacking.
698
699 * nt/stitch.bat: New file.
700
701 * nt/README-ftp-server: Update wording and version number etc.
702 Add extra instructions for installing multi-file .zip
703 distribution.
704
705 * nt/README.W32: Remove personal email address and update wording.
706
707 * nt/README-UNDUMP.W32: Remove personal email address and update
708 wording.
709
7102003-02-10 Francesco Potortì <pot@gnu.org>
711
712 * make-changelog-diff: New script, code stolen from make-announcement.
713
714 * make-announcement: Use make-changelog-diff.
715
7162003-01-20 Francesco Potortì <pot@gnu.org>
717
718 * make-tarball.txt: Step-by-step instructions for making a tarball.
719
720 * make-announcement: A script for creating pretest announcements.
721
7222003-01-17 Francesco Potortì <pot@gnu.org>
723
724 * admin.el (add-release-logs): Expand the directory name before
725 calling find(1).
726 (add-release-logs): Use the same methods as add-log.el for writing
727 the date and the user's name and address.
728
7292003-01-07 Miles Bader <miles@gnu.org>
730
731 * quick-install-emacs: Unset LANG etc. to avoid non-standard
732 command output from non-C locales.
733
7342002-10-16 Markus Rost <rost@math.ohio-state.edu>
735
736 * cus-test.el: Extended and reorganized. There are now 4 tests
737 which can be run in batch mode. See the Commentary section.
738
7392002-10-08 Markus Rost <rost@math.ohio-state.edu>
740
741 * cus-test.el: New file.
742
7432002-05-27 Miles Bader <miles@gnu.org>
744
745 * quick-install-emacs (VERSION): Calculate using the same method
746 that configure.in uses.
747
7482002-04-26 Pavel Janík <Pavel@Janik.cz>
749
750 * emacs-pretesters: New file with information for Emacs
751 pretesters.
752
7532002-03-22 Paul Eggert <eggert@twinsun.com>
754
755 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
756 POSIX 1003.1-2001 disallows both usages.
757
7582002-02-11 Andrew Innes <andrewi@gnu.org>
759
760 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
761
7622002-01-24 Andrew Innes <andrewi@gnu.org>
763
764 * nt/README.W32: Remove unnecessary version number and date
765 references.
766
767 * nt/README-UNDUMP.W32: Ditto.
768
7692001-12-06 Gerd Moellmann <gerd@gnu.org>
770
771 * make-emacs: Add --trace-move.
772
7732001-10-23 Andrew Innes <andrewi@gnu.org>
774
775 * nt/makedist.bat: Remove remaining obsolete reference to
776 GETTING.GNU.SOFTWARE.
777
7782001-10-22 Gerd Moellmann <gerd@gnu.org>
779
780 * admin.el (set-version): Use `s' interactive spec for
781 version number.
782
7832001-10-20 Gerd Moellmann <gerd@gnu.org>
784
785 * (Version 21.1 released.)
786
7872001-10-20 Gerd Moellmann <gerd@gnu.org>
788
789 * admin.el (add-release-logs): Put the log entry in lispref, too.
790
7912001-10-20 Miles Bader <miles@gnu.org>
792
793 * quick-install-emacs: Exit if we can't find some variable.
794 (AVOID): Add .orig & .rej files.
795 (get_config_var): Be more liberal about format of config.status
796 sed commands.
797
7982001-10-19 Gerd Moellmann <gerd@gnu.org>
799
800 * admin.el: New file.
801
802 * build-configs: Add --help option. Add support for building
803 in arbitrary source trees.
804
8052001-10-17 Gerd Moellmann <gerd@gnu.org>
806
807 * alloc-colors.c: New file.
808
8092001-10-13 Gerd Moellmann <gerd@gnu.org>
810
811 * make-emacs: Add --boot switch for bootstrapping. Logs to
812 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
813
8142001-10-05 Gerd Moellmann <gerd@gnu.org>
815
816 * Branch for 21.1.
817
8182001-09-04 Andrew Innes <andrewi@gnu.org>
819
820 * admin/nt/makedist.bat: Remove reference to obsolete file
821 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
822 version of tar used.
823
824;; Local Variables:
825;; coding: utf-8
826;; add-log-time-zone-rule: t
827;; End:
828
829 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
830 2008, 2009 Free Software Foundation, Inc.
831
832 This file is part of GNU Emacs.
833
834 GNU Emacs is free software: you can redistribute it and/or modify
835 it under the terms of the GNU General Public License as published by
836 the Free Software Foundation, either version 3 of the License, or
837 (at your option) any later version.
838
839 GNU Emacs is distributed in the hope that it will be useful,
840 but WITHOUT ANY WARRANTY; without even the implied warranty of
841 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
842 GNU General Public License for more details.
843
844 You should have received a copy of the GNU General Public License
845 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
846
847;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a