- 10 Feb, 2016 1 commit
-
-
Michael Albinus authored
* CONTRIBUTE: Move Makefile test targets to test/README. * Makefile.in: * test/README: Describe Makefile test targets.
-
- 09 Feb, 2016 1 commit
-
-
Michael Albinus authored
-
- 04 Feb, 2016 1 commit
-
-
Paul Eggert authored
* lisp/emacs-lisp/bytecomp.el (byte-compile-setq, byte-compile-funcall): * lisp/gnus/mml-smime.el (mml-smime-get-dns-cert) (mml-smime-get-ldap-cert): Follow user style preference when quoting diagnostics.
-
- 15 Jan, 2016 1 commit
-
-
Phillip Lord authored
* test/automated/Makefile.in: Change variable manipulation to avoid over-writing selector.
-
- 05 Jan, 2016 1 commit
-
-
Michael Albinus authored
* CONTRIBUTE : Encourage use of ":tags '(:expensive-test)". Explain make target `check-expensive'. * etc/NEWS: Mention new make target `check-expensive'. * test/automated/Makefile.in (check-doit): New target. (check, check-expensive): Use it.
-
- 18 Nov, 2015 2 commits
-
-
Xue Fuqiao authored
(cherry picked from commit ae0653b5)
-
Xue Fuqiao authored
* admin/notes/versioning: Add information about RC releases. * admin/release-process: Document the release process. * admin/authors.el (authors-ignored-files): * admin/README: Change FOR-RELEASE to release-process. * CONTRIBUTE: * admin/notes/bugtracker: Don't mention FOR-RELEASE. (cherry picked from commit 9a4aa0f5)
-
- 14 Nov, 2015 1 commit
-
-
Eli Zaretskii authored
-
- 10 Nov, 2015 1 commit
-
-
Karl Fogel authored
Based on this post from John Wiegley: From: "John Wiegley" <johnw@newartisans.com> Subject: Re: [Emacs-diffs] master 1f02cbea: Fix bug#21766 and add test To: Juanma Barranquero <lekktu@gmail.com> Cc: emacs-diffs@gnu.org, bruce.connor.am@gmail.com, emacs-devel <emacs-devel@gnu.org> Date: Wed, 28 Oct 2015 18:45:29 -0700 Message-ID: <m2y4emqwg6.fsf@newartisans.com> https://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02372.html
-
- 06 Nov, 2015 1 commit
-
-
Eli Zaretskii authored
* CONTRIBUTE: Move less important sections after the more important ones. Add section about the bug tracker.
-
- 28 Sep, 2015 1 commit
-
-
Dmitry Gutov authored
-
- 27 Sep, 2015 2 commits
-
-
Eli Zaretskii authored
* CONTRIBUTE: Document recommendations for encoding non-ASCII characters in Emacs sources.
-
Eli Zaretskii authored
-
- 11 Sep, 2015 1 commit
-
-
Paul Eggert authored
-
- 19 May, 2015 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* build-aux/gitlog-to-changelog: Add --ignore-line option. * build-aux/gitlog-to-emacslog: Ignore lines matching '^; '. ; * CONTRIBUTE: Mention this.
-
- 24 Apr, 2015 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 22 Apr, 2015 1 commit
-
-
Eli Zaretskii authored
* CONTRIBUTE: Rearrange instructions about log messages. Use "Git" capitalized all over. Use 2 spaces between sentences.
-
- 19 Apr, 2015 2 commits
-
-
Paul Eggert authored
* 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 authored
* .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".
-
- 16 Apr, 2015 1 commit
-
-
Dmitry Gutov authored
* 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
-
- 14 Apr, 2015 2 commits
-
-
Dmitry Gutov authored
Fixes: debbugs:20328
-
Dmitry Gutov authored
Fixes: debbugs:20328
-
- 09 Apr, 2015 2 commits
-
-
Dmitry Gutov authored
-
Dmitry Gutov authored
-
- 07 Apr, 2015 1 commit
-
-
Paul Eggert authored
* .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
-
- 29 Mar, 2015 2 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
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'.
-
- 21 Mar, 2015 1 commit
-
-
Samer Masterson authored
CONTRIBUTE (Test your changes.): New section. (Document your changes.): Add doc tips.
-
- 31 Dec, 2014 1 commit
-
-
Filipp Gunbin authored
* lisp/info.el (info-display-manual): Limit the completion alternatives to currently visited manuals if prefix argument is non-nil.
-
- 29 Dec, 2014 1 commit
-
-
Ulrich Müller authored
-
- 23 Dec, 2014 2 commits
-
-
Stephen Leake authored
-
Stephen Leake authored
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")
-
- 06 Dec, 2014 2 commits
-
-
Stephen Leake authored
* ChangeLog: cleanup entries for my recent commits
-
Stephen Leake authored
* 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
-
- 05 Dec, 2014 1 commit
-
-
Stephen Leake authored
* etc/CONTRIBUTE: renamed to ./CONTRIBUTE, (my first commit to emacs trunk ever :)
-
- 19 Nov, 2014 1 commit
-
-
Paul Eggert authored
This is in preparation for generating the former automatically from the latter. * admin/notes/bugtracker, admin/notes/copyright, admin/notes/newfile: ChangeLog -> change log * admin/notes/changelogs: Remove, merging old contents to ... * admin/notes/repo: ... here. * doc/emacs/maintaining.texi (Change Log): Mention that ChangeLog files may be copied to or from a version control system. * doc/emacs/trouble.texi (Sending Patches): Point to the commit messages. * doc/lispref/intro.texi (Acknowledgments): ChangeLog file -> change log entries. * doc/lispref/tips.texi (Library Headers): Emacs uses a version control system. * etc/CONTRIBUTE: Give advice about git commit messages and how to generate proposed patches containing them.
-
- 13 Nov, 2014 2 commits
-
-
Paul Eggert authored
Reported by Perry E. Metzger in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html * .dir-locals.el: Remove reference to bzr commit --fixes debbugs. * etc/CONTRIBUTE: More git transition.
-
Paul Eggert authored
Reported by Perry E. Metzger in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html * .dir-locals.el: Remove reference to bzr commit --fixes debbugs. * etc/CONTRIBUTE: More git transition.
-