mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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.
This commit is contained in:
parent
7bfc1caa62
commit
73c1c6d795
4 changed files with 12 additions and 3 deletions
|
|
@ -5533,7 +5533,7 @@
|
|||
|
||||
1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
|
||||
|
||||
* 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 <boris@cs.rochester.edu>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
2014-01-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -1928,6 +1928,10 @@
|
|||
|
||||
* loaddefs.el (global-map): Bind C-M-backspace like C-M-delete.
|
||||
|
||||
1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
|
||||
|
||||
* tpu-doc.el: File moved to ../etc/tpu-edt.doc.
|
||||
|
||||
1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
|
||||
|
||||
* files.el (write-file): Default is ask for confirmation
|
||||
|
|
|
|||
|
|
@ -669,7 +669,7 @@ Changes to files in this list are not listed.")
|
|||
;; 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 @@ in the repository.")
|
|||
("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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue