]> code.delx.au - gnu-emacs/blob - admin/ChangeLog
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
[gnu-emacs] / admin / ChangeLog
1 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2
3 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
4 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
5 Remove.
6
7 2010-06-12 Eli Zaretskii <eliz@gnu.org>
8
9 * unidata/bidimirror.awk: New file.
10
11 * unidata/BidiMirroring.txt: New file from
12 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
13
14 * unidata/Makefile.in: (../../src/bidimirror.h): New target.
15 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
16
17 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
18 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
19
20 * unidata/biditype.awk: New file.
21
22 * unidata/Makefile.in (../../src/biditype.h): New target.
23
24 * unidata/makefile.w32-in (../../src/biditype.h): New target.
25
26 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
27
28 * unidata/UnicodeData.txt: Update from
29 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
30
31 2010-05-27 Glenn Morris <rgm@gnu.org>
32
33 * quick-install-emacs (AVOID): No more Makefile.c files.
34
35 * notes/cpp: Remove file.
36
37 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
38
39 * admin.el (set-version, set-copyright): Update emacs.c instead of
40 version.el.
41
42 * make-tarball.txt: Update filename list in step 6.
43
44 * quick-install-emacs: Scan emacs.c instead of version.el for
45 version string.
46
47 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
48
49 * Version 23.2 released.
50
51 2010-04-01 Eli Zaretskii <eliz@gnu.org>
52
53 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
54
55 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
56
57 * Branch for 23.2.
58
59 2010-03-10 Miles Bader <miles@gnu.org>
60
61 * quick-install-emacs: Use more portable shell syntax.
62
63 * quick-install-emacs: (AVOID): Be more picky about files we avoid
64 installing.
65
66 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
67
68 * quick-install-emacs (PRUNED): Fix typo in message.
69
70 2010-01-20 Glenn Morris <rgm@gnu.org>
71
72 * revdiff: Remove file that only works with CVS, and isn't really
73 needed with Bazaar (given the in-built revision options of bzr diff).
74
75 2010-01-12 Glenn Morris <rgm@gnu.org>
76
77 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
78 than emacs-pretest-bug for bug reports for development versions.
79
80 2009-11-06 Kenichi Handa <handa@m17n.org>
81
82 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
83 that the block data and the following per-char data fall into the
84 same char-table leaf.
85
86 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
87
88 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
89
90 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
91
92 * unidata/.gitignore: New file.
93
94 2009-08-22 Eli Zaretskii <eliz@gnu.org>
95
96 * notes/bugtracker: How to reassign a bug to a list of packages.
97
98 * notes/newfile: Details of how to check for problems with DOS 8+3
99 file-name restrictions.
100
101 2009-08-18 Glenn Morris <rgm@gnu.org>
102
103 * notes/newfile: New file.
104
105 2009-07-11 Eli Zaretskii <eliz@gnu.org>
106
107 * make-tarball.txt: Add a note about bumping the value of
108 customize-changed-options-previous-release.
109
110 2009-06-24 Kenichi Handa <handa@m17n.org>
111
112 * charsets/mapconv: For the UNICODE format files, do reverse sort
113 and don't compact the map. This is to prefer the first one in the
114 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
115
116 2009-06-12 Kenichi Handa <handa@m17n.org>
117
118 * charsets/Makefile (JISX213A.map): Make it depend on
119 mapfiles/JISX213A.map.gz.
120 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
121
122 * charsets/mapfiles/JISX213A.map.gz: New file.
123
124 * charsets/mapfiles/README: Describe JISX213A.map.gz.
125
126 2009-06-12 Kenichi Handa <handa@m17n.org>
127
128 * charsets/mapfiles/*: New files.
129
130 * charsets/mule-charsets.el: Mostly re-written to generate all
131 MULE-*.map files.
132
133 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
134 files.
135
136 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
137 EUC-JP-MS.
138
139 * charsets/cp51932.awk (END): Print arch-tag at the tail.
140
141 * charsets/Makefile: Maps depend on files under mapfiles or
142 ${GLIBC_CHARMAPS}.
143
144 2009-04-21 Kenichi Handa <handa@m17n.org>
145
146 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
147 change.
148
149 2009-04-17 Kenichi Handa <handa@m17n.org>
150
151 * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
152 Hangle decomposition rule to Unicode.
153
154 2009-04-09 Kenichi Handa <handa@m17n.org>
155
156 * unidata/unidata-gen.el (unidata-describe-decomposition): Return
157 a string with a composition property to disable combining
158 characters being composed.
159
160 2009-03-11 Miles Bader <miles@gnu.org>
161
162 * quick-install-emacs: Be more clever about locating info directory.
163
164 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
165
166 * nt/README.W32: Fix typos.
167
168 2009-02-23 Jason Rumney <jasonr@gnu.org>
169
170 * nt/README-ftp-server: Update for 23.0.91
171
172 * nt/README.W32: Remove ever expanding versions of Windows.
173 Shorten FAQ URL. Remove mention of obsolete lock directory.
174 Windows distribution now bin and barebin only. Add note about
175 SVG support. Remove old tar and gzip problem workarounds.
176 Use new (22.x) -Q option. Report all bugs through bug tracker.
177
178 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
179 undumped distribution no longer exists.
180
181 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
182
183 * nt/README.W32: Fix typo. (Bug#2207)
184
185 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
186
187 * admin.el (set-version): Remove deleted file ns-emacs.texi.
188
189 2008-12-02 Kenichi Handa <handa@m17n.org>
190
191 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
192 `decomposition' property adjusted.
193 (unidata-split-decomposition): Don't include surrounding "<" and
194 ">" in a symbol name.
195
196 2008-12-01 Kenichi Handa <handa@m17n.org>
197
198 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
199 property generator to unidata-gen-table-numeric. Docstring adjusted.
200 (unidata-get-numeric, unidata-put-numeric)
201 (unidata-gen-table-numeric): New functions.
202 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
203
204 2008-11-29 Eli Zaretskii <eliz@gnu.org>
205
206 * notes/documentation: Add notes about Antinews.
207
208 2008-10-23 Glenn Morris <rgm@gnu.org>
209
210 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
211 Add/tweak some nextstep/ entries.
212
213 2008-09-19 Kenichi Handa <handa@m17n.org>
214
215 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
216 positions.
217
218 2008-08-23 Eli Zaretskii <eliz@gnu.org>
219
220 * CPP-DEFINES: Add USER_FULL_NAME.
221
222 2008-08-16 Jason Rumney <jasonr@gnu.org>
223
224 * admin.el (set-version): Set version in nt/emacsclient.rc.
225
226 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
227
228 * nt/dump.bat: Fix mixed EOLs.
229
230 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
231
232 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
233
234 2008-08-02 Eli Zaretskii <eliz@gnu.org>
235
236 * CPP-DEFINES: Add defines for accessing system processes.
237
238 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
239
240 * make-tarball.txt:
241 * admin.el:
242 * FOR-RELEASE:
243 * CPP-DEFINES: Remove mentions of Mac Carbon.
244
245 2008-07-16 Glenn Morris <rgm@gnu.org>
246
247 * admin.el (set-version, set-copyright): Add nextstep/ files.
248
249 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
250
251 * CPP-DEFINES: Add NS port related defines.
252
253 2008-06-16 Glenn Morris <rgm@gnu.org>
254
255 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
256 doc/lispref/book-spine.texinfo.
257
258 2008-06-15 Glenn Morris <rgm@gnu.org>
259
260 * admin.el (set-version): Add doc/misc/faq.texi.
261
262 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
263
264 * FOR-RELEASE: Remove Windows problem about the XPM image library
265 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
266
267 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
268
269 * unidata/UnicodeData.txt: Update to Unicode 5.1.
270
271 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
272
273 * unidata/unidata-gen.el (unidata-prop-alist):
274 Fix typo in description of `numeric-value'.
275 (unidata-put-character): Fix typo in error message.
276
277 2008-02-21 Glenn Morris <rgm@gnu.org>
278
279 * notes/unicode, notes/font-backend: New files, split off from
280 README.unicode.
281
282 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
283
284 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
285 being used in latin1-disp.el. Remove the problem of
286 cp-supported-codepages. Remove the problem of lost changelog for
287 ps-prin1.ps.
288
289 2008-02-16 Eli Zaretskii <eliz@gnu.org>
290
291 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
292 non-portable in this context.
293
294 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
295 non-portable in this context.
296
297 2008-02-09 Eli Zaretskii <eliz@gnu.org>
298
299 * unidata/makefile.w32-in (lisp): New variable.
300 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
301 lisp/emacs-lisp.
302
303 2008-02-04 Jason Rumney <jasonr@gnu.org>
304
305 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
306
307 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
308
309 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
310
311 2008-02-02 Eli Zaretskii <eliz@gnu.org>
312
313 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
314
315 * unidata/Makefile.in: Rename from Makefile.
316
317 * unidata/makefile.w32-in: New file.
318
319 2008-02-02 Jason Rumney <jasonr@gnu.org>
320
321 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
322
323 2008-02-01 Kenichi Handa <handa@m17n.org>
324
325 * unidata/copyright.html: New file.
326
327 2008-02-01 Kenichi Handa <handa@m17n.org>
328
329 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
330 decomposition, if T is the same as TBase, don't include it in the
331 returned list.
332
333 2008-02-01 Kenichi Handa <handa@m17n.org>
334
335 * unidata/unidata-gen.el (unidata-text-file): Delete it.
336 (unidata-list): Initialize to nil.
337 (unidata-setup-list): New function.
338 (unidata-gen-files): New optional arg unidata-text-file.
339 If it's nil, set unidata-text-file to the left command line arg.
340 Call unidate-setup-list at first.
341
342 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
343 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
344
345 2008-02-01 Kenichi Handa <handa@m17n.org>
346
347 * unidata/unidata-gen.el: Fix comment typo.
348 Change string-to-int to string-to-number.
349 (unidata-text-file): Define to .../unidata.txt.
350 (unidata-list): Just insert unidata-text-file.
351 (unidata-get-decomposition): Handle Hangul decomposition.
352 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
353
354 * unidata/Makefile (unidata.txt): New target.
355 (charprop.el): Depends on unidata.txt.
356 (clean): Remove unidata.txt.
357
358 2008-02-01 Kenichi Handa <handa@m17n.org>
359
360 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
361 (unidata-get-name): Handle U+110B.
362
363 2008-02-01 Kenichi Handa <handa@m17n.org>
364
365 Sub-directory `unidata' is for codes to generate charprop.el and
366 many other uni-*.el files from `UnicodeData.txt'.
367
368 * Unidata/README: New file.
369
370 * unidata/Makefile: New file.
371
372 * unidata/unidata-gen.el: New file.
373
374 * unidata/UnicodeData.txt: New file. Copied from
375 http://www.unicode.org on 2006-05-23.
376
377 * unidata/.cvsignore: New file.
378
379 2008-02-01 Kenichi Handa <handa@m17n.org>
380
381 * charsets/.cvsignore: New file.
382
383 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
384
385 * charsets/Makefile (all): Rename target from charsets.
386 Depend on ${TRANS_TABLE}.
387 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
388 Generate from cns2ucsdkw.txt.
389 (install): Copy updated files only.
390
391 2008-02-02 Kenichi Handa <handa@m17n.org>
392
393 * charsets/cp932.awk: Append user-defined area of CP932.
394
395 2008-02-02 Kenichi Handa <handa@m17n.org>
396
397 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
398 0x2299 to 0x29BF.
399
400 2008-02-01 Kenichi Handa <handa@m17n.org>
401
402 * charsets/Makefile (TRANS_TABLE): New macro.
403 (JISX0208.map): Convert 0x2015 to 0x2014.
404 (cp51932.el): New target.
405 (eucjp-ms.el): New target.
406 (install): Include ${TRANS_TABLE}.
407 (CJK): Include JISX213A.map.
408 (JISX213A.map): New target.
409
410 * charsets/eucjp-ms.awk: New file.
411
412 * charsets/cp51932.awk: New file.
413
414 2008-02-01 Kenichi Handa <handa@m17n.org>
415
416 * charsets/cp932.awk: New file.
417
418 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
419
420 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
421 running an awk program.
422
423 2008-02-01 Kenichi Handa <handa@m17n.org>
424
425 * charsets/mapconv: Handle UNICODE2.
426
427 * charsets/Makefile (CJK): Include CP932-2BYTE.map
428 (CP932-2BYTE.map): New target.
429
430 2008-02-01 Kenichi Handa <handa@m17n.org>
431
432 * charsets: New directory for scripts to generate charset map
433 files in ../etc/charsets/.
434
435 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
436 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
437 * charsets/kuten.awk: New files.
438
439 2008-01-08 Glenn Morris <rgm@gnu.org>
440
441 * admin.el (set-version): Add doc/man/emacs.1.
442
443 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
444
445 * notes/copyright:
446 * MAINTAINERS: Remove references to files that have been removed.
447
448 2008-01-04 Glenn Morris <rgm@gnu.org>
449
450 * admin.el (set-copyright): Add lib-src/ebrowse.c.
451
452 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * CPP-DEFINES: New file.
455
456 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
457
458 * FOR-RELEASE: Remove "window-system in face definition" [of
459 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
460 on gnus-dired.el.
461
462 2007-12-05 Glenn Morris <rgm@gnu.org>
463
464 * admin.el (set-version): Handle configure.in. Adapt for doc/
465 directory layout for manuals.
466
467 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
468
469 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
470 been fixed in Gnus CVS but have not yet been synched to Emacs.
471
472 2007-11-17 Glenn Morris <rgm@gnu.org>
473
474 * admin.el (process-lines): Move to ../lisp/subr.el.
475
476 2007-10-23 Glenn Morris <rgm@gnu.org>
477
478 * MAINTAINERS: Move here from ../.
479
480 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
481
482 * make-emacs: Doc fix.
483
484 2007-08-28 Glenn Morris <rgm@gnu.org>
485
486 * admin.el: Provide self.
487
488 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
489
490 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
491
492 2007-07-25 Glenn Morris <rgm@gnu.org>
493
494 * Relicense all FSF files to GPLv3 or later.
495
496 2007-06-07 Glenn Morris <rgm@gnu.org>
497
498 * admin.el (set-copyright): New function.
499
500 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
501
502 * make-tarball.txt: Add note about cutting the branch.
503
504 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
505
506 * Version 22.1 released.
507
508 2007-02-03 Eli Zaretskii <eliz@gnu.org>
509
510 * nt/makedist.bat: Change EOL format to DOS. Don't use
511 redirection characters in REM lines.
512
513 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
514
515 * FOR-RELEASE: Removed Gtk/Xft issue.
516
517 2007-01-01 Miles Bader <miles@gnu.org>
518
519 * quick-install-emacs (get_config_var): Deal with weird magic
520 string inserted by recent versions of autoconf.
521
522 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
523
524 * admin.el (set-version): Set version number in
525 lib-src/makefile.w32-in.
526
527 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
528
529 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
530 due to a local miss-configuration.
531
532 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
533
534 * make-announcement (OLD): Remove LEIM references in announcement
535 since it is now built-in.
536
537 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
538
539 * admin.el (set-version): Set version numbers in "mac" subdirectory.
540
541 2006-10-03 Kenichi Handa <handa@m17n.org>
542
543 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
544
545 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
546
547 * FOR-RELEASE: Elisp manual checking completed.
548
549 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
550
551 * FOR-RELEASE: Update refcard section.
552
553 2006-07-14 Kim F. Storm <storm@cua.dk>
554
555 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
556
557 2006-07-09 Kim F. Storm <storm@cua.dk>
558
559 * README: Use outline format. Add FOR-RELEASE.
560
561 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
562
563 * FOR-RELEASE: Checking of info.texi done.
564
565 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
566
567 * FOR-RELEASE: Update refcard section.
568
569 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
570
571 * FOR-RELEASE: Update refcard section.
572
573 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
574
575 * FOR-RELEASE: Key sequence elisp node done.
576
577 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
578
579 * FOR-RELEASE: Update refcard translations. Add coding cookie.
580
581 2006-05-21 Chong Yidong <cyd@mit.edu>
582
583 * FOR-RELEASE: point-entered /point-left bug fixed.
584
585 2006-05-12 Eli Zaretskii <eliz@gnu.org>
586
587 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
588 entry.
589
590 2006-05-06 Bill Wohler <wohler@newt.com>
591
592 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
593 about it.
594
595 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
596
597 * ./* (Copyright): Updated Copyright year(s).
598
599 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
600
601 * FOR-RELEASE (BUGS): Add URLs/MIDs.
602
603 2006-02-20 Kim F. Storm <storm@cua.dk>
604
605 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
606 Rework how fringe bitmaps are defined and used.
607 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
608 one-level representation. It would be cleaner to split the
609 representation into a two-level model where first level maps
610 bitmap usage to a bitmap name, and second level maps bitmap name to
611 a bitmap appearence.
612
613 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
614
615 * FOR-RELEASE: String allocation bugs fixed.
616
617 2005-12-13 Bill Wohler <wohler@newt.com>
618
619 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
620
621 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
622
623 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
624 completing-read-multiple, mail-extract-address-components,
625 mail-mode, quail-define-package, save-buffer and
626 ucs-set-table-for-input from doc strings item (Done).
627
628 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
629
630 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
631
632 2005-11-11 Kim F. Storm <storm@cua.dk>
633
634 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
635 when displaying a non-breaking space in an overlay string.
636
637 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
638
639 * FOR-RELEASE: Init file change implemented.
640
641 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
642
643 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
644
645 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
646
647 * FOR-RELEASE (New features): max-image-size implemented.
648 (Bugs): split-window done, by Kim F. Storm.
649
650 2005-10-17 Bill Wohler <wohler@newt.com>
651
652 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
653 since it's gone. Also marked mh-e as done.
654
655 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
656
657 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
658 libraries on Windows (Done).
659
660 2005-10-01 Jason Rumney <jasonr@gnu.org>
661
662 * admin.el (set-version): Set version numbers in nt/emacs.rc.
663
664 2005-08-31 Romain Francoise <romain@orebokech.com>
665
666 * FOR-RELEASE (New features): Remove vhdl-mode.el update
667 item (Done).
668
669 2005-08-27 Romain Francoise <romain@orebokech.com>
670
671 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
672
673 2005-07-04 Lute Kamstra <lute@gnu.org>
674
675 Update FSF's address in GPL notices.
676
677 2005-06-10 Lute Kamstra <lute@gnu.org>
678
679 * admin.el (set-version): Set version in lisp manual too.
680 * make-tarball.txt: Commit lispref/elisp.texi too.
681
682 2005-06-04 Richard M. Stallman <rms@gnu.org>
683
684 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
685 Other cleanups.
686
687 2005-04-19 Lute Kamstra <lute@gnu.org>
688
689 * make-tarball.txt: Don't commit lisp/loaddefs.el.
690
691 2005-04-14 Lute Kamstra <lute@gnu.org>
692
693 * nt/makedist.bat (elfiles): Update.
694
695 * admin.el (add-release-logs): Fix require call.
696
697 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
698
699 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
700 The first line of every tutorial must begin with a sentence saying
701 "Emacs Tutorial" in the respective language. This should be
702 followed by "See end for copying conditions", likewise in the
703 respective language.
704
705 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
706
707 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
708 Add `undo-ask-before-discard' to it.
709
710 2005-03-02 Miles Bader <miles@gnu.org>
711
712 * quick-install-emacs: Only use the mkdir --verbose option if the
713 script's --verbose option was specified (this avoids problems with
714 default usage on systems where mkdir doesn't support that option).
715
716 2005-02-15 Jason Rumney <jasonr@gnu.org>
717
718 * nt/makedist.bat: Do not rely on non-standard behavior of
719 tar --exclude.
720
721 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
722
723 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
724
725 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
726
727 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
728 Elisp manuals.
729
730 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
731
732 * FOR-RELEASE (Indications): Clean up and update checklists for
733 Emacs and Elisp manuals.
734
735 2004-09-11 Kim F. Storm <storm@cua.dk>
736
737 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
738 (Documentation): Add NEWS entry.
739 Add section lists for proof-reading Emacs and Lisp manuals.
740
741 2004-08-29 Kim F. Storm <storm@cua.dk>
742
743 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
744
745 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
746
747 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
748 (now behaves as well as other ports).
749
750 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
751
752 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
753
754 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
755
756 * FOR-RELEASE: Moved here from the etc directory.
757
758 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
759
760 * notes/BRANCH: New file, to be maintained per CVS branch.
761
762 2003-10-01 Miles Bader <miles@gnu.org>
763
764 * quick-install-emacs: Don't use "function" keyword when defining
765 shell functions.
766
767 2003-09-29 Lute Kamstra <lute@gnu.org>
768
769 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
770
771 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
772
773 * quick-install-emacs: Remove fns-* pruning, since that file no
774 longer seems to be generated.
775 (AVOID): Quote literal periods. Quote braces in a way acceptable
776 to all parties (gawk gets bitchy about using `\').
777
778 2003-08-19 Miles Bader <miles@gnu.org>
779
780 * quick-install-emacs: Add arch-specific ignored files to
781 quick-install-emacs. Use quoting for periods that's acceptable
782 to recent versions of gawk.
783
784 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
785
786 * cus-test.el: Remove obsolete workaround.
787
788 2003-04-22 Andrew Innes <andrewi@gnu.org>
789
790 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
791 emacs.exe before zipping, and including batch file to recreate
792 after unpacking.
793
794 * nt/stitch.bat: New file.
795
796 * nt/README-ftp-server: Update wording and version number etc.
797 Add extra instructions for installing multi-file .zip
798 distribution.
799
800 * nt/README.W32: Remove personal email address and update wording.
801
802 * nt/README-UNDUMP.W32: Remove personal email address and update
803 wording.
804
805 2003-02-10 Francesco Potortì <pot@gnu.org>
806
807 * make-changelog-diff: New script, code stolen from make-announcement.
808
809 * make-announcement: Use make-changelog-diff.
810
811 2003-01-20 Francesco Potortì <pot@gnu.org>
812
813 * make-tarball.txt: Step-by-step instructions for making a tarball.
814
815 * make-announcement: A script for creating pretest announcements.
816
817 2003-01-17 Francesco Potortì <pot@gnu.org>
818
819 * admin.el (add-release-logs): Expand the directory name before
820 calling find(1).
821 (add-release-logs): Use the same methods as add-log.el for writing
822 the date and the user's name and address.
823
824 2003-01-07 Miles Bader <miles@gnu.org>
825
826 * quick-install-emacs: Unset LANG etc. to avoid non-standard
827 command output from non-C locales.
828
829 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
830
831 * cus-test.el: Extended and reorganized. There are now 4 tests
832 which can be run in batch mode. See the Commentary section.
833
834 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
835
836 * cus-test.el: New file.
837
838 2002-05-27 Miles Bader <miles@gnu.org>
839
840 * quick-install-emacs (VERSION): Calculate using the same method
841 that configure.in uses.
842
843 2002-04-26 Pavel Janík <Pavel@Janik.cz>
844
845 * emacs-pretesters: New file with information for Emacs
846 pretesters.
847
848 2002-03-22 Paul Eggert <eggert@twinsun.com>
849
850 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
851 POSIX 1003.1-2001 disallows both usages.
852
853 2002-02-11 Andrew Innes <andrewi@gnu.org>
854
855 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
856
857 2002-01-24 Andrew Innes <andrewi@gnu.org>
858
859 * nt/README.W32: Remove unnecessary version number and date
860 references.
861
862 * nt/README-UNDUMP.W32: Ditto.
863
864 2001-12-06 Gerd Moellmann <gerd@gnu.org>
865
866 * make-emacs: Add --trace-move.
867
868 2001-10-23 Andrew Innes <andrewi@gnu.org>
869
870 * nt/makedist.bat: Remove remaining obsolete reference to
871 GETTING.GNU.SOFTWARE.
872
873 2001-10-22 Gerd Moellmann <gerd@gnu.org>
874
875 * admin.el (set-version): Use `s' interactive spec for
876 version number.
877
878 2001-10-20 Gerd Moellmann <gerd@gnu.org>
879
880 * (Version 21.1 released.)
881
882 2001-10-20 Gerd Moellmann <gerd@gnu.org>
883
884 * admin.el (add-release-logs): Put the log entry in lispref, too.
885
886 2001-10-20 Miles Bader <miles@gnu.org>
887
888 * quick-install-emacs: Exit if we can't find some variable.
889 (AVOID): Add .orig & .rej files.
890 (get_config_var): Be more liberal about format of config.status
891 sed commands.
892
893 2001-10-19 Gerd Moellmann <gerd@gnu.org>
894
895 * admin.el: New file.
896
897 * build-configs: Add --help option. Add support for building
898 in arbitrary source trees.
899
900 2001-10-17 Gerd Moellmann <gerd@gnu.org>
901
902 * alloc-colors.c: New file.
903
904 2001-10-13 Gerd Moellmann <gerd@gnu.org>
905
906 * make-emacs: Add --boot switch for bootstrapping. Logs to
907 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
908
909 2001-10-05 Gerd Moellmann <gerd@gnu.org>
910
911 * Branch for 21.1.
912
913 2001-09-04 Andrew Innes <andrewi@gnu.org>
914
915 * admin/nt/makedist.bat: Remove reference to obsolete file
916 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
917 version of tar used.
918
919 ;; Local Variables:
920 ;; coding: utf-8
921 ;; add-log-time-zone-rule: t
922 ;; End:
923
924 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
925 2008, 2009, 2010 Free Software Foundation, Inc.
926
927 This file is part of GNU Emacs.
928
929 GNU Emacs is free software: you can redistribute it and/or modify
930 it under the terms of the GNU General Public License as published by
931 the Free Software Foundation, either version 3 of the License, or
932 (at your option) any later version.
933
934 GNU Emacs is distributed in the hope that it will be useful,
935 but WITHOUT ANY WARRANTY; without even the implied warranty of
936 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
937 GNU General Public License for more details.
938
939 You should have received a copy of the GNU General Public License
940 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
941
942 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a