| Commit message (Expand) | Author | Age | Files | Lines |
* | ; * CONTRIBUTE: Fix typo in previous. | Glenn Morris | 2015-05-18 | 1 | -1/+1 |
* | Add option to ignore commit lines matching a pattern in ChangeLog....* build-aux/gitlog-to-changelog: Add --ignore-line option.
* build-aux/gitlog-to-emacslog: Ignore lines matching '^; '.
; * CONTRIBUTE: Mention this.
| Glenn Morris | 2015-05-18 | 1 | -0/+3 |
* | Clarify "co-authored" some more | Eli Zaretskii | 2015-04-24 | 1 | -1/+1 |
* | * CONTRIBUTE: Clarify "co-authored-by". (Bug#20400) | Eli Zaretskii | 2015-04-24 | 1 | -2/+3 |
* | Minor edits in CONTRIBUTE...* CONTRIBUTE: Rearrange instructions about log messages.
Use "Git" capitalized all over.
Use 2 spaces between sentences.
| Eli Zaretskii | 2015-04-22 | 1 | -53/+64 |
* | Quote 'like this' in top-level files...* CONTRIBUTE, INSTALL, Makefile.in, README, configure.ac, make-dist:
Prefer to single-quote 'like this' (instead of the older style
`like this').
* configure.ac: Fix some space-before-tab problems that 'git commit'
complained about.
| Paul Eggert | 2015-04-19 | 1 | -2/+2 |
* | Prefer "Bug#1234" in commit messages...* .dir-locals.el (log-edit-mode): Don't rewrite Bug#,
as this isn't useful for Git.
* CONTRIBUTE: Suggest "Bug#1234" instead of "Fixes: debbugs:1234".
| Paul Eggert | 2015-04-18 | 1 | -7/+4 |
* | ; CONTRIBUTE: Further updates...* Better explanation of commit message vs ChangeLog distinction.
* Fix the name of the ChangeLog make task.
* Make instructions WRT NEWS, etc, ChangeLog entries clearer.
Fixes: debbugs:20328
| Dmitry Gutov | 2015-04-16 | 1 | -9/+11 |
* | ; CONTRIBUTE: Update the "make the ChangeLog entry in their name" bit...Fixes: debbugs:20328
| Dmitry Gutov | 2015-04-15 | 1 | -2/+2 |
* | ; CONTRIBUTE: Remove the "relax this rule for commit messages" bit...Fixes: debbugs:20328
| Dmitry Gutov | 2015-04-15 | 1 | -4/+3 |
* | CONTRIBUTE: Mention log-edit-insert-changelog | Dmitry Gutov | 2015-04-09 | 1 | -0/+2 |
* | CONTRIBUTE: Emphasize creating the top-level ChangeLog file manually | Dmitry Gutov | 2015-04-09 | 1 | -1/+1 |
* | Generate a ChangeLog file from commit logs...* .gitignore: Add 'ChangeLog'.
* build-aux/gitlog-to-changelog: New file, from Gnulib.
* build-aux/gitlog-to-emacslog: New file.
* CONTRIBUTE: Document the revised workflow.
* Makefile.in (clean): Remove *.tmp and etc/*.tmp*
instead of just special cases.
(CHANGELOG_HISTORY_INDEX_MAX, CHANGELOG_N, gen_origin): New vars.
(ChangeLog, unchanged-history-files, change-history)
(change-history-commit): New rules.
* admin/admin.el (make-manuals-dist--1):
Don't worry about doc/ChangeLog.
* admin/authors.el: Add a FIXME.
* admin/make-tarball.txt:
* lisp/calendar/icalendar.el:
* lisp/gnus/deuglify.el:
* lisp/obsolete/gulp.el:
* lwlib/README:
Adjust to renamed ChangeLog history files.
* admin/merge-gnulib (GNULIB_MODULES): Add gitlog-to-changelog.
* admin/notes/repo: Call it 'master' a la Git, not 'trunk' a la Bzr.
Remove obsolete discussion of merging ChangeLog files.
New section "Maintaining ChangeLog history".
* build-aux/git-hooks/pre-commit:
Reject attempts to commit files named 'ChangeLog'.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* make-dist: Make and distribute top-level ChangeLog if there's a
.git directory. Distribute the new ChangeLog history files
instead of scattered ChangeLog files. Distribute the new files
gitlog-to-changelog and gitlog-to-emacslog.
Fixes: bug#19113
| Paul Eggert | 2015-04-07 | 1 | -22/+63 |
* | Spelling fix | Paul Eggert | 2015-03-29 | 1 | -1/+1 |
* | Fix 'commit-msg' to cite 'CONTRIBUTE'...As suggested in:
http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
Also, have the two files match better.
* CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
* build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
| Paul Eggert | 2015-03-29 | 1 | -5/+11 |
* | Documentation and testing tips for CONTRIBUTE... CONTRIBUTE (Test your changes.): New section.
(Document your changes.): Add doc tips.
| Samer Masterson | 2015-03-21 | 1 | -0/+20 |
* | Use prefix argument in `info-display-manual'...* lisp/info.el (info-display-manual): Limit the completion alternatives
to currently visited manuals if prefix argument is non-nil.
| Filipp Gunbin | 2014-12-31 | 1 | -4/+6 |
* | CONTRIBUTE: Use consistent spelling for 'ChangeLog'. | Ulrich Müller | 2014-12-29 | 1 | -2/+2 |
* | * CONTRIBUTE: add Savannah url, cleanup announcing freeze. | Stephen Leake | 2014-12-23 | 1 | -6/+5 |
* | Move user-level information from CONTRIBUTE to doc/emacs/trouble.texi...Fixes bug#19299
* CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi
(commit messages): new, gathered from comments on emacs-devel
(Changelog notes): add reference to GNU coding standards section 5.2;
doc 'present tense', bug fix format
(branches): freeze announcements are made on info-gnu-emacs mailing
list
(git vs rename): new
* doc/emacs/trouble.texi: Move user-level information from CONTRIBUTE here
* lisp/startup.el (fancy-about-text): change buttons for etc/CONTRIBUTE
to (info "(emacs)Contributing")
| Stephen Leake | 2014-12-23 | 1 | -194/+73 |
* | * CONTRIBUTE: minor improvements...* ChangeLog: cleanup entries for my recent commits
| Stephen Leake | 2014-12-06 | 1 | -21/+24 |
* | Improve CONTRIBUTE and related files....* CONTRIBUTE: improve; add explicit web references, move some info from
admin/notes/* here.
* INSTALL.REPO: You can't "just run make" after a clean checkout.
* admin/notes/commits: deleted; merged into ./CONTRIBUTE
* admin/notes/repo: move commit, branch info into ./CONTRIBUTE
| Stephen Leake | 2014-12-06 | 1 | -37/+145 |
* | preparing for further changes/cleanup to developers/contributors docs...* etc/CONTRIBUTE: renamed to ./CONTRIBUTE,
(my first commit to emacs trunk ever :)
| Stephen Leake | 2014-12-05 | 1 | -0/+227 |
* | Move to etc. | Juri Linkov | 2007-09-09 | 1 | -227/+0 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Switch to standard GPL text for license. | Glenn Morris | 2007-02-11 | 1 | -2/+21 |
* | Add copyright and permissions notices. | Glenn Morris | 2007-02-01 | 1 | -0/+4 |
* | Replace emacs-bugs@gnu.org with bug-gnu-emacs@gnu.org....Replace mail.gnu.org with lists.gnu.org.
| Juri Linkov | 2006-09-02 | 1 | -3/+3 |
* | Use outline format....Add section on copyright years (from admin/notes/years).
| Kim F. Storm | 2006-07-09 | 1 | -74/+142 |
* | Slight formatting changes and typo fixes. Add description of NEWS markings. | Eli Zaretskii | 2006-07-07 | 1 | -25/+37 |
* | Mention INSTALL.CVS. | Kim F. Storm | 2006-07-07 | 1 | -3/+6 |
* | Much rewrite. | Richard M. Stallman | 2006-07-05 | 1 | -40/+39 |
* | *** empty log message *** | Nick Roberts | 2006-07-04 | 1 | -23/+23 |
* | New file. | Nick Roberts | 2006-07-04 | 1 | -0/+122 |