[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-25 eea0a23 2/6: authors.el updates
From: |
Nicolas Petton |
Subject: |
[Emacs-diffs] emacs-25 eea0a23 2/6: authors.el updates |
Date: |
Sat, 30 Jan 2016 15:01:07 +0000 |
branch: emacs-25
commit eea0a2359f33a100cb340a7988d20cd78ebcd4a4
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>
authors.el updates
* admin/authors.el (authors-renamed-files-alist): Additions.
---
admin/authors.el | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/admin/authors.el b/admin/authors.el
index a303f4b..9b3deef 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -919,6 +919,9 @@ in the repository.")
("notes/bzr" . "notes/repo")
;; moved from lisp/ to lisp/net/
("lisp/pinentry.el" . "lisp/net/pinentry.el")
+ ;; module.* moved to emacs-module.*
+ ("src/module.h" . "src/emacs-module.h")
+ ("src/module.c" . "src/emacs-module.c")
)
"Alist of files which have been renamed during their lifetime.
Elements are (OLDNAME . NEWNAME).")
- [Emacs-diffs] emacs-25 updated (40a85fb -> 7b14da4), Nicolas Petton, 2016/01/30
- [Emacs-diffs] emacs-25 eea0a23 2/6: authors.el updates,
Nicolas Petton <=
- [Emacs-diffs] emacs-25 a4ab2a5 1/6: Make it possible to run make change-history on emacs-25, Nicolas Petton, 2016/01/30
- [Emacs-diffs] emacs-25 7b14da4 6/6: Bump version to 25.0.90, Nicolas Petton, 2016/01/30
- [Emacs-diffs] emacs-25 875577b 4/6: * etc/AUTHORS: Update the AUTHORS file, Nicolas Petton, 2016/01/30
- [Emacs-diffs] emacs-25 6f607a9 5/6: ; Auto-commit of loaddefs files., Nicolas Petton, 2016/01/30
- [Emacs-diffs] emacs-25 e6b7b6d 3/6: ; ChangeLog fixes, Nicolas Petton, 2016/01/30