Fix data-loss with --batch.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
7ccfb720
PE
12012-11-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix data-loss with --batch (Bug#9574).
4 * merge-gnulib (GNULIB_MODULES): Add close-stream.
5
f5772b8e
KH
62012-10-12 Kenichi Handa <handa@gnu.org>
7
8 * charsets/Makefile (JISC6226.map): Add missing mappings.
9
cde44a77
KH
102012-10-11 Kenichi Handa <handa@gnu.org>
11
12 * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
13 mapfiles/*.
14
15 * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
16
17 * charsets/Makefile: Be sure to call mapconv script of the current
18 directory. Adjusted for the change of mapfiles/*.gz to
19 mapfiles/*.
20 (SED_SCRIPT): New variable.
21 (jisx2131-filter): New target.
22 (JISX2131.map): Use jisx2131-filter to filter out characters added
23 for the 2004 year version.
24 (clear): Remove ${SED_SCRIPT} too.
25
26 * charsets/mapfiles/MULE-ethiopic.map,
27 charsets/mapfiles/MULE-ipa.map,
28 charsets/mapfiles/MULE-is13194.map,
29 charsets/mapfiles/MULE-lviscii.map,
30 charsets/mapfiles/MULE-sisheng.map,
31 charsets/mapfiles/MULE-tibetan.map,
32 charsets/mapfiles/MULE-uviscii.map: Fix typo.
33
2c35bdbb
GM
342012-10-09 Glenn Morris <rgm@gnu.org>
35
36 * admin.el (cusver-scan-cus-start): New function.
37 (cusver-check): Scan old cus-start.el.
38
5407f8d2
GM
392012-10-07 Glenn Morris <rgm@gnu.org>
40
41 * admin.el (cusver-new-version): Set default.
42 (cusver-check): Improve interactive argument reading.
43
1a316a53
GM
442012-10-06 Glenn Morris <rgm@gnu.org>
45
46 * admin.el (cusver-new-version): New variable.
47 (cusver-scan): Check if containing group has a :version.
48 (cusver-check): Add VERSION argument.
49
9414dd8d
CY
502012-10-01 David Engster <deng@randomsample.de>
51
52 * grammars/bovine-grammar.el:
53 * grammars/wisent-grammar.el: Move to lisp directory.
54
62a81506
CY
552012-10-01 David Engster <deng@randomsample.de>
56
57 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
58 Remove.
59 (bovine-grammar-expand-form): Test for emacs-major-version.
60
61 * grammars/c.by: Add EXPLICIT to keyword tokens.
62
63 * grammars/f90.by: Add %provide token.
64
65 * grammar/grammar.wy (semantic-grammar-lexer): Remove, since it
66 was copied to grammar.el. New %provide token to generate prefix
67 which conforms with Emacs conventions. Remove lexer definition,
68 which is now in grammar.el.
69
eec5fae2
GM
702012-09-27 Glenn Morris <rgm@gnu.org>
71
72 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
73
a615a3ae
PE
742012-09-27 Paul Eggert <eggert@cs.ucla.edu>
75
76 Check more robustly for timer_settime.
77 * merge-gnulib (GNULIB_MODULES): Add timer-time.
78
e3b60857
JB
792012-09-26 Juanma Barranquero <lekktu@gmail.com>
80
81 * unidata/BidiMirroring.txt:
82 * unidata/UnicodeData.txt: Update to Unicode 6.2.
83
78f83752
GM
842012-09-17 Glenn Morris <rgm@gnu.org>
85
dcddaabb
GM
86 * admin.el (add-log-time-format): Declare.
87
dcf8834b
GM
88 * admin.el (cusver-scan, cusver-check): Bind local variables.
89
90 * admin.el (set-version): Set major version in
91 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
92 (set-copyright): In etc/refcards, only change ru-refcard.tex
93 and emacsver.tex.
94
78f83752
GM
95 * admin.el (set-copyright): No more need to set copyrights for
96 nextstep, or .c files. Add configure.ac and config.nt.
97
0caaedb1
PE
982012-09-16 Paul Eggert <eggert@cs.ucla.edu>
99
100 Remove configure's --without-sync-input option (Bug#12450).
101 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
102
83da1b55
GM
1032012-09-16 Glenn Morris <rgm@gnu.org>
104
105 * admin.el (set-version): No more need to set nextstep versions.
106 (set-copyright): Update for moved nextstep files.
107
4a4bbad2
PE
1082012-09-13 Paul Eggert <eggert@cs.ucla.edu>
109
110 Simplify SIGIO usage (Bug#12408).
111 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
112 (BROKEN_SIGPTY, NO_TERMIO): Remove.
113
c990426a
PE
1142012-09-11 Paul Eggert <eggert@cs.ucla.edu>
115
116 Simplify, document, and port floating-point (Bug#12381).
117 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
118
f6196b87
PE
1192012-09-09 Paul Eggert <eggert@cs.ucla.edu>
120
121 Assume C89 or later for math functions (Bug#12381).
122 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
123 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
124
1088b922
PE
1252012-09-04 Paul Eggert <eggert@cs.ucla.edu>
126
127 Simplify redefinition of 'abort' (Bug#12316).
128 * CPP-DEFINES (NO_ABORT): Remove.
129
a3f90bea
GM
1302012-08-28 Glenn Morris <rgm@gnu.org>
131
132 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
133
01e0f0f5
AS
1342012-08-28 Andreas Schwab <schwab@linux-m68k.org>
135
136 * charsets/mule-charsets.el (header): Fix typo.
137
f4a681b0
PE
1382012-08-24 Paul Eggert <eggert@cs.ucla.edu>
139
140 On assertion failure, print backtrace if available.
141 * merge-gnulib (GNULIB_MODULES): Add execinfo.
142
620f13b0
PE
1432012-08-16 Paul Eggert <eggert@cs.ucla.edu>
144
145 Use ASCII tests for character types.
146 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
147 new direct dependency; c-ctype was already being used indirectly
148 via other gnulib modules.
149
f5d9e83a
PE
1502012-08-14 Paul Eggert <eggert@cs.ucla.edu>
151
152 Use bool for Emacs Lisp booleans.
153 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
154 new direct dependency; stdbool was already being used indirectly
155 via other gnulib modules.
156
9ff9402d 1572012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
158
159 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
160
c644523b
DA
1612012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
162
163 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
164
13294f95
PE
1652012-08-02 Paul Eggert <eggert@cs.ucla.edu>
166
167 Port to Solaris 8.
168 * CPP-DEFINES (WRETCODE): Remove.
169
d8a05828
DA
1702012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
171
172 * coccinelle/overlay.cocci: Semantic patch to replace direct
173 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
174
8271d590
DA
1752012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
176
177 * coccinelle/symbol.cocci: Semantic patch to replace direct
178 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
179
3193acd2
DA
1802012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
181
182 * coccinelle/process.cocci: Semantic patch to replace direct
183 access to Lisp_Object members of struct Lisp_Process to PVAR.
184
3a45383a
DA
1852012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
186
187 * coccinelle/window.cocci: Semantic patch to replace direct
188 access to Lisp_Object members of struct window to WVAR.
189
e34f7f79
DA
1902012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
191
192 * coccinelle/frame.cocci: Semantic patch to replace direct
193 access to Lisp_Object members of struct frame to FVAR.
194
e32a5799
PE
1952012-07-28 Paul Eggert <eggert@cs.ucla.edu>
196
197 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
198 * merge-gnulib: Add environ, stdalign.
199
d7ea76b4
DA
2002012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
201
202 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
203 make_unibyte_string to build_unibyte_string where appropriate.
204
4dc7c8d5 2052012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
206
207 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
208
4dc7c8d5 2092012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
210
211 * Version 24.1 released.
d7ea76b4 212
5ebbef1d
PE
2132012-07-11 Paul Eggert <eggert@cs.ucla.edu>
214
bb352260
PE
215 Assume mkdir, perror, rename, rmdir, strerror.
216 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
217 (HAVE_STRERROR, strerror):
57054ddd 218 Remove.
5ebbef1d 219
7d7bbefd
DA
2202012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
221
222 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
223 to XCDR and consistently use CONSP in the list iteration loops.
224 * coccinelle/vector_contents.cocci: Fix indentation.
225
f58e0fd5
SM
2262012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * bzrmerge.el: Use cl-lib.
229
c4444d16
PE
2302012-07-09 Paul Eggert <eggert@cs.ucla.edu>
231
232 Rename configure.in to configure.ac (Bug#11603).
233 * admin.el (set-version):
234 * quick-install-emacs (VERSION):
235 Get version number from configure.ac, not configure.in.
236
fee5959d
PE
2372012-07-06 Paul Eggert <eggert@cs.ucla.edu>
238
239 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
240 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
241
23f86fce
DA
2422012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
243
244 * coccinelle/xzalloc.cocci: Semantic patch to convert
245 calls to xmalloc with following memset to xzalloc.
246
95f61aa2
JB
2472012-07-04 Juanma Barranquero <lekktu@gmail.com>
248
249 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
250
1130ecfc
DA
2512012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
252
253 * coccinelle/build_string.cocci: Semantic patch
254 to convert from make_string to build_string.
255
3c9359df
DA
2562012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
257
258 First Coccinelle semantic patch.
259 * coccinelle: New subdirectory
260 * coccinelle/README: Documentation stub.
261 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
262 access to `contents' member of Lisp_Vector objects with AREF and ASET
263 where appropriate.
3c9359df 264
d35af63c
PE
2652012-06-22 Paul Eggert <eggert@cs.ucla.edu>
266
267 Support higher-resolution time stamps (Bug#9000).
268 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
269 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
270 timespec-sub, utimens.
271 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
272 This trims down the gnulib import, from the very latest gnulib.
273 Emacs does its own implementation of 'select' and 'sigprocmask'
274 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
275 hosts, so it doesn't need these modules.
276 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
277 these gnulib modules are only for Windows porting and Emacs ports
278 to Windows in a different way.
279
646b5f55
AS
2802012-06-13 Andreas Schwab <schwab@linux-m68k.org>
281
f58e0fd5
SM
282 * make-emacs: Rename --union-type to --check-lisp-type.
283 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
284 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
285 USE_LISP_UNION_TYPE.
286
418cd726
GM
2872012-06-03 Glenn Morris <rgm@gnu.org>
288
289 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
290
501390c5
PE
2912012-06-01 Paul Eggert <eggert@cs.ucla.edu>
292
293 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
294 * make-tarball.txt: Don't worry about maintainer mode.
295
0e7a053e
PE
2962012-05-28 Paul Eggert <eggert@cs.ucla.edu>
297
298 * CPP-DEFINES: Remove HAVE_SYSINFO.
299
50c4645e
PE
3002012-05-27 Paul Eggert <eggert@cs.ucla.edu>
301
302 Assume gnulib does largefile.
303 * merge-gnulib (GNULIB_MODULES): Add largefile.
304
34374650
PE
3052012-05-22 Paul Eggert <eggert@cs.ucla.edu>
306
307 Remove src/m/*.
308 * CPP-DEFINES: Do not mention src/m/*.h.
309 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
310 (BITS_PER_SHORT, BITS_PER_INT): Remove.
311 * MAINTAINERS: Remove src/m/.
312
9b4ee616
PE
3132012-05-21 Paul Eggert <eggert@cs.ucla.edu>
314
fb77d37e
PE
315 Use full name for m4/gnulib-comp.m4. (Bug#11529)
316 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
317
261cb4bb
PE
318 Assume C89 or later.
319 * CPP-DEFINES: Remove NULL, const.
320
9b4ee616
PE
321 Make merging from gnulib a script, not a makefile action.
322 * merge-gnulib: New script, with actions moved here from
323 ../Makefile.in.
324
003fdae2
PE
3252012-05-19 Paul Eggert <eggert@cs.ucla.edu>
326
9232a6d9
PE
327 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
328
003fdae2
PE
329 * CPP-DEFINES (HAVE_FTIME): Remove.
330
6116bd7e
GM
3312012-05-02 Glenn Morris <rgm@gnu.org>
332
333 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
334
a9f72fc1
GM
3352012-04-10 Glenn Morris <rgm@gnu.org>
336
c9279dad
GM
337 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
338
a9f72fc1
GM
339 * unidata/Makefile.in: Add FSF copyright.
340 Make it use autoconf features, and work for out-of-tree builds.
341
b142f158
EZ
3422012-04-07 Eli Zaretskii <eliz@gnu.org>
343
344 * unidata/README:
345 * unidata/copyright.html:
346 * unidata/BidiMirroring.txt:
347 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
348 the Unicode Standard.
349
c406be43
KH
3502012-02-16 Kenichi Handa <handa@m17n.org>
351
352 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
353 values of name and old-name to nil.
354 (unidata-get-name): Return nil for the default value.
355
58474503
GM
3562012-02-11 Glenn Morris <rgm@gnu.org>
357
358 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
359 (cusver-check): New functions.
360
54de86ac
GM
3612012-01-19 Glenn Morris <rgm@gnu.org>
362
363 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
364 "skip?" question, since there can be multiple such for any revision.
365
0dc18ae0
EZ
3662012-01-14 Eli Zaretskii <eliz@gnu.org>
367
368 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
369 updated and checked.
370
509c74bd
AS
3712011-11-26 Andreas Schwab <schwab@linux-m68k.org>
372
303d001f
AS
373 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
374 Avoid warning about old-style backquote.
375
509c74bd
AS
376 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
377 in regexp.
378 (wisent-make-parsers): Likewise. Quote `.'.
379
380 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
381 in regexp.
382 (bovine-make-parsers): Likewise. Quote `.'.
383
d5ff9cd0
AS
3842011-11-20 Andreas Schwab <schwab@linux-m68k.org>
385
386 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
387
7877f373
JB
3882011-11-16 Juanma Barranquero <lekktu@gmail.com>
389
390 * admin.el (manual-dvi): Fix typo.
391
b018182c
EZ
3922011-11-15 Eli Zaretskii <eliz@gnu.org>
393
7877f373 394 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 395
c7015153
JB
3962011-11-15 Juanma Barranquero <lekktu@gmail.com>
397
398 * make-emacs: Fix typo.
399
d31d07be
JB
4002011-11-07 Juanma Barranquero <lekktu@gmail.com>
401
402 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
403
72b8747b
DE
4042011-10-31 David Engster <deng@randomsample.de>
405
406 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
407
8cedc5ac
EZ
4082011-10-28 Eli Zaretskii <eliz@gnu.org>
409
410 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
411 running Emacs on Windows 9X.
412
a0c64452
CY
4132011-09-26 Chong Yidong <cyd@stupidchicken.com>
414
415 * admin.el (set-version): Fix regexps for config.nt and
416 sed2v2.inp.
417
e39b275c 4182011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 419
abec06ff 420 Merge from gnulib (Bug#9169).
24e0f6b1
PE
421 * notes/copyright: The files compile, config.guess, config.sub,
422 depcomp, install-sh, missing, and move-if-change are now in the
423 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
424 and warn-on-use.h are now in build-aux/snippets. New file
425 build-aux/snippets/_Noreturn.h.
426
bca633fb
EZ
4272011-08-23 Eli Zaretskii <eliz@gnu.org>
428
429 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
430 values of bidi-class according to DerivedBidiClass.txt from the
431 latest UCD.
432
0902a04e
KH
4332011-08-23 Kenichi Handa <handa@m17n.org>
434
435 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
436 values for name, general-category, canonical-combining-class,
437 mirrored, and bidi-class. Describe the meaning of value nil for
438 decimal-digit-value, digit-value, numeric-value, uppercase,
439 lowercase, titlecase, and mirroring.
440 (unidata-gen-table): Handle the case that default-value is a
441 list. Set default values of characters not listed in a table.
442 (unidata-get-name): Return an empty string if a value in a
443 char-table is nil.
444 (unidata-get-decomposition): Return a list of character itself if
445 a value in a char-table is nil.
446
474a8465
EZ
4472011-08-15 Eli Zaretskii <eliz@gnu.org>
448
449 * unidata/bidimirror.awk: File removed.
450
451 * unidata/biditype.awk: File removed.
452
453 * unidata/makefile.w32-in (all): Remove src/biditype.h and
454 src/bidimirror.h.
f58e0fd5 455 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
456
457 * unidata/Makefile.in (all): Remove src/biditype.h and
458 src/bidimirror.h.
f58e0fd5 459 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 460
a5b436df
JB
4612011-07-07 Juanma Barranquero <lekktu@gmail.com>
462
463 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
464 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
465
c805dec0
KH
4662011-07-06 Kenichi Handa <handa@m17n.org>
467
468 * unidata/unidata-gen.el (unidata-dir): New variable.
469 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
470 (unidata-prop-alist): INDEX element may be a function.
471 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
472 New entry `mirroring'.
473 (unidata-prop-default, unidata-prop-val-list): New subst.
474 (unidata-get-character, unidata-put-character): Delete them.
475 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
476 above changes.
477 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
478 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
479 Delete them.
480 (unidata-encode-val): Assume that the first element of VAL-LIST is
481 a cons (nil . 0).
482 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
483 Always store the encoded value.
484 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
485 Set the 1st and the 2nd extra slots to index numbers for C
486 functions.
487 (unidata-gen-table-integer): Likewise.
488 (unidata-gen-table-numeric): Likewise.
489 (unidata-gen-table-name): New arg IGNORE.
490 (unidata-gen-table-decomposition): Likewise.
491 (unidata-describe-general-category): Add the case nil to the
492 description alist.
a5b436df 493 (unidata-gen-mirroring-list): New function.
c805dec0
KH
494 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
495 unidata-prop-alist. Handle the case of storing multiple
496 char-tables in a file.
497
498 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
499 unidata-gen-files.
500
2a35386d
GM
5012011-05-21 Glenn Morris <rgm@gnu.org>
502
503 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
504
33383987
JB
5052011-03-07 Chong Yidong <cyd@stupidchicken.com>
506
507 * Version 23.3 released.
508
cce7d530 5092011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
510
511 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
512
9d9d12cd
EZ
5132011-02-19 Eli Zaretskii <eliz@gnu.org>
514
515 * admin.el (set-version): Add msdos/sed2v2.inp.
516
1f5d53eb
PE
5172011-02-16 Paul Eggert <eggert@cs.ucla.edu>
518
519 Remove no-longer needed getloadavg symbols.
520 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
521 (LDAV_SYMBOL): Remove.
522
7b24e97a
GM
5232011-02-12 Glenn Morris <rgm@gnu.org>
524
525 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
526
4d881c83
GM
5272011-02-05 Glenn Morris <rgm@gnu.org>
528
529 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
530 (bzrmerge-apply): Use it.
531 (bzrmerge): Kill any old warning buffer first.
532
f6041baa
GM
5332011-02-03 Glenn Morris <rgm@gnu.org>
534
535 * bzrmerge.el (bzrmerge-buffer): New constant.
536 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
537 (bzrmerge-missing): If nothing to do, return nil not (nil).
538 (bzrmerge-apply): Remove odd character from message.
539 (bzrmerge): Give status messages.
540
70b0d280
EZ
5412011-01-31 Eli Zaretskii <eliz@gnu.org>
542
f6041baa
GM
543 * admin.el (set-version): Remove lib-src/makefile.w32-in.
544 Add nt/config.nt.
70b0d280 545
16fab143
PE
5462011-01-31 Paul Eggert <eggert@cs.ucla.edu>
547
548 src/emacs.c now gets version number from configure.in
549 * admin.el (set-version): Don't update src/emacs.c.
550 * quick-install-emacs (VERSION): Get it from configure.in, not from
551 src/emacs.c.
552
16c3e636
PE
5532011-01-30 Paul Eggert <eggert@cs.ucla.edu>
554
555 strftime: import from gnulib
556 * notes/copyright: strftime.c moved from src to lib.
557
d0cb8662
GM
5582011-01-25 Glenn Morris <rgm@gnu.org>
559
560 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
561 (bzrmerge-missing): Use it.
562
d6100f3d
PE
5632011-01-19 Paul Eggert <eggert@cs.ucla.edu>
564
565 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
566 rather than doing rm and autoconf by hand. See
567 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
568
9092d186
PE
5692011-01-17 Paul Eggert <eggert@cs.ucla.edu>
570
571 * notes/bzr (Installing changes from gnulib): New section.
572 Need for this suggested by Stefan Monnier.
573
41f44310
SM
5742011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
577 an inconsistent state.
578
a3e44e79 5792011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
580
581 Update copyright notes to match recent gnulib-related changes.
582 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
583 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
584 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
585 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
586 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
587 subsumed by m4/*.m4 rule). config.guess, config.sub, and
588 doc/man/texinfo.tex are now copied in from gnulib.
589
6fffc900
GM
5902011-01-15 Glenn Morris <rgm@gnu.org>
591
2153c862 592 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 593
6fffc900
GM
594 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
595 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
596
77ab81d0 5972011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
598
599 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
600
1851cac3
GM
6012011-01-14 Glenn Morris <rgm@gnu.org>
602
603 * bzrmerge.el: Require cl when compiling.
604 (bzrmerge-merges): Doc fix.
605
2b3f5bc8
PE
6062011-01-07 Paul Eggert <eggert@cs.ucla.edu>
607
608 * notes/copyright: There's only one install-sh, not two, so fix a
609 typo claiming that there's two. Add move-if-change to the list of
610 GPL files imported from gnulib.
611
6122011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
613
614 * notes/copyright: Report status more accurately for non-GPL files.
615 Report copyright status more accurately for mkinstalldirs,
616 configure, m4/getopt.m4, and msdos/sed*.inp.
617
7c420169 6182011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
619
620 * nt/README.W32: Update the information about PNG support libraries.
621 (Bug#7716)
622
9ebea0e7
SM
6232010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * bzrmerge.el: New file to help merge branches while skipping
626 some revisions (e.g. from emacs-23 to trunk).
627
201ef780
AS
6282010-12-03 Andreas Schwab <schwab@linux-m68k.org>
629
630 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
631
16a0af11
GM
6322010-10-12 Glenn Morris <rgm@gnu.org>
633
634 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
635
f4f358f1
GM
6362010-10-09 Glenn Morris <rgm@gnu.org>
637
638 * admin.el (set-version): Add doc/emacs/emacsver.texi.
639
3fb78d1f
GM
6402010-10-09 Glenn Morris <rgm@gnu.org>
641
f7a31f11
GM
642 * admin.el (set-version): No need to act on doc/ files any more.
643
3fb78d1f
GM
644 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
645
733946e7
JB
6462010-09-05 Juanma Barranquero <lekktu@gmail.com>
647
648 * unidata/BidiMirroring.txt: Update from
649 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
650
651 * unidata/UnicodeData.txt: Update from
652 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
653
671d409f
AS
6542010-08-09 Andreas Schwab <schwab@linux-m68k.org>
655
656 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
657
29cf3e20
EZ
6582010-08-05 Eli Zaretskii <eliz@gnu.org>
659
660 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
661
e3aef5c6
CS
6622010-07-24 Christoph Scholtes <cschol2112@gmail.com>
663
664 * admin.el: Write version number to nt/makefile.w32-in.
665 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
666 in the nt/ directory.
667 * nt/README.W32: Relocate to nt/ directory.
668
8966b757
AS
6692010-07-11 Andreas Schwab <schwab@linux-m68k.org>
670
671 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
672
71c44c04
EZ
6732010-07-08 Eli Zaretskii <eliz@gnu.org>
674
675 * MAINTAINERS: Update my responsibilities.
676
72af86bd
AS
6772010-07-07 Andreas Schwab <schwab@linux-m68k.org>
678
679 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
680 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
681 Remove.
682
317fbf33
EZ
6832010-06-12 Eli Zaretskii <eliz@gnu.org>
684
cbc4fd20
EZ
685 * unidata/bidimirror.awk: New file.
686
687 * unidata/BidiMirroring.txt: New file from
688 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
689
a5b436df 690 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
691 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
692
693 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
694 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
695
317fbf33
EZ
696 * unidata/biditype.awk: New file.
697
698 * unidata/Makefile.in (../../src/biditype.h): New target.
699
700 * unidata/makefile.w32-in (../../src/biditype.h): New target.
701
bf3e70eb
JB
7022010-06-09 Juanma Barranquero <lekktu@gmail.com>
703
704 * unidata/UnicodeData.txt: Update from
705 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
706
81ac4f35
GM
7072010-05-27 Glenn Morris <rgm@gnu.org>
708
709 * quick-install-emacs (AVOID): No more Makefile.c files.
710
711 * notes/cpp: Remove file.
712
e45b9e19
KR
7132010-05-15 Ken Raeburn <raeburn@raeburn.org>
714
715 * admin.el (set-version, set-copyright): Update emacs.c instead of
716 version.el.
717
718 * make-tarball.txt: Update filename list in step 6.
719
720 * quick-install-emacs: Scan emacs.c instead of version.el for
721 version string.
722
61a808e8
CY
7232010-05-07 Chong Yidong <cyd@stupidchicken.com>
724
725 * Version 23.2 released.
726
796bb936
EZ
7272010-04-01 Eli Zaretskii <eliz@gnu.org>
728
52f4d8d5 729 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 730
288f9fc0
CY
7312010-03-10 Chong Yidong <cyd@stupidchicken.com>
732
733 * Branch for 23.2.
734
f758ab59
MB
7352010-03-10 Miles Bader <miles@gnu.org>
736
61c26472
MB
737 * quick-install-emacs: Use more portable shell syntax.
738
a5b436df 739 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
740 installing.
741
296271c0
JB
7422010-02-14 Juanma Barranquero <lekktu@gmail.com>
743
744 * quick-install-emacs (PRUNED): Fix typo in message.
745
79c08ece
GM
7462010-01-20 Glenn Morris <rgm@gnu.org>
747
748 * revdiff: Remove file that only works with CVS, and isn't really
749 needed with Bazaar (given the in-built revision options of bzr diff).
750
893db5bc
GM
7512010-01-12 Glenn Morris <rgm@gnu.org>
752
753 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
754 than emacs-pretest-bug for bug reports for development versions.
755
149353a4
KH
7562009-11-06 Kenichi Handa <handa@m17n.org>
757
758 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
759 that the block data and the following per-char data fall into the
760 same char-table leaf.
761
171fda8a
JB
7622009-10-01 Juanma Barranquero <lekktu@gmail.com>
763
764 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
765
06d09461
JB
7662009-09-07 Juanma Barranquero <lekktu@gmail.com>
767
768 * unidata/.gitignore: New file.
769
cb335806
EZ
7702009-08-22 Eli Zaretskii <eliz@gnu.org>
771
8e22fa7e
EZ
772 * notes/bugtracker: How to reassign a bug to a list of packages.
773
cb335806
EZ
774 * notes/newfile: Details of how to check for problems with DOS 8+3
775 file-name restrictions.
776
7772009-08-18 Glenn Morris <rgm@gnu.org>
778
779 * notes/newfile: New file.
780
54aa48fe
EZ
7812009-07-11 Eli Zaretskii <eliz@gnu.org>
782
783 * make-tarball.txt: Add a note about bumping the value of
784 customize-changed-options-previous-release.
785
aa4a9384
KH
7862009-06-24 Kenichi Handa <handa@m17n.org>
787
fe7a3057 788 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
789 and don't compact the map. This is to prefer the first one in the
790 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
791
09856751
KH
7922009-06-12 Kenichi Handa <handa@m17n.org>
793
794 * charsets/Makefile (JISX213A.map): Make it depend on
795 mapfiles/JISX213A.map.gz.
796 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
797
798 * charsets/mapfiles/JISX213A.map.gz: New file.
799
800 * charsets/mapfiles/README: Describe JISX213A.map.gz.
801
09e47eb5
KH
8022009-06-12 Kenichi Handa <handa@m17n.org>
803
804 * charsets/mapfiles/*: New files.
805
806 * charsets/mule-charsets.el: Mostly re-written to generate all
807 MULE-*.map files.
808
809 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
810 files.
811
812 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
813 EUC-JP-MS.
814
815 * charsets/cp51932.awk (END): Print arch-tag at the tail.
816
817 * charsets/Makefile: Maps depend on files under mapfiles or
818 ${GLIBC_CHARMAPS}.
819
0b4ff5df
KH
8202009-04-21 Kenichi Handa <handa@m17n.org>
821
822 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
823 change.
824
88758986
KH
8252009-04-17 Kenichi Handa <handa@m17n.org>
826
f58e0fd5
SM
827 * unidata/unidata-gen.el (unidata-get-decomposition):
828 Adjust Hangle decomposition rule to Unicode.
88758986 829
0af3fedf
KH
8302009-04-09 Kenichi Handa <handa@m17n.org>
831
f58e0fd5
SM
832 * unidata/unidata-gen.el (unidata-describe-decomposition):
833 Return a string with a composition property to disable combining
0af3fedf
KH
834 characters being composed.
835
e308dcd3 8362009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
837
838 * quick-install-emacs: Be more clever about locating info directory.
839
d9cce206
JB
8402009-02-24 Juanma Barranquero <lekktu@gmail.com>
841
842 * nt/README.W32: Fix typos.
843
3deb93c6
JR
8442009-02-23 Jason Rumney <jasonr@gnu.org>
845
ed9265fc 846 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 847
d9cce206
JB
848 * nt/README.W32: Remove ever expanding versions of Windows.
849 Shorten FAQ URL. Remove mention of obsolete lock directory.
850 Windows distribution now bin and barebin only. Add note about
851 SVG support. Remove old tar and gzip problem workarounds.
852 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
853
854 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
855 undumped distribution no longer exists.
856
e73521d0 8572009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
858
859 * nt/README.W32: Fix typo. (Bug#2207)
860
1b1db3a9
CY
8612009-02-01 Chong Yidong <cyd@stupidchicken.com>
862
863 * admin.el (set-version): Remove deleted file ns-emacs.texi.
864
d90442ce
KH
8652008-12-02 Kenichi Handa <handa@m17n.org>
866
867 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
868 `decomposition' property adjusted.
869 (unidata-split-decomposition): Don't include surrounding "<" and
870 ">" in a symbol name.
871
8722008-12-01 Kenichi Handa <handa@m17n.org>
873
b97439ce
JB
874 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
875 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
876 (unidata-get-numeric, unidata-put-numeric)
877 (unidata-gen-table-numeric): New functions.
878 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
879
983ab7ba
EZ
8802008-11-29 Eli Zaretskii <eliz@gnu.org>
881
882 * notes/documentation: Add notes about Antinews.
883
91236f63
GM
8842008-10-23 Glenn Morris <rgm@gnu.org>
885
886 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
887 Add/tweak some nextstep/ entries.
888
c674e738
KH
8892008-09-19 Kenichi Handa <handa@m17n.org>
890
891 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
892 positions.
893
293a3986
EZ
8942008-08-23 Eli Zaretskii <eliz@gnu.org>
895
896 * CPP-DEFINES: Add USER_FULL_NAME.
897
b7063e7e
JR
8982008-08-16 Jason Rumney <jasonr@gnu.org>
899
d4835507 900 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 901
295b47d8
JB
9022008-08-06 Juanma Barranquero <lekktu@gmail.com>
903
904 * nt/dump.bat: Fix mixed EOLs.
905
14145fa3
AR
9062008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
907
0dcb2845 908 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 909
c3179b06
EZ
9102008-08-02 Eli Zaretskii <eliz@gnu.org>
911
912 * CPP-DEFINES: Add defines for accessing system processes.
913
9e2a2647
DN
9142008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
915
916 * make-tarball.txt:
917 * admin.el:
918 * FOR-RELEASE:
919 * CPP-DEFINES: Remove mentions of Mac Carbon.
920
d3841127
GM
9212008-07-16 Glenn Morris <rgm@gnu.org>
922
923 * admin.el (set-version, set-copyright): Add nextstep/ files.
924
ba60bd44 9252008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 926
0dcb2845 927 * CPP-DEFINES: Add NS port related defines.
edfda783 928
f2d8d275
GM
9292008-06-16 Glenn Morris <rgm@gnu.org>
930
5de85e83
GM
931 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
932 doc/lispref/book-spine.texinfo.
f2d8d275 933
611bee81
GM
9342008-06-15 Glenn Morris <rgm@gnu.org>
935
936 * admin.el (set-version): Add doc/misc/faq.texi.
937
d6710afe
JB
9382008-05-22 Juanma Barranquero <lekktu@gmail.com>
939
940 * FOR-RELEASE: Remove Windows problem about the XPM image library
941 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
942
2e10f11c
JB
9432008-04-15 Juanma Barranquero <lekktu@gmail.com>
944
945 * unidata/UnicodeData.txt: Update to Unicode 5.1.
946
dd7d19d7
JB
9472008-04-14 Juanma Barranquero <lekktu@gmail.com>
948
949 * unidata/unidata-gen.el (unidata-prop-alist):
950 Fix typo in description of `numeric-value'.
951 (unidata-put-character): Fix typo in error message.
952
2cbff44e
GM
9532008-02-21 Glenn Morris <rgm@gnu.org>
954
955 * notes/unicode, notes/font-backend: New files, split off from
956 README.unicode.
957
43bad2da
KH
9582008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
959
960 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 961 being used in latin1-disp.el. Remove the problem of
98723304
KH
962 cp-supported-codepages. Remove the problem of lost changelog for
963 ps-prin1.ps.
43bad2da 964
8a7619ba
EZ
9652008-02-16 Eli Zaretskii <eliz@gnu.org>
966
967 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
968 non-portable in this context.
969
970 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
971 non-portable in this context.
972
f96b6330
EZ
9732008-02-09 Eli Zaretskii <eliz@gnu.org>
974
975 * unidata/makefile.w32-in (lisp): New variable.
976 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
977 lisp/emacs-lisp.
978
56eb72a0
JR
9792008-02-04 Jason Rumney <jasonr@gnu.org>
980
981 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
982
a8fd9158
JB
9832008-02-02 Juanma Barranquero <lekktu@gmail.com>
984
985 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
986
c7e85fc7
EZ
9872008-02-02 Eli Zaretskii <eliz@gnu.org>
988
9aa0b3c8
EZ
989 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
990
bcc891c2 991 * unidata/Makefile.in: Rename from Makefile.
5889232d 992
c7e85fc7
EZ
993 * unidata/makefile.w32-in: New file.
994
db516472
JR
9952008-02-02 Jason Rumney <jasonr@gnu.org>
996
997 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
998
609789d7 9992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1000
aca7a3d2
MB
1001 * unidata/copyright.html: New file.
1002
609789d7 10032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1004
1005 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1006 decomposition, if T is the same as TBase, don't include it in the
1007 returned list.
1008
609789d7 10092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1010
1011 * unidata/unidata-gen.el (unidata-text-file): Delete it.
1012 (unidata-list): Initialize to nil.
1013 (unidata-setup-list): New function.
bcc891c2
GM
1014 (unidata-gen-files): New optional arg unidata-text-file.
1015 If it's nil, set unidata-text-file to the left command line arg.
1016 Call unidate-setup-list at first.
aca7a3d2 1017
bcc891c2 1018 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
1019 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1020
609789d7 10212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1022
bcc891c2
GM
1023 * unidata/unidata-gen.el: Fix comment typo.
1024 Change string-to-int to string-to-number.
1025 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
1026 (unidata-list): Just insert unidata-text-file.
1027 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 1028 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 1029
bcc891c2 1030 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
1031 (charprop.el): Depends on unidata.txt.
1032 (clean): Remove unidata.txt.
1033
609789d7 10342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1035
1036 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1037 (unidata-get-name): Handle U+110B.
1038
609789d7 10392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1040
1041 Sub-directory `unidata' is for codes to generate charprop.el and
1042 many other uni-*.el files from `UnicodeData.txt'.
1043
1044 * Unidata/README: New file.
1045
1046 * unidata/Makefile: New file.
1047
1048 * unidata/unidata-gen.el: New file.
1049
1050 * unidata/UnicodeData.txt: New file. Copied from
609789d7 1051 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
1052
1053 * unidata/.cvsignore: New file.
1054
609789d7 10552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1056
1057 * charsets/.cvsignore: New file.
1058
1059 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1060
bcc891c2
GM
1061 * charsets/Makefile (all): Rename target from charsets.
1062 Depend on ${TRANS_TABLE}.
1063 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1064 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
1065 (install): Copy updated files only.
1066
10672008-02-02 Kenichi Handa <handa@m17n.org>
1068
bcc891c2 1069 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
1070
10712008-02-02 Kenichi Handa <handa@m17n.org>
1072
1073 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1074 0x2299 to 0x29BF.
1075
609789d7 10762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1077
1078 * charsets/Makefile (TRANS_TABLE): New macro.
1079 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 1080 (cp51932.el): New target.
aca7a3d2
MB
1081 (eucjp-ms.el): New target.
1082 (install): Include ${TRANS_TABLE}.
1083 (CJK): Include JISX213A.map.
1084 (JISX213A.map): New target.
1085
1086 * charsets/eucjp-ms.awk: New file.
1087
1088 * charsets/cp51932.awk: New file.
1089
609789d7 10902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1091
1092 * charsets/cp932.awk: New file.
1093
bcc891c2 1094 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
1095
1096 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1097 running an awk program.
1098
609789d7 10992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1100
1101 * charsets/mapconv: Handle UNICODE2.
1102
c4cc8b9a 1103 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1104 (CP932-2BYTE.map): New target.
1105
609789d7 11062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1107
1108 * charsets: New directory for scripts to generate charset map
1109 files in ../etc/charsets/.
1110
bcc891c2 1111 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1112 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1113 * charsets/kuten.awk: New files.
aca7a3d2 1114
adf94aa6
GM
11152008-01-08 Glenn Morris <rgm@gnu.org>
1116
1117 * admin.el (set-version): Add doc/man/emacs.1.
1118
f3041af1
DN
11192008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1120
1121 * notes/copyright:
1122 * MAINTAINERS: Remove references to files that have been removed.
1123
a70c9a7a
GM
11242008-01-04 Glenn Morris <rgm@gnu.org>
1125
1126 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1127
aa5fea59
SM
11282007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * CPP-DEFINES: New file.
1131
f8747b72
RS
11322007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1133
1134 * FOR-RELEASE: Remove "window-system in face definition" [of
1135 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1136 on gnus-dired.el.
1137
24bbe01e
GM
11382007-12-05 Glenn Morris <rgm@gnu.org>
1139
1140 * admin.el (set-version): Handle configure.in. Adapt for doc/
1141 directory layout for manuals.
1142
0073bc5d
RS
11432007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1144
630cb3b7
JB
1145 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1146 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1147
1453abd0
GM
11482007-11-17 Glenn Morris <rgm@gnu.org>
1149
1150 * admin.el (process-lines): Move to ../lisp/subr.el.
1151
ca076674
GM
11522007-10-23 Glenn Morris <rgm@gnu.org>
1153
1154 * MAINTAINERS: Move here from ../.
1155
943756ea
JB
11562007-10-17 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * make-emacs: Doc fix.
1159
bab9fcb4
GM
11602007-08-28 Glenn Morris <rgm@gnu.org>
1161
1162 * admin.el: Provide self.
1163
880820fe 11642007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1165
d58ee9f1 1166 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1167
cacc7b51
GM
11682007-07-25 Glenn Morris <rgm@gnu.org>
1169
1170 * Relicense all FSF files to GPLv3 or later.
1171
bfcea090
GM
11722007-06-07 Glenn Morris <rgm@gnu.org>
1173
1174 * admin.el (set-copyright): New function.
1175
017f0417
NR
11762007-04-25 Nick Roberts <nickrob@snap.net.nz>
1177
1178 * make-tarball.txt: Add note about cutting the branch.
1179
537a062f
CY
11802007-06-02 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * Version 22.1 released.
1183
77083ca3
EZ
11842007-02-03 Eli Zaretskii <eliz@gnu.org>
1185
1186 * nt/makedist.bat: Change EOL format to DOS. Don't use
1187 redirection characters in REM lines.
1188
880820fe 11892007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1190
1191 * FOR-RELEASE: Removed Gtk/Xft issue.
1192
1fc8c92b
MB
11932007-01-01 Miles Bader <miles@gnu.org>
1194
1195 * quick-install-emacs (get_config_var): Deal with weird magic
1196 string inserted by recent versions of autoconf.
1197
7dce1990
JB
11982006-11-25 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * admin.el (set-version): Set version number in
1201 lib-src/makefile.w32-in.
1202
dc3d1157
RS
12032006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1204
1205 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1206 due to a local miss-configuration.
1207
08c85160
CY
12082006-10-28 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * make-announcement (OLD): Remove LEIM references in announcement
1211 since it is now built-in.
1212
d0834a5c
YM
12132006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1214
1215 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1216
151fe029
KH
12172006-10-03 Kenichi Handa <handa@m17n.org>
1218
1219 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1220
e71cb549
CY
12212006-08-13 Chong Yidong <cyd@stupidchicken.com>
1222
1223 * FOR-RELEASE: Elisp manual checking completed.
1224
6232e72d
RS
12252006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1226
1227 * FOR-RELEASE: Update refcard section.
1228
8a8476f9
KS
12292006-07-14 Kim F. Storm <storm@cua.dk>
1230
1231 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1232
1eca02e7
KS
12332006-07-09 Kim F. Storm <storm@cua.dk>
1234
1235 * README: Use outline format. Add FOR-RELEASE.
1236
7fa61471
CY
12372006-06-27 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * FOR-RELEASE: Checking of info.texi done.
1240
8361675a
RS
12412006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1242
1243 * FOR-RELEASE: Update refcard section.
1244
3f168e29
RS
12452006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1246
1247 * FOR-RELEASE: Update refcard section.
1248
f195dc16
CY
12492006-05-25 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * FOR-RELEASE: Key sequence elisp node done.
1252
49561a36
RS
12532006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1254
1255 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1256
6fedb9f9
CY
12572006-05-21 Chong Yidong <cyd@mit.edu>
1258
1259 * FOR-RELEASE: point-entered /point-left bug fixed.
1260
61515a63
EZ
12612006-05-12 Eli Zaretskii <eliz@gnu.org>
1262
1263 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1264 entry.
1265
4297ece2
BW
12662006-05-06 Bill Wohler <wohler@newt.com>
1267
1268 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1269 about it.
1270
4bbe413d 12712006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1272
4bbe413d 1273 * ./* (Copyright): Updated Copyright year(s).
49561a36 1274
6b82baf6
RS
12752006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1276
1277 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1278
49af2995
KS
12792006-02-20 Kim F. Storm <storm@cua.dk>
1280
1281 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1282 Rework how fringe bitmaps are defined and used.
e4920bc9 1283 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1284 one-level representation. It would be cleaner to split the
1285 representation into a two-level model where first level maps
1286 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1287 a bitmap appearance.
49af2995 1288
d5e87a2f
CY
12892006-01-27 Chong Yidong <cyd@stupidchicken.com>
1290
8a8476f9 1291 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1292
9c43c921
BW
12932005-12-13 Bill Wohler <wohler@newt.com>
1294
1295 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1296
6ed81b24
RS
12972005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1298
c95dddbe
RS
1299 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1300 completing-read-multiple, mail-extract-address-components,
1301 mail-mode, quail-define-package, save-buffer and
1302 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1303
2950d850
CY
13042005-11-28 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1307
ab4d879e
KS
13082005-11-11 Kim F. Storm <storm@cua.dk>
1309
1310 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1311 when displaying a non-breaking space in an overlay string.
1312
932dc33b
CY
13132005-10-30 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * FOR-RELEASE: Init file change implemented.
1316
c809f7cc
CY
13172005-10-27 Chong Yidong <cyd@stupidchicken.com>
1318
1319 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1320
4754e179 13212005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1322
1323 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1324 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1325
ffda926c
BW
13262005-10-17 Bill Wohler <wohler@newt.com>
1327
f58e0fd5 1328 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1329 since it's gone. Also marked mh-e as done.
ffda926c 1330
2d4713aa
JB
13312005-10-11 Juanma Barranquero <lekktu@gmail.com>
1332
1333 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1334 libraries on Windows (Done).
1335
95f76284
JR
13362005-10-01 Jason Rumney <jasonr@gnu.org>
1337
1338 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1339
52f277bf
RF
13402005-08-31 Romain Francoise <romain@orebokech.com>
1341
630cb3b7 1342 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1343 item (Done).
1344
c0eb0519
RF
13452005-08-27 Romain Francoise <romain@orebokech.com>
1346
1347 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1348
385ee3de 13492005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1350
1351 Update FSF's address in GPL notices.
1352
257914aa
LK
13532005-06-10 Lute Kamstra <lute@gnu.org>
1354
1355 * admin.el (set-version): Set version in lisp manual too.
1356 * make-tarball.txt: Commit lispref/elisp.texi too.
1357
a4e51a7a
RS
13582005-06-04 Richard M. Stallman <rms@gnu.org>
1359
1360 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1361 Other cleanups.
1362
834671a6
LK
13632005-04-19 Lute Kamstra <lute@gnu.org>
1364
1365 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1366
54381691
LK
13672005-04-14 Lute Kamstra <lute@gnu.org>
1368
118e2c39
LK
1369 * nt/makedist.bat (elfiles): Update.
1370
54381691
LK
1371 * admin.el (add-release-logs): Fix require call.
1372
0b048d52
MT
13732005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1374
f58e0fd5 1375 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1376 The first line of every tutorial must begin with a sentence saying
1377 "Emacs Tutorial" in the respective language. This should be
1378 followed by "See end for copying conditions", likewise in the
1379 respective language.
0b048d52 1380
18cd5892
LT
13812005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1382
1383 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1384 Add `undo-ask-before-discard' to it.
1385
9a1c5fbf
MB
13862005-03-02 Miles Bader <miles@gnu.org>
1387
1388 * quick-install-emacs: Only use the mkdir --verbose option if the
1389 script's --verbose option was specified (this avoids problems with
1390 default usage on systems where mkdir doesn't support that option).
1391
e25c1ca6
JR
13922005-02-15 Jason Rumney <jasonr@gnu.org>
1393
fffa137c 1394 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1395 tar --exclude.
1396
880820fe 13972004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1398
1399 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1400
6622d928
LT
14012004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1402
1403 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1404 Elisp manuals.
1405
d574552a
LT
14062004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1407
1408 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1409 Emacs and Elisp manuals.
d574552a 1410
0a5e5be0
KS
14112004-09-11 Kim F. Storm <storm@cua.dk>
1412
1413 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1414 (Documentation): Add NEWS entry.
1415 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1416
2661eae9
KS
14172004-08-29 Kim F. Storm <storm@cua.dk>
1418
1419 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1420
880820fe 14212004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1422
c4cc8b9a 1423 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1424 (now behaves as well as other ports).
1425
880820fe 14262004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1427
2661eae9 1428 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1429
44618f20 14302004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1431
1432 * FOR-RELEASE: Moved here from the etc directory.
1433
db281452
TTN
14342004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1435
1436 * notes/BRANCH: New file, to be maintained per CVS branch.
1437
feebeb72
MB
14382003-10-01 Miles Bader <miles@gnu.org>
1439
1440 * quick-install-emacs: Don't use "function" keyword when defining
1441 shell functions.
1442
44618f20
LK
14432003-09-29 Lute Kamstra <lute@gnu.org>
1444
1445 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1446
e04e1ce2
MB
14472003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1448
1449 * quick-install-emacs: Remove fns-* pruning, since that file no
1450 longer seems to be generated.
1451 (AVOID): Quote literal periods. Quote braces in a way acceptable
1452 to all parties (gawk gets bitchy about using `\').
1453
6cce52e8
MB
14542003-08-19 Miles Bader <miles@gnu.org>
1455
1456 * quick-install-emacs: Add arch-specific ignored files to
1457 quick-install-emacs. Use quoting for periods that's acceptable
1458 to recent versions of gawk.
1459
13582d53
MR
14602003-08-11 Markus Rost <rost@math.ohio-state.edu>
1461
1462 * cus-test.el: Remove obsolete workaround.
1463
e53925a5
AI
14642003-04-22 Andrew Innes <andrewi@gnu.org>
1465
1466 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1467 emacs.exe before zipping, and including batch file to recreate
1468 after unpacking.
1469
1470 * nt/stitch.bat: New file.
1471
1472 * nt/README-ftp-server: Update wording and version number etc.
1473 Add extra instructions for installing multi-file .zip
1474 distribution.
1475
1476 * nt/README.W32: Remove personal email address and update wording.
1477
1478 * nt/README-UNDUMP.W32: Remove personal email address and update
1479 wording.
1480
880820fe 14812003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1482
1483 * make-changelog-diff: New script, code stolen from make-announcement.
1484
1485 * make-announcement: Use make-changelog-diff.
1486
880820fe 14872003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1488
1489 * make-tarball.txt: Step-by-step instructions for making a tarball.
1490
10d1d0af 1491 * make-announcement: A script for creating pretest announcements.
163c6f1c 1492
880820fe 14932003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1494
1495 * admin.el (add-release-logs): Expand the directory name before
1496 calling find(1).
1497 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1498 the date and the user's name and address.
33b97f32 1499
7b997a97
MB
15002003-01-07 Miles Bader <miles@gnu.org>
1501
1502 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1503 command output from non-C locales.
1504
6c465a15 15052002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1506
3bc08206 1507 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1508 which can be run in batch mode. See the Commentary section.
bd08d86a 1509
5ce129c2
MR
15102002-10-08 Markus Rost <rost@math.ohio-state.edu>
1511
1512 * cus-test.el: New file.
1513
14dd2fe9
MB
15142002-05-27 Miles Bader <miles@gnu.org>
1515
1516 * quick-install-emacs (VERSION): Calculate using the same method
1517 that configure.in uses.
1518
880820fe 15192002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1520
1521 * emacs-pretesters: New file with information for Emacs
1522 pretesters.
1523
b9a07996
PE
15242002-03-22 Paul Eggert <eggert@twinsun.com>
1525
1526 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1527 POSIX 1003.1-2001 disallows both usages.
1528
38b81d74
AI
15292002-02-11 Andrew Innes <andrewi@gnu.org>
1530
1531 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1532
72a68345
AI
15332002-01-24 Andrew Innes <andrewi@gnu.org>
1534
1535 * nt/README.W32: Remove unnecessary version number and date
1536 references.
1537
1538 * nt/README-UNDUMP.W32: Ditto.
1539
ebbaf4e3
GM
15402001-12-06 Gerd Moellmann <gerd@gnu.org>
1541
1542 * make-emacs: Add --trace-move.
1543
461a1459
AI
15442001-10-23 Andrew Innes <andrewi@gnu.org>
1545
1546 * nt/makedist.bat: Remove remaining obsolete reference to
1547 GETTING.GNU.SOFTWARE.
1548
26fe1f92
GM
15492001-10-22 Gerd Moellmann <gerd@gnu.org>
1550
1551 * admin.el (set-version): Use `s' interactive spec for
1552 version number.
1553
71431a0e
GM
15542001-10-20 Gerd Moellmann <gerd@gnu.org>
1555
6aa97356 1556 * (Version 21.1 released.)
71431a0e 1557
e568708b
GM
15582001-10-20 Gerd Moellmann <gerd@gnu.org>
1559
1560 * admin.el (add-release-logs): Put the log entry in lispref, too.
1561
c5915370
MB
15622001-10-20 Miles Bader <miles@gnu.org>
1563
1564 * quick-install-emacs: Exit if we can't find some variable.
1565 (AVOID): Add .orig & .rej files.
1566 (get_config_var): Be more liberal about format of config.status
1567 sed commands.
1568
5a4a5bd4
GM
15692001-10-19 Gerd Moellmann <gerd@gnu.org>
1570
74499542
GM
1571 * admin.el: New file.
1572
5a4a5bd4
GM
1573 * build-configs: Add --help option. Add support for building
1574 in arbitrary source trees.
1575
09954f3b
GM
15762001-10-17 Gerd Moellmann <gerd@gnu.org>
1577
1578 * alloc-colors.c: New file.
1579
f2164e31
GM
15802001-10-13 Gerd Moellmann <gerd@gnu.org>
1581
1582 * make-emacs: Add --boot switch for bootstrapping. Logs to
1583 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1584
ab952a4f
GM
15852001-10-05 Gerd Moellmann <gerd@gnu.org>
1586
1587 * Branch for 21.1.
6c465a15 1588
f537c3cd
EZ
15892001-09-04 Andrew Innes <andrewi@gnu.org>
1590
1591 * admin/nt/makedist.bat: Remove reference to obsolete file
1592 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1593 version of tar used.
1594
1595;; Local Variables:
880820fe 1596;; coding: utf-8
f537c3cd 1597;; End:
2a34a036 1598
6116bd7e 1599 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1600
1601 This file is part of GNU Emacs.
1602
9ad5de0c 1603 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1604 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1605 the Free Software Foundation, either version 3 of the License, or
1606 (at your option) any later version.
5b87ad55
GM
1607
1608 GNU Emacs is distributed in the hope that it will be useful,
1609 but WITHOUT ANY WARRANTY; without even the implied warranty of
1610 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1611 GNU General Public License for more details.
1612
1613 You should have received a copy of the GNU General Public License
9ad5de0c 1614 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.