X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8f50130c565eaf0ad7c49e4ad044c3291ecdfa71..4dc7c8d5795458e89d19b59f64760e155c2cd70b:/admin/ChangeLog diff --git a/admin/ChangeLog b/admin/ChangeLog index 4da85943b7..0d05971478 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,168 @@ +2012-07-17 Eli Zaretskii + + * CPP-DEFINES: Remove FILE_SYSTEM_CASE. + +2012-07-17 Chong Yidong + + * Version 24.1 released. +2012-07-11 Paul Eggert + + Assume mkdir, perror, rename, rmdir, strerror. + * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR) + (HAVE_STRERROR, strerror): + Remove. + +2012-07-10 Dmitry Antipov + + * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr + to XCDR and consistently use CONSP in the list iteration loops. + * coccinelle/vector_contents.cocci: Fix indentation. + +2012-07-10 Stefan Monnier + + * bzrmerge.el: Use cl-lib. + +2012-07-09 Paul Eggert + + Rename configure.in to configure.ac (Bug#11603). + * admin.el (set-version): + * quick-install-emacs (VERSION): + Get version number from configure.ac, not configure.in. + +2012-07-06 Paul Eggert + + Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786). + * merge-gnulib (GNULIB_MODULES): Add c-strcase. + +2012-07-05 Dmitry Antipov + + * coccinelle/xzalloc.cocci: Semantic patch to convert + calls to xmalloc with following memset to xzalloc. + +2012-07-04 Juanma Barranquero + + * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete. + +2012-06-26 Dmitry Antipov + + * coccinelle/build_string.cocci: Semantic patch + to convert from make_string to build_string. + +2012-06-24 Dmitry Antipov + + First Coccinelle semantic patch. + * coccinelle: New subdirectory + * coccinelle/README: Documentation stub. + * coccinelle/vector_contents.cocci: Semantic patch to replace direct + access to `contents' member of Lisp_Vector objects with AREF and ASET + where appropriate. + +2012-06-22 Paul Eggert + + Support higher-resolution time stamps (Bug#9000). + * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime, + gettimeofday, pselect, stat-time, sys_time, time, timespec-add, + timespec-sub, utimens. + (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask. + This trims down the gnulib import, from the very latest gnulib. + Emacs does its own implementation of 'select' and 'sigprocmask' + on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows + hosts, so it doesn't need these modules. + Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as + these gnulib modules are only for Windows porting and Emacs ports + to Windows in a different way. + +2012-06-13 Andreas Schwab + + * make-emacs: Rename --union-type to --check-lisp-type. + Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE. + * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from + USE_LISP_UNION_TYPE. + +2012-06-03 Glenn Morris + + * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin. + +2012-06-01 Paul Eggert + + Remove --disable-maintainer-mode option from 'configure'. (Bug#11555) + * make-tarball.txt: Don't worry about maintainer mode. + +2012-05-28 Paul Eggert + + * CPP-DEFINES: Remove HAVE_SYSINFO. + +2012-05-27 Paul Eggert + + Assume gnulib does largefile. + * merge-gnulib (GNULIB_MODULES): Add largefile. + +2012-05-22 Paul Eggert + + Remove src/m/*. + * CPP-DEFINES: Do not mention src/m/*.h. + (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR) + (BITS_PER_SHORT, BITS_PER_INT): Remove. + * MAINTAINERS: Remove src/m/. + +2012-05-21 Paul Eggert + + Use full name for m4/gnulib-comp.m4. (Bug#11529) + * merge-gnulib: Leave m4/gnulib-comp.m4's name alone. + + Assume C89 or later. + * CPP-DEFINES: Remove NULL, const. + + Make merging from gnulib a script, not a makefile action. + * merge-gnulib: New script, with actions moved here from + ../Makefile.in. + +2012-05-19 Paul Eggert + + * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove. + + * CPP-DEFINES (HAVE_FTIME): Remove. + +2012-05-02 Glenn Morris + + * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit". + +2012-04-10 Glenn Morris + + * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk". + + * unidata/Makefile.in: Add FSF copyright. + Make it use autoconf features, and work for out-of-tree builds. + +2012-04-07 Eli Zaretskii + + * unidata/README: + * unidata/copyright.html: + * unidata/BidiMirroring.txt: + * unidata/UnicodeData.txt: Update for the latest version 6.1 of + the Unicode Standard. + +2012-02-16 Kenichi Handa + + * unidata/unidata-gen.el (unidata-prop-alist): Change the default + values of name and old-name to nil. + (unidata-get-name): Return nil for the default value. + +2012-02-11 Glenn Morris + + * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref) + (cusver-check): New functions. + +2012-01-19 Glenn Morris + + * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the + "skip?" question, since there can be multiple such for any revision. + +2012-01-14 Eli Zaretskii + + * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as + updated and checked. + 2011-11-26 Andreas Schwab * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote): @@ -82,11 +247,11 @@ * unidata/makefile.w32-in (all): Remove src/biditype.h and src/bidimirror.h. - (../../src/biditype.h, ../../src/bidimirror.h): Deleted. + (../../src/biditype.h, ../../src/bidimirror.h): Delete. * unidata/Makefile.in (all): Remove src/biditype.h and src/bidimirror.h. - (../../src/biditype.h, ../../src/bidimirror.h): Deleted. + (../../src/biditype.h, ../../src/bidimirror.h): Delete. 2011-07-07 Juanma Barranquero @@ -97,8 +262,8 @@ * unidata/unidata-gen.el (unidata-dir): New variable. (unidata-setup-list): Expand unidata-text-file in unidata-dir. - (unidata-prop-alist): INDEX element may be a function. New - optional element VAL-LIST (for general-category and bidi-class). + (unidata-prop-alist): INDEX element may be a function. + New optional element VAL-LIST (for general-category and bidi-class). New entry `mirroring'. (unidata-prop-default, unidata-prop-val-list): New subst. (unidata-get-character, unidata-put-character): Delete them. @@ -454,13 +619,13 @@ 2009-04-17 Kenichi Handa - * unidata/unidata-gen.el (unidata-get-decomposition): Adjust - Hangle decomposition rule to Unicode. + * unidata/unidata-gen.el (unidata-get-decomposition): + Adjust Hangle decomposition rule to Unicode. 2009-04-09 Kenichi Handa - * unidata/unidata-gen.el (unidata-describe-decomposition): Return - a string with a composition property to disable combining + * unidata/unidata-gen.el (unidata-describe-decomposition): + Return a string with a composition property to disable combining characters being composed. 2009-03-11 Miles Bader @@ -473,7 +638,7 @@ 2009-02-23 Jason Rumney - * nt/README-ftp-server: Update for 23.0.91 + * nt/README-ftp-server: Update for 23.0.91. * nt/README.W32: Remove ever expanding versions of Windows. Shorten FAQ URL. Remove mention of obsolete lock directory. @@ -955,7 +1120,7 @@ 2005-10-17 Bill Wohler - * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list + * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list since it's gone. Also marked mh-e as done. 2005-10-11 Juanma Barranquero @@ -1002,7 +1167,7 @@ 2005-03-30 Marcelo Toledo - * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. + * FOR-RELEASE (Documentation): Add check the Emacs Tutorial. The first line of every tutorial must begin with a sentence saying "Emacs Tutorial" in the respective language. This should be followed by "See end for copying conditions", likewise in the @@ -1226,7 +1391,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001-2011 Free Software Foundation, Inc. + Copyright (C) 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs.