emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117303: authors.el: Add some renamed/moved files


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117303: authors.el: Add some renamed/moved files
Date: Thu, 26 Jun 2014 00:37:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117303
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-06-25 20:36:58 -0400
message:
  authors.el: Add some renamed/moved files
  
  * lisp/emacs-lisp/authors.el (authors-valid-file-names)
  (authors-renamed-files-alist): Additions.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/authors.el     authors.el-20091113204419-o5vbwnq5f7feedwu-1898
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-06-26 00:34:54 +0000
+++ b/lisp/ChangeLog    2014-06-26 00:36:58 +0000
@@ -1,3 +1,8 @@
+2014-06-26  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/authors.el (authors-valid-file-names)
+       (authors-renamed-files-alist): Additions.
+
 2014-06-25  Leo Liu  <address@hidden>
 
        * textmodes/picture.el (picture-set-tab-stops):

=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2014-02-07 03:22:34 +0000
+++ b/lisp/emacs-lisp/authors.el        2014-06-26 00:36:58 +0000
@@ -622,11 +622,12 @@
     "temacs.opt" "descrip.mms" "compile.com" "link.com"
     "compact.el" "fadr.el"
     "calc/calc-maint.el"
+    "emacs-lisp/cl-specs.el"
     "emacs-lisp/eieio-comp.el"
     "erc-hecomplete.el"
     "eshell/esh-maint.el"
     "language/persian.el"
-    "meese.el" "iswitchb.el"
+    "ledit.el" "meese.el" "iswitchb.el" "longlines.el"
     "mh-exec.el" "mh-init.el" "mh-customize.el"
     "net/zone-mode.el" "xesam.el"
     "term/mac-win.el" "sup-mouse.el"
@@ -647,6 +648,7 @@
     "dns-mode.el" "run-at-time.el" "gnus-encrypt.el" "sha1-el.el"
     "gnus-gl.el" "gnus.sum.el" "proto-stream.el" "color.el" "color-lab.el"
     "eww.el" "shr-color.el" "shr.el" "earcon.el" "gnus-audio.el" "encrypt.el"
+    "format-spec.el" "gnus-move.el"
     ;; doc
     "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi"
     "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el"
@@ -752,7 +754,11 @@
     ("progmodes/octave-inf.el" . "octave.el")
     ("progmodes/octave-mod.el" . "octave.el")
     ;; Obsolete.
+    ("emacs-lisp/assoc.el" . "assoc.el")
+    ("emacs-lisp/cust-print.el" . "cust-print.el")
+    ("mail/mailpost.el" . "mailpost.el")
     ("play/bruce.el" . "bruce.el")
+    ("play/yow.el" . "yow.el")
     ("patcomp.el" . "patcomp.el")
     ;; From lisp to etc/forms.
     ("forms-d2.el" . "forms-d2.el")
@@ -771,6 +777,7 @@
     ("build-install" . "build-ins.in")
     ("build-install.in" . "build-ins.in")
     ("unidata/Makefile" . "unidata/Makefile.in")
+    ("mac/uvs.el" . "unidata/uvs.el")
     ;; Moved from top to etc/
     ("CONTRIBUTE" . "CONTRIBUTE")
     ("FTP" . "FTP")


reply via email to

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