X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/fec2107c58835163dc3b08c0a833a5072aa1fca9..c9279dad0b22996b74a959ede6939fe4f2c3357c:/admin/ChangeLog diff --git a/admin/ChangeLog b/admin/ChangeLog index 7aaeb1d5ee..a3a756bde6 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,169 @@ +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): + Avoid warning about old-style backquote. + + * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\'' + in regexp. + (wisent-make-parsers): Likewise. Quote `.'. + + * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\'' + in regexp. + (bovine-make-parsers): Likewise. Quote `.'. + +2011-11-20 Andreas Schwab + + * CPP-DEFINES (VIRT_ADDR_VARIES): Remove. + +2011-11-16 Juanma Barranquero + + * admin.el (manual-dvi): Fix typo. + +2011-11-15 Eli Zaretskii + + * nt/README-ftp-server: Update the information about PNG libraries. + +2011-11-15 Juanma Barranquero + + * make-emacs: Fix typo. + +2011-11-07 Juanma Barranquero + + * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h. + +2011-10-31 David Engster + + * grammars/bovine-grammar.el: Avoid using old-style backquotes. + +2011-10-28 Eli Zaretskii + + * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for + running Emacs on Windows 9X. + +2011-09-26 Chong Yidong + + * admin.el (set-version): Fix regexps for config.nt and + sed2v2.inp. + +2011-09-06 Paul Eggert + + Merge from gnulib (Bug#9169). + * notes/copyright: The files compile, config.guess, config.sub, + depcomp, install-sh, missing, and move-if-change are now in the + new build-aux subdirectory. The files arg-nonnull.h, c++defs.h, + and warn-on-use.h are now in build-aux/snippets. New file + build-aux/snippets/_Noreturn.h. + +2011-08-23 Eli Zaretskii + + * unidata/unidata-gen.el (unidata-prop-alist): Update the default + values of bidi-class according to DerivedBidiClass.txt from the + latest UCD. + +2011-08-23 Kenichi Handa + + * unidata/unidata-gen.el (unidata-prop-alist): Provide default + values for name, general-category, canonical-combining-class, + mirrored, and bidi-class. Describe the meaning of value nil for + decimal-digit-value, digit-value, numeric-value, uppercase, + lowercase, titlecase, and mirroring. + (unidata-gen-table): Handle the case that default-value is a + list. Set default values of characters not listed in a table. + (unidata-get-name): Return an empty string if a value in a + char-table is nil. + (unidata-get-decomposition): Return a list of character itself if + a value in a char-table is nil. + +2011-08-15 Eli Zaretskii + + * unidata/bidimirror.awk: File removed. + + * unidata/biditype.awk: File removed. + + * unidata/makefile.w32-in (all): Remove src/biditype.h and + src/bidimirror.h. + (../../src/biditype.h, ../../src/bidimirror.h): Deleted. + + * unidata/Makefile.in (all): Remove src/biditype.h and + src/bidimirror.h. + (../../src/biditype.h, ../../src/bidimirror.h): Deleted. + +2011-07-07 Juanma Barranquero + + * unidata/makefile.w32-in (charprop-SH, charprop-CMD): + Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org). + +2011-07-06 Kenichi Handa + + * 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). + New entry `mirroring'. + (unidata-prop-default, unidata-prop-val-list): New subst. + (unidata-get-character, unidata-put-character): Delete them. + (unidata-gen-table-character): New arg IGNORE. Adjusted for the + above changes. + (unidata-get-symbol, unidata-get-integer, unidata-get-numeric) + (unidata-put-symbol, unidata-put-integer, unidata-put-numeric): + Delete them. + (unidata-encode-val): Assume that the first element of VAL-LIST is + a cons (nil . 0). + (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST. + Always store the encoded value. + (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST. + Set the 1st and the 2nd extra slots to index numbers for C + functions. + (unidata-gen-table-integer): Likewise. + (unidata-gen-table-numeric): Likewise. + (unidata-gen-table-name): New arg IGNORE. + (unidata-gen-table-decomposition): Likewise. + (unidata-describe-general-category): Add the case nil to the + description alist. + (unidata-gen-mirroring-list): New function. + (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of + unidata-prop-alist. Handle the case of storing multiple + char-tables in a file. + + * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to + unidata-gen-files. + 2011-05-21 Glenn Morris * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals. @@ -187,7 +353,7 @@ * unidata/BidiMirroring.txt: New file from http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt. - * unidata/Makefile.in: (../../src/bidimirror.h): New target. + * unidata/Makefile.in (../../src/bidimirror.h): New target. (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h. * unidata/makefile.w32-in (../../src/bidimirror.h): New target. @@ -236,7 +402,7 @@ * quick-install-emacs: Use more portable shell syntax. - * quick-install-emacs: (AVOID): Be more picky about files we avoid + * quick-install-emacs (AVOID): Be more picky about files we avoid installing. 2010-02-14 Juanma Barranquero @@ -285,7 +451,7 @@ 2009-06-24 Kenichi Handa - * charsets/mapconv: For the UNICODE format files, do reverse sort + * charsets/mapconv: For the Unicode format files, do reverse sort and don't compact the map. This is to prefer the first one in the duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0). @@ -780,11 +946,11 @@ * FOR-RELEASE (NEW FEATURES): Completed work on this item: Rework how fringe bitmaps are defined and used. - Currently, bitmap usage and bitmap appearence are "mixed-up" in a + Currently, bitmap usage and bitmap appearance are "mixed-up" in a one-level representation. It would be cleaner to split the representation into a two-level model where first level maps bitmap usage to a bitmap name, and second level maps bitmap name to - a bitmap appearence. + a bitmap appearance. 2006-01-27 Chong Yidong @@ -1096,7 +1262,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.