diff options
| author | Kenichi Handa | 2012-07-17 07:25:00 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-07-17 07:25:00 +0900 |
| commit | 69c41c4070c86baac11a627e9c3d366420aeb7cc (patch) | |
| tree | e07fda92570b5e4f264c9a7869b57960940008f0 /admin/ChangeLog | |
| parent | 8c536f15bf95916d56bb50495d22b7da7e09fff9 (diff) | |
| parent | 758e556a7ab8f61c007e34310ba399a9aaf15362 (diff) | |
| download | emacs-69c41c4070c86baac11a627e9c3d366420aeb7cc.tar.gz emacs-69c41c4070c86baac11a627e9c3d366420aeb7cc.zip | |
merge trunk
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 96 |
1 files changed, 85 insertions, 11 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index e425c99b8d0..1aa086cd52e 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,77 @@ | |||
| 1 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume mkdir, perror, rename, rmdir, strerror. | ||
| 4 | * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR) | ||
| 5 | (HAVE_STRERROR, strerror): | ||
| 6 | Remove. | ||
| 7 | |||
| 8 | 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 9 | |||
| 10 | * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr | ||
| 11 | to XCDR and consistently use CONSP in the list iteration loops. | ||
| 12 | * coccinelle/vector_contents.cocci: Fix indentation. | ||
| 13 | |||
| 14 | 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 15 | |||
| 16 | * bzrmerge.el: Use cl-lib. | ||
| 17 | |||
| 18 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 19 | |||
| 20 | Rename configure.in to configure.ac (Bug#11603). | ||
| 21 | * admin.el (set-version): | ||
| 22 | * quick-install-emacs (VERSION): | ||
| 23 | Get version number from configure.ac, not configure.in. | ||
| 24 | |||
| 25 | 2012-07-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 26 | |||
| 27 | Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786). | ||
| 28 | * merge-gnulib (GNULIB_MODULES): Add c-strcase. | ||
| 29 | |||
| 30 | 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 31 | |||
| 32 | * coccinelle/xzalloc.cocci: Semantic patch to convert | ||
| 33 | calls to xmalloc with following memset to xzalloc. | ||
| 34 | |||
| 35 | 2012-07-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 36 | |||
| 37 | * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete. | ||
| 38 | |||
| 39 | 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 40 | |||
| 41 | * coccinelle/build_string.cocci: Semantic patch | ||
| 42 | to convert from make_string to build_string. | ||
| 43 | |||
| 44 | 2012-06-24 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 45 | |||
| 46 | First Coccinelle semantic patch. | ||
| 47 | * coccinelle: New subdirectory | ||
| 48 | * coccinelle/README: Documentation stub. | ||
| 49 | * coccinelle/vector_contents.cocci: Semantic patch to replace direct | ||
| 50 | access to `contents' member of Lisp_Vector objects with AREF and ASET | ||
| 51 | where appropriate. | ||
| 52 | |||
| 53 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 54 | |||
| 55 | Support higher-resolution time stamps (Bug#9000). | ||
| 56 | * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime, | ||
| 57 | gettimeofday, pselect, stat-time, sys_time, time, timespec-add, | ||
| 58 | timespec-sub, utimens. | ||
| 59 | (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask. | ||
| 60 | This trims down the gnulib import, from the very latest gnulib. | ||
| 61 | Emacs does its own implementation of 'select' and 'sigprocmask' | ||
| 62 | on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows | ||
| 63 | hosts, so it doesn't need these modules. | ||
| 64 | Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as | ||
| 65 | these gnulib modules are only for Windows porting and Emacs ports | ||
| 66 | to Windows in a different way. | ||
| 67 | |||
| 68 | 2012-06-13 Andreas Schwab <schwab@linux-m68k.org> | ||
| 69 | |||
| 70 | * make-emacs: Rename --union-type to --check-lisp-type. | ||
| 71 | Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE. | ||
| 72 | * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from | ||
| 73 | USE_LISP_UNION_TYPE. | ||
| 74 | |||
| 1 | 2012-06-03 Glenn Morris <rgm@gnu.org> | 75 | 2012-06-03 Glenn Morris <rgm@gnu.org> |
| 2 | 76 | ||
| 3 | * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin. | 77 | * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin. |
| @@ -166,11 +240,11 @@ | |||
| 166 | 240 | ||
| 167 | * unidata/makefile.w32-in (all): Remove src/biditype.h and | 241 | * unidata/makefile.w32-in (all): Remove src/biditype.h and |
| 168 | src/bidimirror.h. | 242 | src/bidimirror.h. |
| 169 | (../../src/biditype.h, ../../src/bidimirror.h): Deleted. | 243 | (../../src/biditype.h, ../../src/bidimirror.h): Delete. |
| 170 | 244 | ||
| 171 | * unidata/Makefile.in (all): Remove src/biditype.h and | 245 | * unidata/Makefile.in (all): Remove src/biditype.h and |
| 172 | src/bidimirror.h. | 246 | src/bidimirror.h. |
| 173 | (../../src/biditype.h, ../../src/bidimirror.h): Deleted. | 247 | (../../src/biditype.h, ../../src/bidimirror.h): Delete. |
| 174 | 248 | ||
| 175 | 2011-07-07 Juanma Barranquero <lekktu@gmail.com> | 249 | 2011-07-07 Juanma Barranquero <lekktu@gmail.com> |
| 176 | 250 | ||
| @@ -181,8 +255,8 @@ | |||
| 181 | 255 | ||
| 182 | * unidata/unidata-gen.el (unidata-dir): New variable. | 256 | * unidata/unidata-gen.el (unidata-dir): New variable. |
| 183 | (unidata-setup-list): Expand unidata-text-file in unidata-dir. | 257 | (unidata-setup-list): Expand unidata-text-file in unidata-dir. |
| 184 | (unidata-prop-alist): INDEX element may be a function. New | 258 | (unidata-prop-alist): INDEX element may be a function. |
| 185 | optional element VAL-LIST (for general-category and bidi-class). | 259 | New optional element VAL-LIST (for general-category and bidi-class). |
| 186 | New entry `mirroring'. | 260 | New entry `mirroring'. |
| 187 | (unidata-prop-default, unidata-prop-val-list): New subst. | 261 | (unidata-prop-default, unidata-prop-val-list): New subst. |
| 188 | (unidata-get-character, unidata-put-character): Delete them. | 262 | (unidata-get-character, unidata-put-character): Delete them. |
| @@ -538,13 +612,13 @@ | |||
| 538 | 612 | ||
| 539 | 2009-04-17 Kenichi Handa <handa@m17n.org> | 613 | 2009-04-17 Kenichi Handa <handa@m17n.org> |
| 540 | 614 | ||
| 541 | * unidata/unidata-gen.el (unidata-get-decomposition): Adjust | 615 | * unidata/unidata-gen.el (unidata-get-decomposition): |
| 542 | Hangle decomposition rule to Unicode. | 616 | Adjust Hangle decomposition rule to Unicode. |
| 543 | 617 | ||
| 544 | 2009-04-09 Kenichi Handa <handa@m17n.org> | 618 | 2009-04-09 Kenichi Handa <handa@m17n.org> |
| 545 | 619 | ||
| 546 | * unidata/unidata-gen.el (unidata-describe-decomposition): Return | 620 | * unidata/unidata-gen.el (unidata-describe-decomposition): |
| 547 | a string with a composition property to disable combining | 621 | Return a string with a composition property to disable combining |
| 548 | characters being composed. | 622 | characters being composed. |
| 549 | 623 | ||
| 550 | 2009-03-11 Miles Bader <miles@gnu.org> | 624 | 2009-03-11 Miles Bader <miles@gnu.org> |
| @@ -557,7 +631,7 @@ | |||
| 557 | 631 | ||
| 558 | 2009-02-23 Jason Rumney <jasonr@gnu.org> | 632 | 2009-02-23 Jason Rumney <jasonr@gnu.org> |
| 559 | 633 | ||
| 560 | * nt/README-ftp-server: Update for 23.0.91 | 634 | * nt/README-ftp-server: Update for 23.0.91. |
| 561 | 635 | ||
| 562 | * nt/README.W32: Remove ever expanding versions of Windows. | 636 | * nt/README.W32: Remove ever expanding versions of Windows. |
| 563 | Shorten FAQ URL. Remove mention of obsolete lock directory. | 637 | Shorten FAQ URL. Remove mention of obsolete lock directory. |
| @@ -1039,7 +1113,7 @@ | |||
| 1039 | 1113 | ||
| 1040 | 2005-10-17 Bill Wohler <wohler@newt.com> | 1114 | 2005-10-17 Bill Wohler <wohler@newt.com> |
| 1041 | 1115 | ||
| 1042 | * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list | 1116 | * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list |
| 1043 | since it's gone. Also marked mh-e as done. | 1117 | since it's gone. Also marked mh-e as done. |
| 1044 | 1118 | ||
| 1045 | 2005-10-11 Juanma Barranquero <lekktu@gmail.com> | 1119 | 2005-10-11 Juanma Barranquero <lekktu@gmail.com> |
| @@ -1086,7 +1160,7 @@ | |||
| 1086 | 1160 | ||
| 1087 | 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org> | 1161 | 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org> |
| 1088 | 1162 | ||
| 1089 | * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. | 1163 | * FOR-RELEASE (Documentation): Add check the Emacs Tutorial. |
| 1090 | The first line of every tutorial must begin with a sentence saying | 1164 | The first line of every tutorial must begin with a sentence saying |
| 1091 | "Emacs Tutorial" in the respective language. This should be | 1165 | "Emacs Tutorial" in the respective language. This should be |
| 1092 | followed by "See end for copying conditions", likewise in the | 1166 | followed by "See end for copying conditions", likewise in the |