authors.el updates and ChangeLog fixes

* lisp/emacs-lisp/authors.el (authors-ignored-files)
(authors-valid-file-names, authors-renamed-files-alist): Additions.
This commit is contained in:
Glenn Morris 2013-12-27 16:31:33 -08:00
parent 72140a0fb0
commit 8449dd1f65
5 changed files with 22 additions and 5 deletions

View file

@ -289,7 +289,7 @@
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.

View file

@ -459,7 +459,7 @@
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>

View 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.
@ -2415,7 +2420,7 @@
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)

View 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")
)

View file

@ -2826,7 +2826,7 @@
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>
@ -3276,7 +3276,7 @@
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)