Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
[bpt/emacs.git] / admin / ChangeLog
1 2011-01-14 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
4
5 2011-01-14 Glenn Morris <rgm@gnu.org>
6
7 * bzrmerge.el: Require cl when compiling.
8 (bzrmerge-merges): Doc fix.
9
10 2011-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
16 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
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
22 2011-01-02 Eli Zaretskii <eliz@gnu.org>
23
24 * nt/README.W32: Update the information about PNG support libraries.
25 (Bug#7716)
26
27 2010-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
32 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
33
34 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
35
36 2010-10-12 Glenn Morris <rgm@gnu.org>
37
38 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
39
40 2010-10-09 Glenn Morris <rgm@gnu.org>
41
42 * admin.el (set-version): Add doc/emacs/emacsver.texi.
43
44 2010-10-09 Glenn Morris <rgm@gnu.org>
45
46 * admin.el (set-version): No need to act on doc/ files any more.
47
48 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
49
50 2010-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
58 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
59
60 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
61
62 2010-08-05 Eli Zaretskii <eliz@gnu.org>
63
64 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
65
66 2010-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
73 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
74
75 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
76
77 2010-07-08 Eli Zaretskii <eliz@gnu.org>
78
79 * MAINTAINERS: Update my responsibilities.
80
81 2010-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
87 2010-06-12 Eli Zaretskii <eliz@gnu.org>
88
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
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
106 2010-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
111 2010-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
117 2010-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
127 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
128
129 * Version 23.2 released.
130
131 2010-04-01 Eli Zaretskii <eliz@gnu.org>
132
133 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
134
135 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
136
137 * Branch for 23.2.
138
139 2010-03-10 Miles Bader <miles@gnu.org>
140
141 * quick-install-emacs: Use more portable shell syntax.
142
143 * quick-install-emacs: (AVOID): Be more picky about files we avoid
144 installing.
145
146 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
147
148 * quick-install-emacs (PRUNED): Fix typo in message.
149
150 2010-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
155 2010-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
160 2009-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
166 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
167
168 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
169
170 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
171
172 * unidata/.gitignore: New file.
173
174 2009-08-22 Eli Zaretskii <eliz@gnu.org>
175
176 * notes/bugtracker: How to reassign a bug to a list of packages.
177
178 * notes/newfile: Details of how to check for problems with DOS 8+3
179 file-name restrictions.
180
181 2009-08-18 Glenn Morris <rgm@gnu.org>
182
183 * notes/newfile: New file.
184
185 2009-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
190 2009-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
196 2009-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
206 2009-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
224 2009-04-21 Kenichi Handa <handa@m17n.org>
225
226 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
227 change.
228
229 2009-04-17 Kenichi Handa <handa@m17n.org>
230
231 * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
232 Hangle decomposition rule to Unicode.
233
234 2009-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
240 2009-03-11 Miles Bader <miles@gnu.org>
241
242 * quick-install-emacs: Be more clever about locating info directory.
243
244 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
245
246 * nt/README.W32: Fix typos.
247
248 2009-02-23 Jason Rumney <jasonr@gnu.org>
249
250 * nt/README-ftp-server: Update for 23.0.91
251
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.
257
258 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
259 undumped distribution no longer exists.
260
261 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
262
263 * nt/README.W32: Fix typo. (Bug#2207)
264
265 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
266
267 * admin.el (set-version): Remove deleted file ns-emacs.texi.
268
269 2008-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
276 2008-12-01 Kenichi Handa <handa@m17n.org>
277
278 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
279 property generator to unidata-gen-table-numeric. Docstring adjusted.
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
284 2008-11-29 Eli Zaretskii <eliz@gnu.org>
285
286 * notes/documentation: Add notes about Antinews.
287
288 2008-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
293 2008-09-19 Kenichi Handa <handa@m17n.org>
294
295 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
296 positions.
297
298 2008-08-23 Eli Zaretskii <eliz@gnu.org>
299
300 * CPP-DEFINES: Add USER_FULL_NAME.
301
302 2008-08-16 Jason Rumney <jasonr@gnu.org>
303
304 * admin.el (set-version): Set version in nt/emacsclient.rc.
305
306 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
307
308 * nt/dump.bat: Fix mixed EOLs.
309
310 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
311
312 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
313
314 2008-08-02 Eli Zaretskii <eliz@gnu.org>
315
316 * CPP-DEFINES: Add defines for accessing system processes.
317
318 2008-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
325 2008-07-16 Glenn Morris <rgm@gnu.org>
326
327 * admin.el (set-version, set-copyright): Add nextstep/ files.
328
329 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
330
331 * CPP-DEFINES: Add NS port related defines.
332
333 2008-06-16 Glenn Morris <rgm@gnu.org>
334
335 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
336 doc/lispref/book-spine.texinfo.
337
338 2008-06-15 Glenn Morris <rgm@gnu.org>
339
340 * admin.el (set-version): Add doc/misc/faq.texi.
341
342 2008-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
347 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
348
349 * unidata/UnicodeData.txt: Update to Unicode 5.1.
350
351 2008-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
357 2008-02-21 Glenn Morris <rgm@gnu.org>
358
359 * notes/unicode, notes/font-backend: New files, split off from
360 README.unicode.
361
362 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
363
364 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
365 being used in latin1-disp.el. Remove the problem of
366 cp-supported-codepages. Remove the problem of lost changelog for
367 ps-prin1.ps.
368
369 2008-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
377 2008-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
383 2008-02-04 Jason Rumney <jasonr@gnu.org>
384
385 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
386
387 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
388
389 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
390
391 2008-02-02 Eli Zaretskii <eliz@gnu.org>
392
393 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
394
395 * unidata/Makefile.in: Rename from Makefile.
396
397 * unidata/makefile.w32-in: New file.
398
399 2008-02-02 Jason Rumney <jasonr@gnu.org>
400
401 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
402
403 2008-02-01 Kenichi Handa <handa@m17n.org>
404
405 * unidata/copyright.html: New file.
406
407 2008-02-01 Kenichi Handa <handa@m17n.org>
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
413 2008-02-01 Kenichi Handa <handa@m17n.org>
414
415 * unidata/unidata-gen.el (unidata-text-file): Delete it.
416 (unidata-list): Initialize to nil.
417 (unidata-setup-list): New function.
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.
421
422 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
423 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
424
425 2008-02-01 Kenichi Handa <handa@m17n.org>
426
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.
430 (unidata-list): Just insert unidata-text-file.
431 (unidata-get-decomposition): Handle Hangul decomposition.
432 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
433
434 * unidata/Makefile (unidata.txt): New target.
435 (charprop.el): Depends on unidata.txt.
436 (clean): Remove unidata.txt.
437
438 2008-02-01 Kenichi Handa <handa@m17n.org>
439
440 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
441 (unidata-get-name): Handle U+110B.
442
443 2008-02-01 Kenichi Handa <handa@m17n.org>
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
455 http://www.unicode.org on 2006-05-23.
456
457 * unidata/.cvsignore: New file.
458
459 2008-02-01 Kenichi Handa <handa@m17n.org>
460
461 * charsets/.cvsignore: New file.
462
463 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
464
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.
469 (install): Copy updated files only.
470
471 2008-02-02 Kenichi Handa <handa@m17n.org>
472
473 * charsets/cp932.awk: Append user-defined area of CP932.
474
475 2008-02-02 Kenichi Handa <handa@m17n.org>
476
477 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
478 0x2299 to 0x29BF.
479
480 2008-02-01 Kenichi Handa <handa@m17n.org>
481
482 * charsets/Makefile (TRANS_TABLE): New macro.
483 (JISX0208.map): Convert 0x2015 to 0x2014.
484 (cp51932.el): New target.
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
494 2008-02-01 Kenichi Handa <handa@m17n.org>
495
496 * charsets/cp932.awk: New file.
497
498 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
499
500 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
501 running an awk program.
502
503 2008-02-01 Kenichi Handa <handa@m17n.org>
504
505 * charsets/mapconv: Handle UNICODE2.
506
507 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
508 (CP932-2BYTE.map): New target.
509
510 2008-02-01 Kenichi Handa <handa@m17n.org>
511
512 * charsets: New directory for scripts to generate charset map
513 files in ../etc/charsets/.
514
515 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
516 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
517 * charsets/kuten.awk: New files.
518
519 2008-01-08 Glenn Morris <rgm@gnu.org>
520
521 * admin.el (set-version): Add doc/man/emacs.1.
522
523 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
524
525 * notes/copyright:
526 * MAINTAINERS: Remove references to files that have been removed.
527
528 2008-01-04 Glenn Morris <rgm@gnu.org>
529
530 * admin.el (set-copyright): Add lib-src/ebrowse.c.
531
532 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * CPP-DEFINES: New file.
535
536 2007-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
542 2007-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
547 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
548
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.
551
552 2007-11-17 Glenn Morris <rgm@gnu.org>
553
554 * admin.el (process-lines): Move to ../lisp/subr.el.
555
556 2007-10-23 Glenn Morris <rgm@gnu.org>
557
558 * MAINTAINERS: Move here from ../.
559
560 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
561
562 * make-emacs: Doc fix.
563
564 2007-08-28 Glenn Morris <rgm@gnu.org>
565
566 * admin.el: Provide self.
567
568 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
569
570 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
571
572 2007-07-25 Glenn Morris <rgm@gnu.org>
573
574 * Relicense all FSF files to GPLv3 or later.
575
576 2007-06-07 Glenn Morris <rgm@gnu.org>
577
578 * admin.el (set-copyright): New function.
579
580 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
581
582 * make-tarball.txt: Add note about cutting the branch.
583
584 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
585
586 * Version 22.1 released.
587
588 2007-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
593 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
594
595 * FOR-RELEASE: Removed Gtk/Xft issue.
596
597 2007-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
602 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
603
604 * admin.el (set-version): Set version number in
605 lib-src/makefile.w32-in.
606
607 2006-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
612 2006-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
617 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
618
619 * admin.el (set-version): Set version numbers in "mac" subdirectory.
620
621 2006-10-03 Kenichi Handa <handa@m17n.org>
622
623 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
624
625 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
626
627 * FOR-RELEASE: Elisp manual checking completed.
628
629 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
630
631 * FOR-RELEASE: Update refcard section.
632
633 2006-07-14 Kim F. Storm <storm@cua.dk>
634
635 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
636
637 2006-07-09 Kim F. Storm <storm@cua.dk>
638
639 * README: Use outline format. Add FOR-RELEASE.
640
641 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
642
643 * FOR-RELEASE: Checking of info.texi done.
644
645 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
646
647 * FOR-RELEASE: Update refcard section.
648
649 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
650
651 * FOR-RELEASE: Update refcard section.
652
653 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
654
655 * FOR-RELEASE: Key sequence elisp node done.
656
657 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
658
659 * FOR-RELEASE: Update refcard translations. Add coding cookie.
660
661 2006-05-21 Chong Yidong <cyd@mit.edu>
662
663 * FOR-RELEASE: point-entered /point-left bug fixed.
664
665 2006-05-12 Eli Zaretskii <eliz@gnu.org>
666
667 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
668 entry.
669
670 2006-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
675 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
676
677 * ./* (Copyright): Updated Copyright year(s).
678
679 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
680
681 * FOR-RELEASE (BUGS): Add URLs/MIDs.
682
683 2006-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
693 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
694
695 * FOR-RELEASE: String allocation bugs fixed.
696
697 2005-12-13 Bill Wohler <wohler@newt.com>
698
699 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
700
701 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
702
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).
707
708 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
709
710 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
711
712 2005-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
717 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
718
719 * FOR-RELEASE: Init file change implemented.
720
721 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
722
723 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
724
725 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
726
727 * FOR-RELEASE (New features): max-image-size implemented.
728 (Bugs): split-window done, by Kim F. Storm.
729
730 2005-10-17 Bill Wohler <wohler@newt.com>
731
732 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
733 since it's gone. Also marked mh-e as done.
734
735 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
736
737 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
738 libraries on Windows (Done).
739
740 2005-10-01 Jason Rumney <jasonr@gnu.org>
741
742 * admin.el (set-version): Set version numbers in nt/emacs.rc.
743
744 2005-08-31 Romain Francoise <romain@orebokech.com>
745
746 * FOR-RELEASE (New features): Remove vhdl-mode.el update
747 item (Done).
748
749 2005-08-27 Romain Francoise <romain@orebokech.com>
750
751 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
752
753 2005-07-04 Lute Kamstra <lute@gnu.org>
754
755 Update FSF's address in GPL notices.
756
757 2005-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
762 2005-06-04 Richard M. Stallman <rms@gnu.org>
763
764 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
765 Other cleanups.
766
767 2005-04-19 Lute Kamstra <lute@gnu.org>
768
769 * make-tarball.txt: Don't commit lisp/loaddefs.el.
770
771 2005-04-14 Lute Kamstra <lute@gnu.org>
772
773 * nt/makedist.bat (elfiles): Update.
774
775 * admin.el (add-release-logs): Fix require call.
776
777 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
778
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.
784
785 2005-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
790 2005-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
796 2005-02-15 Jason Rumney <jasonr@gnu.org>
797
798 * nt/makedist.bat: Do not rely on non-standard behavior of
799 tar --exclude.
800
801 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
802
803 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
804
805 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
806
807 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
808 Elisp manuals.
809
810 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
811
812 * FOR-RELEASE (Indications): Clean up and update checklists for
813 Emacs and Elisp manuals.
814
815 2004-09-11 Kim F. Storm <storm@cua.dk>
816
817 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
818 (Documentation): Add NEWS entry.
819 Add section lists for proof-reading Emacs and Lisp manuals.
820
821 2004-08-29 Kim F. Storm <storm@cua.dk>
822
823 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
824
825 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
826
827 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
828 (now behaves as well as other ports).
829
830 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
831
832 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
833
834 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * FOR-RELEASE: Moved here from the etc directory.
837
838 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
839
840 * notes/BRANCH: New file, to be maintained per CVS branch.
841
842 2003-10-01 Miles Bader <miles@gnu.org>
843
844 * quick-install-emacs: Don't use "function" keyword when defining
845 shell functions.
846
847 2003-09-29 Lute Kamstra <lute@gnu.org>
848
849 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
850
851 2003-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
858 2003-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
864 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
865
866 * cus-test.el: Remove obsolete workaround.
867
868 2003-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
885 2003-02-10 Francesco Potortì <pot@gnu.org>
886
887 * make-changelog-diff: New script, code stolen from make-announcement.
888
889 * make-announcement: Use make-changelog-diff.
890
891 2003-01-20 Francesco Potortì <pot@gnu.org>
892
893 * make-tarball.txt: Step-by-step instructions for making a tarball.
894
895 * make-announcement: A script for creating pretest announcements.
896
897 2003-01-17 Francesco Potortì <pot@gnu.org>
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
902 the date and the user's name and address.
903
904 2003-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
909 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
910
911 * cus-test.el: Extended and reorganized. There are now 4 tests
912 which can be run in batch mode. See the Commentary section.
913
914 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
915
916 * cus-test.el: New file.
917
918 2002-05-27 Miles Bader <miles@gnu.org>
919
920 * quick-install-emacs (VERSION): Calculate using the same method
921 that configure.in uses.
922
923 2002-04-26 Pavel Janík <Pavel@Janik.cz>
924
925 * emacs-pretesters: New file with information for Emacs
926 pretesters.
927
928 2002-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
933 2002-02-11 Andrew Innes <andrewi@gnu.org>
934
935 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
936
937 2002-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
944 2001-12-06 Gerd Moellmann <gerd@gnu.org>
945
946 * make-emacs: Add --trace-move.
947
948 2001-10-23 Andrew Innes <andrewi@gnu.org>
949
950 * nt/makedist.bat: Remove remaining obsolete reference to
951 GETTING.GNU.SOFTWARE.
952
953 2001-10-22 Gerd Moellmann <gerd@gnu.org>
954
955 * admin.el (set-version): Use `s' interactive spec for
956 version number.
957
958 2001-10-20 Gerd Moellmann <gerd@gnu.org>
959
960 * (Version 21.1 released.)
961
962 2001-10-20 Gerd Moellmann <gerd@gnu.org>
963
964 * admin.el (add-release-logs): Put the log entry in lispref, too.
965
966 2001-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
973 2001-10-19 Gerd Moellmann <gerd@gnu.org>
974
975 * admin.el: New file.
976
977 * build-configs: Add --help option. Add support for building
978 in arbitrary source trees.
979
980 2001-10-17 Gerd Moellmann <gerd@gnu.org>
981
982 * alloc-colors.c: New file.
983
984 2001-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
989 2001-10-05 Gerd Moellmann <gerd@gnu.org>
990
991 * Branch for 21.1.
992
993 2001-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:
1000 ;; coding: utf-8
1001 ;; End:
1002
1003 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
1004 2010, 2011 Free Software Foundation, Inc.
1005
1006 This file is part of GNU Emacs.
1007
1008 GNU Emacs is free software: you can redistribute it and/or modify
1009 it under the terms of the GNU General Public License as published by
1010 the Free Software Foundation, either version 3 of the License, or
1011 (at your option) any later version.
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
1019 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.