Mercurial > emacs
annotate admin/notes/BRANCH @ 111986:faa4a1c986c6
Merge changes made in Gnus trunk.
nnimap.el (nnimap-wait-for-response): Always look (at least) at the previous line.
nnimap.el (nnimap-quirk): New function.
(nnimap-retrieve-group-data-early): Use it.
(nnimap-quirks): New alist.
gnus.texi (Foreign Groups): Added clarification of foreign groups.
gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for copying read-ness to the backends.
gnus-group.el (gnus-group-kill-group): Notify the backend that the group has been killed.
(gnus-group-yank-group): Ditto.
gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
nnir.el: Improve customizations.
gnus.texi (Archived Messages): Removed outdated comment and text.
nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own function.
(nnfolder-request-expire-articles): Save all the buffers after doing expiry.
nnmail.el (nnmail-expiry-target-group): Revert the "all articles are the last article", since that led to serious performance regressions when expiring nnml groups.
gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML fetching stops when Gnus exits.
gnus-srvr.el: Avoid passing nil regexp argument to delete-matching-lines.
auth-source.el (auth-source-gpg-encrypt-to): New variable to set the list of recipient keys, or use symmetric encryption if not a list.
(auth-source-create): Use it to make `epa-file-encrypt-to' local for an EPA override, replacing the call to `netrc-store-data'.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 16 Dec 2010 22:22:28 +0000 |
parents | afb992a317bd |
children |
rev | line source |
---|---|
107860
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
1 You can view the available Emacs branches at |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
2 |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
3 http://bzr.savannah.gnu.org/r/emacs/ |
55428 | 4 |
107860
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
5 Development normally takes places on the trunk. |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
6 Sometimes specialized features are developed on separate branches |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
7 before possibly being merged to the trunk. |
102135 | 8 |
107860
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
9 Development is discussed on the emacs-devel mailing list. |
55428 | 10 |
107860
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
11 Sometime before the release of a new major version of Emacs (eg 23.2), |
102135 | 12 a "feature freeze" is imposed on the trunk. No new features may be |
107860
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
13 added after this point. This is usually some months before the release. |
55428 | 14 |
107860
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
15 Shortly before the release, a release branch is created, and the |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
16 trunk is then free for development. |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
17 For example, "emacs-23" for Emacs 23.2 and later, "EMACS_23_1_RC" for |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
18 23.1, "EMACS_22_BASE" for 22.x, and "EMACS_21_1_RC" for 21.x. |
102135 | 19 |
107866
afb992a317bd
* admin/notes/BRANCH: Defer to emacs-devel.
Glenn Morris <rgm@gnu.org>
parents:
107860
diff
changeset
|
20 Consult emacs-devel for exactly what kinds of changes are allowed |
afb992a317bd
* admin/notes/BRANCH: Defer to emacs-devel.
Glenn Morris <rgm@gnu.org>
parents:
107860
diff
changeset
|
21 on what branch at any time. |
102135 | 22 |
107860
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
23 If you are looking at this file in a branch other than the trunk, |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
24 there may be some branch-specific documentation below this line. |
d5a9f1780d1e
* admin/notes/BRANCH: Update.
Glenn Morris <rgm@gnu.org>
parents:
106879
diff
changeset
|
25 ________________________________________________________________________ |