lips/version.el (*-version-string): Declare.
[bpt/emacs.git] / admin / ChangeLog
... / ...
CommitLineData
12012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume gnulib does largefile.
4 * merge-gnulib (GNULIB_MODULES): Add largefile.
5
62012-05-22 Paul Eggert <eggert@cs.ucla.edu>
7
8 Remove src/m/*.
9 * CPP-DEFINES: Do not mention src/m/*.h.
10 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
11 (BITS_PER_SHORT, BITS_PER_INT): Remove.
12 * MAINTAINERS: Remove src/m/.
13
142012-05-21 Paul Eggert <eggert@cs.ucla.edu>
15
16 Use full name for m4/gnulib-comp.m4. (Bug#11529)
17 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
18
19 Assume C89 or later.
20 * CPP-DEFINES: Remove NULL, const.
21
22 Make merging from gnulib a script, not a makefile action.
23 * merge-gnulib: New script, with actions moved here from
24 ../Makefile.in.
25
262012-05-19 Paul Eggert <eggert@cs.ucla.edu>
27
28 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
29
30 * CPP-DEFINES (HAVE_FTIME): Remove.
31
322012-05-02 Glenn Morris <rgm@gnu.org>
33
34 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
35
362012-04-10 Glenn Morris <rgm@gnu.org>
37
38 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
39
40 * unidata/Makefile.in: Add FSF copyright.
41 Make it use autoconf features, and work for out-of-tree builds.
42
432012-04-07 Eli Zaretskii <eliz@gnu.org>
44
45 * unidata/README:
46 * unidata/copyright.html:
47 * unidata/BidiMirroring.txt:
48 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
49 the Unicode Standard.
50
512012-02-16 Kenichi Handa <handa@m17n.org>
52
53 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
54 values of name and old-name to nil.
55 (unidata-get-name): Return nil for the default value.
56
572012-02-11 Glenn Morris <rgm@gnu.org>
58
59 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
60 (cusver-check): New functions.
61
622012-01-19 Glenn Morris <rgm@gnu.org>
63
64 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
65 "skip?" question, since there can be multiple such for any revision.
66
672012-01-14 Eli Zaretskii <eliz@gnu.org>
68
69 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
70 updated and checked.
71
722011-11-26 Andreas Schwab <schwab@linux-m68k.org>
73
74 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
75 Avoid warning about old-style backquote.
76
77 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
78 in regexp.
79 (wisent-make-parsers): Likewise. Quote `.'.
80
81 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
82 in regexp.
83 (bovine-make-parsers): Likewise. Quote `.'.
84
852011-11-20 Andreas Schwab <schwab@linux-m68k.org>
86
87 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
88
892011-11-16 Juanma Barranquero <lekktu@gmail.com>
90
91 * admin.el (manual-dvi): Fix typo.
92
932011-11-15 Eli Zaretskii <eliz@gnu.org>
94
95 * nt/README-ftp-server: Update the information about PNG libraries.
96
972011-11-15 Juanma Barranquero <lekktu@gmail.com>
98
99 * make-emacs: Fix typo.
100
1012011-11-07 Juanma Barranquero <lekktu@gmail.com>
102
103 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
104
1052011-10-31 David Engster <deng@randomsample.de>
106
107 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
108
1092011-10-28 Eli Zaretskii <eliz@gnu.org>
110
111 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
112 running Emacs on Windows 9X.
113
1142011-09-26 Chong Yidong <cyd@stupidchicken.com>
115
116 * admin.el (set-version): Fix regexps for config.nt and
117 sed2v2.inp.
118
1192011-09-06 Paul Eggert <eggert@cs.ucla.edu>
120
121 Merge from gnulib (Bug#9169).
122 * notes/copyright: The files compile, config.guess, config.sub,
123 depcomp, install-sh, missing, and move-if-change are now in the
124 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
125 and warn-on-use.h are now in build-aux/snippets. New file
126 build-aux/snippets/_Noreturn.h.
127
1282011-08-23 Eli Zaretskii <eliz@gnu.org>
129
130 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
131 values of bidi-class according to DerivedBidiClass.txt from the
132 latest UCD.
133
1342011-08-23 Kenichi Handa <handa@m17n.org>
135
136 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
137 values for name, general-category, canonical-combining-class,
138 mirrored, and bidi-class. Describe the meaning of value nil for
139 decimal-digit-value, digit-value, numeric-value, uppercase,
140 lowercase, titlecase, and mirroring.
141 (unidata-gen-table): Handle the case that default-value is a
142 list. Set default values of characters not listed in a table.
143 (unidata-get-name): Return an empty string if a value in a
144 char-table is nil.
145 (unidata-get-decomposition): Return a list of character itself if
146 a value in a char-table is nil.
147
1482011-08-15 Eli Zaretskii <eliz@gnu.org>
149
150 * unidata/bidimirror.awk: File removed.
151
152 * unidata/biditype.awk: File removed.
153
154 * unidata/makefile.w32-in (all): Remove src/biditype.h and
155 src/bidimirror.h.
156 (../../src/biditype.h, ../../src/bidimirror.h): Deleted.
157
158 * unidata/Makefile.in (all): Remove src/biditype.h and
159 src/bidimirror.h.
160 (../../src/biditype.h, ../../src/bidimirror.h): Deleted.
161
1622011-07-07 Juanma Barranquero <lekktu@gmail.com>
163
164 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
165 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
166
1672011-07-06 Kenichi Handa <handa@m17n.org>
168
169 * unidata/unidata-gen.el (unidata-dir): New variable.
170 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
171 (unidata-prop-alist): INDEX element may be a function. New
172 optional element VAL-LIST (for general-category and bidi-class).
173 New entry `mirroring'.
174 (unidata-prop-default, unidata-prop-val-list): New subst.
175 (unidata-get-character, unidata-put-character): Delete them.
176 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
177 above changes.
178 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
179 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
180 Delete them.
181 (unidata-encode-val): Assume that the first element of VAL-LIST is
182 a cons (nil . 0).
183 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
184 Always store the encoded value.
185 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
186 Set the 1st and the 2nd extra slots to index numbers for C
187 functions.
188 (unidata-gen-table-integer): Likewise.
189 (unidata-gen-table-numeric): Likewise.
190 (unidata-gen-table-name): New arg IGNORE.
191 (unidata-gen-table-decomposition): Likewise.
192 (unidata-describe-general-category): Add the case nil to the
193 description alist.
194 (unidata-gen-mirroring-list): New function.
195 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
196 unidata-prop-alist. Handle the case of storing multiple
197 char-tables in a file.
198
199 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
200 unidata-gen-files.
201
2022011-05-21 Glenn Morris <rgm@gnu.org>
203
204 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
205
2062011-03-07 Chong Yidong <cyd@stupidchicken.com>
207
208 * Version 23.3 released.
209
2102011-02-23 Juanma Barranquero <lekktu@gmail.com>
211
212 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
213
2142011-02-19 Eli Zaretskii <eliz@gnu.org>
215
216 * admin.el (set-version): Add msdos/sed2v2.inp.
217
2182011-02-16 Paul Eggert <eggert@cs.ucla.edu>
219
220 Remove no-longer needed getloadavg symbols.
221 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
222 (LDAV_SYMBOL): Remove.
223
2242011-02-12 Glenn Morris <rgm@gnu.org>
225
226 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
227
2282011-02-05 Glenn Morris <rgm@gnu.org>
229
230 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
231 (bzrmerge-apply): Use it.
232 (bzrmerge): Kill any old warning buffer first.
233
2342011-02-03 Glenn Morris <rgm@gnu.org>
235
236 * bzrmerge.el (bzrmerge-buffer): New constant.
237 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
238 (bzrmerge-missing): If nothing to do, return nil not (nil).
239 (bzrmerge-apply): Remove odd character from message.
240 (bzrmerge): Give status messages.
241
2422011-01-31 Eli Zaretskii <eliz@gnu.org>
243
244 * admin.el (set-version): Remove lib-src/makefile.w32-in.
245 Add nt/config.nt.
246
2472011-01-31 Paul Eggert <eggert@cs.ucla.edu>
248
249 src/emacs.c now gets version number from configure.in
250 * admin.el (set-version): Don't update src/emacs.c.
251 * quick-install-emacs (VERSION): Get it from configure.in, not from
252 src/emacs.c.
253
2542011-01-30 Paul Eggert <eggert@cs.ucla.edu>
255
256 strftime: import from gnulib
257 * notes/copyright: strftime.c moved from src to lib.
258
2592011-01-25 Glenn Morris <rgm@gnu.org>
260
261 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
262 (bzrmerge-missing): Use it.
263
2642011-01-19 Paul Eggert <eggert@cs.ucla.edu>
265
266 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
267 rather than doing rm and autoconf by hand. See
268 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
269
2702011-01-17 Paul Eggert <eggert@cs.ucla.edu>
271
272 * notes/bzr (Installing changes from gnulib): New section.
273 Need for this suggested by Stefan Monnier.
274
2752011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
278 an inconsistent state.
279
2802011-01-17 Paul Eggert <eggert@cs.ucla.edu>
281
282 Update copyright notes to match recent gnulib-related changes.
283 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
284 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
285 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
286 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
287 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
288 subsumed by m4/*.m4 rule). config.guess, config.sub, and
289 doc/man/texinfo.tex are now copied in from gnulib.
290
2912011-01-15 Glenn Morris <rgm@gnu.org>
292
293 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
294
295 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
296 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
297
2982011-01-14 Glenn Morris <rgm@gnu.org>
299
300 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
301
3022011-01-14 Glenn Morris <rgm@gnu.org>
303
304 * bzrmerge.el: Require cl when compiling.
305 (bzrmerge-merges): Doc fix.
306
3072011-01-07 Paul Eggert <eggert@cs.ucla.edu>
308
309 * notes/copyright: There's only one install-sh, not two, so fix a
310 typo claiming that there's two. Add move-if-change to the list of
311 GPL files imported from gnulib.
312
3132011-01-07 Paul Eggert <eggert@cs.ucla.edu>
314
315 * notes/copyright: Report status more accurately for non-GPL files.
316 Report copyright status more accurately for mkinstalldirs,
317 configure, m4/getopt.m4, and msdos/sed*.inp.
318
3192011-01-02 Eli Zaretskii <eliz@gnu.org>
320
321 * nt/README.W32: Update the information about PNG support libraries.
322 (Bug#7716)
323
3242010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * bzrmerge.el: New file to help merge branches while skipping
327 some revisions (e.g. from emacs-23 to trunk).
328
3292010-12-03 Andreas Schwab <schwab@linux-m68k.org>
330
331 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
332
3332010-10-12 Glenn Morris <rgm@gnu.org>
334
335 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
336
3372010-10-09 Glenn Morris <rgm@gnu.org>
338
339 * admin.el (set-version): Add doc/emacs/emacsver.texi.
340
3412010-10-09 Glenn Morris <rgm@gnu.org>
342
343 * admin.el (set-version): No need to act on doc/ files any more.
344
345 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
346
3472010-09-05 Juanma Barranquero <lekktu@gmail.com>
348
349 * unidata/BidiMirroring.txt: Update from
350 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
351
352 * unidata/UnicodeData.txt: Update from
353 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
354
3552010-08-09 Andreas Schwab <schwab@linux-m68k.org>
356
357 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
358
3592010-08-05 Eli Zaretskii <eliz@gnu.org>
360
361 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
362
3632010-07-24 Christoph Scholtes <cschol2112@gmail.com>
364
365 * admin.el: Write version number to nt/makefile.w32-in.
366 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
367 in the nt/ directory.
368 * nt/README.W32: Relocate to nt/ directory.
369
3702010-07-11 Andreas Schwab <schwab@linux-m68k.org>
371
372 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
373
3742010-07-08 Eli Zaretskii <eliz@gnu.org>
375
376 * MAINTAINERS: Update my responsibilities.
377
3782010-07-07 Andreas Schwab <schwab@linux-m68k.org>
379
380 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
381 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
382 Remove.
383
3842010-06-12 Eli Zaretskii <eliz@gnu.org>
385
386 * unidata/bidimirror.awk: New file.
387
388 * unidata/BidiMirroring.txt: New file from
389 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
390
391 * unidata/Makefile.in (../../src/bidimirror.h): New target.
392 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
393
394 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
395 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
396
397 * unidata/biditype.awk: New file.
398
399 * unidata/Makefile.in (../../src/biditype.h): New target.
400
401 * unidata/makefile.w32-in (../../src/biditype.h): New target.
402
4032010-06-09 Juanma Barranquero <lekktu@gmail.com>
404
405 * unidata/UnicodeData.txt: Update from
406 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
407
4082010-05-27 Glenn Morris <rgm@gnu.org>
409
410 * quick-install-emacs (AVOID): No more Makefile.c files.
411
412 * notes/cpp: Remove file.
413
4142010-05-15 Ken Raeburn <raeburn@raeburn.org>
415
416 * admin.el (set-version, set-copyright): Update emacs.c instead of
417 version.el.
418
419 * make-tarball.txt: Update filename list in step 6.
420
421 * quick-install-emacs: Scan emacs.c instead of version.el for
422 version string.
423
4242010-05-07 Chong Yidong <cyd@stupidchicken.com>
425
426 * Version 23.2 released.
427
4282010-04-01 Eli Zaretskii <eliz@gnu.org>
429
430 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
431
4322010-03-10 Chong Yidong <cyd@stupidchicken.com>
433
434 * Branch for 23.2.
435
4362010-03-10 Miles Bader <miles@gnu.org>
437
438 * quick-install-emacs: Use more portable shell syntax.
439
440 * quick-install-emacs (AVOID): Be more picky about files we avoid
441 installing.
442
4432010-02-14 Juanma Barranquero <lekktu@gmail.com>
444
445 * quick-install-emacs (PRUNED): Fix typo in message.
446
4472010-01-20 Glenn Morris <rgm@gnu.org>
448
449 * revdiff: Remove file that only works with CVS, and isn't really
450 needed with Bazaar (given the in-built revision options of bzr diff).
451
4522010-01-12 Glenn Morris <rgm@gnu.org>
453
454 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
455 than emacs-pretest-bug for bug reports for development versions.
456
4572009-11-06 Kenichi Handa <handa@m17n.org>
458
459 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
460 that the block data and the following per-char data fall into the
461 same char-table leaf.
462
4632009-10-01 Juanma Barranquero <lekktu@gmail.com>
464
465 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
466
4672009-09-07 Juanma Barranquero <lekktu@gmail.com>
468
469 * unidata/.gitignore: New file.
470
4712009-08-22 Eli Zaretskii <eliz@gnu.org>
472
473 * notes/bugtracker: How to reassign a bug to a list of packages.
474
475 * notes/newfile: Details of how to check for problems with DOS 8+3
476 file-name restrictions.
477
4782009-08-18 Glenn Morris <rgm@gnu.org>
479
480 * notes/newfile: New file.
481
4822009-07-11 Eli Zaretskii <eliz@gnu.org>
483
484 * make-tarball.txt: Add a note about bumping the value of
485 customize-changed-options-previous-release.
486
4872009-06-24 Kenichi Handa <handa@m17n.org>
488
489 * charsets/mapconv: For the Unicode format files, do reverse sort
490 and don't compact the map. This is to prefer the first one in the
491 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
492
4932009-06-12 Kenichi Handa <handa@m17n.org>
494
495 * charsets/Makefile (JISX213A.map): Make it depend on
496 mapfiles/JISX213A.map.gz.
497 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
498
499 * charsets/mapfiles/JISX213A.map.gz: New file.
500
501 * charsets/mapfiles/README: Describe JISX213A.map.gz.
502
5032009-06-12 Kenichi Handa <handa@m17n.org>
504
505 * charsets/mapfiles/*: New files.
506
507 * charsets/mule-charsets.el: Mostly re-written to generate all
508 MULE-*.map files.
509
510 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
511 files.
512
513 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
514 EUC-JP-MS.
515
516 * charsets/cp51932.awk (END): Print arch-tag at the tail.
517
518 * charsets/Makefile: Maps depend on files under mapfiles or
519 ${GLIBC_CHARMAPS}.
520
5212009-04-21 Kenichi Handa <handa@m17n.org>
522
523 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
524 change.
525
5262009-04-17 Kenichi Handa <handa@m17n.org>
527
528 * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
529 Hangle decomposition rule to Unicode.
530
5312009-04-09 Kenichi Handa <handa@m17n.org>
532
533 * unidata/unidata-gen.el (unidata-describe-decomposition): Return
534 a string with a composition property to disable combining
535 characters being composed.
536
5372009-03-11 Miles Bader <miles@gnu.org>
538
539 * quick-install-emacs: Be more clever about locating info directory.
540
5412009-02-24 Juanma Barranquero <lekktu@gmail.com>
542
543 * nt/README.W32: Fix typos.
544
5452009-02-23 Jason Rumney <jasonr@gnu.org>
546
547 * nt/README-ftp-server: Update for 23.0.91
548
549 * nt/README.W32: Remove ever expanding versions of Windows.
550 Shorten FAQ URL. Remove mention of obsolete lock directory.
551 Windows distribution now bin and barebin only. Add note about
552 SVG support. Remove old tar and gzip problem workarounds.
553 Use new (22.x) -Q option. Report all bugs through bug tracker.
554
555 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
556 undumped distribution no longer exists.
557
5582009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
559
560 * nt/README.W32: Fix typo. (Bug#2207)
561
5622009-02-01 Chong Yidong <cyd@stupidchicken.com>
563
564 * admin.el (set-version): Remove deleted file ns-emacs.texi.
565
5662008-12-02 Kenichi Handa <handa@m17n.org>
567
568 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
569 `decomposition' property adjusted.
570 (unidata-split-decomposition): Don't include surrounding "<" and
571 ">" in a symbol name.
572
5732008-12-01 Kenichi Handa <handa@m17n.org>
574
575 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
576 property generator to unidata-gen-table-numeric. Docstring adjusted.
577 (unidata-get-numeric, unidata-put-numeric)
578 (unidata-gen-table-numeric): New functions.
579 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
580
5812008-11-29 Eli Zaretskii <eliz@gnu.org>
582
583 * notes/documentation: Add notes about Antinews.
584
5852008-10-23 Glenn Morris <rgm@gnu.org>
586
587 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
588 Add/tweak some nextstep/ entries.
589
5902008-09-19 Kenichi Handa <handa@m17n.org>
591
592 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
593 positions.
594
5952008-08-23 Eli Zaretskii <eliz@gnu.org>
596
597 * CPP-DEFINES: Add USER_FULL_NAME.
598
5992008-08-16 Jason Rumney <jasonr@gnu.org>
600
601 * admin.el (set-version): Set version in nt/emacsclient.rc.
602
6032008-08-06 Juanma Barranquero <lekktu@gmail.com>
604
605 * nt/dump.bat: Fix mixed EOLs.
606
6072008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
608
609 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
610
6112008-08-02 Eli Zaretskii <eliz@gnu.org>
612
613 * CPP-DEFINES: Add defines for accessing system processes.
614
6152008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
616
617 * make-tarball.txt:
618 * admin.el:
619 * FOR-RELEASE:
620 * CPP-DEFINES: Remove mentions of Mac Carbon.
621
6222008-07-16 Glenn Morris <rgm@gnu.org>
623
624 * admin.el (set-version, set-copyright): Add nextstep/ files.
625
6262008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
627
628 * CPP-DEFINES: Add NS port related defines.
629
6302008-06-16 Glenn Morris <rgm@gnu.org>
631
632 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
633 doc/lispref/book-spine.texinfo.
634
6352008-06-15 Glenn Morris <rgm@gnu.org>
636
637 * admin.el (set-version): Add doc/misc/faq.texi.
638
6392008-05-22 Juanma Barranquero <lekktu@gmail.com>
640
641 * FOR-RELEASE: Remove Windows problem about the XPM image library
642 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
643
6442008-04-15 Juanma Barranquero <lekktu@gmail.com>
645
646 * unidata/UnicodeData.txt: Update to Unicode 5.1.
647
6482008-04-14 Juanma Barranquero <lekktu@gmail.com>
649
650 * unidata/unidata-gen.el (unidata-prop-alist):
651 Fix typo in description of `numeric-value'.
652 (unidata-put-character): Fix typo in error message.
653
6542008-02-21 Glenn Morris <rgm@gnu.org>
655
656 * notes/unicode, notes/font-backend: New files, split off from
657 README.unicode.
658
6592008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
660
661 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
662 being used in latin1-disp.el. Remove the problem of
663 cp-supported-codepages. Remove the problem of lost changelog for
664 ps-prin1.ps.
665
6662008-02-16 Eli Zaretskii <eliz@gnu.org>
667
668 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
669 non-portable in this context.
670
671 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
672 non-portable in this context.
673
6742008-02-09 Eli Zaretskii <eliz@gnu.org>
675
676 * unidata/makefile.w32-in (lisp): New variable.
677 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
678 lisp/emacs-lisp.
679
6802008-02-04 Jason Rumney <jasonr@gnu.org>
681
682 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
683
6842008-02-02 Juanma Barranquero <lekktu@gmail.com>
685
686 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
687
6882008-02-02 Eli Zaretskii <eliz@gnu.org>
689
690 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
691
692 * unidata/Makefile.in: Rename from Makefile.
693
694 * unidata/makefile.w32-in: New file.
695
6962008-02-02 Jason Rumney <jasonr@gnu.org>
697
698 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
699
7002008-02-01 Kenichi Handa <handa@m17n.org>
701
702 * unidata/copyright.html: New file.
703
7042008-02-01 Kenichi Handa <handa@m17n.org>
705
706 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
707 decomposition, if T is the same as TBase, don't include it in the
708 returned list.
709
7102008-02-01 Kenichi Handa <handa@m17n.org>
711
712 * unidata/unidata-gen.el (unidata-text-file): Delete it.
713 (unidata-list): Initialize to nil.
714 (unidata-setup-list): New function.
715 (unidata-gen-files): New optional arg unidata-text-file.
716 If it's nil, set unidata-text-file to the left command line arg.
717 Call unidate-setup-list at first.
718
719 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
720 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
721
7222008-02-01 Kenichi Handa <handa@m17n.org>
723
724 * unidata/unidata-gen.el: Fix comment typo.
725 Change string-to-int to string-to-number.
726 (unidata-text-file): Define to .../unidata.txt.
727 (unidata-list): Just insert unidata-text-file.
728 (unidata-get-decomposition): Handle Hangul decomposition.
729 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
730
731 * unidata/Makefile (unidata.txt): New target.
732 (charprop.el): Depends on unidata.txt.
733 (clean): Remove unidata.txt.
734
7352008-02-01 Kenichi Handa <handa@m17n.org>
736
737 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
738 (unidata-get-name): Handle U+110B.
739
7402008-02-01 Kenichi Handa <handa@m17n.org>
741
742 Sub-directory `unidata' is for codes to generate charprop.el and
743 many other uni-*.el files from `UnicodeData.txt'.
744
745 * Unidata/README: New file.
746
747 * unidata/Makefile: New file.
748
749 * unidata/unidata-gen.el: New file.
750
751 * unidata/UnicodeData.txt: New file. Copied from
752 http://www.unicode.org on 2006-05-23.
753
754 * unidata/.cvsignore: New file.
755
7562008-02-01 Kenichi Handa <handa@m17n.org>
757
758 * charsets/.cvsignore: New file.
759
760 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
761
762 * charsets/Makefile (all): Rename target from charsets.
763 Depend on ${TRANS_TABLE}.
764 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
765 Generate from cns2ucsdkw.txt.
766 (install): Copy updated files only.
767
7682008-02-02 Kenichi Handa <handa@m17n.org>
769
770 * charsets/cp932.awk: Append user-defined area of CP932.
771
7722008-02-02 Kenichi Handa <handa@m17n.org>
773
774 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
775 0x2299 to 0x29BF.
776
7772008-02-01 Kenichi Handa <handa@m17n.org>
778
779 * charsets/Makefile (TRANS_TABLE): New macro.
780 (JISX0208.map): Convert 0x2015 to 0x2014.
781 (cp51932.el): New target.
782 (eucjp-ms.el): New target.
783 (install): Include ${TRANS_TABLE}.
784 (CJK): Include JISX213A.map.
785 (JISX213A.map): New target.
786
787 * charsets/eucjp-ms.awk: New file.
788
789 * charsets/cp51932.awk: New file.
790
7912008-02-01 Kenichi Handa <handa@m17n.org>
792
793 * charsets/cp932.awk: New file.
794
795 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
796
797 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
798 running an awk program.
799
8002008-02-01 Kenichi Handa <handa@m17n.org>
801
802 * charsets/mapconv: Handle UNICODE2.
803
804 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
805 (CP932-2BYTE.map): New target.
806
8072008-02-01 Kenichi Handa <handa@m17n.org>
808
809 * charsets: New directory for scripts to generate charset map
810 files in ../etc/charsets/.
811
812 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
813 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
814 * charsets/kuten.awk: New files.
815
8162008-01-08 Glenn Morris <rgm@gnu.org>
817
818 * admin.el (set-version): Add doc/man/emacs.1.
819
8202008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
821
822 * notes/copyright:
823 * MAINTAINERS: Remove references to files that have been removed.
824
8252008-01-04 Glenn Morris <rgm@gnu.org>
826
827 * admin.el (set-copyright): Add lib-src/ebrowse.c.
828
8292007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * CPP-DEFINES: New file.
832
8332007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
834
835 * FOR-RELEASE: Remove "window-system in face definition" [of
836 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
837 on gnus-dired.el.
838
8392007-12-05 Glenn Morris <rgm@gnu.org>
840
841 * admin.el (set-version): Handle configure.in. Adapt for doc/
842 directory layout for manuals.
843
8442007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
845
846 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
847 been fixed in Gnus CVS but have not yet been synched to Emacs.
848
8492007-11-17 Glenn Morris <rgm@gnu.org>
850
851 * admin.el (process-lines): Move to ../lisp/subr.el.
852
8532007-10-23 Glenn Morris <rgm@gnu.org>
854
855 * MAINTAINERS: Move here from ../.
856
8572007-10-17 Juanma Barranquero <lekktu@gmail.com>
858
859 * make-emacs: Doc fix.
860
8612007-08-28 Glenn Morris <rgm@gnu.org>
862
863 * admin.el: Provide self.
864
8652007-08-10 Jan Djärv <jan.h.d@swipnet.se>
866
867 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
868
8692007-07-25 Glenn Morris <rgm@gnu.org>
870
871 * Relicense all FSF files to GPLv3 or later.
872
8732007-06-07 Glenn Morris <rgm@gnu.org>
874
875 * admin.el (set-copyright): New function.
876
8772007-04-25 Nick Roberts <nickrob@snap.net.nz>
878
879 * make-tarball.txt: Add note about cutting the branch.
880
8812007-06-02 Chong Yidong <cyd@stupidchicken.com>
882
883 * Version 22.1 released.
884
8852007-02-03 Eli Zaretskii <eliz@gnu.org>
886
887 * nt/makedist.bat: Change EOL format to DOS. Don't use
888 redirection characters in REM lines.
889
8902007-01-27 Jan Djärv <jan.h.d@swipnet.se>
891
892 * FOR-RELEASE: Removed Gtk/Xft issue.
893
8942007-01-01 Miles Bader <miles@gnu.org>
895
896 * quick-install-emacs (get_config_var): Deal with weird magic
897 string inserted by recent versions of autoconf.
898
8992006-11-25 Juanma Barranquero <lekktu@gmail.com>
900
901 * admin.el (set-version): Set version number in
902 lib-src/makefile.w32-in.
903
9042006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
905
906 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
907 due to a local miss-configuration.
908
9092006-10-28 Chong Yidong <cyd@stupidchicken.com>
910
911 * make-announcement (OLD): Remove LEIM references in announcement
912 since it is now built-in.
913
9142006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
915
916 * admin.el (set-version): Set version numbers in "mac" subdirectory.
917
9182006-10-03 Kenichi Handa <handa@m17n.org>
919
920 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
921
9222006-08-13 Chong Yidong <cyd@stupidchicken.com>
923
924 * FOR-RELEASE: Elisp manual checking completed.
925
9262006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
927
928 * FOR-RELEASE: Update refcard section.
929
9302006-07-14 Kim F. Storm <storm@cua.dk>
931
932 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
933
9342006-07-09 Kim F. Storm <storm@cua.dk>
935
936 * README: Use outline format. Add FOR-RELEASE.
937
9382006-06-27 Chong Yidong <cyd@stupidchicken.com>
939
940 * FOR-RELEASE: Checking of info.texi done.
941
9422006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
943
944 * FOR-RELEASE: Update refcard section.
945
9462006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
947
948 * FOR-RELEASE: Update refcard section.
949
9502006-05-25 Chong Yidong <cyd@stupidchicken.com>
951
952 * FOR-RELEASE: Key sequence elisp node done.
953
9542006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
955
956 * FOR-RELEASE: Update refcard translations. Add coding cookie.
957
9582006-05-21 Chong Yidong <cyd@mit.edu>
959
960 * FOR-RELEASE: point-entered /point-left bug fixed.
961
9622006-05-12 Eli Zaretskii <eliz@gnu.org>
963
964 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
965 entry.
966
9672006-05-06 Bill Wohler <wohler@newt.com>
968
969 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
970 about it.
971
9722006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
973
974 * ./* (Copyright): Updated Copyright year(s).
975
9762006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
977
978 * FOR-RELEASE (BUGS): Add URLs/MIDs.
979
9802006-02-20 Kim F. Storm <storm@cua.dk>
981
982 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
983 Rework how fringe bitmaps are defined and used.
984 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
985 one-level representation. It would be cleaner to split the
986 representation into a two-level model where first level maps
987 bitmap usage to a bitmap name, and second level maps bitmap name to
988 a bitmap appearance.
989
9902006-01-27 Chong Yidong <cyd@stupidchicken.com>
991
992 * FOR-RELEASE: String allocation bugs fixed.
993
9942005-12-13 Bill Wohler <wohler@newt.com>
995
996 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
997
9982005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
999
1000 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1001 completing-read-multiple, mail-extract-address-components,
1002 mail-mode, quail-define-package, save-buffer and
1003 ucs-set-table-for-input from doc strings item (Done).
1004
10052005-11-28 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1008
10092005-11-11 Kim F. Storm <storm@cua.dk>
1010
1011 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1012 when displaying a non-breaking space in an overlay string.
1013
10142005-10-30 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * FOR-RELEASE: Init file change implemented.
1017
10182005-10-27 Chong Yidong <cyd@stupidchicken.com>
1019
1020 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1021
10222005-10-19 Chong Yidong <cyd@stupidchicken.com>
1023
1024 * FOR-RELEASE (New features): max-image-size implemented.
1025 (Bugs): split-window done, by Kim F. Storm.
1026
10272005-10-17 Bill Wohler <wohler@newt.com>
1028
1029 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
1030 since it's gone. Also marked mh-e as done.
1031
10322005-10-11 Juanma Barranquero <lekktu@gmail.com>
1033
1034 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1035 libraries on Windows (Done).
1036
10372005-10-01 Jason Rumney <jasonr@gnu.org>
1038
1039 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1040
10412005-08-31 Romain Francoise <romain@orebokech.com>
1042
1043 * FOR-RELEASE (New features): Remove vhdl-mode.el update
1044 item (Done).
1045
10462005-08-27 Romain Francoise <romain@orebokech.com>
1047
1048 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1049
10502005-07-04 Lute Kamstra <lute@gnu.org>
1051
1052 Update FSF's address in GPL notices.
1053
10542005-06-10 Lute Kamstra <lute@gnu.org>
1055
1056 * admin.el (set-version): Set version in lisp manual too.
1057 * make-tarball.txt: Commit lispref/elisp.texi too.
1058
10592005-06-04 Richard M. Stallman <rms@gnu.org>
1060
1061 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1062 Other cleanups.
1063
10642005-04-19 Lute Kamstra <lute@gnu.org>
1065
1066 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1067
10682005-04-14 Lute Kamstra <lute@gnu.org>
1069
1070 * nt/makedist.bat (elfiles): Update.
1071
1072 * admin.el (add-release-logs): Fix require call.
1073
10742005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1075
1076 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
1077 The first line of every tutorial must begin with a sentence saying
1078 "Emacs Tutorial" in the respective language. This should be
1079 followed by "See end for copying conditions", likewise in the
1080 respective language.
1081
10822005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1083
1084 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1085 Add `undo-ask-before-discard' to it.
1086
10872005-03-02 Miles Bader <miles@gnu.org>
1088
1089 * quick-install-emacs: Only use the mkdir --verbose option if the
1090 script's --verbose option was specified (this avoids problems with
1091 default usage on systems where mkdir doesn't support that option).
1092
10932005-02-15 Jason Rumney <jasonr@gnu.org>
1094
1095 * nt/makedist.bat: Do not rely on non-standard behavior of
1096 tar --exclude.
1097
10982004-11-02 Jan Djärv <jan.h.d@swipnet.se>
1099
1100 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1101
11022004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1103
1104 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1105 Elisp manuals.
1106
11072004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1108
1109 * FOR-RELEASE (Indications): Clean up and update checklists for
1110 Emacs and Elisp manuals.
1111
11122004-09-11 Kim F. Storm <storm@cua.dk>
1113
1114 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1115 (Documentation): Add NEWS entry.
1116 Add section lists for proof-reading Emacs and Lisp manuals.
1117
11182004-08-29 Kim F. Storm <storm@cua.dk>
1119
1120 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1121
11222004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1123
1124 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1125 (now behaves as well as other ports).
1126
11272004-06-28 Jan Djärv <jan.h.d@swipnet.se>
1128
1129 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1130
11312004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1132
1133 * FOR-RELEASE: Moved here from the etc directory.
1134
11352004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1136
1137 * notes/BRANCH: New file, to be maintained per CVS branch.
1138
11392003-10-01 Miles Bader <miles@gnu.org>
1140
1141 * quick-install-emacs: Don't use "function" keyword when defining
1142 shell functions.
1143
11442003-09-29 Lute Kamstra <lute@gnu.org>
1145
1146 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1147
11482003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1149
1150 * quick-install-emacs: Remove fns-* pruning, since that file no
1151 longer seems to be generated.
1152 (AVOID): Quote literal periods. Quote braces in a way acceptable
1153 to all parties (gawk gets bitchy about using `\').
1154
11552003-08-19 Miles Bader <miles@gnu.org>
1156
1157 * quick-install-emacs: Add arch-specific ignored files to
1158 quick-install-emacs. Use quoting for periods that's acceptable
1159 to recent versions of gawk.
1160
11612003-08-11 Markus Rost <rost@math.ohio-state.edu>
1162
1163 * cus-test.el: Remove obsolete workaround.
1164
11652003-04-22 Andrew Innes <andrewi@gnu.org>
1166
1167 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1168 emacs.exe before zipping, and including batch file to recreate
1169 after unpacking.
1170
1171 * nt/stitch.bat: New file.
1172
1173 * nt/README-ftp-server: Update wording and version number etc.
1174 Add extra instructions for installing multi-file .zip
1175 distribution.
1176
1177 * nt/README.W32: Remove personal email address and update wording.
1178
1179 * nt/README-UNDUMP.W32: Remove personal email address and update
1180 wording.
1181
11822003-02-10 Francesco Potortì <pot@gnu.org>
1183
1184 * make-changelog-diff: New script, code stolen from make-announcement.
1185
1186 * make-announcement: Use make-changelog-diff.
1187
11882003-01-20 Francesco Potortì <pot@gnu.org>
1189
1190 * make-tarball.txt: Step-by-step instructions for making a tarball.
1191
1192 * make-announcement: A script for creating pretest announcements.
1193
11942003-01-17 Francesco Potortì <pot@gnu.org>
1195
1196 * admin.el (add-release-logs): Expand the directory name before
1197 calling find(1).
1198 (add-release-logs): Use the same methods as add-log.el for writing
1199 the date and the user's name and address.
1200
12012003-01-07 Miles Bader <miles@gnu.org>
1202
1203 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1204 command output from non-C locales.
1205
12062002-10-16 Markus Rost <rost@math.ohio-state.edu>
1207
1208 * cus-test.el: Extended and reorganized. There are now 4 tests
1209 which can be run in batch mode. See the Commentary section.
1210
12112002-10-08 Markus Rost <rost@math.ohio-state.edu>
1212
1213 * cus-test.el: New file.
1214
12152002-05-27 Miles Bader <miles@gnu.org>
1216
1217 * quick-install-emacs (VERSION): Calculate using the same method
1218 that configure.in uses.
1219
12202002-04-26 Pavel Janík <Pavel@Janik.cz>
1221
1222 * emacs-pretesters: New file with information for Emacs
1223 pretesters.
1224
12252002-03-22 Paul Eggert <eggert@twinsun.com>
1226
1227 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1228 POSIX 1003.1-2001 disallows both usages.
1229
12302002-02-11 Andrew Innes <andrewi@gnu.org>
1231
1232 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1233
12342002-01-24 Andrew Innes <andrewi@gnu.org>
1235
1236 * nt/README.W32: Remove unnecessary version number and date
1237 references.
1238
1239 * nt/README-UNDUMP.W32: Ditto.
1240
12412001-12-06 Gerd Moellmann <gerd@gnu.org>
1242
1243 * make-emacs: Add --trace-move.
1244
12452001-10-23 Andrew Innes <andrewi@gnu.org>
1246
1247 * nt/makedist.bat: Remove remaining obsolete reference to
1248 GETTING.GNU.SOFTWARE.
1249
12502001-10-22 Gerd Moellmann <gerd@gnu.org>
1251
1252 * admin.el (set-version): Use `s' interactive spec for
1253 version number.
1254
12552001-10-20 Gerd Moellmann <gerd@gnu.org>
1256
1257 * (Version 21.1 released.)
1258
12592001-10-20 Gerd Moellmann <gerd@gnu.org>
1260
1261 * admin.el (add-release-logs): Put the log entry in lispref, too.
1262
12632001-10-20 Miles Bader <miles@gnu.org>
1264
1265 * quick-install-emacs: Exit if we can't find some variable.
1266 (AVOID): Add .orig & .rej files.
1267 (get_config_var): Be more liberal about format of config.status
1268 sed commands.
1269
12702001-10-19 Gerd Moellmann <gerd@gnu.org>
1271
1272 * admin.el: New file.
1273
1274 * build-configs: Add --help option. Add support for building
1275 in arbitrary source trees.
1276
12772001-10-17 Gerd Moellmann <gerd@gnu.org>
1278
1279 * alloc-colors.c: New file.
1280
12812001-10-13 Gerd Moellmann <gerd@gnu.org>
1282
1283 * make-emacs: Add --boot switch for bootstrapping. Logs to
1284 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1285
12862001-10-05 Gerd Moellmann <gerd@gnu.org>
1287
1288 * Branch for 21.1.
1289
12902001-09-04 Andrew Innes <andrewi@gnu.org>
1291
1292 * admin/nt/makedist.bat: Remove reference to obsolete file
1293 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1294 version of tar used.
1295
1296;; Local Variables:
1297;; coding: utf-8
1298;; End:
1299
1300 Copyright (C) 2001-2012 Free Software Foundation, Inc.
1301
1302 This file is part of GNU Emacs.
1303
1304 GNU Emacs is free software: you can redistribute it and/or modify
1305 it under the terms of the GNU General Public License as published by
1306 the Free Software Foundation, either version 3 of the License, or
1307 (at your option) any later version.
1308
1309 GNU Emacs is distributed in the hope that it will be useful,
1310 but WITHOUT ANY WARRANTY; without even the implied warranty of
1311 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1312 GNU General Public License for more details.
1313
1314 You should have received a copy of the GNU General Public License
1315 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.