summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
Commit message (Collapse)AuthorAge
* ; Move stray item from admin/notes/repo to CONTRIBUTENoam Postavsky2017-04-19
| | | | | * admin/notes/repo: Remove stray item. * CONTRIBUTE: Move it here, fix incorrect references to "branch".
* ; CONTRIBUTE: Remove stray header.Noam Postavsky2017-04-19
|
* * CONTRIBUTE (Documenting your changes): Index new vars/commands in manual.Tino Calancha2017-02-03
|
* ; * CONTRIBUTE (Generating ChangeLog entries): Drop duplicate word.Tino Calancha2017-02-03
|
* Clarify that doc fixes are okay in feature freezeKarl Fogel2016-10-04
| | | | | | * CONTRIBUTE (branches): Explain that doc fixes are always safe, even on a release branch in feature freeze. Tweak wording of paragraph after that to avoid a misleading contrast.
* ; Minor addition to CONTRIBUTEEli Zaretskii2016-10-04
| | | | | * CONTRIBUTE (http): Mention that doc fixes should always go to the release branch.
* ; * CONTRIBUTE: Fix a typo.Eli Zaretskii2016-05-24
|
* CONTRIBUTE cleanups and updatesPaul Eggert2016-02-14
| | | | | | | | | | | | | * CONTRIBUTE: Mention URLs and info nodes more consistently, avoiding possibly-confusing punctuation adjacent to a URL, and giving full shell commands for 'info'. Start with a brief but complete how-to, for people who want to get started right away. Then briefly discuss how to join the development process in the typical order. Omit needless words. Update some of the now-obsolete file names, info node names, and quoting styles. Better document emacs-NN branches and how they are merged. * admin/notes/git-workflow: Change emacs-24 to emacs-25, and trunk to master. This file still needs work.
* ; Improve merge documentation in CONTRIBUTEEli Zaretskii2016-02-12
| | | | | * CONTRIBUTE (branches): Tell how to avoid merging of non-backported changes.
* Describe Makefile test targets in test/READMEMichael Albinus2016-02-10
| | | | | | | * CONTRIBUTE: Move Makefile test targets to test/README. * Makefile.in: * test/README: Describe Makefile test targets.
* * CONTRIBUTE: Add more examples for $(SELECTOR) make variable.Michael Albinus2016-02-09
|
* Quoting fixes in doc strings and diagnosticsPaul Eggert2016-02-03
| | | | | | | * 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.
* Enable test selector from command linePhillip Lord2016-01-15
| | | | | * test/automated/Makefile.in: Change variable manipulation to avoid over-writing selector.
* Additional changes for "make check-expensive"Michael Albinus2016-01-05
| | | | | | | | | | * 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.
* Backport: * CONTRIBUTE: Remove information about feature freeze.Xue Fuqiao2015-11-18
| | | | (cherry picked from commit ae0653b5ab9ee223751ec389b87011963e1cbbef)
* Backport: Document the release processXue Fuqiao2015-11-18
| | | | | | | | | | | * 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 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
* * CONTRIBUTE (Branches): Improve wording for back-ported commits.Eli Zaretskii2015-11-14
|
* * CONTRIBUTE: Encourage adding tests.Karl Fogel2015-11-10
| | | | | | | | | | | | | | Based on this post from John Wiegley: From: "John Wiegley" <johnw@newartisans.com> Subject: Re: [Emacs-diffs] master 1f02cbe: 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
* ; * CONTRIBUTE: Add section about the bug trackerEli Zaretskii2015-11-06
| | | | | * CONTRIBUTE: Move less important sections after the more important ones. Add section about the bug tracker.
* ; * CONTRIBUTE: Tweak the "Non-ASCII characters in Emacs files" sectionDmitry Gutov2015-09-29
|
* ; Mention non-ASCII encoding issues in CONTRIBUTEEli Zaretskii2015-09-27
| | | | | * CONTRIBUTE: Document recommendations for encoding non-ASCII characters in Emacs sources.
* ; * CONTRIBUTE: Mention admin/MAINTAINERS.Eli Zaretskii2015-09-27
|
* * CONTRIBUTE: Move send-email here from git-workflow.Paul Eggert2015-09-11
|
* ; * CONTRIBUTE: Fix typo in previous.Glenn Morris2015-05-18
|
* Add option to ignore commit lines matching a pattern in ChangeLog.Glenn Morris2015-05-18
| | | | | | * build-aux/gitlog-to-changelog: Add --ignore-line option. * build-aux/gitlog-to-emacslog: Ignore lines matching '^; '. ; * CONTRIBUTE: Mention this.
* Clarify "co-authored" some moreEli Zaretskii2015-04-24
|
* * CONTRIBUTE: Clarify "co-authored-by". (Bug#20400)Eli Zaretskii2015-04-24
|
* Minor edits in CONTRIBUTEEli Zaretskii2015-04-22
| | | | | | * CONTRIBUTE: Rearrange instructions about log messages. Use "Git" capitalized all over. Use 2 spaces between sentences.
* Quote 'like this' in top-level filesPaul Eggert2015-04-19
| | | | | | | | * 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.
* Prefer "Bug#1234" in commit messagesPaul Eggert2015-04-18
| | | | | | * .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".
* ; CONTRIBUTE: Further updatesDmitry Gutov2015-04-16
| | | | | | | | | | * 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
* ; CONTRIBUTE: Update the "make the ChangeLog entry in their name" bitDmitry Gutov2015-04-15
| | | | Fixes: debbugs:20328
* ; CONTRIBUTE: Remove the "relax this rule for commit messages" bitDmitry Gutov2015-04-15
| | | | Fixes: debbugs:20328
* CONTRIBUTE: Mention log-edit-insert-changelogDmitry Gutov2015-04-09
|
* CONTRIBUTE: Emphasize creating the top-level ChangeLog file manuallyDmitry Gutov2015-04-09
|
* Generate a ChangeLog file from commit logsPaul Eggert2015-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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
* Spelling fixPaul Eggert2015-03-29
|
* Fix 'commit-msg' to cite 'CONTRIBUTE'Paul Eggert2015-03-29
| | | | | | | | 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'.
* Documentation and testing tips for CONTRIBUTESamer Masterson2015-03-21
| | | | | CONTRIBUTE (Test your changes.): New section. (Document your changes.): Add doc tips.
* Use prefix argument in `info-display-manual'Filipp Gunbin2014-12-31
| | | | | * lisp/info.el (info-display-manual): Limit the completion alternatives to currently visited manuals if prefix argument is non-nil.
* CONTRIBUTE: Use consistent spelling for 'ChangeLog'.Ulrich Müller2014-12-29
|
* * CONTRIBUTE: add Savannah url, cleanup announcing freeze.Stephen Leake2014-12-23
|
* Move user-level information from CONTRIBUTE to doc/emacs/trouble.texiStephen Leake2014-12-23
| | | | | | | | | | | | | | | | | 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")
* * CONTRIBUTE: minor improvementsStephen Leake2014-12-06
| | | | * ChangeLog: cleanup entries for my recent commits
* Improve CONTRIBUTE and related files.Stephen Leake2014-12-06
| | | | | | | | | | | * 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
* preparing for further changes/cleanup to developers/contributors docsStephen Leake2014-12-05
| | | | | | * etc/CONTRIBUTE: renamed to ./CONTRIBUTE, (my first commit to emacs trunk ever :)
* Move to etc.Juri Linkov2007-09-09
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
|
* Switch to standard GPL text for license.Glenn Morris2007-02-11
|
* Add copyright and permissions notices.Glenn Morris2007-02-01
|