emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116105: authors.el small additions


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116105: authors.el small additions
Date: Wed, 22 Jan 2014 07:36:07 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116105
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2014-01-21 23:35:50 -0800
message:
  authors.el small additions
  
  * lisp/emacs-lisp/authors.el (authors-valid-file-names):
  (authors-renamed-files-alist): Additions.
  
  * lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/ChangeLog.5               
changelog.5-20091113204419-o5vbwnq5f7feedwu-1402
  lisp/emacs-lisp/authors.el     authors.el-20091113204419-o5vbwnq5f7feedwu-1898
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2014-01-22 02:44:44 +0000
+++ b/etc/ChangeLog     2014-01-22 07:35:50 +0000
@@ -5533,7 +5533,7 @@
 
 1995-04-09  Richard Stallman  <address@hidden>
 
-       * tpu-doc.el: File moved to etc dir and renamed.
+       * tpu-edt.doc: Move here from ../lisp/tpu-doc.el.
 
 1995-04-07  Boris Goldowsky  <address@hidden>
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-22 02:44:44 +0000
+++ b/lisp/ChangeLog    2014-01-22 07:35:50 +0000
@@ -1,6 +1,7 @@
 2014-01-22  Glenn Morris  <address@hidden>
 
-       * emacs-lisp/authors.el (authors-valid-file-names): Additions.
+       * emacs-lisp/authors.el (authors-valid-file-names):
+       (authors-renamed-files-alist): Additions.
 
        * vc/vc-git.el (vc-git-print-log): Remove --follow;
        reverts 2014-01-09 change.  (Bug#16422)

=== modified file 'lisp/ChangeLog.5'
--- a/lisp/ChangeLog.5  2014-01-15 03:06:07 +0000
+++ b/lisp/ChangeLog.5  2014-01-22 07:35:50 +0000
@@ -1930,6 +1930,10 @@
 
 1995-04-09  Richard Stallman  <address@hidden>
 
+       * tpu-doc.el: File moved to ../etc/tpu-edt.doc.
+
+1995-04-09  Richard Stallman  <address@hidden>
+
        * files.el (write-file): Default is ask for confirmation
        only interactively.
 

=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2014-01-22 02:44:44 +0000
+++ b/lisp/emacs-lisp/authors.el        2014-01-22 07:35:50 +0000
@@ -669,7 +669,7 @@
     ;; etc/
     "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
     "test-distrib.c" "testfile"
-    "tpu-doc.el"                       ; FIXME? renamed to something?
+    "tpu-edt.doc"                      ; see below
     )
   "File names which are valid, but no longer exist (or cannot be found)
 in the repository.")
@@ -723,6 +723,10 @@
     ("DIFF" . "OTHER.EMACSES")
     ("CCADIFF" . "OTHER.EMACSES")
     ("GOSDIFF" . "OTHER.EMACSES")
+    ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29.
+    ;; Removed in Emacs 19.30, replaced by new file etc/edt-user.doc
+    ;; (no associated ChangeLog entry).
+    ("tpu-doc.el" . "tpu-edt.doc")
     ("Makefile.in.in" . "Makefile.in")
     ("leim-Makefile" . "leim/Makefile")
     ("leim-Makefile.in" . "leim/Makefile.in")


reply via email to

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