emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115780: authors.el updates and ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115780: authors.el updates and ChangeLog fixes
Date: Sat, 28 Dec 2013 00:31:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115780
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-12-27 16:31:33 -0800
message:
  authors.el updates and ChangeLog fixes
  
  * lisp/emacs-lisp/authors.el (authors-ignored-files)
  (authors-valid-file-names, authors-renamed-files-alist): Additions.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/authors.el     authors.el-20091113204419-o5vbwnq5f7feedwu-1898
  lisp/org/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-8688
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-12-27 19:14:10 +0000
+++ b/ChangeLog 2013-12-28 00:31:33 +0000
@@ -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.

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-12-23 12:50:47 +0000
+++ b/doc/misc/ChangeLog        2013-12-28 00:31:33 +0000
@@ -459,7 +459,7 @@
 
 2013-11-12  Kodi Arfer  <address@hidden>  (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  <address@hidden>

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-28 00:08:54 +0000
+++ b/lisp/ChangeLog    2013-12-28 00:31:33 +0000
@@ -1,3 +1,8 @@
+2013-12-28  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/authors.el (authors-ignored-files)
+       (authors-valid-file-names, authors-renamed-files-alist): Additions.
+
 2013-12-27  Jarek Czekalski  <address@hidden>
 
        * shell.el (shell-dynamic-complete-command): Doc fix.
@@ -2415,7 +2420,7 @@
 
 2013-11-02  Dmitry Gutov  <address@hidden>
 
-       * 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)

=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2013-11-23 02:21:51 +0000
+++ b/lisp/emacs-lisp/authors.el        2013-12-28 00:31:33 +0000
@@ -288,6 +288,11 @@
     ;; 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 @@
     "alloca.s"
     "make-delta"
     "config.w95"
+    "msysconfig.sh"
     "emacstool.1"
     "align.umax"
     "cxux-crt0.s"
@@ -675,6 +681,12 @@
     ("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")
     )

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2013-12-23 03:59:10 +0000
+++ b/lisp/org/ChangeLog        2013-12-28 00:31:33 +0000
@@ -2826,7 +2826,7 @@
 
 2013-11-12  Craig Tanis  <address@hidden>  (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  <address@hidden>
@@ -3276,7 +3276,7 @@
 
 2013-11-12  Ilya Zonov  <address@hidden>  (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  <address@hidden>  (tiny change)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]