[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (9d56a21 -> 2346856)
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master updated (9d56a21 -> 2346856) |
Date: |
Tue, 07 Apr 2015 07:01:20 +0000 |
eggert pushed a change to branch master.
from 9d56a21 Merge from gnulib
new dd1404c Rename ChangeLogs for gitlog-to-changelog
new 2346856 Generate a ChangeLog file from commit logs
Summary of changes:
.gitignore | 1 +
CONTRIBUTE | 85 +++++--
ChangeLog => ChangeLog.1 | 0
Makefile.in | 40 +++-
admin/{ChangeLog => ChangeLog.1} | 0
admin/admin.el | 6 +-
admin/authors.el | 5 +-
admin/make-tarball.txt | 24 +-
admin/merge-gnulib | 2 +-
admin/notes/repo | 54 +++--
build-aux/git-hooks/pre-commit | 18 +-
build-aux/gitlog-to-changelog | 445 ++++++++++++++++++++++++++++++
build-aux/gitlog-to-emacslog | 69 +++++
doc/emacs/{ChangeLog => ChangeLog.1} | 0
doc/lispintro/{ChangeLog => ChangeLog.1} | 0
doc/lispref/{ChangeLog => ChangeLog.1} | 0
doc/man/{ChangeLog => ChangeLog.1} | 0
doc/misc/{ChangeLog => ChangeLog.1} | 0
etc/{ChangeLog => ChangeLog.1} | 0
leim/{ChangeLog => ChangeLog.1} | 0
lib-src/{ChangeLog => ChangeLog.1} | 0
lib/gnulib.mk | 9 +-
lisp/{ChangeLog => ChangeLog.17} | 0
lisp/calendar/icalendar.el | 2 +-
lisp/cedet/{ChangeLog => ChangeLog.1} | 0
lisp/erc/{ChangeLog => ChangeLog.09} | 0
lisp/gnus/{ChangeLog => ChangeLog.3} | 0
lisp/gnus/deuglify.el | 2 +-
lisp/mh-e/{ChangeLog => ChangeLog.2} | 0
lisp/obsolete/gulp.el | 2 +-
lisp/org/{ChangeLog => ChangeLog.1} | 0
lisp/url/{ChangeLog => ChangeLog.1} | 0
lwlib/{ChangeLog => ChangeLog.1} | 0
lwlib/README | 2 +-
m4/gnulib-comp.m4 | 2 +
make-dist | 38 ++-
msdos/{ChangeLog => ChangeLog.1} | 0
nextstep/{ChangeLog => ChangeLog.1} | 0
nt/{ChangeLog => ChangeLog.1} | 0
oldXMenu/{ChangeLog => ChangeLog.1} | 0
src/{ChangeLog => ChangeLog.13} | 0
test/{ChangeLog => ChangeLog.1} | 0
42 files changed, 717 insertions(+), 89 deletions(-)
rename ChangeLog => ChangeLog.1 (100%)
rename admin/{ChangeLog => ChangeLog.1} (100%)
create mode 100755 build-aux/gitlog-to-changelog
create mode 100755 build-aux/gitlog-to-emacslog
rename doc/emacs/{ChangeLog => ChangeLog.1} (100%)
rename doc/lispintro/{ChangeLog => ChangeLog.1} (100%)
rename doc/lispref/{ChangeLog => ChangeLog.1} (100%)
rename doc/man/{ChangeLog => ChangeLog.1} (100%)
rename doc/misc/{ChangeLog => ChangeLog.1} (100%)
rename etc/{ChangeLog => ChangeLog.1} (100%)
rename leim/{ChangeLog => ChangeLog.1} (100%)
rename lib-src/{ChangeLog => ChangeLog.1} (100%)
rename lisp/{ChangeLog => ChangeLog.17} (100%)
rename lisp/cedet/{ChangeLog => ChangeLog.1} (100%)
rename lisp/erc/{ChangeLog => ChangeLog.09} (100%)
rename lisp/gnus/{ChangeLog => ChangeLog.3} (100%)
rename lisp/mh-e/{ChangeLog => ChangeLog.2} (100%)
rename lisp/org/{ChangeLog => ChangeLog.1} (100%)
rename lisp/url/{ChangeLog => ChangeLog.1} (100%)
rename lwlib/{ChangeLog => ChangeLog.1} (100%)
rename msdos/{ChangeLog => ChangeLog.1} (100%)
rename nextstep/{ChangeLog => ChangeLog.1} (100%)
rename nt/{ChangeLog => ChangeLog.1} (100%)
rename oldXMenu/{ChangeLog => ChangeLog.1} (100%)
rename src/{ChangeLog => ChangeLog.13} (100%)
rename test/{ChangeLog => ChangeLog.1} (100%)
- [Emacs-diffs] master updated (9d56a21 -> 2346856),
Paul Eggert <=