]> code.delx.au - gnu-emacs/commitdiff
authors.el updates and ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 00:31:33 +0000 (16:31 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 00:31:33 +0000 (16:31 -0800)
* lisp/emacs-lisp/authors.el (authors-ignored-files)
(authors-valid-file-names, authors-renamed-files-alist): Additions.

ChangeLog
doc/misc/ChangeLog
lisp/ChangeLog
lisp/emacs-lisp/authors.el
lisp/org/ChangeLog

index 80e988f533a9b823aeee38ea8ac403c0d1119e12..359adf7ac1654b3de5d62a74021422675e0a786f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        config.status computes it.
        * Makefile.in (epaths-force-w32): Move srcdir tweak here.
 
-       * autogen: Remove directory.  Move update_autogen to admin/.
+       * autogen/: Remove directory.  Move update_autogen to admin/.
        * autogen.sh: Remove reference to copy_autogen.
        * GNUmakefile (configure):
        * Makefile.in (bootstrap): Do not try to run copy_autogen.
index 03ff3d12dfe69c169dedb854134fff62ee94d15b..72df4408d0da9dc6f8de7b476ac84b627e9a5c22 100644 (file)
 
 2013-11-12  Kodi Arfer  <git@arfer.net>  (tiny change)
 
-       * org.text (CSS support): Mention .figure-number, .listing-number,
+       * org.texi (CSS support): Mention .figure-number, .listing-number,
        and .table-number.
 
 2013-11-12  Michael Brand  <michael.ch.brand@gmail.com>
index 2f2841becb06c2de7c6f594978bafe4d4c928aee..fdc88696ab45c413ac84126efe292968e11087d1 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-28  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-ignored-files)
+       (authors-valid-file-names, authors-renamed-files-alist): Additions.
+
 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
 
        * shell.el (shell-dynamic-complete-command): Doc fix.
 
 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
 
-       * progmodes/ruby-mode.el Use `syntax-propertize-function'
+       * progmodes/ruby-mode.el: Use `syntax-propertize-function'
        unconditionally.  Remove now unnecessary forward declarations.
        Remove XEmacs-specific setup.
        (ruby-here-doc-end-re, ruby-here-doc-beg-match)
index abb34d80348a0feabf3e5bceab373c9d124b54d7..a974a4e523edd75330a3f1d9513ccbaff6e2aa00 100644 (file)
@@ -288,6 +288,11 @@ Changes to files matching one of the regexps in this list are not listed.")
     ;; Autogen:
     "cus-load.el" "finder-inf.el" "ldefs-boot.el"
     "compile" "config.guess" "config.sub" "depcomp"
+    "autogen/compile" "autogen/config.guess" "autogen/config.in"
+    "autogen/config.sub" "autogen/depcomp" "autogen/install-sh"
+    "autogen/missing" "autogen"
+    "autogen/copy_autogen" ; not generated, but trivial and now removed
+    "dir_top"
     ;; Only existed briefly, then renamed:
     "images/icons/allout-widgets-dark-bg"
     "images/icons/allout-widgets-light-bg"
@@ -572,6 +577,7 @@ Changes to files in this list are not listed.")
     "alloca.s"
     "make-delta"
     "config.w95"
+    "msysconfig.sh"
     "emacstool.1"
     "align.umax"
     "cxux-crt0.s"
@@ -675,6 +681,12 @@ in the repository.")
     ("emacs.1" . "emacs.1")
     ("emacsclient.1" . "emacsclient.1")
     ("icons/emacs21.ico" . "emacs21.ico")
+    ("ja-dic" . "leim/ja-dic")
+    ("quail" . "leim/quail")
+    ;; Moved from autogen/ to admin/.
+    ("autogen/update_autogen" . "update_autogen")
+    ;; Moved from etc/ to admin/.
+    ("grammars" . "grammars")
     ;; Moved from admin/nt/ to nt/.
     ("nt/README.W32" . "README.W32")
     )
index a3f8e358617794fd6cee9e3c867966f23d0f39a7..78173a2d408b84d1f52c7ad505784e11fa169e2c 100644 (file)
 
 2013-11-12  Craig Tanis  <craig-tanis@utc.edu>  (tiny change)
 
-       * ox-latex (org-latex-src-block): Change format string to position
+       * ox-latex.el (org-latex-src-block): Change format string to position
        caption after figure content.
 
 2013-11-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
 
 2013-11-12  Ilya Zonov  <izonov@gmail.com>  (tiny change)
 
-       * org-mode (org-mouse-context-menu): Add a correct newtext
+       * org-mouse.el (org-mouse-context-menu): Add a correct newtext
        parameter for "All Set" and "All Clear" menu items.
 
 2013-11-12  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)