Mercurial > emacs
annotate .dir-locals.el @ 110433:33cf78a271ef
Merge changes made in Gnus trunk.
mail-parse.el (mail-header-encode-parameter): Define as rfc2045-encode-string.
nnheader.el (nnheader-insert-nov): Protect against junk appearing in the extra mail headers.
gnus-html.el: Prefetch and html washing additions.
gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve calling conventions so that prefetch doesn't bug out.
Pass proper format strings to gnus-message.
nnimap.el: Allow anonymous login.
nnimap.el (nnimap-transform-headers): The chars header is called Chars not Bytes.
nnimap.el (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
gnus-start.el (gnus-get-unread-articles): Call `gnus-open-server' on each method before trying to scan them etc.
gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-region by subst-char-in-region.
gnus.el (gnus-similar-server-opened): Refactor a bit and add comments.
gnus.el: Fix a speed regression based in methods that were similar weren't the same.
gnus.el (gnus): When using the development version of Gnus, load the gnus-load file.
nnimap.el (nnimap-open-connection): When looking for credentials, also use the nnimap-server-port.
nnimap.el (nnimap-request-article): Return the group/article number, so that Gnus `^' works as expected.
nnimap.el (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of bogus characters.
gnus-html.el (gnus-html-image-fetched): Protect against the data not arriving.
nnimap.el (nnimap-wait-for-connection): Avoid a race condition while waiting for the connection string.
gnus.texi (Required Back End Functions): Document INFO.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 20 Sep 2010 00:36:54 +0000 |
parents | 340849d761a5 |
children | 2c36d4f54456 |
rev | line source |
---|---|
101014 | 1 ((nil . ((tab-width . 8) |
100718
0a3d5993b567
Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100687
diff
changeset
|
2 (fill-column . 70))) |
100672
38e7317321ea
* make-dist (tempdir): Distribute .dir-locals.el.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff
changeset
|
3 (c-mode . ((c-file-style . "GNU"))) |
100718
0a3d5993b567
Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100687
diff
changeset
|
4 (change-log-mode . ((add-log-time-zone-rule . t) |
101158
4a6ff510dcf9
(change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents:
101014
diff
changeset
|
5 (fill-column . 74) |
106607
55134161b319
(bug-reference-url-format): Change to debbugs.gnu.org.
Glenn Morris <rgm@gnu.org>
parents:
105015
diff
changeset
|
6 (bug-reference-url-format . "http://debbugs.gnu.org/%s") |
107432
340849d761a5
* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
106607
diff
changeset
|
7 (mode . bug-reference))) |
340849d761a5
* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
106607
diff
changeset
|
8 (diff-mode . ((mode . whitespace)))) |
100687
245c01516a02
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
100672
diff
changeset
|
9 |
245c01516a02
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
100672
diff
changeset
|
10 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd |