Generalize INTERNAL_FIELD between buffers, keyboards and frames.
[bpt/emacs.git] / admin / ChangeLog
1 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * coccinelle/frame.cocci: Semantic patch to replace direct
4 access to Lisp_Object members of struct frame to FVAR.
5
6 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
7
8 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
9 * merge-gnulib: Add environ, stdalign.
10
11 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
14 make_unibyte_string to build_unibyte_string where appropriate.
15
16 2012-07-17 Eli Zaretskii <eliz@gnu.org>
17
18 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
19
20 2012-07-17 Chong Yidong <cyd@gnu.org>
21
22 * Version 24.1 released.
23
24 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
25
26 Assume mkdir, perror, rename, rmdir, strerror.
27 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
28 (HAVE_STRERROR, strerror):
29 Remove.
30
31 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
32
33 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
34 to XCDR and consistently use CONSP in the list iteration loops.
35 * coccinelle/vector_contents.cocci: Fix indentation.
36
37 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * bzrmerge.el: Use cl-lib.
40
41 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
42
43 Rename configure.in to configure.ac (Bug#11603).
44 * admin.el (set-version):
45 * quick-install-emacs (VERSION):
46 Get version number from configure.ac, not configure.in.
47
48 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
49
50 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
51 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
52
53 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
54
55 * coccinelle/xzalloc.cocci: Semantic patch to convert
56 calls to xmalloc with following memset to xzalloc.
57
58 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
59
60 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
61
62 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
63
64 * coccinelle/build_string.cocci: Semantic patch
65 to convert from make_string to build_string.
66
67 2012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
68
69 First Coccinelle semantic patch.
70 * coccinelle: New subdirectory
71 * coccinelle/README: Documentation stub.
72 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
73 access to `contents' member of Lisp_Vector objects with AREF and ASET
74 where appropriate.
75
76 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
77
78 Support higher-resolution time stamps (Bug#9000).
79 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
80 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
81 timespec-sub, utimens.
82 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
83 This trims down the gnulib import, from the very latest gnulib.
84 Emacs does its own implementation of 'select' and 'sigprocmask'
85 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
86 hosts, so it doesn't need these modules.
87 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
88 these gnulib modules are only for Windows porting and Emacs ports
89 to Windows in a different way.
90
91 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
92
93 * make-emacs: Rename --union-type to --check-lisp-type.
94 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
95 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
96 USE_LISP_UNION_TYPE.
97
98 2012-06-03 Glenn Morris <rgm@gnu.org>
99
100 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
101
102 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
103
104 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
105 * make-tarball.txt: Don't worry about maintainer mode.
106
107 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
108
109 * CPP-DEFINES: Remove HAVE_SYSINFO.
110
111 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
112
113 Assume gnulib does largefile.
114 * merge-gnulib (GNULIB_MODULES): Add largefile.
115
116 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
117
118 Remove src/m/*.
119 * CPP-DEFINES: Do not mention src/m/*.h.
120 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
121 (BITS_PER_SHORT, BITS_PER_INT): Remove.
122 * MAINTAINERS: Remove src/m/.
123
124 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
125
126 Use full name for m4/gnulib-comp.m4. (Bug#11529)
127 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
128
129 Assume C89 or later.
130 * CPP-DEFINES: Remove NULL, const.
131
132 Make merging from gnulib a script, not a makefile action.
133 * merge-gnulib: New script, with actions moved here from
134 ../Makefile.in.
135
136 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
137
138 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
139
140 * CPP-DEFINES (HAVE_FTIME): Remove.
141
142 2012-05-02 Glenn Morris <rgm@gnu.org>
143
144 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
145
146 2012-04-10 Glenn Morris <rgm@gnu.org>
147
148 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
149
150 * unidata/Makefile.in: Add FSF copyright.
151 Make it use autoconf features, and work for out-of-tree builds.
152
153 2012-04-07 Eli Zaretskii <eliz@gnu.org>
154
155 * unidata/README:
156 * unidata/copyright.html:
157 * unidata/BidiMirroring.txt:
158 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
159 the Unicode Standard.
160
161 2012-02-16 Kenichi Handa <handa@m17n.org>
162
163 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
164 values of name and old-name to nil.
165 (unidata-get-name): Return nil for the default value.
166
167 2012-02-11 Glenn Morris <rgm@gnu.org>
168
169 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
170 (cusver-check): New functions.
171
172 2012-01-19 Glenn Morris <rgm@gnu.org>
173
174 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
175 "skip?" question, since there can be multiple such for any revision.
176
177 2012-01-14 Eli Zaretskii <eliz@gnu.org>
178
179 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
180 updated and checked.
181
182 2011-11-26 Andreas Schwab <schwab@linux-m68k.org>
183
184 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
185 Avoid warning about old-style backquote.
186
187 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
188 in regexp.
189 (wisent-make-parsers): Likewise. Quote `.'.
190
191 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
192 in regexp.
193 (bovine-make-parsers): Likewise. Quote `.'.
194
195 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
196
197 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
198
199 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
200
201 * admin.el (manual-dvi): Fix typo.
202
203 2011-11-15 Eli Zaretskii <eliz@gnu.org>
204
205 * nt/README-ftp-server: Update the information about PNG libraries.
206
207 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
208
209 * make-emacs: Fix typo.
210
211 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
212
213 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
214
215 2011-10-31 David Engster <deng@randomsample.de>
216
217 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
218
219 2011-10-28 Eli Zaretskii <eliz@gnu.org>
220
221 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
222 running Emacs on Windows 9X.
223
224 2011-09-26 Chong Yidong <cyd@stupidchicken.com>
225
226 * admin.el (set-version): Fix regexps for config.nt and
227 sed2v2.inp.
228
229 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
230
231 Merge from gnulib (Bug#9169).
232 * notes/copyright: The files compile, config.guess, config.sub,
233 depcomp, install-sh, missing, and move-if-change are now in the
234 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
235 and warn-on-use.h are now in build-aux/snippets. New file
236 build-aux/snippets/_Noreturn.h.
237
238 2011-08-23 Eli Zaretskii <eliz@gnu.org>
239
240 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
241 values of bidi-class according to DerivedBidiClass.txt from the
242 latest UCD.
243
244 2011-08-23 Kenichi Handa <handa@m17n.org>
245
246 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
247 values for name, general-category, canonical-combining-class,
248 mirrored, and bidi-class. Describe the meaning of value nil for
249 decimal-digit-value, digit-value, numeric-value, uppercase,
250 lowercase, titlecase, and mirroring.
251 (unidata-gen-table): Handle the case that default-value is a
252 list. Set default values of characters not listed in a table.
253 (unidata-get-name): Return an empty string if a value in a
254 char-table is nil.
255 (unidata-get-decomposition): Return a list of character itself if
256 a value in a char-table is nil.
257
258 2011-08-15 Eli Zaretskii <eliz@gnu.org>
259
260 * unidata/bidimirror.awk: File removed.
261
262 * unidata/biditype.awk: File removed.
263
264 * unidata/makefile.w32-in (all): Remove src/biditype.h and
265 src/bidimirror.h.
266 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
267
268 * unidata/Makefile.in (all): Remove src/biditype.h and
269 src/bidimirror.h.
270 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
271
272 2011-07-07 Juanma Barranquero <lekktu@gmail.com>
273
274 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
275 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
276
277 2011-07-06 Kenichi Handa <handa@m17n.org>
278
279 * unidata/unidata-gen.el (unidata-dir): New variable.
280 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
281 (unidata-prop-alist): INDEX element may be a function.
282 New optional element VAL-LIST (for general-category and bidi-class).
283 New entry `mirroring'.
284 (unidata-prop-default, unidata-prop-val-list): New subst.
285 (unidata-get-character, unidata-put-character): Delete them.
286 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
287 above changes.
288 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
289 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
290 Delete them.
291 (unidata-encode-val): Assume that the first element of VAL-LIST is
292 a cons (nil . 0).
293 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
294 Always store the encoded value.
295 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
296 Set the 1st and the 2nd extra slots to index numbers for C
297 functions.
298 (unidata-gen-table-integer): Likewise.
299 (unidata-gen-table-numeric): Likewise.
300 (unidata-gen-table-name): New arg IGNORE.
301 (unidata-gen-table-decomposition): Likewise.
302 (unidata-describe-general-category): Add the case nil to the
303 description alist.
304 (unidata-gen-mirroring-list): New function.
305 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
306 unidata-prop-alist. Handle the case of storing multiple
307 char-tables in a file.
308
309 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
310 unidata-gen-files.
311
312 2011-05-21 Glenn Morris <rgm@gnu.org>
313
314 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
315
316 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
317
318 * Version 23.3 released.
319
320 2011-02-23 Juanma Barranquero <lekktu@gmail.com>
321
322 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
323
324 2011-02-19 Eli Zaretskii <eliz@gnu.org>
325
326 * admin.el (set-version): Add msdos/sed2v2.inp.
327
328 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
329
330 Remove no-longer needed getloadavg symbols.
331 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
332 (LDAV_SYMBOL): Remove.
333
334 2011-02-12 Glenn Morris <rgm@gnu.org>
335
336 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
337
338 2011-02-05 Glenn Morris <rgm@gnu.org>
339
340 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
341 (bzrmerge-apply): Use it.
342 (bzrmerge): Kill any old warning buffer first.
343
344 2011-02-03 Glenn Morris <rgm@gnu.org>
345
346 * bzrmerge.el (bzrmerge-buffer): New constant.
347 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
348 (bzrmerge-missing): If nothing to do, return nil not (nil).
349 (bzrmerge-apply): Remove odd character from message.
350 (bzrmerge): Give status messages.
351
352 2011-01-31 Eli Zaretskii <eliz@gnu.org>
353
354 * admin.el (set-version): Remove lib-src/makefile.w32-in.
355 Add nt/config.nt.
356
357 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
358
359 src/emacs.c now gets version number from configure.in
360 * admin.el (set-version): Don't update src/emacs.c.
361 * quick-install-emacs (VERSION): Get it from configure.in, not from
362 src/emacs.c.
363
364 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
365
366 strftime: import from gnulib
367 * notes/copyright: strftime.c moved from src to lib.
368
369 2011-01-25 Glenn Morris <rgm@gnu.org>
370
371 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
372 (bzrmerge-missing): Use it.
373
374 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
375
376 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
377 rather than doing rm and autoconf by hand. See
378 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
379
380 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
381
382 * notes/bzr (Installing changes from gnulib): New section.
383 Need for this suggested by Stefan Monnier.
384
385 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
388 an inconsistent state.
389
390 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
391
392 Update copyright notes to match recent gnulib-related changes.
393 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
394 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
395 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
396 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
397 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
398 subsumed by m4/*.m4 rule). config.guess, config.sub, and
399 doc/man/texinfo.tex are now copied in from gnulib.
400
401 2011-01-15 Glenn Morris <rgm@gnu.org>
402
403 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
404
405 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
406 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
407
408 2011-01-14 Glenn Morris <rgm@gnu.org>
409
410 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
411
412 2011-01-14 Glenn Morris <rgm@gnu.org>
413
414 * bzrmerge.el: Require cl when compiling.
415 (bzrmerge-merges): Doc fix.
416
417 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
418
419 * notes/copyright: There's only one install-sh, not two, so fix a
420 typo claiming that there's two. Add move-if-change to the list of
421 GPL files imported from gnulib.
422
423 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
424
425 * notes/copyright: Report status more accurately for non-GPL files.
426 Report copyright status more accurately for mkinstalldirs,
427 configure, m4/getopt.m4, and msdos/sed*.inp.
428
429 2011-01-02 Eli Zaretskii <eliz@gnu.org>
430
431 * nt/README.W32: Update the information about PNG support libraries.
432 (Bug#7716)
433
434 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * bzrmerge.el: New file to help merge branches while skipping
437 some revisions (e.g. from emacs-23 to trunk).
438
439 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
440
441 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
442
443 2010-10-12 Glenn Morris <rgm@gnu.org>
444
445 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
446
447 2010-10-09 Glenn Morris <rgm@gnu.org>
448
449 * admin.el (set-version): Add doc/emacs/emacsver.texi.
450
451 2010-10-09 Glenn Morris <rgm@gnu.org>
452
453 * admin.el (set-version): No need to act on doc/ files any more.
454
455 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
456
457 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
458
459 * unidata/BidiMirroring.txt: Update from
460 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
461
462 * unidata/UnicodeData.txt: Update from
463 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
464
465 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
466
467 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
468
469 2010-08-05 Eli Zaretskii <eliz@gnu.org>
470
471 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
472
473 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
474
475 * admin.el: Write version number to nt/makefile.w32-in.
476 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
477 in the nt/ directory.
478 * nt/README.W32: Relocate to nt/ directory.
479
480 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
481
482 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
483
484 2010-07-08 Eli Zaretskii <eliz@gnu.org>
485
486 * MAINTAINERS: Update my responsibilities.
487
488 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
489
490 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
491 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
492 Remove.
493
494 2010-06-12 Eli Zaretskii <eliz@gnu.org>
495
496 * unidata/bidimirror.awk: New file.
497
498 * unidata/BidiMirroring.txt: New file from
499 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
500
501 * unidata/Makefile.in (../../src/bidimirror.h): New target.
502 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
503
504 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
505 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
506
507 * unidata/biditype.awk: New file.
508
509 * unidata/Makefile.in (../../src/biditype.h): New target.
510
511 * unidata/makefile.w32-in (../../src/biditype.h): New target.
512
513 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
514
515 * unidata/UnicodeData.txt: Update from
516 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
517
518 2010-05-27 Glenn Morris <rgm@gnu.org>
519
520 * quick-install-emacs (AVOID): No more Makefile.c files.
521
522 * notes/cpp: Remove file.
523
524 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
525
526 * admin.el (set-version, set-copyright): Update emacs.c instead of
527 version.el.
528
529 * make-tarball.txt: Update filename list in step 6.
530
531 * quick-install-emacs: Scan emacs.c instead of version.el for
532 version string.
533
534 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
535
536 * Version 23.2 released.
537
538 2010-04-01 Eli Zaretskii <eliz@gnu.org>
539
540 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
541
542 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
543
544 * Branch for 23.2.
545
546 2010-03-10 Miles Bader <miles@gnu.org>
547
548 * quick-install-emacs: Use more portable shell syntax.
549
550 * quick-install-emacs (AVOID): Be more picky about files we avoid
551 installing.
552
553 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
554
555 * quick-install-emacs (PRUNED): Fix typo in message.
556
557 2010-01-20 Glenn Morris <rgm@gnu.org>
558
559 * revdiff: Remove file that only works with CVS, and isn't really
560 needed with Bazaar (given the in-built revision options of bzr diff).
561
562 2010-01-12 Glenn Morris <rgm@gnu.org>
563
564 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
565 than emacs-pretest-bug for bug reports for development versions.
566
567 2009-11-06 Kenichi Handa <handa@m17n.org>
568
569 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
570 that the block data and the following per-char data fall into the
571 same char-table leaf.
572
573 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
574
575 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
576
577 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
578
579 * unidata/.gitignore: New file.
580
581 2009-08-22 Eli Zaretskii <eliz@gnu.org>
582
583 * notes/bugtracker: How to reassign a bug to a list of packages.
584
585 * notes/newfile: Details of how to check for problems with DOS 8+3
586 file-name restrictions.
587
588 2009-08-18 Glenn Morris <rgm@gnu.org>
589
590 * notes/newfile: New file.
591
592 2009-07-11 Eli Zaretskii <eliz@gnu.org>
593
594 * make-tarball.txt: Add a note about bumping the value of
595 customize-changed-options-previous-release.
596
597 2009-06-24 Kenichi Handa <handa@m17n.org>
598
599 * charsets/mapconv: For the Unicode format files, do reverse sort
600 and don't compact the map. This is to prefer the first one in the
601 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
602
603 2009-06-12 Kenichi Handa <handa@m17n.org>
604
605 * charsets/Makefile (JISX213A.map): Make it depend on
606 mapfiles/JISX213A.map.gz.
607 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
608
609 * charsets/mapfiles/JISX213A.map.gz: New file.
610
611 * charsets/mapfiles/README: Describe JISX213A.map.gz.
612
613 2009-06-12 Kenichi Handa <handa@m17n.org>
614
615 * charsets/mapfiles/*: New files.
616
617 * charsets/mule-charsets.el: Mostly re-written to generate all
618 MULE-*.map files.
619
620 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
621 files.
622
623 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
624 EUC-JP-MS.
625
626 * charsets/cp51932.awk (END): Print arch-tag at the tail.
627
628 * charsets/Makefile: Maps depend on files under mapfiles or
629 ${GLIBC_CHARMAPS}.
630
631 2009-04-21 Kenichi Handa <handa@m17n.org>
632
633 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
634 change.
635
636 2009-04-17 Kenichi Handa <handa@m17n.org>
637
638 * unidata/unidata-gen.el (unidata-get-decomposition):
639 Adjust Hangle decomposition rule to Unicode.
640
641 2009-04-09 Kenichi Handa <handa@m17n.org>
642
643 * unidata/unidata-gen.el (unidata-describe-decomposition):
644 Return a string with a composition property to disable combining
645 characters being composed.
646
647 2009-03-11 Miles Bader <miles@gnu.org>
648
649 * quick-install-emacs: Be more clever about locating info directory.
650
651 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
652
653 * nt/README.W32: Fix typos.
654
655 2009-02-23 Jason Rumney <jasonr@gnu.org>
656
657 * nt/README-ftp-server: Update for 23.0.91.
658
659 * nt/README.W32: Remove ever expanding versions of Windows.
660 Shorten FAQ URL. Remove mention of obsolete lock directory.
661 Windows distribution now bin and barebin only. Add note about
662 SVG support. Remove old tar and gzip problem workarounds.
663 Use new (22.x) -Q option. Report all bugs through bug tracker.
664
665 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
666 undumped distribution no longer exists.
667
668 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
669
670 * nt/README.W32: Fix typo. (Bug#2207)
671
672 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
673
674 * admin.el (set-version): Remove deleted file ns-emacs.texi.
675
676 2008-12-02 Kenichi Handa <handa@m17n.org>
677
678 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
679 `decomposition' property adjusted.
680 (unidata-split-decomposition): Don't include surrounding "<" and
681 ">" in a symbol name.
682
683 2008-12-01 Kenichi Handa <handa@m17n.org>
684
685 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
686 property generator to unidata-gen-table-numeric. Docstring adjusted.
687 (unidata-get-numeric, unidata-put-numeric)
688 (unidata-gen-table-numeric): New functions.
689 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
690
691 2008-11-29 Eli Zaretskii <eliz@gnu.org>
692
693 * notes/documentation: Add notes about Antinews.
694
695 2008-10-23 Glenn Morris <rgm@gnu.org>
696
697 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
698 Add/tweak some nextstep/ entries.
699
700 2008-09-19 Kenichi Handa <handa@m17n.org>
701
702 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
703 positions.
704
705 2008-08-23 Eli Zaretskii <eliz@gnu.org>
706
707 * CPP-DEFINES: Add USER_FULL_NAME.
708
709 2008-08-16 Jason Rumney <jasonr@gnu.org>
710
711 * admin.el (set-version): Set version in nt/emacsclient.rc.
712
713 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
714
715 * nt/dump.bat: Fix mixed EOLs.
716
717 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
718
719 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
720
721 2008-08-02 Eli Zaretskii <eliz@gnu.org>
722
723 * CPP-DEFINES: Add defines for accessing system processes.
724
725 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
726
727 * make-tarball.txt:
728 * admin.el:
729 * FOR-RELEASE:
730 * CPP-DEFINES: Remove mentions of Mac Carbon.
731
732 2008-07-16 Glenn Morris <rgm@gnu.org>
733
734 * admin.el (set-version, set-copyright): Add nextstep/ files.
735
736 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
737
738 * CPP-DEFINES: Add NS port related defines.
739
740 2008-06-16 Glenn Morris <rgm@gnu.org>
741
742 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
743 doc/lispref/book-spine.texinfo.
744
745 2008-06-15 Glenn Morris <rgm@gnu.org>
746
747 * admin.el (set-version): Add doc/misc/faq.texi.
748
749 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
750
751 * FOR-RELEASE: Remove Windows problem about the XPM image library
752 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
753
754 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
755
756 * unidata/UnicodeData.txt: Update to Unicode 5.1.
757
758 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
759
760 * unidata/unidata-gen.el (unidata-prop-alist):
761 Fix typo in description of `numeric-value'.
762 (unidata-put-character): Fix typo in error message.
763
764 2008-02-21 Glenn Morris <rgm@gnu.org>
765
766 * notes/unicode, notes/font-backend: New files, split off from
767 README.unicode.
768
769 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
770
771 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
772 being used in latin1-disp.el. Remove the problem of
773 cp-supported-codepages. Remove the problem of lost changelog for
774 ps-prin1.ps.
775
776 2008-02-16 Eli Zaretskii <eliz@gnu.org>
777
778 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
779 non-portable in this context.
780
781 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
782 non-portable in this context.
783
784 2008-02-09 Eli Zaretskii <eliz@gnu.org>
785
786 * unidata/makefile.w32-in (lisp): New variable.
787 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
788 lisp/emacs-lisp.
789
790 2008-02-04 Jason Rumney <jasonr@gnu.org>
791
792 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
793
794 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
795
796 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
797
798 2008-02-02 Eli Zaretskii <eliz@gnu.org>
799
800 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
801
802 * unidata/Makefile.in: Rename from Makefile.
803
804 * unidata/makefile.w32-in: New file.
805
806 2008-02-02 Jason Rumney <jasonr@gnu.org>
807
808 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
809
810 2008-02-01 Kenichi Handa <handa@m17n.org>
811
812 * unidata/copyright.html: New file.
813
814 2008-02-01 Kenichi Handa <handa@m17n.org>
815
816 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
817 decomposition, if T is the same as TBase, don't include it in the
818 returned list.
819
820 2008-02-01 Kenichi Handa <handa@m17n.org>
821
822 * unidata/unidata-gen.el (unidata-text-file): Delete it.
823 (unidata-list): Initialize to nil.
824 (unidata-setup-list): New function.
825 (unidata-gen-files): New optional arg unidata-text-file.
826 If it's nil, set unidata-text-file to the left command line arg.
827 Call unidate-setup-list at first.
828
829 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
830 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
831
832 2008-02-01 Kenichi Handa <handa@m17n.org>
833
834 * unidata/unidata-gen.el: Fix comment typo.
835 Change string-to-int to string-to-number.
836 (unidata-text-file): Define to .../unidata.txt.
837 (unidata-list): Just insert unidata-text-file.
838 (unidata-get-decomposition): Handle Hangul decomposition.
839 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
840
841 * unidata/Makefile (unidata.txt): New target.
842 (charprop.el): Depends on unidata.txt.
843 (clean): Remove unidata.txt.
844
845 2008-02-01 Kenichi Handa <handa@m17n.org>
846
847 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
848 (unidata-get-name): Handle U+110B.
849
850 2008-02-01 Kenichi Handa <handa@m17n.org>
851
852 Sub-directory `unidata' is for codes to generate charprop.el and
853 many other uni-*.el files from `UnicodeData.txt'.
854
855 * Unidata/README: New file.
856
857 * unidata/Makefile: New file.
858
859 * unidata/unidata-gen.el: New file.
860
861 * unidata/UnicodeData.txt: New file. Copied from
862 http://www.unicode.org on 2006-05-23.
863
864 * unidata/.cvsignore: New file.
865
866 2008-02-01 Kenichi Handa <handa@m17n.org>
867
868 * charsets/.cvsignore: New file.
869
870 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
871
872 * charsets/Makefile (all): Rename target from charsets.
873 Depend on ${TRANS_TABLE}.
874 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
875 Generate from cns2ucsdkw.txt.
876 (install): Copy updated files only.
877
878 2008-02-02 Kenichi Handa <handa@m17n.org>
879
880 * charsets/cp932.awk: Append user-defined area of CP932.
881
882 2008-02-02 Kenichi Handa <handa@m17n.org>
883
884 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
885 0x2299 to 0x29BF.
886
887 2008-02-01 Kenichi Handa <handa@m17n.org>
888
889 * charsets/Makefile (TRANS_TABLE): New macro.
890 (JISX0208.map): Convert 0x2015 to 0x2014.
891 (cp51932.el): New target.
892 (eucjp-ms.el): New target.
893 (install): Include ${TRANS_TABLE}.
894 (CJK): Include JISX213A.map.
895 (JISX213A.map): New target.
896
897 * charsets/eucjp-ms.awk: New file.
898
899 * charsets/cp51932.awk: New file.
900
901 2008-02-01 Kenichi Handa <handa@m17n.org>
902
903 * charsets/cp932.awk: New file.
904
905 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
906
907 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
908 running an awk program.
909
910 2008-02-01 Kenichi Handa <handa@m17n.org>
911
912 * charsets/mapconv: Handle UNICODE2.
913
914 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
915 (CP932-2BYTE.map): New target.
916
917 2008-02-01 Kenichi Handa <handa@m17n.org>
918
919 * charsets: New directory for scripts to generate charset map
920 files in ../etc/charsets/.
921
922 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
923 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
924 * charsets/kuten.awk: New files.
925
926 2008-01-08 Glenn Morris <rgm@gnu.org>
927
928 * admin.el (set-version): Add doc/man/emacs.1.
929
930 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
931
932 * notes/copyright:
933 * MAINTAINERS: Remove references to files that have been removed.
934
935 2008-01-04 Glenn Morris <rgm@gnu.org>
936
937 * admin.el (set-copyright): Add lib-src/ebrowse.c.
938
939 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * CPP-DEFINES: New file.
942
943 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
944
945 * FOR-RELEASE: Remove "window-system in face definition" [of
946 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
947 on gnus-dired.el.
948
949 2007-12-05 Glenn Morris <rgm@gnu.org>
950
951 * admin.el (set-version): Handle configure.in. Adapt for doc/
952 directory layout for manuals.
953
954 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
955
956 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
957 been fixed in Gnus CVS but have not yet been synched to Emacs.
958
959 2007-11-17 Glenn Morris <rgm@gnu.org>
960
961 * admin.el (process-lines): Move to ../lisp/subr.el.
962
963 2007-10-23 Glenn Morris <rgm@gnu.org>
964
965 * MAINTAINERS: Move here from ../.
966
967 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
968
969 * make-emacs: Doc fix.
970
971 2007-08-28 Glenn Morris <rgm@gnu.org>
972
973 * admin.el: Provide self.
974
975 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
976
977 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
978
979 2007-07-25 Glenn Morris <rgm@gnu.org>
980
981 * Relicense all FSF files to GPLv3 or later.
982
983 2007-06-07 Glenn Morris <rgm@gnu.org>
984
985 * admin.el (set-copyright): New function.
986
987 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
988
989 * make-tarball.txt: Add note about cutting the branch.
990
991 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
992
993 * Version 22.1 released.
994
995 2007-02-03 Eli Zaretskii <eliz@gnu.org>
996
997 * nt/makedist.bat: Change EOL format to DOS. Don't use
998 redirection characters in REM lines.
999
1000 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1001
1002 * FOR-RELEASE: Removed Gtk/Xft issue.
1003
1004 2007-01-01 Miles Bader <miles@gnu.org>
1005
1006 * quick-install-emacs (get_config_var): Deal with weird magic
1007 string inserted by recent versions of autoconf.
1008
1009 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1010
1011 * admin.el (set-version): Set version number in
1012 lib-src/makefile.w32-in.
1013
1014 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1015
1016 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1017 due to a local miss-configuration.
1018
1019 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * make-announcement (OLD): Remove LEIM references in announcement
1022 since it is now built-in.
1023
1024 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1025
1026 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1027
1028 2006-10-03 Kenichi Handa <handa@m17n.org>
1029
1030 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1031
1032 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * FOR-RELEASE: Elisp manual checking completed.
1035
1036 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1037
1038 * FOR-RELEASE: Update refcard section.
1039
1040 2006-07-14 Kim F. Storm <storm@cua.dk>
1041
1042 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1043
1044 2006-07-09 Kim F. Storm <storm@cua.dk>
1045
1046 * README: Use outline format. Add FOR-RELEASE.
1047
1048 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * FOR-RELEASE: Checking of info.texi done.
1051
1052 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1053
1054 * FOR-RELEASE: Update refcard section.
1055
1056 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1057
1058 * FOR-RELEASE: Update refcard section.
1059
1060 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * FOR-RELEASE: Key sequence elisp node done.
1063
1064 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1065
1066 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1067
1068 2006-05-21 Chong Yidong <cyd@mit.edu>
1069
1070 * FOR-RELEASE: point-entered /point-left bug fixed.
1071
1072 2006-05-12 Eli Zaretskii <eliz@gnu.org>
1073
1074 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1075 entry.
1076
1077 2006-05-06 Bill Wohler <wohler@newt.com>
1078
1079 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1080 about it.
1081
1082 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1083
1084 * ./* (Copyright): Updated Copyright year(s).
1085
1086 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1087
1088 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1089
1090 2006-02-20 Kim F. Storm <storm@cua.dk>
1091
1092 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1093 Rework how fringe bitmaps are defined and used.
1094 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1095 one-level representation. It would be cleaner to split the
1096 representation into a two-level model where first level maps
1097 bitmap usage to a bitmap name, and second level maps bitmap name to
1098 a bitmap appearance.
1099
1100 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
1101
1102 * FOR-RELEASE: String allocation bugs fixed.
1103
1104 2005-12-13 Bill Wohler <wohler@newt.com>
1105
1106 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1107
1108 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1109
1110 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1111 completing-read-multiple, mail-extract-address-components,
1112 mail-mode, quail-define-package, save-buffer and
1113 ucs-set-table-for-input from doc strings item (Done).
1114
1115 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1118
1119 2005-11-11 Kim F. Storm <storm@cua.dk>
1120
1121 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1122 when displaying a non-breaking space in an overlay string.
1123
1124 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1125
1126 * FOR-RELEASE: Init file change implemented.
1127
1128 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1131
1132 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * FOR-RELEASE (New features): max-image-size implemented.
1135 (Bugs): split-window done, by Kim F. Storm.
1136
1137 2005-10-17 Bill Wohler <wohler@newt.com>
1138
1139 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1140 since it's gone. Also marked mh-e as done.
1141
1142 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1145 libraries on Windows (Done).
1146
1147 2005-10-01 Jason Rumney <jasonr@gnu.org>
1148
1149 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1150
1151 2005-08-31 Romain Francoise <romain@orebokech.com>
1152
1153 * FOR-RELEASE (New features): Remove vhdl-mode.el update
1154 item (Done).
1155
1156 2005-08-27 Romain Francoise <romain@orebokech.com>
1157
1158 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1159
1160 2005-07-04 Lute Kamstra <lute@gnu.org>
1161
1162 Update FSF's address in GPL notices.
1163
1164 2005-06-10 Lute Kamstra <lute@gnu.org>
1165
1166 * admin.el (set-version): Set version in lisp manual too.
1167 * make-tarball.txt: Commit lispref/elisp.texi too.
1168
1169 2005-06-04 Richard M. Stallman <rms@gnu.org>
1170
1171 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1172 Other cleanups.
1173
1174 2005-04-19 Lute Kamstra <lute@gnu.org>
1175
1176 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1177
1178 2005-04-14 Lute Kamstra <lute@gnu.org>
1179
1180 * nt/makedist.bat (elfiles): Update.
1181
1182 * admin.el (add-release-logs): Fix require call.
1183
1184 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1185
1186 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1187 The first line of every tutorial must begin with a sentence saying
1188 "Emacs Tutorial" in the respective language. This should be
1189 followed by "See end for copying conditions", likewise in the
1190 respective language.
1191
1192 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1193
1194 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1195 Add `undo-ask-before-discard' to it.
1196
1197 2005-03-02 Miles Bader <miles@gnu.org>
1198
1199 * quick-install-emacs: Only use the mkdir --verbose option if the
1200 script's --verbose option was specified (this avoids problems with
1201 default usage on systems where mkdir doesn't support that option).
1202
1203 2005-02-15 Jason Rumney <jasonr@gnu.org>
1204
1205 * nt/makedist.bat: Do not rely on non-standard behavior of
1206 tar --exclude.
1207
1208 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
1209
1210 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1211
1212 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1213
1214 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1215 Elisp manuals.
1216
1217 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1218
1219 * FOR-RELEASE (Indications): Clean up and update checklists for
1220 Emacs and Elisp manuals.
1221
1222 2004-09-11 Kim F. Storm <storm@cua.dk>
1223
1224 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1225 (Documentation): Add NEWS entry.
1226 Add section lists for proof-reading Emacs and Lisp manuals.
1227
1228 2004-08-29 Kim F. Storm <storm@cua.dk>
1229
1230 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1231
1232 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1233
1234 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1235 (now behaves as well as other ports).
1236
1237 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
1238
1239 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1240
1241 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1242
1243 * FOR-RELEASE: Moved here from the etc directory.
1244
1245 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1246
1247 * notes/BRANCH: New file, to be maintained per CVS branch.
1248
1249 2003-10-01 Miles Bader <miles@gnu.org>
1250
1251 * quick-install-emacs: Don't use "function" keyword when defining
1252 shell functions.
1253
1254 2003-09-29 Lute Kamstra <lute@gnu.org>
1255
1256 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1257
1258 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1259
1260 * quick-install-emacs: Remove fns-* pruning, since that file no
1261 longer seems to be generated.
1262 (AVOID): Quote literal periods. Quote braces in a way acceptable
1263 to all parties (gawk gets bitchy about using `\').
1264
1265 2003-08-19 Miles Bader <miles@gnu.org>
1266
1267 * quick-install-emacs: Add arch-specific ignored files to
1268 quick-install-emacs. Use quoting for periods that's acceptable
1269 to recent versions of gawk.
1270
1271 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
1272
1273 * cus-test.el: Remove obsolete workaround.
1274
1275 2003-04-22 Andrew Innes <andrewi@gnu.org>
1276
1277 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1278 emacs.exe before zipping, and including batch file to recreate
1279 after unpacking.
1280
1281 * nt/stitch.bat: New file.
1282
1283 * nt/README-ftp-server: Update wording and version number etc.
1284 Add extra instructions for installing multi-file .zip
1285 distribution.
1286
1287 * nt/README.W32: Remove personal email address and update wording.
1288
1289 * nt/README-UNDUMP.W32: Remove personal email address and update
1290 wording.
1291
1292 2003-02-10 Francesco Potortì <pot@gnu.org>
1293
1294 * make-changelog-diff: New script, code stolen from make-announcement.
1295
1296 * make-announcement: Use make-changelog-diff.
1297
1298 2003-01-20 Francesco Potortì <pot@gnu.org>
1299
1300 * make-tarball.txt: Step-by-step instructions for making a tarball.
1301
1302 * make-announcement: A script for creating pretest announcements.
1303
1304 2003-01-17 Francesco Potortì <pot@gnu.org>
1305
1306 * admin.el (add-release-logs): Expand the directory name before
1307 calling find(1).
1308 (add-release-logs): Use the same methods as add-log.el for writing
1309 the date and the user's name and address.
1310
1311 2003-01-07 Miles Bader <miles@gnu.org>
1312
1313 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1314 command output from non-C locales.
1315
1316 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
1317
1318 * cus-test.el: Extended and reorganized. There are now 4 tests
1319 which can be run in batch mode. See the Commentary section.
1320
1321 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
1322
1323 * cus-test.el: New file.
1324
1325 2002-05-27 Miles Bader <miles@gnu.org>
1326
1327 * quick-install-emacs (VERSION): Calculate using the same method
1328 that configure.in uses.
1329
1330 2002-04-26 Pavel Janík <Pavel@Janik.cz>
1331
1332 * emacs-pretesters: New file with information for Emacs
1333 pretesters.
1334
1335 2002-03-22 Paul Eggert <eggert@twinsun.com>
1336
1337 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1338 POSIX 1003.1-2001 disallows both usages.
1339
1340 2002-02-11 Andrew Innes <andrewi@gnu.org>
1341
1342 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1343
1344 2002-01-24 Andrew Innes <andrewi@gnu.org>
1345
1346 * nt/README.W32: Remove unnecessary version number and date
1347 references.
1348
1349 * nt/README-UNDUMP.W32: Ditto.
1350
1351 2001-12-06 Gerd Moellmann <gerd@gnu.org>
1352
1353 * make-emacs: Add --trace-move.
1354
1355 2001-10-23 Andrew Innes <andrewi@gnu.org>
1356
1357 * nt/makedist.bat: Remove remaining obsolete reference to
1358 GETTING.GNU.SOFTWARE.
1359
1360 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1361
1362 * admin.el (set-version): Use `s' interactive spec for
1363 version number.
1364
1365 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1366
1367 * (Version 21.1 released.)
1368
1369 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1370
1371 * admin.el (add-release-logs): Put the log entry in lispref, too.
1372
1373 2001-10-20 Miles Bader <miles@gnu.org>
1374
1375 * quick-install-emacs: Exit if we can't find some variable.
1376 (AVOID): Add .orig & .rej files.
1377 (get_config_var): Be more liberal about format of config.status
1378 sed commands.
1379
1380 2001-10-19 Gerd Moellmann <gerd@gnu.org>
1381
1382 * admin.el: New file.
1383
1384 * build-configs: Add --help option. Add support for building
1385 in arbitrary source trees.
1386
1387 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1388
1389 * alloc-colors.c: New file.
1390
1391 2001-10-13 Gerd Moellmann <gerd@gnu.org>
1392
1393 * make-emacs: Add --boot switch for bootstrapping. Logs to
1394 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1395
1396 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1397
1398 * Branch for 21.1.
1399
1400 2001-09-04 Andrew Innes <andrewi@gnu.org>
1401
1402 * admin/nt/makedist.bat: Remove reference to obsolete file
1403 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1404 version of tar used.
1405
1406 ;; Local Variables:
1407 ;; coding: utf-8
1408 ;; End:
1409
1410 Copyright (C) 2001-2012 Free Software Foundation, Inc.
1411
1412 This file is part of GNU Emacs.
1413
1414 GNU Emacs is free software: you can redistribute it and/or modify
1415 it under the terms of the GNU General Public License as published by
1416 the Free Software Foundation, either version 3 of the License, or
1417 (at your option) any later version.
1418
1419 GNU Emacs is distributed in the hope that it will be useful,
1420 but WITHOUT ANY WARRANTY; without even the implied warranty of
1421 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1422 GNU General Public License for more details.
1423
1424 You should have received a copy of the GNU General Public License
1425 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.