Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
77ab81d0 12011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
2
3 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
4
1851cac3
GM
52011-01-14 Glenn Morris <rgm@gnu.org>
6
7 * bzrmerge.el: Require cl when compiling.
8 (bzrmerge-merges): Doc fix.
9
2b3f5bc8
PE
102011-01-07 Paul Eggert <eggert@cs.ucla.edu>
11
12 * notes/copyright: There's only one install-sh, not two, so fix a
13 typo claiming that there's two. Add move-if-change to the list of
14 GPL files imported from gnulib.
15
162011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
17
18 * notes/copyright: Report status more accurately for non-GPL files.
19 Report copyright status more accurately for mkinstalldirs,
20 configure, m4/getopt.m4, and msdos/sed*.inp.
21
7c420169 222011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
23
24 * nt/README.W32: Update the information about PNG support libraries.
25 (Bug#7716)
26
9ebea0e7
SM
272010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * bzrmerge.el: New file to help merge branches while skipping
30 some revisions (e.g. from emacs-23 to trunk).
31
201ef780
AS
322010-12-03 Andreas Schwab <schwab@linux-m68k.org>
33
34 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
35
16a0af11
GM
362010-10-12 Glenn Morris <rgm@gnu.org>
37
38 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
39
f4f358f1
GM
402010-10-09 Glenn Morris <rgm@gnu.org>
41
42 * admin.el (set-version): Add doc/emacs/emacsver.texi.
43
3fb78d1f
GM
442010-10-09 Glenn Morris <rgm@gnu.org>
45
f7a31f11
GM
46 * admin.el (set-version): No need to act on doc/ files any more.
47
3fb78d1f
GM
48 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
49
733946e7
JB
502010-09-05 Juanma Barranquero <lekktu@gmail.com>
51
52 * unidata/BidiMirroring.txt: Update from
53 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
54
55 * unidata/UnicodeData.txt: Update from
56 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
57
671d409f
AS
582010-08-09 Andreas Schwab <schwab@linux-m68k.org>
59
60 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
61
29cf3e20
EZ
622010-08-05 Eli Zaretskii <eliz@gnu.org>
63
64 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
65
e3aef5c6
CS
662010-07-24 Christoph Scholtes <cschol2112@gmail.com>
67
68 * admin.el: Write version number to nt/makefile.w32-in.
69 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
70 in the nt/ directory.
71 * nt/README.W32: Relocate to nt/ directory.
72
8966b757
AS
732010-07-11 Andreas Schwab <schwab@linux-m68k.org>
74
75 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
76
71c44c04
EZ
772010-07-08 Eli Zaretskii <eliz@gnu.org>
78
79 * MAINTAINERS: Update my responsibilities.
80
72af86bd
AS
812010-07-07 Andreas Schwab <schwab@linux-m68k.org>
82
83 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
84 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
85 Remove.
86
317fbf33
EZ
872010-06-12 Eli Zaretskii <eliz@gnu.org>
88
cbc4fd20
EZ
89 * unidata/bidimirror.awk: New file.
90
91 * unidata/BidiMirroring.txt: New file from
92 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
93
94 * unidata/Makefile.in: (../../src/bidimirror.h): New target.
95 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
96
97 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
98 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
99
317fbf33
EZ
100 * unidata/biditype.awk: New file.
101
102 * unidata/Makefile.in (../../src/biditype.h): New target.
103
104 * unidata/makefile.w32-in (../../src/biditype.h): New target.
105
bf3e70eb
JB
1062010-06-09 Juanma Barranquero <lekktu@gmail.com>
107
108 * unidata/UnicodeData.txt: Update from
109 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
110
81ac4f35
GM
1112010-05-27 Glenn Morris <rgm@gnu.org>
112
113 * quick-install-emacs (AVOID): No more Makefile.c files.
114
115 * notes/cpp: Remove file.
116
e45b9e19
KR
1172010-05-15 Ken Raeburn <raeburn@raeburn.org>
118
119 * admin.el (set-version, set-copyright): Update emacs.c instead of
120 version.el.
121
122 * make-tarball.txt: Update filename list in step 6.
123
124 * quick-install-emacs: Scan emacs.c instead of version.el for
125 version string.
126
61a808e8
CY
1272010-05-07 Chong Yidong <cyd@stupidchicken.com>
128
129 * Version 23.2 released.
130
796bb936
EZ
1312010-04-01 Eli Zaretskii <eliz@gnu.org>
132
52f4d8d5 133 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 134
288f9fc0
CY
1352010-03-10 Chong Yidong <cyd@stupidchicken.com>
136
137 * Branch for 23.2.
138
f758ab59
MB
1392010-03-10 Miles Bader <miles@gnu.org>
140
61c26472
MB
141 * quick-install-emacs: Use more portable shell syntax.
142
143 * quick-install-emacs: (AVOID): Be more picky about files we avoid
f758ab59
MB
144 installing.
145
296271c0
JB
1462010-02-14 Juanma Barranquero <lekktu@gmail.com>
147
148 * quick-install-emacs (PRUNED): Fix typo in message.
149
79c08ece
GM
1502010-01-20 Glenn Morris <rgm@gnu.org>
151
152 * revdiff: Remove file that only works with CVS, and isn't really
153 needed with Bazaar (given the in-built revision options of bzr diff).
154
893db5bc
GM
1552010-01-12 Glenn Morris <rgm@gnu.org>
156
157 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
158 than emacs-pretest-bug for bug reports for development versions.
159
149353a4
KH
1602009-11-06 Kenichi Handa <handa@m17n.org>
161
162 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
163 that the block data and the following per-char data fall into the
164 same char-table leaf.
165
171fda8a
JB
1662009-10-01 Juanma Barranquero <lekktu@gmail.com>
167
168 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
169
06d09461
JB
1702009-09-07 Juanma Barranquero <lekktu@gmail.com>
171
172 * unidata/.gitignore: New file.
173
cb335806
EZ
1742009-08-22 Eli Zaretskii <eliz@gnu.org>
175
8e22fa7e
EZ
176 * notes/bugtracker: How to reassign a bug to a list of packages.
177
cb335806
EZ
178 * notes/newfile: Details of how to check for problems with DOS 8+3
179 file-name restrictions.
180
1812009-08-18 Glenn Morris <rgm@gnu.org>
182
183 * notes/newfile: New file.
184
54aa48fe
EZ
1852009-07-11 Eli Zaretskii <eliz@gnu.org>
186
187 * make-tarball.txt: Add a note about bumping the value of
188 customize-changed-options-previous-release.
189
aa4a9384
KH
1902009-06-24 Kenichi Handa <handa@m17n.org>
191
192 * charsets/mapconv: For the UNICODE format files, do reverse sort
193 and don't compact the map. This is to prefer the first one in the
194 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
195
09856751
KH
1962009-06-12 Kenichi Handa <handa@m17n.org>
197
198 * charsets/Makefile (JISX213A.map): Make it depend on
199 mapfiles/JISX213A.map.gz.
200 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
201
202 * charsets/mapfiles/JISX213A.map.gz: New file.
203
204 * charsets/mapfiles/README: Describe JISX213A.map.gz.
205
09e47eb5
KH
2062009-06-12 Kenichi Handa <handa@m17n.org>
207
208 * charsets/mapfiles/*: New files.
209
210 * charsets/mule-charsets.el: Mostly re-written to generate all
211 MULE-*.map files.
212
213 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
214 files.
215
216 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
217 EUC-JP-MS.
218
219 * charsets/cp51932.awk (END): Print arch-tag at the tail.
220
221 * charsets/Makefile: Maps depend on files under mapfiles or
222 ${GLIBC_CHARMAPS}.
223
0b4ff5df
KH
2242009-04-21 Kenichi Handa <handa@m17n.org>
225
226 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
227 change.
228
88758986
KH
2292009-04-17 Kenichi Handa <handa@m17n.org>
230
231 * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
232 Hangle decomposition rule to Unicode.
233
0af3fedf
KH
2342009-04-09 Kenichi Handa <handa@m17n.org>
235
236 * unidata/unidata-gen.el (unidata-describe-decomposition): Return
237 a string with a composition property to disable combining
238 characters being composed.
239
e308dcd3 2402009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
241
242 * quick-install-emacs: Be more clever about locating info directory.
243
d9cce206
JB
2442009-02-24 Juanma Barranquero <lekktu@gmail.com>
245
246 * nt/README.W32: Fix typos.
247
3deb93c6
JR
2482009-02-23 Jason Rumney <jasonr@gnu.org>
249
250 * nt/README-ftp-server: Update for 23.0.91
251
d9cce206
JB
252 * nt/README.W32: Remove ever expanding versions of Windows.
253 Shorten FAQ URL. Remove mention of obsolete lock directory.
254 Windows distribution now bin and barebin only. Add note about
255 SVG support. Remove old tar and gzip problem workarounds.
256 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
257
258 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
259 undumped distribution no longer exists.
260
e73521d0 2612009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
262
263 * nt/README.W32: Fix typo. (Bug#2207)
264
1b1db3a9
CY
2652009-02-01 Chong Yidong <cyd@stupidchicken.com>
266
267 * admin.el (set-version): Remove deleted file ns-emacs.texi.
268
d90442ce
KH
2692008-12-02 Kenichi Handa <handa@m17n.org>
270
271 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
272 `decomposition' property adjusted.
273 (unidata-split-decomposition): Don't include surrounding "<" and
274 ">" in a symbol name.
275
2762008-12-01 Kenichi Handa <handa@m17n.org>
277
b97439ce
JB
278 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
279 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
280 (unidata-get-numeric, unidata-put-numeric)
281 (unidata-gen-table-numeric): New functions.
282 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
283
983ab7ba
EZ
2842008-11-29 Eli Zaretskii <eliz@gnu.org>
285
286 * notes/documentation: Add notes about Antinews.
287
91236f63
GM
2882008-10-23 Glenn Morris <rgm@gnu.org>
289
290 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
291 Add/tweak some nextstep/ entries.
292
c674e738
KH
2932008-09-19 Kenichi Handa <handa@m17n.org>
294
295 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
296 positions.
297
293a3986
EZ
2982008-08-23 Eli Zaretskii <eliz@gnu.org>
299
300 * CPP-DEFINES: Add USER_FULL_NAME.
301
b7063e7e
JR
3022008-08-16 Jason Rumney <jasonr@gnu.org>
303
d4835507 304 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 305
295b47d8
JB
3062008-08-06 Juanma Barranquero <lekktu@gmail.com>
307
308 * nt/dump.bat: Fix mixed EOLs.
309
14145fa3
AR
3102008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
311
0dcb2845 312 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 313
c3179b06
EZ
3142008-08-02 Eli Zaretskii <eliz@gnu.org>
315
316 * CPP-DEFINES: Add defines for accessing system processes.
317
9e2a2647
DN
3182008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
319
320 * make-tarball.txt:
321 * admin.el:
322 * FOR-RELEASE:
323 * CPP-DEFINES: Remove mentions of Mac Carbon.
324
d3841127
GM
3252008-07-16 Glenn Morris <rgm@gnu.org>
326
327 * admin.el (set-version, set-copyright): Add nextstep/ files.
328
ba60bd44 3292008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 330
0dcb2845 331 * CPP-DEFINES: Add NS port related defines.
edfda783 332
f2d8d275
GM
3332008-06-16 Glenn Morris <rgm@gnu.org>
334
5de85e83
GM
335 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
336 doc/lispref/book-spine.texinfo.
f2d8d275 337
611bee81
GM
3382008-06-15 Glenn Morris <rgm@gnu.org>
339
340 * admin.el (set-version): Add doc/misc/faq.texi.
341
d6710afe
JB
3422008-05-22 Juanma Barranquero <lekktu@gmail.com>
343
344 * FOR-RELEASE: Remove Windows problem about the XPM image library
345 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
346
2e10f11c
JB
3472008-04-15 Juanma Barranquero <lekktu@gmail.com>
348
349 * unidata/UnicodeData.txt: Update to Unicode 5.1.
350
dd7d19d7
JB
3512008-04-14 Juanma Barranquero <lekktu@gmail.com>
352
353 * unidata/unidata-gen.el (unidata-prop-alist):
354 Fix typo in description of `numeric-value'.
355 (unidata-put-character): Fix typo in error message.
356
2cbff44e
GM
3572008-02-21 Glenn Morris <rgm@gnu.org>
358
359 * notes/unicode, notes/font-backend: New files, split off from
360 README.unicode.
361
43bad2da
KH
3622008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
363
364 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 365 being used in latin1-disp.el. Remove the problem of
98723304
KH
366 cp-supported-codepages. Remove the problem of lost changelog for
367 ps-prin1.ps.
43bad2da 368
8a7619ba
EZ
3692008-02-16 Eli Zaretskii <eliz@gnu.org>
370
371 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
372 non-portable in this context.
373
374 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
375 non-portable in this context.
376
f96b6330
EZ
3772008-02-09 Eli Zaretskii <eliz@gnu.org>
378
379 * unidata/makefile.w32-in (lisp): New variable.
380 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
381 lisp/emacs-lisp.
382
56eb72a0
JR
3832008-02-04 Jason Rumney <jasonr@gnu.org>
384
385 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
386
a8fd9158
JB
3872008-02-02 Juanma Barranquero <lekktu@gmail.com>
388
389 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
390
c7e85fc7
EZ
3912008-02-02 Eli Zaretskii <eliz@gnu.org>
392
9aa0b3c8
EZ
393 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
394
bcc891c2 395 * unidata/Makefile.in: Rename from Makefile.
5889232d 396
c7e85fc7
EZ
397 * unidata/makefile.w32-in: New file.
398
db516472
JR
3992008-02-02 Jason Rumney <jasonr@gnu.org>
400
401 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
402
609789d7 4032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 404
aca7a3d2
MB
405 * unidata/copyright.html: New file.
406
609789d7 4072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
408
409 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
410 decomposition, if T is the same as TBase, don't include it in the
411 returned list.
412
609789d7 4132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
414
415 * unidata/unidata-gen.el (unidata-text-file): Delete it.
416 (unidata-list): Initialize to nil.
417 (unidata-setup-list): New function.
bcc891c2
GM
418 (unidata-gen-files): New optional arg unidata-text-file.
419 If it's nil, set unidata-text-file to the left command line arg.
420 Call unidate-setup-list at first.
aca7a3d2 421
bcc891c2 422 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
423 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
424
609789d7 4252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 426
bcc891c2
GM
427 * unidata/unidata-gen.el: Fix comment typo.
428 Change string-to-int to string-to-number.
429 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
430 (unidata-list): Just insert unidata-text-file.
431 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 432 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 433
bcc891c2 434 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
435 (charprop.el): Depends on unidata.txt.
436 (clean): Remove unidata.txt.
437
609789d7 4382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
439
440 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
441 (unidata-get-name): Handle U+110B.
442
609789d7 4432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
444
445 Sub-directory `unidata' is for codes to generate charprop.el and
446 many other uni-*.el files from `UnicodeData.txt'.
447
448 * Unidata/README: New file.
449
450 * unidata/Makefile: New file.
451
452 * unidata/unidata-gen.el: New file.
453
454 * unidata/UnicodeData.txt: New file. Copied from
609789d7 455 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
456
457 * unidata/.cvsignore: New file.
458
609789d7 4592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
460
461 * charsets/.cvsignore: New file.
462
463 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
464
bcc891c2
GM
465 * charsets/Makefile (all): Rename target from charsets.
466 Depend on ${TRANS_TABLE}.
467 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
468 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
469 (install): Copy updated files only.
470
4712008-02-02 Kenichi Handa <handa@m17n.org>
472
bcc891c2 473 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
474
4752008-02-02 Kenichi Handa <handa@m17n.org>
476
477 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
478 0x2299 to 0x29BF.
479
609789d7 4802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
481
482 * charsets/Makefile (TRANS_TABLE): New macro.
483 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 484 (cp51932.el): New target.
aca7a3d2
MB
485 (eucjp-ms.el): New target.
486 (install): Include ${TRANS_TABLE}.
487 (CJK): Include JISX213A.map.
488 (JISX213A.map): New target.
489
490 * charsets/eucjp-ms.awk: New file.
491
492 * charsets/cp51932.awk: New file.
493
609789d7 4942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
495
496 * charsets/cp932.awk: New file.
497
bcc891c2 498 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
499
500 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
501 running an awk program.
502
609789d7 5032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
504
505 * charsets/mapconv: Handle UNICODE2.
506
c4cc8b9a 507 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
508 (CP932-2BYTE.map): New target.
509
609789d7 5102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
511
512 * charsets: New directory for scripts to generate charset map
513 files in ../etc/charsets/.
514
bcc891c2 515 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 516 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 517 * charsets/kuten.awk: New files.
aca7a3d2 518
adf94aa6
GM
5192008-01-08 Glenn Morris <rgm@gnu.org>
520
521 * admin.el (set-version): Add doc/man/emacs.1.
522
f3041af1
DN
5232008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
524
525 * notes/copyright:
526 * MAINTAINERS: Remove references to files that have been removed.
527
a70c9a7a
GM
5282008-01-04 Glenn Morris <rgm@gnu.org>
529
530 * admin.el (set-copyright): Add lib-src/ebrowse.c.
531
aa5fea59
SM
5322007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * CPP-DEFINES: New file.
535
f8747b72
RS
5362007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
537
538 * FOR-RELEASE: Remove "window-system in face definition" [of
539 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
540 on gnus-dired.el.
541
24bbe01e
GM
5422007-12-05 Glenn Morris <rgm@gnu.org>
543
544 * admin.el (set-version): Handle configure.in. Adapt for doc/
545 directory layout for manuals.
546
0073bc5d
RS
5472007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
548
630cb3b7
JB
549 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
550 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 551
1453abd0
GM
5522007-11-17 Glenn Morris <rgm@gnu.org>
553
554 * admin.el (process-lines): Move to ../lisp/subr.el.
555
ca076674
GM
5562007-10-23 Glenn Morris <rgm@gnu.org>
557
558 * MAINTAINERS: Move here from ../.
559
943756ea
JB
5602007-10-17 Juanma Barranquero <lekktu@gmail.com>
561
562 * make-emacs: Doc fix.
563
bab9fcb4
GM
5642007-08-28 Glenn Morris <rgm@gnu.org>
565
566 * admin.el: Provide self.
567
880820fe 5682007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 569
d58ee9f1 570 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 571
cacc7b51
GM
5722007-07-25 Glenn Morris <rgm@gnu.org>
573
574 * Relicense all FSF files to GPLv3 or later.
575
bfcea090
GM
5762007-06-07 Glenn Morris <rgm@gnu.org>
577
578 * admin.el (set-copyright): New function.
579
017f0417
NR
5802007-04-25 Nick Roberts <nickrob@snap.net.nz>
581
582 * make-tarball.txt: Add note about cutting the branch.
583
537a062f
CY
5842007-06-02 Chong Yidong <cyd@stupidchicken.com>
585
586 * Version 22.1 released.
587
77083ca3
EZ
5882007-02-03 Eli Zaretskii <eliz@gnu.org>
589
590 * nt/makedist.bat: Change EOL format to DOS. Don't use
591 redirection characters in REM lines.
592
880820fe 5932007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
594
595 * FOR-RELEASE: Removed Gtk/Xft issue.
596
1fc8c92b
MB
5972007-01-01 Miles Bader <miles@gnu.org>
598
599 * quick-install-emacs (get_config_var): Deal with weird magic
600 string inserted by recent versions of autoconf.
601
7dce1990
JB
6022006-11-25 Juanma Barranquero <lekktu@gmail.com>
603
604 * admin.el (set-version): Set version number in
605 lib-src/makefile.w32-in.
606
dc3d1157
RS
6072006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
608
609 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
610 due to a local miss-configuration.
611
08c85160
CY
6122006-10-28 Chong Yidong <cyd@stupidchicken.com>
613
614 * make-announcement (OLD): Remove LEIM references in announcement
615 since it is now built-in.
616
d0834a5c
YM
6172006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
618
619 * admin.el (set-version): Set version numbers in "mac" subdirectory.
620
151fe029
KH
6212006-10-03 Kenichi Handa <handa@m17n.org>
622
623 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
624
e71cb549
CY
6252006-08-13 Chong Yidong <cyd@stupidchicken.com>
626
627 * FOR-RELEASE: Elisp manual checking completed.
628
6232e72d
RS
6292006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
630
631 * FOR-RELEASE: Update refcard section.
632
8a8476f9
KS
6332006-07-14 Kim F. Storm <storm@cua.dk>
634
635 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
636
1eca02e7
KS
6372006-07-09 Kim F. Storm <storm@cua.dk>
638
639 * README: Use outline format. Add FOR-RELEASE.
640
7fa61471
CY
6412006-06-27 Chong Yidong <cyd@stupidchicken.com>
642
643 * FOR-RELEASE: Checking of info.texi done.
644
8361675a
RS
6452006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
646
647 * FOR-RELEASE: Update refcard section.
648
3f168e29
RS
6492006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
650
651 * FOR-RELEASE: Update refcard section.
652
f195dc16
CY
6532006-05-25 Chong Yidong <cyd@stupidchicken.com>
654
655 * FOR-RELEASE: Key sequence elisp node done.
656
49561a36
RS
6572006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
658
659 * FOR-RELEASE: Update refcard translations. Add coding cookie.
660
6fedb9f9
CY
6612006-05-21 Chong Yidong <cyd@mit.edu>
662
663 * FOR-RELEASE: point-entered /point-left bug fixed.
664
61515a63
EZ
6652006-05-12 Eli Zaretskii <eliz@gnu.org>
666
667 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
668 entry.
669
4297ece2
BW
6702006-05-06 Bill Wohler <wohler@newt.com>
671
672 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
673 about it.
674
4bbe413d 6752006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 676
4bbe413d 677 * ./* (Copyright): Updated Copyright year(s).
49561a36 678
6b82baf6
RS
6792006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
680
681 * FOR-RELEASE (BUGS): Add URLs/MIDs.
682
49af2995
KS
6832006-02-20 Kim F. Storm <storm@cua.dk>
684
685 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
686 Rework how fringe bitmaps are defined and used.
687 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
688 one-level representation. It would be cleaner to split the
689 representation into a two-level model where first level maps
690 bitmap usage to a bitmap name, and second level maps bitmap name to
691 a bitmap appearence.
692
d5e87a2f
CY
6932006-01-27 Chong Yidong <cyd@stupidchicken.com>
694
8a8476f9 695 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 696
9c43c921
BW
6972005-12-13 Bill Wohler <wohler@newt.com>
698
699 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
700
6ed81b24
RS
7012005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
702
c95dddbe
RS
703 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
704 completing-read-multiple, mail-extract-address-components,
705 mail-mode, quail-define-package, save-buffer and
706 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 707
2950d850
CY
7082005-11-28 Chong Yidong <cyd@stupidchicken.com>
709
710 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
711
ab4d879e
KS
7122005-11-11 Kim F. Storm <storm@cua.dk>
713
714 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
715 when displaying a non-breaking space in an overlay string.
716
932dc33b
CY
7172005-10-30 Chong Yidong <cyd@stupidchicken.com>
718
719 * FOR-RELEASE: Init file change implemented.
720
c809f7cc
CY
7212005-10-27 Chong Yidong <cyd@stupidchicken.com>
722
723 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
724
4754e179 7252005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
726
727 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 728 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 729
ffda926c
BW
7302005-10-17 Bill Wohler <wohler@newt.com>
731
732 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
943756ea 733 since it's gone. Also marked mh-e as done.
ffda926c 734
2d4713aa
JB
7352005-10-11 Juanma Barranquero <lekktu@gmail.com>
736
737 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
738 libraries on Windows (Done).
739
95f76284
JR
7402005-10-01 Jason Rumney <jasonr@gnu.org>
741
742 * admin.el (set-version): Set version numbers in nt/emacs.rc.
743
52f277bf
RF
7442005-08-31 Romain Francoise <romain@orebokech.com>
745
630cb3b7 746 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
747 item (Done).
748
c0eb0519
RF
7492005-08-27 Romain Francoise <romain@orebokech.com>
750
751 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
752
385ee3de 7532005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
754
755 Update FSF's address in GPL notices.
756
257914aa
LK
7572005-06-10 Lute Kamstra <lute@gnu.org>
758
759 * admin.el (set-version): Set version in lisp manual too.
760 * make-tarball.txt: Commit lispref/elisp.texi too.
761
a4e51a7a
RS
7622005-06-04 Richard M. Stallman <rms@gnu.org>
763
764 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
765 Other cleanups.
766
834671a6
LK
7672005-04-19 Lute Kamstra <lute@gnu.org>
768
769 * make-tarball.txt: Don't commit lisp/loaddefs.el.
770
54381691
LK
7712005-04-14 Lute Kamstra <lute@gnu.org>
772
118e2c39
LK
773 * nt/makedist.bat (elfiles): Update.
774
54381691
LK
775 * admin.el (add-release-logs): Fix require call.
776
0b048d52
MT
7772005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
778
943756ea
JB
779 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
780 The first line of every tutorial must begin with a sentence saying
781 "Emacs Tutorial" in the respective language. This should be
782 followed by "See end for copying conditions", likewise in the
783 respective language.
0b048d52 784
18cd5892
LT
7852005-03-29 Luc Teirlinck <teirllm@auburn.edu>
786
787 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
788 Add `undo-ask-before-discard' to it.
789
9a1c5fbf
MB
7902005-03-02 Miles Bader <miles@gnu.org>
791
792 * quick-install-emacs: Only use the mkdir --verbose option if the
793 script's --verbose option was specified (this avoids problems with
794 default usage on systems where mkdir doesn't support that option).
795
e25c1ca6
JR
7962005-02-15 Jason Rumney <jasonr@gnu.org>
797
fffa137c 798 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
799 tar --exclude.
800
880820fe 8012004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
802
803 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
804
6622d928
LT
8052004-09-20 Luc Teirlinck <teirllm@auburn.edu>
806
807 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
808 Elisp manuals.
809
d574552a
LT
8102004-09-18 Luc Teirlinck <teirllm@auburn.edu>
811
812 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 813 Emacs and Elisp manuals.
d574552a 814
0a5e5be0
KS
8152004-09-11 Kim F. Storm <storm@cua.dk>
816
817 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
818 (Documentation): Add NEWS entry.
819 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 820
2661eae9
KS
8212004-08-29 Kim F. Storm <storm@cua.dk>
822
823 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
824
880820fe 8252004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 826
c4cc8b9a 827 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
828 (now behaves as well as other ports).
829
880820fe 8302004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 831
2661eae9 832 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 833
44618f20 8342004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
835
836 * FOR-RELEASE: Moved here from the etc directory.
837
db281452
TTN
8382004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
839
840 * notes/BRANCH: New file, to be maintained per CVS branch.
841
feebeb72
MB
8422003-10-01 Miles Bader <miles@gnu.org>
843
844 * quick-install-emacs: Don't use "function" keyword when defining
845 shell functions.
846
44618f20
LK
8472003-09-29 Lute Kamstra <lute@gnu.org>
848
849 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
850
e04e1ce2
MB
8512003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
852
853 * quick-install-emacs: Remove fns-* pruning, since that file no
854 longer seems to be generated.
855 (AVOID): Quote literal periods. Quote braces in a way acceptable
856 to all parties (gawk gets bitchy about using `\').
857
6cce52e8
MB
8582003-08-19 Miles Bader <miles@gnu.org>
859
860 * quick-install-emacs: Add arch-specific ignored files to
861 quick-install-emacs. Use quoting for periods that's acceptable
862 to recent versions of gawk.
863
13582d53
MR
8642003-08-11 Markus Rost <rost@math.ohio-state.edu>
865
866 * cus-test.el: Remove obsolete workaround.
867
e53925a5
AI
8682003-04-22 Andrew Innes <andrewi@gnu.org>
869
870 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
871 emacs.exe before zipping, and including batch file to recreate
872 after unpacking.
873
874 * nt/stitch.bat: New file.
875
876 * nt/README-ftp-server: Update wording and version number etc.
877 Add extra instructions for installing multi-file .zip
878 distribution.
879
880 * nt/README.W32: Remove personal email address and update wording.
881
882 * nt/README-UNDUMP.W32: Remove personal email address and update
883 wording.
884
880820fe 8852003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
886
887 * make-changelog-diff: New script, code stolen from make-announcement.
888
889 * make-announcement: Use make-changelog-diff.
890
880820fe 8912003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
892
893 * make-tarball.txt: Step-by-step instructions for making a tarball.
894
10d1d0af 895 * make-announcement: A script for creating pretest announcements.
163c6f1c 896
880820fe 8972003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
898
899 * admin.el (add-release-logs): Expand the directory name before
900 calling find(1).
901 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 902 the date and the user's name and address.
33b97f32 903
7b997a97
MB
9042003-01-07 Miles Bader <miles@gnu.org>
905
906 * quick-install-emacs: Unset LANG etc. to avoid non-standard
907 command output from non-C locales.
908
6c465a15 9092002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 910
3bc08206 911 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 912 which can be run in batch mode. See the Commentary section.
bd08d86a 913
5ce129c2
MR
9142002-10-08 Markus Rost <rost@math.ohio-state.edu>
915
916 * cus-test.el: New file.
917
14dd2fe9
MB
9182002-05-27 Miles Bader <miles@gnu.org>
919
920 * quick-install-emacs (VERSION): Calculate using the same method
921 that configure.in uses.
922
880820fe 9232002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
924
925 * emacs-pretesters: New file with information for Emacs
926 pretesters.
927
b9a07996
PE
9282002-03-22 Paul Eggert <eggert@twinsun.com>
929
930 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
931 POSIX 1003.1-2001 disallows both usages.
932
38b81d74
AI
9332002-02-11 Andrew Innes <andrewi@gnu.org>
934
935 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
936
72a68345
AI
9372002-01-24 Andrew Innes <andrewi@gnu.org>
938
939 * nt/README.W32: Remove unnecessary version number and date
940 references.
941
942 * nt/README-UNDUMP.W32: Ditto.
943
ebbaf4e3
GM
9442001-12-06 Gerd Moellmann <gerd@gnu.org>
945
946 * make-emacs: Add --trace-move.
947
461a1459
AI
9482001-10-23 Andrew Innes <andrewi@gnu.org>
949
950 * nt/makedist.bat: Remove remaining obsolete reference to
951 GETTING.GNU.SOFTWARE.
952
26fe1f92
GM
9532001-10-22 Gerd Moellmann <gerd@gnu.org>
954
955 * admin.el (set-version): Use `s' interactive spec for
956 version number.
957
71431a0e
GM
9582001-10-20 Gerd Moellmann <gerd@gnu.org>
959
6aa97356 960 * (Version 21.1 released.)
71431a0e 961
e568708b
GM
9622001-10-20 Gerd Moellmann <gerd@gnu.org>
963
964 * admin.el (add-release-logs): Put the log entry in lispref, too.
965
c5915370
MB
9662001-10-20 Miles Bader <miles@gnu.org>
967
968 * quick-install-emacs: Exit if we can't find some variable.
969 (AVOID): Add .orig & .rej files.
970 (get_config_var): Be more liberal about format of config.status
971 sed commands.
972
5a4a5bd4
GM
9732001-10-19 Gerd Moellmann <gerd@gnu.org>
974
74499542
GM
975 * admin.el: New file.
976
5a4a5bd4
GM
977 * build-configs: Add --help option. Add support for building
978 in arbitrary source trees.
979
09954f3b
GM
9802001-10-17 Gerd Moellmann <gerd@gnu.org>
981
982 * alloc-colors.c: New file.
983
f2164e31
GM
9842001-10-13 Gerd Moellmann <gerd@gnu.org>
985
986 * make-emacs: Add --boot switch for bootstrapping. Logs to
987 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
988
ab952a4f
GM
9892001-10-05 Gerd Moellmann <gerd@gnu.org>
990
991 * Branch for 21.1.
6c465a15 992
f537c3cd
EZ
9932001-09-04 Andrew Innes <andrewi@gnu.org>
994
995 * admin/nt/makedist.bat: Remove reference to obsolete file
996 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
997 version of tar used.
998
999;; Local Variables:
880820fe 1000;; coding: utf-8
f537c3cd 1001;; End:
2a34a036 1002
287d4c2c
GM
1003 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
1004 2010, 2011 Free Software Foundation, Inc.
5b87ad55
GM
1005
1006 This file is part of GNU Emacs.
1007
9ad5de0c 1008 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1009 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1010 the Free Software Foundation, either version 3 of the License, or
1011 (at your option) any later version.
5b87ad55
GM
1012
1013 GNU Emacs is distributed in the hope that it will be useful,
1014 but WITHOUT ANY WARRANTY; without even the implied warranty of
1015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1016 GNU General Public License for more details.
1017
1018 You should have received a copy of the GNU General Public License
9ad5de0c 1019 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.