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