summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/emacs-lisp/authors.el12
-rw-r--r--lisp/org/ChangeLog4
5 files changed, 22 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 80e988f533a..359adf7ac16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 03ff3d12dfe..72df4408d0d 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -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>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f2841becb0..fdc88696ab4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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)
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index abb34d80348..a974a4e523e 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -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")
)
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index a3f8e358617..78173a2d408 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -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)