merge trunk
[bpt/emacs.git] / admin / ChangeLog
... / ...
CommitLineData
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
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
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
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
412012-10-01 David Engster <deng@randomsample.de>
42
43 * grammars/bovine-grammar.el:
44 * grammars/wisent-grammar.el: Move to lisp directory.
45
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
612012-09-27 Glenn Morris <rgm@gnu.org>
62
63 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
64
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
702012-09-26 Juanma Barranquero <lekktu@gmail.com>
71
72 * unidata/BidiMirroring.txt:
73 * unidata/UnicodeData.txt: Update to Unicode 6.2.
74
752012-09-17 Glenn Morris <rgm@gnu.org>
76
77 * admin.el (add-log-time-format): Declare.
78
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
86 * admin.el (set-copyright): No more need to set copyrights for
87 nextstep, or .c files. Add configure.ac and config.nt.
88
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
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
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
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
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
1162012-09-04 Paul Eggert <eggert@cs.ucla.edu>
117
118 Simplify redefinition of 'abort' (Bug#12316).
119 * CPP-DEFINES (NO_ABORT): Remove.
120
1212012-08-28 Glenn Morris <rgm@gnu.org>
122
123 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
124
1252012-08-28 Andreas Schwab <schwab@linux-m68k.org>
126
127 * charsets/mule-charsets.el (header): Fix typo.
128
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
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
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
1482012-08-11 Glenn Morris <rgm@gnu.org>
149
150 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
151
1522012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
153
154 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
155
1562012-08-02 Paul Eggert <eggert@cs.ucla.edu>
157
158 Port to Solaris 8.
159 * CPP-DEFINES (WRETCODE): Remove.
160
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
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
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
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
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
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
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
1962012-07-17 Eli Zaretskii <eliz@gnu.org>
197
198 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
199
2002012-07-17 Chong Yidong <cyd@gnu.org>
201
202 * Version 24.1 released.
203
2042012-07-11 Paul Eggert <eggert@cs.ucla.edu>
205
206 Assume mkdir, perror, rename, rmdir, strerror.
207 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
208 (HAVE_STRERROR, strerror):
209 Remove.
210
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
2172012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * bzrmerge.el: Use cl-lib.
220
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
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
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
2382012-07-04 Juanma Barranquero <lekktu@gmail.com>
239
240 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
241
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
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
253 access to `contents' member of Lisp_Vector objects with AREF and ASET
254 where appropriate.
255
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
2712012-06-13 Andreas Schwab <schwab@linux-m68k.org>
272
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
276 USE_LISP_UNION_TYPE.
277
2782012-06-03 Glenn Morris <rgm@gnu.org>
279
280 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
281
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
2872012-05-28 Paul Eggert <eggert@cs.ucla.edu>
288
289 * CPP-DEFINES: Remove HAVE_SYSINFO.
290
2912012-05-27 Paul Eggert <eggert@cs.ucla.edu>
292
293 Assume gnulib does largefile.
294 * merge-gnulib (GNULIB_MODULES): Add largefile.
295
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
3042012-05-21 Paul Eggert <eggert@cs.ucla.edu>
305
306 Use full name for m4/gnulib-comp.m4. (Bug#11529)
307 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
308
309 Assume C89 or later.
310 * CPP-DEFINES: Remove NULL, const.
311
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
3162012-05-19 Paul Eggert <eggert@cs.ucla.edu>
317
318 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
319
320 * CPP-DEFINES (HAVE_FTIME): Remove.
321
3222012-05-02 Glenn Morris <rgm@gnu.org>
323
324 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
325
3262012-04-10 Glenn Morris <rgm@gnu.org>
327
328 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
329
330 * unidata/Makefile.in: Add FSF copyright.
331 Make it use autoconf features, and work for out-of-tree builds.
332
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
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
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
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
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
3622011-11-26 Andreas Schwab <schwab@linux-m68k.org>
363
364 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
365 Avoid warning about old-style backquote.
366
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
3752011-11-20 Andreas Schwab <schwab@linux-m68k.org>
376
377 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
378
3792011-11-16 Juanma Barranquero <lekktu@gmail.com>
380
381 * admin.el (manual-dvi): Fix typo.
382
3832011-11-15 Eli Zaretskii <eliz@gnu.org>
384
385 * nt/README-ftp-server: Update the information about PNG libraries.
386
3872011-11-15 Juanma Barranquero <lekktu@gmail.com>
388
389 * make-emacs: Fix typo.
390
3912011-11-07 Juanma Barranquero <lekktu@gmail.com>
392
393 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
394
3952011-10-31 David Engster <deng@randomsample.de>
396
397 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
398
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
4042011-09-26 Chong Yidong <cyd@stupidchicken.com>
405
406 * admin.el (set-version): Fix regexps for config.nt and
407 sed2v2.inp.
408
4092011-09-06 Paul Eggert <eggert@cs.ucla.edu>
410
411 Merge from gnulib (Bug#9169).
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
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
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
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.
446 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
447
448 * unidata/Makefile.in (all): Remove src/biditype.h and
449 src/bidimirror.h.
450 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
451
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
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.
461 (unidata-prop-alist): INDEX element may be a function.
462 New optional element VAL-LIST (for general-category and bidi-class).
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.
484 (unidata-gen-mirroring-list): New function.
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
4922011-05-21 Glenn Morris <rgm@gnu.org>
493
494 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
495
4962011-03-07 Chong Yidong <cyd@stupidchicken.com>
497
498 * Version 23.3 released.
499
5002011-02-23 Juanma Barranquero <lekktu@gmail.com>
501
502 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
503
5042011-02-19 Eli Zaretskii <eliz@gnu.org>
505
506 * admin.el (set-version): Add msdos/sed2v2.inp.
507
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
5142011-02-12 Glenn Morris <rgm@gnu.org>
515
516 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
517
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
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
5322011-01-31 Eli Zaretskii <eliz@gnu.org>
533
534 * admin.el (set-version): Remove lib-src/makefile.w32-in.
535 Add nt/config.nt.
536
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
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
5492011-01-25 Glenn Morris <rgm@gnu.org>
550
551 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
552 (bzrmerge-missing): Use it.
553
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
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
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
5702011-01-17 Paul Eggert <eggert@cs.ucla.edu>
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
5812011-01-15 Glenn Morris <rgm@gnu.org>
582
583 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
584
585 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
586 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
587
5882011-01-14 Glenn Morris <rgm@gnu.org>
589
590 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
591
5922011-01-14 Glenn Morris <rgm@gnu.org>
593
594 * bzrmerge.el: Require cl when compiling.
595 (bzrmerge-merges): Doc fix.
596
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>
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
6092011-01-02 Eli Zaretskii <eliz@gnu.org>
610
611 * nt/README.W32: Update the information about PNG support libraries.
612 (Bug#7716)
613
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
6192010-12-03 Andreas Schwab <schwab@linux-m68k.org>
620
621 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
622
6232010-10-12 Glenn Morris <rgm@gnu.org>
624
625 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
626
6272010-10-09 Glenn Morris <rgm@gnu.org>
628
629 * admin.el (set-version): Add doc/emacs/emacsver.texi.
630
6312010-10-09 Glenn Morris <rgm@gnu.org>
632
633 * admin.el (set-version): No need to act on doc/ files any more.
634
635 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
636
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
6452010-08-09 Andreas Schwab <schwab@linux-m68k.org>
646
647 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
648
6492010-08-05 Eli Zaretskii <eliz@gnu.org>
650
651 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
652
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
6602010-07-11 Andreas Schwab <schwab@linux-m68k.org>
661
662 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
663
6642010-07-08 Eli Zaretskii <eliz@gnu.org>
665
666 * MAINTAINERS: Update my responsibilities.
667
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
6742010-06-12 Eli Zaretskii <eliz@gnu.org>
675
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
681 * unidata/Makefile.in (../../src/bidimirror.h): New target.
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
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
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
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
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
7142010-05-07 Chong Yidong <cyd@stupidchicken.com>
715
716 * Version 23.2 released.
717
7182010-04-01 Eli Zaretskii <eliz@gnu.org>
719
720 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
721
7222010-03-10 Chong Yidong <cyd@stupidchicken.com>
723
724 * Branch for 23.2.
725
7262010-03-10 Miles Bader <miles@gnu.org>
727
728 * quick-install-emacs: Use more portable shell syntax.
729
730 * quick-install-emacs (AVOID): Be more picky about files we avoid
731 installing.
732
7332010-02-14 Juanma Barranquero <lekktu@gmail.com>
734
735 * quick-install-emacs (PRUNED): Fix typo in message.
736
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
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
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
7532009-10-01 Juanma Barranquero <lekktu@gmail.com>
754
755 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
756
7572009-09-07 Juanma Barranquero <lekktu@gmail.com>
758
759 * unidata/.gitignore: New file.
760
7612009-08-22 Eli Zaretskii <eliz@gnu.org>
762
763 * notes/bugtracker: How to reassign a bug to a list of packages.
764
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
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
7772009-06-24 Kenichi Handa <handa@m17n.org>
778
779 * charsets/mapconv: For the Unicode format files, do reverse sort
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
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
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
8112009-04-21 Kenichi Handa <handa@m17n.org>
812
813 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
814 change.
815
8162009-04-17 Kenichi Handa <handa@m17n.org>
817
818 * unidata/unidata-gen.el (unidata-get-decomposition):
819 Adjust Hangle decomposition rule to Unicode.
820
8212009-04-09 Kenichi Handa <handa@m17n.org>
822
823 * unidata/unidata-gen.el (unidata-describe-decomposition):
824 Return a string with a composition property to disable combining
825 characters being composed.
826
8272009-03-11 Miles Bader <miles@gnu.org>
828
829 * quick-install-emacs: Be more clever about locating info directory.
830
8312009-02-24 Juanma Barranquero <lekktu@gmail.com>
832
833 * nt/README.W32: Fix typos.
834
8352009-02-23 Jason Rumney <jasonr@gnu.org>
836
837 * nt/README-ftp-server: Update for 23.0.91.
838
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.
844
845 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
846 undumped distribution no longer exists.
847
8482009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
849
850 * nt/README.W32: Fix typo. (Bug#2207)
851
8522009-02-01 Chong Yidong <cyd@stupidchicken.com>
853
854 * admin.el (set-version): Remove deleted file ns-emacs.texi.
855
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
865 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
866 property generator to unidata-gen-table-numeric. Docstring adjusted.
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
8712008-11-29 Eli Zaretskii <eliz@gnu.org>
872
873 * notes/documentation: Add notes about Antinews.
874
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
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
8852008-08-23 Eli Zaretskii <eliz@gnu.org>
886
887 * CPP-DEFINES: Add USER_FULL_NAME.
888
8892008-08-16 Jason Rumney <jasonr@gnu.org>
890
891 * admin.el (set-version): Set version in nt/emacsclient.rc.
892
8932008-08-06 Juanma Barranquero <lekktu@gmail.com>
894
895 * nt/dump.bat: Fix mixed EOLs.
896
8972008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
898
899 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
900
9012008-08-02 Eli Zaretskii <eliz@gnu.org>
902
903 * CPP-DEFINES: Add defines for accessing system processes.
904
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
9122008-07-16 Glenn Morris <rgm@gnu.org>
913
914 * admin.el (set-version, set-copyright): Add nextstep/ files.
915
9162008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
917
918 * CPP-DEFINES: Add NS port related defines.
919
9202008-06-16 Glenn Morris <rgm@gnu.org>
921
922 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
923 doc/lispref/book-spine.texinfo.
924
9252008-06-15 Glenn Morris <rgm@gnu.org>
926
927 * admin.el (set-version): Add doc/misc/faq.texi.
928
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
9342008-04-15 Juanma Barranquero <lekktu@gmail.com>
935
936 * unidata/UnicodeData.txt: Update to Unicode 5.1.
937
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
9442008-02-21 Glenn Morris <rgm@gnu.org>
945
946 * notes/unicode, notes/font-backend: New files, split off from
947 README.unicode.
948
9492008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
950
951 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
952 being used in latin1-disp.el. Remove the problem of
953 cp-supported-codepages. Remove the problem of lost changelog for
954 ps-prin1.ps.
955
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
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
9702008-02-04 Jason Rumney <jasonr@gnu.org>
971
972 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
973
9742008-02-02 Juanma Barranquero <lekktu@gmail.com>
975
976 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
977
9782008-02-02 Eli Zaretskii <eliz@gnu.org>
979
980 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
981
982 * unidata/Makefile.in: Rename from Makefile.
983
984 * unidata/makefile.w32-in: New file.
985
9862008-02-02 Jason Rumney <jasonr@gnu.org>
987
988 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
989
9902008-02-01 Kenichi Handa <handa@m17n.org>
991
992 * unidata/copyright.html: New file.
993
9942008-02-01 Kenichi Handa <handa@m17n.org>
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
10002008-02-01 Kenichi Handa <handa@m17n.org>
1001
1002 * unidata/unidata-gen.el (unidata-text-file): Delete it.
1003 (unidata-list): Initialize to nil.
1004 (unidata-setup-list): New function.
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.
1008
1009 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
1010 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1011
10122008-02-01 Kenichi Handa <handa@m17n.org>
1013
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.
1017 (unidata-list): Just insert unidata-text-file.
1018 (unidata-get-decomposition): Handle Hangul decomposition.
1019 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
1020
1021 * unidata/Makefile (unidata.txt): New target.
1022 (charprop.el): Depends on unidata.txt.
1023 (clean): Remove unidata.txt.
1024
10252008-02-01 Kenichi Handa <handa@m17n.org>
1026
1027 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1028 (unidata-get-name): Handle U+110B.
1029
10302008-02-01 Kenichi Handa <handa@m17n.org>
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
1042 http://www.unicode.org on 2006-05-23.
1043
1044 * unidata/.cvsignore: New file.
1045
10462008-02-01 Kenichi Handa <handa@m17n.org>
1047
1048 * charsets/.cvsignore: New file.
1049
1050 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1051
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.
1056 (install): Copy updated files only.
1057
10582008-02-02 Kenichi Handa <handa@m17n.org>
1059
1060 * charsets/cp932.awk: Append user-defined area of CP932.
1061
10622008-02-02 Kenichi Handa <handa@m17n.org>
1063
1064 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1065 0x2299 to 0x29BF.
1066
10672008-02-01 Kenichi Handa <handa@m17n.org>
1068
1069 * charsets/Makefile (TRANS_TABLE): New macro.
1070 (JISX0208.map): Convert 0x2015 to 0x2014.
1071 (cp51932.el): New target.
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
10812008-02-01 Kenichi Handa <handa@m17n.org>
1082
1083 * charsets/cp932.awk: New file.
1084
1085 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1086
1087 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1088 running an awk program.
1089
10902008-02-01 Kenichi Handa <handa@m17n.org>
1091
1092 * charsets/mapconv: Handle UNICODE2.
1093
1094 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1095 (CP932-2BYTE.map): New target.
1096
10972008-02-01 Kenichi Handa <handa@m17n.org>
1098
1099 * charsets: New directory for scripts to generate charset map
1100 files in ../etc/charsets/.
1101
1102 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1103 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1104 * charsets/kuten.awk: New files.
1105
11062008-01-08 Glenn Morris <rgm@gnu.org>
1107
1108 * admin.el (set-version): Add doc/man/emacs.1.
1109
11102008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1111
1112 * notes/copyright:
1113 * MAINTAINERS: Remove references to files that have been removed.
1114
11152008-01-04 Glenn Morris <rgm@gnu.org>
1116
1117 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1118
11192007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * CPP-DEFINES: New file.
1122
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
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
11342007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1135
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.
1138
11392007-11-17 Glenn Morris <rgm@gnu.org>
1140
1141 * admin.el (process-lines): Move to ../lisp/subr.el.
1142
11432007-10-23 Glenn Morris <rgm@gnu.org>
1144
1145 * MAINTAINERS: Move here from ../.
1146
11472007-10-17 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * make-emacs: Doc fix.
1150
11512007-08-28 Glenn Morris <rgm@gnu.org>
1152
1153 * admin.el: Provide self.
1154
11552007-08-10 Jan Djärv <jan.h.d@swipnet.se>
1156
1157 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1158
11592007-07-25 Glenn Morris <rgm@gnu.org>
1160
1161 * Relicense all FSF files to GPLv3 or later.
1162
11632007-06-07 Glenn Morris <rgm@gnu.org>
1164
1165 * admin.el (set-copyright): New function.
1166
11672007-04-25 Nick Roberts <nickrob@snap.net.nz>
1168
1169 * make-tarball.txt: Add note about cutting the branch.
1170
11712007-06-02 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * Version 22.1 released.
1174
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
11802007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1181
1182 * FOR-RELEASE: Removed Gtk/Xft issue.
1183
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
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
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
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
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
12082006-10-03 Kenichi Handa <handa@m17n.org>
1209
1210 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1211
12122006-08-13 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * FOR-RELEASE: Elisp manual checking completed.
1215
12162006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1217
1218 * FOR-RELEASE: Update refcard section.
1219
12202006-07-14 Kim F. Storm <storm@cua.dk>
1221
1222 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1223
12242006-07-09 Kim F. Storm <storm@cua.dk>
1225
1226 * README: Use outline format. Add FOR-RELEASE.
1227
12282006-06-27 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * FOR-RELEASE: Checking of info.texi done.
1231
12322006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1233
1234 * FOR-RELEASE: Update refcard section.
1235
12362006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1237
1238 * FOR-RELEASE: Update refcard section.
1239
12402006-05-25 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * FOR-RELEASE: Key sequence elisp node done.
1243
12442006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1245
1246 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1247
12482006-05-21 Chong Yidong <cyd@mit.edu>
1249
1250 * FOR-RELEASE: point-entered /point-left bug fixed.
1251
12522006-05-12 Eli Zaretskii <eliz@gnu.org>
1253
1254 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1255 entry.
1256
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
12622006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1263
1264 * ./* (Copyright): Updated Copyright year(s).
1265
12662006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1267
1268 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1269
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.
1274 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
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
1278 a bitmap appearance.
1279
12802006-01-27 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * FOR-RELEASE: String allocation bugs fixed.
1283
12842005-12-13 Bill Wohler <wohler@newt.com>
1285
1286 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1287
12882005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1289
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).
1294
12952005-11-28 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1298
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
13042005-10-30 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * FOR-RELEASE: Init file change implemented.
1307
13082005-10-27 Chong Yidong <cyd@stupidchicken.com>
1309
1310 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1311
13122005-10-19 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * FOR-RELEASE (New features): max-image-size implemented.
1315 (Bugs): split-window done, by Kim F. Storm.
1316
13172005-10-17 Bill Wohler <wohler@newt.com>
1318
1319 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1320 since it's gone. Also marked mh-e as done.
1321
13222005-10-11 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1325 libraries on Windows (Done).
1326
13272005-10-01 Jason Rumney <jasonr@gnu.org>
1328
1329 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1330
13312005-08-31 Romain Francoise <romain@orebokech.com>
1332
1333 * FOR-RELEASE (New features): Remove vhdl-mode.el update
1334 item (Done).
1335
13362005-08-27 Romain Francoise <romain@orebokech.com>
1337
1338 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1339
13402005-07-04 Lute Kamstra <lute@gnu.org>
1341
1342 Update FSF's address in GPL notices.
1343
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
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
13542005-04-19 Lute Kamstra <lute@gnu.org>
1355
1356 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1357
13582005-04-14 Lute Kamstra <lute@gnu.org>
1359
1360 * nt/makedist.bat (elfiles): Update.
1361
1362 * admin.el (add-release-logs): Fix require call.
1363
13642005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1365
1366 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
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.
1371
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
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
13832005-02-15 Jason Rumney <jasonr@gnu.org>
1384
1385 * nt/makedist.bat: Do not rely on non-standard behavior of
1386 tar --exclude.
1387
13882004-11-02 Jan Djärv <jan.h.d@swipnet.se>
1389
1390 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1391
13922004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1393
1394 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1395 Elisp manuals.
1396
13972004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1398
1399 * FOR-RELEASE (Indications): Clean up and update checklists for
1400 Emacs and Elisp manuals.
1401
14022004-09-11 Kim F. Storm <storm@cua.dk>
1403
1404 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1405 (Documentation): Add NEWS entry.
1406 Add section lists for proof-reading Emacs and Lisp manuals.
1407
14082004-08-29 Kim F. Storm <storm@cua.dk>
1409
1410 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1411
14122004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1413
1414 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1415 (now behaves as well as other ports).
1416
14172004-06-28 Jan Djärv <jan.h.d@swipnet.se>
1418
1419 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1420
14212004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1422
1423 * FOR-RELEASE: Moved here from the etc directory.
1424
14252004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1426
1427 * notes/BRANCH: New file, to be maintained per CVS branch.
1428
14292003-10-01 Miles Bader <miles@gnu.org>
1430
1431 * quick-install-emacs: Don't use "function" keyword when defining
1432 shell functions.
1433
14342003-09-29 Lute Kamstra <lute@gnu.org>
1435
1436 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1437
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
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
14512003-08-11 Markus Rost <rost@math.ohio-state.edu>
1452
1453 * cus-test.el: Remove obsolete workaround.
1454
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
14722003-02-10 Francesco Potortì <pot@gnu.org>
1473
1474 * make-changelog-diff: New script, code stolen from make-announcement.
1475
1476 * make-announcement: Use make-changelog-diff.
1477
14782003-01-20 Francesco Potortì <pot@gnu.org>
1479
1480 * make-tarball.txt: Step-by-step instructions for making a tarball.
1481
1482 * make-announcement: A script for creating pretest announcements.
1483
14842003-01-17 Francesco Potortì <pot@gnu.org>
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
1489 the date and the user's name and address.
1490
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
14962002-10-16 Markus Rost <rost@math.ohio-state.edu>
1497
1498 * cus-test.el: Extended and reorganized. There are now 4 tests
1499 which can be run in batch mode. See the Commentary section.
1500
15012002-10-08 Markus Rost <rost@math.ohio-state.edu>
1502
1503 * cus-test.el: New file.
1504
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
15102002-04-26 Pavel Janík <Pavel@Janik.cz>
1511
1512 * emacs-pretesters: New file with information for Emacs
1513 pretesters.
1514
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
15202002-02-11 Andrew Innes <andrewi@gnu.org>
1521
1522 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1523
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
15312001-12-06 Gerd Moellmann <gerd@gnu.org>
1532
1533 * make-emacs: Add --trace-move.
1534
15352001-10-23 Andrew Innes <andrewi@gnu.org>
1536
1537 * nt/makedist.bat: Remove remaining obsolete reference to
1538 GETTING.GNU.SOFTWARE.
1539
15402001-10-22 Gerd Moellmann <gerd@gnu.org>
1541
1542 * admin.el (set-version): Use `s' interactive spec for
1543 version number.
1544
15452001-10-20 Gerd Moellmann <gerd@gnu.org>
1546
1547 * (Version 21.1 released.)
1548
15492001-10-20 Gerd Moellmann <gerd@gnu.org>
1550
1551 * admin.el (add-release-logs): Put the log entry in lispref, too.
1552
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
15602001-10-19 Gerd Moellmann <gerd@gnu.org>
1561
1562 * admin.el: New file.
1563
1564 * build-configs: Add --help option. Add support for building
1565 in arbitrary source trees.
1566
15672001-10-17 Gerd Moellmann <gerd@gnu.org>
1568
1569 * alloc-colors.c: New file.
1570
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
15762001-10-05 Gerd Moellmann <gerd@gnu.org>
1577
1578 * Branch for 21.1.
1579
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:
1587;; coding: utf-8
1588;; End:
1589
1590 Copyright (C) 2001-2012 Free Software Foundation, Inc.
1591
1592 This file is part of GNU Emacs.
1593
1594 GNU Emacs is free software: you can redistribute it and/or modify
1595 it under the terms of the GNU General Public License as published by
1596 the Free Software Foundation, either version 3 of the License, or
1597 (at your option) any later version.
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
1605 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.