merge trunk
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
cde44a77
KH
12012-10-11 Kenichi Handa <handa@gnu.org>
2
3 * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
4 mapfiles/*.
5
6 * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
7
8 * charsets/Makefile: Be sure to call mapconv script of the current
9 directory. Adjusted for the change of mapfiles/*.gz to
10 mapfiles/*.
11 (SED_SCRIPT): New variable.
12 (jisx2131-filter): New target.
13 (JISX2131.map): Use jisx2131-filter to filter out characters added
14 for the 2004 year version.
15 (clear): Remove ${SED_SCRIPT} too.
16
17 * charsets/mapfiles/MULE-ethiopic.map,
18 charsets/mapfiles/MULE-ipa.map,
19 charsets/mapfiles/MULE-is13194.map,
20 charsets/mapfiles/MULE-lviscii.map,
21 charsets/mapfiles/MULE-sisheng.map,
22 charsets/mapfiles/MULE-tibetan.map,
23 charsets/mapfiles/MULE-uviscii.map: Fix typo.
24
2c35bdbb
GM
252012-10-09 Glenn Morris <rgm@gnu.org>
26
27 * admin.el (cusver-scan-cus-start): New function.
28 (cusver-check): Scan old cus-start.el.
29
5407f8d2
GM
302012-10-07 Glenn Morris <rgm@gnu.org>
31
32 * admin.el (cusver-new-version): Set default.
33 (cusver-check): Improve interactive argument reading.
34
1a316a53
GM
352012-10-06 Glenn Morris <rgm@gnu.org>
36
37 * admin.el (cusver-new-version): New variable.
38 (cusver-scan): Check if containing group has a :version.
39 (cusver-check): Add VERSION argument.
40
9414dd8d
CY
412012-10-01 David Engster <deng@randomsample.de>
42
43 * grammars/bovine-grammar.el:
44 * grammars/wisent-grammar.el: Move to lisp directory.
45
62a81506
CY
462012-10-01 David Engster <deng@randomsample.de>
47
48 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
49 Remove.
50 (bovine-grammar-expand-form): Test for emacs-major-version.
51
52 * grammars/c.by: Add EXPLICIT to keyword tokens.
53
54 * grammars/f90.by: Add %provide token.
55
56 * grammar/grammar.wy (semantic-grammar-lexer): Remove, since it
57 was copied to grammar.el. New %provide token to generate prefix
58 which conforms with Emacs conventions. Remove lexer definition,
59 which is now in grammar.el.
60
eec5fae2
GM
612012-09-27 Glenn Morris <rgm@gnu.org>
62
63 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
64
a615a3ae
PE
652012-09-27 Paul Eggert <eggert@cs.ucla.edu>
66
67 Check more robustly for timer_settime.
68 * merge-gnulib (GNULIB_MODULES): Add timer-time.
69
e3b60857
JB
702012-09-26 Juanma Barranquero <lekktu@gmail.com>
71
72 * unidata/BidiMirroring.txt:
73 * unidata/UnicodeData.txt: Update to Unicode 6.2.
74
78f83752
GM
752012-09-17 Glenn Morris <rgm@gnu.org>
76
dcddaabb
GM
77 * admin.el (add-log-time-format): Declare.
78
dcf8834b
GM
79 * admin.el (cusver-scan, cusver-check): Bind local variables.
80
81 * admin.el (set-version): Set major version in
82 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
83 (set-copyright): In etc/refcards, only change ru-refcard.tex
84 and emacsver.tex.
85
78f83752
GM
86 * admin.el (set-copyright): No more need to set copyrights for
87 nextstep, or .c files. Add configure.ac and config.nt.
88
0caaedb1
PE
892012-09-16 Paul Eggert <eggert@cs.ucla.edu>
90
91 Remove configure's --without-sync-input option (Bug#12450).
92 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
93
83da1b55
GM
942012-09-16 Glenn Morris <rgm@gnu.org>
95
96 * admin.el (set-version): No more need to set nextstep versions.
97 (set-copyright): Update for moved nextstep files.
98
4a4bbad2
PE
992012-09-13 Paul Eggert <eggert@cs.ucla.edu>
100
101 Simplify SIGIO usage (Bug#12408).
102 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
103 (BROKEN_SIGPTY, NO_TERMIO): Remove.
104
c990426a
PE
1052012-09-11 Paul Eggert <eggert@cs.ucla.edu>
106
107 Simplify, document, and port floating-point (Bug#12381).
108 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
109
f6196b87
PE
1102012-09-09 Paul Eggert <eggert@cs.ucla.edu>
111
112 Assume C89 or later for math functions (Bug#12381).
113 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
114 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
115
1088b922
PE
1162012-09-04 Paul Eggert <eggert@cs.ucla.edu>
117
118 Simplify redefinition of 'abort' (Bug#12316).
119 * CPP-DEFINES (NO_ABORT): Remove.
120
a3f90bea
GM
1212012-08-28 Glenn Morris <rgm@gnu.org>
122
123 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
124
01e0f0f5
AS
1252012-08-28 Andreas Schwab <schwab@linux-m68k.org>
126
127 * charsets/mule-charsets.el (header): Fix typo.
128
f4a681b0
PE
1292012-08-24 Paul Eggert <eggert@cs.ucla.edu>
130
131 On assertion failure, print backtrace if available.
132 * merge-gnulib (GNULIB_MODULES): Add execinfo.
133
620f13b0
PE
1342012-08-16 Paul Eggert <eggert@cs.ucla.edu>
135
136 Use ASCII tests for character types.
137 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
138 new direct dependency; c-ctype was already being used indirectly
139 via other gnulib modules.
140
f5d9e83a
PE
1412012-08-14 Paul Eggert <eggert@cs.ucla.edu>
142
143 Use bool for Emacs Lisp booleans.
144 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
145 new direct dependency; stdbool was already being used indirectly
146 via other gnulib modules.
147
9ff9402d 1482012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
149
150 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
151
c644523b
DA
1522012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
153
154 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
155
13294f95
PE
1562012-08-02 Paul Eggert <eggert@cs.ucla.edu>
157
158 Port to Solaris 8.
159 * CPP-DEFINES (WRETCODE): Remove.
160
d8a05828
DA
1612012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
162
163 * coccinelle/overlay.cocci: Semantic patch to replace direct
164 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
165
8271d590
DA
1662012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
167
168 * coccinelle/symbol.cocci: Semantic patch to replace direct
169 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
170
3193acd2
DA
1712012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
172
173 * coccinelle/process.cocci: Semantic patch to replace direct
174 access to Lisp_Object members of struct Lisp_Process to PVAR.
175
3a45383a
DA
1762012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
177
178 * coccinelle/window.cocci: Semantic patch to replace direct
179 access to Lisp_Object members of struct window to WVAR.
180
e34f7f79
DA
1812012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
182
183 * coccinelle/frame.cocci: Semantic patch to replace direct
184 access to Lisp_Object members of struct frame to FVAR.
185
e32a5799
PE
1862012-07-28 Paul Eggert <eggert@cs.ucla.edu>
187
188 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
189 * merge-gnulib: Add environ, stdalign.
190
d7ea76b4
DA
1912012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
192
193 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
194 make_unibyte_string to build_unibyte_string where appropriate.
195
4dc7c8d5 1962012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
197
198 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
199
4dc7c8d5 2002012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
201
202 * Version 24.1 released.
d7ea76b4 203
5ebbef1d
PE
2042012-07-11 Paul Eggert <eggert@cs.ucla.edu>
205
bb352260
PE
206 Assume mkdir, perror, rename, rmdir, strerror.
207 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
208 (HAVE_STRERROR, strerror):
57054ddd 209 Remove.
5ebbef1d 210
7d7bbefd
DA
2112012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
212
213 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
214 to XCDR and consistently use CONSP in the list iteration loops.
215 * coccinelle/vector_contents.cocci: Fix indentation.
216
f58e0fd5
SM
2172012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * bzrmerge.el: Use cl-lib.
220
c4444d16
PE
2212012-07-09 Paul Eggert <eggert@cs.ucla.edu>
222
223 Rename configure.in to configure.ac (Bug#11603).
224 * admin.el (set-version):
225 * quick-install-emacs (VERSION):
226 Get version number from configure.ac, not configure.in.
227
fee5959d
PE
2282012-07-06 Paul Eggert <eggert@cs.ucla.edu>
229
230 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
231 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
232
23f86fce
DA
2332012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
234
235 * coccinelle/xzalloc.cocci: Semantic patch to convert
236 calls to xmalloc with following memset to xzalloc.
237
95f61aa2
JB
2382012-07-04 Juanma Barranquero <lekktu@gmail.com>
239
240 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
241
1130ecfc
DA
2422012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
243
244 * coccinelle/build_string.cocci: Semantic patch
245 to convert from make_string to build_string.
246
3c9359df
DA
2472012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
248
249 First Coccinelle semantic patch.
250 * coccinelle: New subdirectory
251 * coccinelle/README: Documentation stub.
252 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
253 access to `contents' member of Lisp_Vector objects with AREF and ASET
254 where appropriate.
3c9359df 255
d35af63c
PE
2562012-06-22 Paul Eggert <eggert@cs.ucla.edu>
257
258 Support higher-resolution time stamps (Bug#9000).
259 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
260 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
261 timespec-sub, utimens.
262 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
263 This trims down the gnulib import, from the very latest gnulib.
264 Emacs does its own implementation of 'select' and 'sigprocmask'
265 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
266 hosts, so it doesn't need these modules.
267 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
268 these gnulib modules are only for Windows porting and Emacs ports
269 to Windows in a different way.
270
646b5f55
AS
2712012-06-13 Andreas Schwab <schwab@linux-m68k.org>
272
f58e0fd5
SM
273 * make-emacs: Rename --union-type to --check-lisp-type.
274 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
275 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
276 USE_LISP_UNION_TYPE.
277
418cd726
GM
2782012-06-03 Glenn Morris <rgm@gnu.org>
279
280 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
281
501390c5
PE
2822012-06-01 Paul Eggert <eggert@cs.ucla.edu>
283
284 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
285 * make-tarball.txt: Don't worry about maintainer mode.
286
0e7a053e
PE
2872012-05-28 Paul Eggert <eggert@cs.ucla.edu>
288
289 * CPP-DEFINES: Remove HAVE_SYSINFO.
290
50c4645e
PE
2912012-05-27 Paul Eggert <eggert@cs.ucla.edu>
292
293 Assume gnulib does largefile.
294 * merge-gnulib (GNULIB_MODULES): Add largefile.
295
34374650
PE
2962012-05-22 Paul Eggert <eggert@cs.ucla.edu>
297
298 Remove src/m/*.
299 * CPP-DEFINES: Do not mention src/m/*.h.
300 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
301 (BITS_PER_SHORT, BITS_PER_INT): Remove.
302 * MAINTAINERS: Remove src/m/.
303
9b4ee616
PE
3042012-05-21 Paul Eggert <eggert@cs.ucla.edu>
305
fb77d37e
PE
306 Use full name for m4/gnulib-comp.m4. (Bug#11529)
307 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
308
261cb4bb
PE
309 Assume C89 or later.
310 * CPP-DEFINES: Remove NULL, const.
311
9b4ee616
PE
312 Make merging from gnulib a script, not a makefile action.
313 * merge-gnulib: New script, with actions moved here from
314 ../Makefile.in.
315
003fdae2
PE
3162012-05-19 Paul Eggert <eggert@cs.ucla.edu>
317
9232a6d9
PE
318 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
319
003fdae2
PE
320 * CPP-DEFINES (HAVE_FTIME): Remove.
321
6116bd7e
GM
3222012-05-02 Glenn Morris <rgm@gnu.org>
323
324 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
325
a9f72fc1
GM
3262012-04-10 Glenn Morris <rgm@gnu.org>
327
c9279dad
GM
328 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
329
a9f72fc1
GM
330 * unidata/Makefile.in: Add FSF copyright.
331 Make it use autoconf features, and work for out-of-tree builds.
332
b142f158
EZ
3332012-04-07 Eli Zaretskii <eliz@gnu.org>
334
335 * unidata/README:
336 * unidata/copyright.html:
337 * unidata/BidiMirroring.txt:
338 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
339 the Unicode Standard.
340
c406be43
KH
3412012-02-16 Kenichi Handa <handa@m17n.org>
342
343 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
344 values of name and old-name to nil.
345 (unidata-get-name): Return nil for the default value.
346
58474503
GM
3472012-02-11 Glenn Morris <rgm@gnu.org>
348
349 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
350 (cusver-check): New functions.
351
54de86ac
GM
3522012-01-19 Glenn Morris <rgm@gnu.org>
353
354 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
355 "skip?" question, since there can be multiple such for any revision.
356
0dc18ae0
EZ
3572012-01-14 Eli Zaretskii <eliz@gnu.org>
358
359 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
360 updated and checked.
361
509c74bd
AS
3622011-11-26 Andreas Schwab <schwab@linux-m68k.org>
363
303d001f
AS
364 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
365 Avoid warning about old-style backquote.
366
509c74bd
AS
367 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
368 in regexp.
369 (wisent-make-parsers): Likewise. Quote `.'.
370
371 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
372 in regexp.
373 (bovine-make-parsers): Likewise. Quote `.'.
374
d5ff9cd0
AS
3752011-11-20 Andreas Schwab <schwab@linux-m68k.org>
376
377 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
378
7877f373
JB
3792011-11-16 Juanma Barranquero <lekktu@gmail.com>
380
381 * admin.el (manual-dvi): Fix typo.
382
b018182c
EZ
3832011-11-15 Eli Zaretskii <eliz@gnu.org>
384
7877f373 385 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 386
c7015153
JB
3872011-11-15 Juanma Barranquero <lekktu@gmail.com>
388
389 * make-emacs: Fix typo.
390
d31d07be
JB
3912011-11-07 Juanma Barranquero <lekktu@gmail.com>
392
393 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
394
72b8747b
DE
3952011-10-31 David Engster <deng@randomsample.de>
396
397 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
398
8cedc5ac
EZ
3992011-10-28 Eli Zaretskii <eliz@gnu.org>
400
401 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
402 running Emacs on Windows 9X.
403
a0c64452
CY
4042011-09-26 Chong Yidong <cyd@stupidchicken.com>
405
406 * admin.el (set-version): Fix regexps for config.nt and
407 sed2v2.inp.
408
e39b275c 4092011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 410
abec06ff 411 Merge from gnulib (Bug#9169).
24e0f6b1
PE
412 * notes/copyright: The files compile, config.guess, config.sub,
413 depcomp, install-sh, missing, and move-if-change are now in the
414 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
415 and warn-on-use.h are now in build-aux/snippets. New file
416 build-aux/snippets/_Noreturn.h.
417
bca633fb
EZ
4182011-08-23 Eli Zaretskii <eliz@gnu.org>
419
420 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
421 values of bidi-class according to DerivedBidiClass.txt from the
422 latest UCD.
423
0902a04e
KH
4242011-08-23 Kenichi Handa <handa@m17n.org>
425
426 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
427 values for name, general-category, canonical-combining-class,
428 mirrored, and bidi-class. Describe the meaning of value nil for
429 decimal-digit-value, digit-value, numeric-value, uppercase,
430 lowercase, titlecase, and mirroring.
431 (unidata-gen-table): Handle the case that default-value is a
432 list. Set default values of characters not listed in a table.
433 (unidata-get-name): Return an empty string if a value in a
434 char-table is nil.
435 (unidata-get-decomposition): Return a list of character itself if
436 a value in a char-table is nil.
437
474a8465
EZ
4382011-08-15 Eli Zaretskii <eliz@gnu.org>
439
440 * unidata/bidimirror.awk: File removed.
441
442 * unidata/biditype.awk: File removed.
443
444 * unidata/makefile.w32-in (all): Remove src/biditype.h and
445 src/bidimirror.h.
f58e0fd5 446 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
447
448 * unidata/Makefile.in (all): Remove src/biditype.h and
449 src/bidimirror.h.
f58e0fd5 450 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 451
a5b436df
JB
4522011-07-07 Juanma Barranquero <lekktu@gmail.com>
453
454 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
455 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
456
c805dec0
KH
4572011-07-06 Kenichi Handa <handa@m17n.org>
458
459 * unidata/unidata-gen.el (unidata-dir): New variable.
460 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
461 (unidata-prop-alist): INDEX element may be a function.
462 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
463 New entry `mirroring'.
464 (unidata-prop-default, unidata-prop-val-list): New subst.
465 (unidata-get-character, unidata-put-character): Delete them.
466 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
467 above changes.
468 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
469 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
470 Delete them.
471 (unidata-encode-val): Assume that the first element of VAL-LIST is
472 a cons (nil . 0).
473 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
474 Always store the encoded value.
475 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
476 Set the 1st and the 2nd extra slots to index numbers for C
477 functions.
478 (unidata-gen-table-integer): Likewise.
479 (unidata-gen-table-numeric): Likewise.
480 (unidata-gen-table-name): New arg IGNORE.
481 (unidata-gen-table-decomposition): Likewise.
482 (unidata-describe-general-category): Add the case nil to the
483 description alist.
a5b436df 484 (unidata-gen-mirroring-list): New function.
c805dec0
KH
485 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
486 unidata-prop-alist. Handle the case of storing multiple
487 char-tables in a file.
488
489 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
490 unidata-gen-files.
491
2a35386d
GM
4922011-05-21 Glenn Morris <rgm@gnu.org>
493
494 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
495
33383987
JB
4962011-03-07 Chong Yidong <cyd@stupidchicken.com>
497
498 * Version 23.3 released.
499
cce7d530 5002011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
501
502 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
503
9d9d12cd
EZ
5042011-02-19 Eli Zaretskii <eliz@gnu.org>
505
506 * admin.el (set-version): Add msdos/sed2v2.inp.
507
1f5d53eb
PE
5082011-02-16 Paul Eggert <eggert@cs.ucla.edu>
509
510 Remove no-longer needed getloadavg symbols.
511 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
512 (LDAV_SYMBOL): Remove.
513
7b24e97a
GM
5142011-02-12 Glenn Morris <rgm@gnu.org>
515
516 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
517
4d881c83
GM
5182011-02-05 Glenn Morris <rgm@gnu.org>
519
520 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
521 (bzrmerge-apply): Use it.
522 (bzrmerge): Kill any old warning buffer first.
523
f6041baa
GM
5242011-02-03 Glenn Morris <rgm@gnu.org>
525
526 * bzrmerge.el (bzrmerge-buffer): New constant.
527 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
528 (bzrmerge-missing): If nothing to do, return nil not (nil).
529 (bzrmerge-apply): Remove odd character from message.
530 (bzrmerge): Give status messages.
531
70b0d280
EZ
5322011-01-31 Eli Zaretskii <eliz@gnu.org>
533
f6041baa
GM
534 * admin.el (set-version): Remove lib-src/makefile.w32-in.
535 Add nt/config.nt.
70b0d280 536
16fab143
PE
5372011-01-31 Paul Eggert <eggert@cs.ucla.edu>
538
539 src/emacs.c now gets version number from configure.in
540 * admin.el (set-version): Don't update src/emacs.c.
541 * quick-install-emacs (VERSION): Get it from configure.in, not from
542 src/emacs.c.
543
16c3e636
PE
5442011-01-30 Paul Eggert <eggert@cs.ucla.edu>
545
546 strftime: import from gnulib
547 * notes/copyright: strftime.c moved from src to lib.
548
d0cb8662
GM
5492011-01-25 Glenn Morris <rgm@gnu.org>
550
551 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
552 (bzrmerge-missing): Use it.
553
d6100f3d
PE
5542011-01-19 Paul Eggert <eggert@cs.ucla.edu>
555
556 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
557 rather than doing rm and autoconf by hand. See
558 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
559
9092d186
PE
5602011-01-17 Paul Eggert <eggert@cs.ucla.edu>
561
562 * notes/bzr (Installing changes from gnulib): New section.
563 Need for this suggested by Stefan Monnier.
564
41f44310
SM
5652011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
568 an inconsistent state.
569
a3e44e79 5702011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
571
572 Update copyright notes to match recent gnulib-related changes.
573 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
574 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
575 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
576 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
577 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
578 subsumed by m4/*.m4 rule). config.guess, config.sub, and
579 doc/man/texinfo.tex are now copied in from gnulib.
580
6fffc900
GM
5812011-01-15 Glenn Morris <rgm@gnu.org>
582
2153c862 583 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 584
6fffc900
GM
585 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
586 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
587
77ab81d0 5882011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
589
590 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
591
1851cac3
GM
5922011-01-14 Glenn Morris <rgm@gnu.org>
593
594 * bzrmerge.el: Require cl when compiling.
595 (bzrmerge-merges): Doc fix.
596
2b3f5bc8
PE
5972011-01-07 Paul Eggert <eggert@cs.ucla.edu>
598
599 * notes/copyright: There's only one install-sh, not two, so fix a
600 typo claiming that there's two. Add move-if-change to the list of
601 GPL files imported from gnulib.
602
6032011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
604
605 * notes/copyright: Report status more accurately for non-GPL files.
606 Report copyright status more accurately for mkinstalldirs,
607 configure, m4/getopt.m4, and msdos/sed*.inp.
608
7c420169 6092011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
610
611 * nt/README.W32: Update the information about PNG support libraries.
612 (Bug#7716)
613
9ebea0e7
SM
6142010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * bzrmerge.el: New file to help merge branches while skipping
617 some revisions (e.g. from emacs-23 to trunk).
618
201ef780
AS
6192010-12-03 Andreas Schwab <schwab@linux-m68k.org>
620
621 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
622
16a0af11
GM
6232010-10-12 Glenn Morris <rgm@gnu.org>
624
625 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
626
f4f358f1
GM
6272010-10-09 Glenn Morris <rgm@gnu.org>
628
629 * admin.el (set-version): Add doc/emacs/emacsver.texi.
630
3fb78d1f
GM
6312010-10-09 Glenn Morris <rgm@gnu.org>
632
f7a31f11
GM
633 * admin.el (set-version): No need to act on doc/ files any more.
634
3fb78d1f
GM
635 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
636
733946e7
JB
6372010-09-05 Juanma Barranquero <lekktu@gmail.com>
638
639 * unidata/BidiMirroring.txt: Update from
640 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
641
642 * unidata/UnicodeData.txt: Update from
643 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
644
671d409f
AS
6452010-08-09 Andreas Schwab <schwab@linux-m68k.org>
646
647 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
648
29cf3e20
EZ
6492010-08-05 Eli Zaretskii <eliz@gnu.org>
650
651 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
652
e3aef5c6
CS
6532010-07-24 Christoph Scholtes <cschol2112@gmail.com>
654
655 * admin.el: Write version number to nt/makefile.w32-in.
656 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
657 in the nt/ directory.
658 * nt/README.W32: Relocate to nt/ directory.
659
8966b757
AS
6602010-07-11 Andreas Schwab <schwab@linux-m68k.org>
661
662 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
663
71c44c04
EZ
6642010-07-08 Eli Zaretskii <eliz@gnu.org>
665
666 * MAINTAINERS: Update my responsibilities.
667
72af86bd
AS
6682010-07-07 Andreas Schwab <schwab@linux-m68k.org>
669
670 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
671 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
672 Remove.
673
317fbf33
EZ
6742010-06-12 Eli Zaretskii <eliz@gnu.org>
675
cbc4fd20
EZ
676 * unidata/bidimirror.awk: New file.
677
678 * unidata/BidiMirroring.txt: New file from
679 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
680
a5b436df 681 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
682 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
683
684 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
685 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
686
317fbf33
EZ
687 * unidata/biditype.awk: New file.
688
689 * unidata/Makefile.in (../../src/biditype.h): New target.
690
691 * unidata/makefile.w32-in (../../src/biditype.h): New target.
692
bf3e70eb
JB
6932010-06-09 Juanma Barranquero <lekktu@gmail.com>
694
695 * unidata/UnicodeData.txt: Update from
696 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
697
81ac4f35
GM
6982010-05-27 Glenn Morris <rgm@gnu.org>
699
700 * quick-install-emacs (AVOID): No more Makefile.c files.
701
702 * notes/cpp: Remove file.
703
e45b9e19
KR
7042010-05-15 Ken Raeburn <raeburn@raeburn.org>
705
706 * admin.el (set-version, set-copyright): Update emacs.c instead of
707 version.el.
708
709 * make-tarball.txt: Update filename list in step 6.
710
711 * quick-install-emacs: Scan emacs.c instead of version.el for
712 version string.
713
61a808e8
CY
7142010-05-07 Chong Yidong <cyd@stupidchicken.com>
715
716 * Version 23.2 released.
717
796bb936
EZ
7182010-04-01 Eli Zaretskii <eliz@gnu.org>
719
52f4d8d5 720 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 721
288f9fc0
CY
7222010-03-10 Chong Yidong <cyd@stupidchicken.com>
723
724 * Branch for 23.2.
725
f758ab59
MB
7262010-03-10 Miles Bader <miles@gnu.org>
727
61c26472
MB
728 * quick-install-emacs: Use more portable shell syntax.
729
a5b436df 730 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
731 installing.
732
296271c0
JB
7332010-02-14 Juanma Barranquero <lekktu@gmail.com>
734
735 * quick-install-emacs (PRUNED): Fix typo in message.
736
79c08ece
GM
7372010-01-20 Glenn Morris <rgm@gnu.org>
738
739 * revdiff: Remove file that only works with CVS, and isn't really
740 needed with Bazaar (given the in-built revision options of bzr diff).
741
893db5bc
GM
7422010-01-12 Glenn Morris <rgm@gnu.org>
743
744 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
745 than emacs-pretest-bug for bug reports for development versions.
746
149353a4
KH
7472009-11-06 Kenichi Handa <handa@m17n.org>
748
749 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
750 that the block data and the following per-char data fall into the
751 same char-table leaf.
752
171fda8a
JB
7532009-10-01 Juanma Barranquero <lekktu@gmail.com>
754
755 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
756
06d09461
JB
7572009-09-07 Juanma Barranquero <lekktu@gmail.com>
758
759 * unidata/.gitignore: New file.
760
cb335806
EZ
7612009-08-22 Eli Zaretskii <eliz@gnu.org>
762
8e22fa7e
EZ
763 * notes/bugtracker: How to reassign a bug to a list of packages.
764
cb335806
EZ
765 * notes/newfile: Details of how to check for problems with DOS 8+3
766 file-name restrictions.
767
7682009-08-18 Glenn Morris <rgm@gnu.org>
769
770 * notes/newfile: New file.
771
54aa48fe
EZ
7722009-07-11 Eli Zaretskii <eliz@gnu.org>
773
774 * make-tarball.txt: Add a note about bumping the value of
775 customize-changed-options-previous-release.
776
aa4a9384
KH
7772009-06-24 Kenichi Handa <handa@m17n.org>
778
fe7a3057 779 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
780 and don't compact the map. This is to prefer the first one in the
781 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
782
09856751
KH
7832009-06-12 Kenichi Handa <handa@m17n.org>
784
785 * charsets/Makefile (JISX213A.map): Make it depend on
786 mapfiles/JISX213A.map.gz.
787 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
788
789 * charsets/mapfiles/JISX213A.map.gz: New file.
790
791 * charsets/mapfiles/README: Describe JISX213A.map.gz.
792
09e47eb5
KH
7932009-06-12 Kenichi Handa <handa@m17n.org>
794
795 * charsets/mapfiles/*: New files.
796
797 * charsets/mule-charsets.el: Mostly re-written to generate all
798 MULE-*.map files.
799
800 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
801 files.
802
803 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
804 EUC-JP-MS.
805
806 * charsets/cp51932.awk (END): Print arch-tag at the tail.
807
808 * charsets/Makefile: Maps depend on files under mapfiles or
809 ${GLIBC_CHARMAPS}.
810
0b4ff5df
KH
8112009-04-21 Kenichi Handa <handa@m17n.org>
812
813 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
814 change.
815
88758986
KH
8162009-04-17 Kenichi Handa <handa@m17n.org>
817
f58e0fd5
SM
818 * unidata/unidata-gen.el (unidata-get-decomposition):
819 Adjust Hangle decomposition rule to Unicode.
88758986 820
0af3fedf
KH
8212009-04-09 Kenichi Handa <handa@m17n.org>
822
f58e0fd5
SM
823 * unidata/unidata-gen.el (unidata-describe-decomposition):
824 Return a string with a composition property to disable combining
0af3fedf
KH
825 characters being composed.
826
e308dcd3 8272009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
828
829 * quick-install-emacs: Be more clever about locating info directory.
830
d9cce206
JB
8312009-02-24 Juanma Barranquero <lekktu@gmail.com>
832
833 * nt/README.W32: Fix typos.
834
3deb93c6
JR
8352009-02-23 Jason Rumney <jasonr@gnu.org>
836
ed9265fc 837 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 838
d9cce206
JB
839 * nt/README.W32: Remove ever expanding versions of Windows.
840 Shorten FAQ URL. Remove mention of obsolete lock directory.
841 Windows distribution now bin and barebin only. Add note about
842 SVG support. Remove old tar and gzip problem workarounds.
843 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
844
845 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
846 undumped distribution no longer exists.
847
e73521d0 8482009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
849
850 * nt/README.W32: Fix typo. (Bug#2207)
851
1b1db3a9
CY
8522009-02-01 Chong Yidong <cyd@stupidchicken.com>
853
854 * admin.el (set-version): Remove deleted file ns-emacs.texi.
855
d90442ce
KH
8562008-12-02 Kenichi Handa <handa@m17n.org>
857
858 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
859 `decomposition' property adjusted.
860 (unidata-split-decomposition): Don't include surrounding "<" and
861 ">" in a symbol name.
862
8632008-12-01 Kenichi Handa <handa@m17n.org>
864
b97439ce
JB
865 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
866 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
867 (unidata-get-numeric, unidata-put-numeric)
868 (unidata-gen-table-numeric): New functions.
869 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
870
983ab7ba
EZ
8712008-11-29 Eli Zaretskii <eliz@gnu.org>
872
873 * notes/documentation: Add notes about Antinews.
874
91236f63
GM
8752008-10-23 Glenn Morris <rgm@gnu.org>
876
877 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
878 Add/tweak some nextstep/ entries.
879
c674e738
KH
8802008-09-19 Kenichi Handa <handa@m17n.org>
881
882 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
883 positions.
884
293a3986
EZ
8852008-08-23 Eli Zaretskii <eliz@gnu.org>
886
887 * CPP-DEFINES: Add USER_FULL_NAME.
888
b7063e7e
JR
8892008-08-16 Jason Rumney <jasonr@gnu.org>
890
d4835507 891 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 892
295b47d8
JB
8932008-08-06 Juanma Barranquero <lekktu@gmail.com>
894
895 * nt/dump.bat: Fix mixed EOLs.
896
14145fa3
AR
8972008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
898
0dcb2845 899 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 900
c3179b06
EZ
9012008-08-02 Eli Zaretskii <eliz@gnu.org>
902
903 * CPP-DEFINES: Add defines for accessing system processes.
904
9e2a2647
DN
9052008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
906
907 * make-tarball.txt:
908 * admin.el:
909 * FOR-RELEASE:
910 * CPP-DEFINES: Remove mentions of Mac Carbon.
911
d3841127
GM
9122008-07-16 Glenn Morris <rgm@gnu.org>
913
914 * admin.el (set-version, set-copyright): Add nextstep/ files.
915
ba60bd44 9162008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 917
0dcb2845 918 * CPP-DEFINES: Add NS port related defines.
edfda783 919
f2d8d275
GM
9202008-06-16 Glenn Morris <rgm@gnu.org>
921
5de85e83
GM
922 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
923 doc/lispref/book-spine.texinfo.
f2d8d275 924
611bee81
GM
9252008-06-15 Glenn Morris <rgm@gnu.org>
926
927 * admin.el (set-version): Add doc/misc/faq.texi.
928
d6710afe
JB
9292008-05-22 Juanma Barranquero <lekktu@gmail.com>
930
931 * FOR-RELEASE: Remove Windows problem about the XPM image library
932 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
933
2e10f11c
JB
9342008-04-15 Juanma Barranquero <lekktu@gmail.com>
935
936 * unidata/UnicodeData.txt: Update to Unicode 5.1.
937
dd7d19d7
JB
9382008-04-14 Juanma Barranquero <lekktu@gmail.com>
939
940 * unidata/unidata-gen.el (unidata-prop-alist):
941 Fix typo in description of `numeric-value'.
942 (unidata-put-character): Fix typo in error message.
943
2cbff44e
GM
9442008-02-21 Glenn Morris <rgm@gnu.org>
945
946 * notes/unicode, notes/font-backend: New files, split off from
947 README.unicode.
948
43bad2da
KH
9492008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
950
951 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 952 being used in latin1-disp.el. Remove the problem of
98723304
KH
953 cp-supported-codepages. Remove the problem of lost changelog for
954 ps-prin1.ps.
43bad2da 955
8a7619ba
EZ
9562008-02-16 Eli Zaretskii <eliz@gnu.org>
957
958 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
959 non-portable in this context.
960
961 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
962 non-portable in this context.
963
f96b6330
EZ
9642008-02-09 Eli Zaretskii <eliz@gnu.org>
965
966 * unidata/makefile.w32-in (lisp): New variable.
967 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
968 lisp/emacs-lisp.
969
56eb72a0
JR
9702008-02-04 Jason Rumney <jasonr@gnu.org>
971
972 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
973
a8fd9158
JB
9742008-02-02 Juanma Barranquero <lekktu@gmail.com>
975
976 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
977
c7e85fc7
EZ
9782008-02-02 Eli Zaretskii <eliz@gnu.org>
979
9aa0b3c8
EZ
980 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
981
bcc891c2 982 * unidata/Makefile.in: Rename from Makefile.
5889232d 983
c7e85fc7
EZ
984 * unidata/makefile.w32-in: New file.
985
db516472
JR
9862008-02-02 Jason Rumney <jasonr@gnu.org>
987
988 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
989
609789d7 9902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 991
aca7a3d2
MB
992 * unidata/copyright.html: New file.
993
609789d7 9942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
995
996 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
997 decomposition, if T is the same as TBase, don't include it in the
998 returned list.
999
609789d7 10002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1001
1002 * unidata/unidata-gen.el (unidata-text-file): Delete it.
1003 (unidata-list): Initialize to nil.
1004 (unidata-setup-list): New function.
bcc891c2
GM
1005 (unidata-gen-files): New optional arg unidata-text-file.
1006 If it's nil, set unidata-text-file to the left command line arg.
1007 Call unidate-setup-list at first.
aca7a3d2 1008
bcc891c2 1009 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
1010 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1011
609789d7 10122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1013
bcc891c2
GM
1014 * unidata/unidata-gen.el: Fix comment typo.
1015 Change string-to-int to string-to-number.
1016 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
1017 (unidata-list): Just insert unidata-text-file.
1018 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 1019 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 1020
bcc891c2 1021 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
1022 (charprop.el): Depends on unidata.txt.
1023 (clean): Remove unidata.txt.
1024
609789d7 10252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1026
1027 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1028 (unidata-get-name): Handle U+110B.
1029
609789d7 10302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1031
1032 Sub-directory `unidata' is for codes to generate charprop.el and
1033 many other uni-*.el files from `UnicodeData.txt'.
1034
1035 * Unidata/README: New file.
1036
1037 * unidata/Makefile: New file.
1038
1039 * unidata/unidata-gen.el: New file.
1040
1041 * unidata/UnicodeData.txt: New file. Copied from
609789d7 1042 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
1043
1044 * unidata/.cvsignore: New file.
1045
609789d7 10462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1047
1048 * charsets/.cvsignore: New file.
1049
1050 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1051
bcc891c2
GM
1052 * charsets/Makefile (all): Rename target from charsets.
1053 Depend on ${TRANS_TABLE}.
1054 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1055 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
1056 (install): Copy updated files only.
1057
10582008-02-02 Kenichi Handa <handa@m17n.org>
1059
bcc891c2 1060 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
1061
10622008-02-02 Kenichi Handa <handa@m17n.org>
1063
1064 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1065 0x2299 to 0x29BF.
1066
609789d7 10672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1068
1069 * charsets/Makefile (TRANS_TABLE): New macro.
1070 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 1071 (cp51932.el): New target.
aca7a3d2
MB
1072 (eucjp-ms.el): New target.
1073 (install): Include ${TRANS_TABLE}.
1074 (CJK): Include JISX213A.map.
1075 (JISX213A.map): New target.
1076
1077 * charsets/eucjp-ms.awk: New file.
1078
1079 * charsets/cp51932.awk: New file.
1080
609789d7 10812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1082
1083 * charsets/cp932.awk: New file.
1084
bcc891c2 1085 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
1086
1087 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1088 running an awk program.
1089
609789d7 10902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1091
1092 * charsets/mapconv: Handle UNICODE2.
1093
c4cc8b9a 1094 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1095 (CP932-2BYTE.map): New target.
1096
609789d7 10972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1098
1099 * charsets: New directory for scripts to generate charset map
1100 files in ../etc/charsets/.
1101
bcc891c2 1102 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1103 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1104 * charsets/kuten.awk: New files.
aca7a3d2 1105
adf94aa6
GM
11062008-01-08 Glenn Morris <rgm@gnu.org>
1107
1108 * admin.el (set-version): Add doc/man/emacs.1.
1109
f3041af1
DN
11102008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1111
1112 * notes/copyright:
1113 * MAINTAINERS: Remove references to files that have been removed.
1114
a70c9a7a
GM
11152008-01-04 Glenn Morris <rgm@gnu.org>
1116
1117 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1118
aa5fea59
SM
11192007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * CPP-DEFINES: New file.
1122
f8747b72
RS
11232007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1124
1125 * FOR-RELEASE: Remove "window-system in face definition" [of
1126 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1127 on gnus-dired.el.
1128
24bbe01e
GM
11292007-12-05 Glenn Morris <rgm@gnu.org>
1130
1131 * admin.el (set-version): Handle configure.in. Adapt for doc/
1132 directory layout for manuals.
1133
0073bc5d
RS
11342007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1135
630cb3b7
JB
1136 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1137 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1138
1453abd0
GM
11392007-11-17 Glenn Morris <rgm@gnu.org>
1140
1141 * admin.el (process-lines): Move to ../lisp/subr.el.
1142
ca076674
GM
11432007-10-23 Glenn Morris <rgm@gnu.org>
1144
1145 * MAINTAINERS: Move here from ../.
1146
943756ea
JB
11472007-10-17 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * make-emacs: Doc fix.
1150
bab9fcb4
GM
11512007-08-28 Glenn Morris <rgm@gnu.org>
1152
1153 * admin.el: Provide self.
1154
880820fe 11552007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1156
d58ee9f1 1157 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1158
cacc7b51
GM
11592007-07-25 Glenn Morris <rgm@gnu.org>
1160
1161 * Relicense all FSF files to GPLv3 or later.
1162
bfcea090
GM
11632007-06-07 Glenn Morris <rgm@gnu.org>
1164
1165 * admin.el (set-copyright): New function.
1166
017f0417
NR
11672007-04-25 Nick Roberts <nickrob@snap.net.nz>
1168
1169 * make-tarball.txt: Add note about cutting the branch.
1170
537a062f
CY
11712007-06-02 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * Version 22.1 released.
1174
77083ca3
EZ
11752007-02-03 Eli Zaretskii <eliz@gnu.org>
1176
1177 * nt/makedist.bat: Change EOL format to DOS. Don't use
1178 redirection characters in REM lines.
1179
880820fe 11802007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1181
1182 * FOR-RELEASE: Removed Gtk/Xft issue.
1183
1fc8c92b
MB
11842007-01-01 Miles Bader <miles@gnu.org>
1185
1186 * quick-install-emacs (get_config_var): Deal with weird magic
1187 string inserted by recent versions of autoconf.
1188
7dce1990
JB
11892006-11-25 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * admin.el (set-version): Set version number in
1192 lib-src/makefile.w32-in.
1193
dc3d1157
RS
11942006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1195
1196 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1197 due to a local miss-configuration.
1198
08c85160
CY
11992006-10-28 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * make-announcement (OLD): Remove LEIM references in announcement
1202 since it is now built-in.
1203
d0834a5c
YM
12042006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1205
1206 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1207
151fe029
KH
12082006-10-03 Kenichi Handa <handa@m17n.org>
1209
1210 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1211
e71cb549
CY
12122006-08-13 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * FOR-RELEASE: Elisp manual checking completed.
1215
6232e72d
RS
12162006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1217
1218 * FOR-RELEASE: Update refcard section.
1219
8a8476f9
KS
12202006-07-14 Kim F. Storm <storm@cua.dk>
1221
1222 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1223
1eca02e7
KS
12242006-07-09 Kim F. Storm <storm@cua.dk>
1225
1226 * README: Use outline format. Add FOR-RELEASE.
1227
7fa61471
CY
12282006-06-27 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * FOR-RELEASE: Checking of info.texi done.
1231
8361675a
RS
12322006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1233
1234 * FOR-RELEASE: Update refcard section.
1235
3f168e29
RS
12362006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1237
1238 * FOR-RELEASE: Update refcard section.
1239
f195dc16
CY
12402006-05-25 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * FOR-RELEASE: Key sequence elisp node done.
1243
49561a36
RS
12442006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1245
1246 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1247
6fedb9f9
CY
12482006-05-21 Chong Yidong <cyd@mit.edu>
1249
1250 * FOR-RELEASE: point-entered /point-left bug fixed.
1251
61515a63
EZ
12522006-05-12 Eli Zaretskii <eliz@gnu.org>
1253
1254 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1255 entry.
1256
4297ece2
BW
12572006-05-06 Bill Wohler <wohler@newt.com>
1258
1259 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1260 about it.
1261
4bbe413d 12622006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1263
4bbe413d 1264 * ./* (Copyright): Updated Copyright year(s).
49561a36 1265
6b82baf6
RS
12662006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1267
1268 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1269
49af2995
KS
12702006-02-20 Kim F. Storm <storm@cua.dk>
1271
1272 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1273 Rework how fringe bitmaps are defined and used.
e4920bc9 1274 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1275 one-level representation. It would be cleaner to split the
1276 representation into a two-level model where first level maps
1277 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1278 a bitmap appearance.
49af2995 1279
d5e87a2f
CY
12802006-01-27 Chong Yidong <cyd@stupidchicken.com>
1281
8a8476f9 1282 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1283
9c43c921
BW
12842005-12-13 Bill Wohler <wohler@newt.com>
1285
1286 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1287
6ed81b24
RS
12882005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1289
c95dddbe
RS
1290 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1291 completing-read-multiple, mail-extract-address-components,
1292 mail-mode, quail-define-package, save-buffer and
1293 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1294
2950d850
CY
12952005-11-28 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1298
ab4d879e
KS
12992005-11-11 Kim F. Storm <storm@cua.dk>
1300
1301 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1302 when displaying a non-breaking space in an overlay string.
1303
932dc33b
CY
13042005-10-30 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * FOR-RELEASE: Init file change implemented.
1307
c809f7cc
CY
13082005-10-27 Chong Yidong <cyd@stupidchicken.com>
1309
1310 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1311
4754e179 13122005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1313
1314 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1315 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1316
ffda926c
BW
13172005-10-17 Bill Wohler <wohler@newt.com>
1318
f58e0fd5 1319 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1320 since it's gone. Also marked mh-e as done.
ffda926c 1321
2d4713aa
JB
13222005-10-11 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1325 libraries on Windows (Done).
1326
95f76284
JR
13272005-10-01 Jason Rumney <jasonr@gnu.org>
1328
1329 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1330
52f277bf
RF
13312005-08-31 Romain Francoise <romain@orebokech.com>
1332
630cb3b7 1333 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1334 item (Done).
1335
c0eb0519
RF
13362005-08-27 Romain Francoise <romain@orebokech.com>
1337
1338 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1339
385ee3de 13402005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1341
1342 Update FSF's address in GPL notices.
1343
257914aa
LK
13442005-06-10 Lute Kamstra <lute@gnu.org>
1345
1346 * admin.el (set-version): Set version in lisp manual too.
1347 * make-tarball.txt: Commit lispref/elisp.texi too.
1348
a4e51a7a
RS
13492005-06-04 Richard M. Stallman <rms@gnu.org>
1350
1351 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1352 Other cleanups.
1353
834671a6
LK
13542005-04-19 Lute Kamstra <lute@gnu.org>
1355
1356 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1357
54381691
LK
13582005-04-14 Lute Kamstra <lute@gnu.org>
1359
118e2c39
LK
1360 * nt/makedist.bat (elfiles): Update.
1361
54381691
LK
1362 * admin.el (add-release-logs): Fix require call.
1363
0b048d52
MT
13642005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1365
f58e0fd5 1366 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1367 The first line of every tutorial must begin with a sentence saying
1368 "Emacs Tutorial" in the respective language. This should be
1369 followed by "See end for copying conditions", likewise in the
1370 respective language.
0b048d52 1371
18cd5892
LT
13722005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1373
1374 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1375 Add `undo-ask-before-discard' to it.
1376
9a1c5fbf
MB
13772005-03-02 Miles Bader <miles@gnu.org>
1378
1379 * quick-install-emacs: Only use the mkdir --verbose option if the
1380 script's --verbose option was specified (this avoids problems with
1381 default usage on systems where mkdir doesn't support that option).
1382
e25c1ca6
JR
13832005-02-15 Jason Rumney <jasonr@gnu.org>
1384
fffa137c 1385 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1386 tar --exclude.
1387
880820fe 13882004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1389
1390 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1391
6622d928
LT
13922004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1393
1394 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1395 Elisp manuals.
1396
d574552a
LT
13972004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1398
1399 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1400 Emacs and Elisp manuals.
d574552a 1401
0a5e5be0
KS
14022004-09-11 Kim F. Storm <storm@cua.dk>
1403
1404 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1405 (Documentation): Add NEWS entry.
1406 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1407
2661eae9
KS
14082004-08-29 Kim F. Storm <storm@cua.dk>
1409
1410 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1411
880820fe 14122004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1413
c4cc8b9a 1414 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1415 (now behaves as well as other ports).
1416
880820fe 14172004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1418
2661eae9 1419 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1420
44618f20 14212004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1422
1423 * FOR-RELEASE: Moved here from the etc directory.
1424
db281452
TTN
14252004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1426
1427 * notes/BRANCH: New file, to be maintained per CVS branch.
1428
feebeb72
MB
14292003-10-01 Miles Bader <miles@gnu.org>
1430
1431 * quick-install-emacs: Don't use "function" keyword when defining
1432 shell functions.
1433
44618f20
LK
14342003-09-29 Lute Kamstra <lute@gnu.org>
1435
1436 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1437
e04e1ce2
MB
14382003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1439
1440 * quick-install-emacs: Remove fns-* pruning, since that file no
1441 longer seems to be generated.
1442 (AVOID): Quote literal periods. Quote braces in a way acceptable
1443 to all parties (gawk gets bitchy about using `\').
1444
6cce52e8
MB
14452003-08-19 Miles Bader <miles@gnu.org>
1446
1447 * quick-install-emacs: Add arch-specific ignored files to
1448 quick-install-emacs. Use quoting for periods that's acceptable
1449 to recent versions of gawk.
1450
13582d53
MR
14512003-08-11 Markus Rost <rost@math.ohio-state.edu>
1452
1453 * cus-test.el: Remove obsolete workaround.
1454
e53925a5
AI
14552003-04-22 Andrew Innes <andrewi@gnu.org>
1456
1457 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1458 emacs.exe before zipping, and including batch file to recreate
1459 after unpacking.
1460
1461 * nt/stitch.bat: New file.
1462
1463 * nt/README-ftp-server: Update wording and version number etc.
1464 Add extra instructions for installing multi-file .zip
1465 distribution.
1466
1467 * nt/README.W32: Remove personal email address and update wording.
1468
1469 * nt/README-UNDUMP.W32: Remove personal email address and update
1470 wording.
1471
880820fe 14722003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1473
1474 * make-changelog-diff: New script, code stolen from make-announcement.
1475
1476 * make-announcement: Use make-changelog-diff.
1477
880820fe 14782003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1479
1480 * make-tarball.txt: Step-by-step instructions for making a tarball.
1481
10d1d0af 1482 * make-announcement: A script for creating pretest announcements.
163c6f1c 1483
880820fe 14842003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1485
1486 * admin.el (add-release-logs): Expand the directory name before
1487 calling find(1).
1488 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1489 the date and the user's name and address.
33b97f32 1490
7b997a97
MB
14912003-01-07 Miles Bader <miles@gnu.org>
1492
1493 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1494 command output from non-C locales.
1495
6c465a15 14962002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1497
3bc08206 1498 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1499 which can be run in batch mode. See the Commentary section.
bd08d86a 1500
5ce129c2
MR
15012002-10-08 Markus Rost <rost@math.ohio-state.edu>
1502
1503 * cus-test.el: New file.
1504
14dd2fe9
MB
15052002-05-27 Miles Bader <miles@gnu.org>
1506
1507 * quick-install-emacs (VERSION): Calculate using the same method
1508 that configure.in uses.
1509
880820fe 15102002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1511
1512 * emacs-pretesters: New file with information for Emacs
1513 pretesters.
1514
b9a07996
PE
15152002-03-22 Paul Eggert <eggert@twinsun.com>
1516
1517 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1518 POSIX 1003.1-2001 disallows both usages.
1519
38b81d74
AI
15202002-02-11 Andrew Innes <andrewi@gnu.org>
1521
1522 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1523
72a68345
AI
15242002-01-24 Andrew Innes <andrewi@gnu.org>
1525
1526 * nt/README.W32: Remove unnecessary version number and date
1527 references.
1528
1529 * nt/README-UNDUMP.W32: Ditto.
1530
ebbaf4e3
GM
15312001-12-06 Gerd Moellmann <gerd@gnu.org>
1532
1533 * make-emacs: Add --trace-move.
1534
461a1459
AI
15352001-10-23 Andrew Innes <andrewi@gnu.org>
1536
1537 * nt/makedist.bat: Remove remaining obsolete reference to
1538 GETTING.GNU.SOFTWARE.
1539
26fe1f92
GM
15402001-10-22 Gerd Moellmann <gerd@gnu.org>
1541
1542 * admin.el (set-version): Use `s' interactive spec for
1543 version number.
1544
71431a0e
GM
15452001-10-20 Gerd Moellmann <gerd@gnu.org>
1546
6aa97356 1547 * (Version 21.1 released.)
71431a0e 1548
e568708b
GM
15492001-10-20 Gerd Moellmann <gerd@gnu.org>
1550
1551 * admin.el (add-release-logs): Put the log entry in lispref, too.
1552
c5915370
MB
15532001-10-20 Miles Bader <miles@gnu.org>
1554
1555 * quick-install-emacs: Exit if we can't find some variable.
1556 (AVOID): Add .orig & .rej files.
1557 (get_config_var): Be more liberal about format of config.status
1558 sed commands.
1559
5a4a5bd4
GM
15602001-10-19 Gerd Moellmann <gerd@gnu.org>
1561
74499542
GM
1562 * admin.el: New file.
1563
5a4a5bd4
GM
1564 * build-configs: Add --help option. Add support for building
1565 in arbitrary source trees.
1566
09954f3b
GM
15672001-10-17 Gerd Moellmann <gerd@gnu.org>
1568
1569 * alloc-colors.c: New file.
1570
f2164e31
GM
15712001-10-13 Gerd Moellmann <gerd@gnu.org>
1572
1573 * make-emacs: Add --boot switch for bootstrapping. Logs to
1574 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1575
ab952a4f
GM
15762001-10-05 Gerd Moellmann <gerd@gnu.org>
1577
1578 * Branch for 21.1.
6c465a15 1579
f537c3cd
EZ
15802001-09-04 Andrew Innes <andrewi@gnu.org>
1581
1582 * admin/nt/makedist.bat: Remove reference to obsolete file
1583 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1584 version of tar used.
1585
1586;; Local Variables:
880820fe 1587;; coding: utf-8
f537c3cd 1588;; End:
2a34a036 1589
6116bd7e 1590 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1591
1592 This file is part of GNU Emacs.
1593
9ad5de0c 1594 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1595 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1596 the Free Software Foundation, either version 3 of the License, or
1597 (at your option) any later version.
5b87ad55
GM
1598
1599 GNU Emacs is distributed in the hope that it will be useful,
1600 but WITHOUT ANY WARRANTY; without even the implied warranty of
1601 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1602 GNU General Public License for more details.
1603
1604 You should have received a copy of the GNU General Public License
9ad5de0c 1605 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.