annotate lisp/README @ 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 1ae53bd2e777
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35378
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
1 This directory contains source code for the parts of Emacs that are
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
2 written in Emacs Lisp. *.el files are Emacs Lisp source, and the
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
3 corresponding *.elc files are byte-compiled versions. Byte-compiled
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
4 files are architecture-independent.
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
5
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
6 The term subdirectory contains Lisp files that customize Emacs for
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
7 certain terminal types. When Emacs starts, it checks the TERM
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
8 environment variable to get the terminal type and loads
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
9 `term/${TERM}.el' if it exists.
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
10
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
11 The other subdirectories hold Lisp packages grouped by their general
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
12 purpose.
1ae53bd2e777 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
13