f1f40a616a2945b23295b4d160fc802a61dcbee9
[gnus] / lisp / ChangeLog
1 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
4         t rather than after-change-functions to nil.
5
6 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7
8         * time-date.el (time-to-seconds, time-less-p):
9         Mark unused vars with underscore.
10
11 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12
13         * time-date.el (with-decoded-time-value): Fix debug spec.
14
15 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16
17         * nnmairix.el (nnmairix-widget-create-query):
18         * time-date.el (format-seconds): Prefer grave quoting in source-code
19         strings used to generate help and diagnostics.
20
21 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
22
23         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
24
25 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * ntlm.el (ntlm-unibyte-string): New compatibility function.
28
29 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
30
31         Add support for NTLMv2 authentication.
32         * ntlm.el (ntlm): New customization group.
33         (ntlm-compatibility-level): New defcustom.
34         (ntlm-compute-timestamp): New function.
35         (ntlm-generate-nonce): Likewise.
36         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
37
38 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
39
40         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
41         isn't always passed in, check it's not nil before making it into a
42         list.  The active arg will also be nil if the group is new, check for
43         that.
44
45 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
46
47         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
48
49 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
50
51         * gmm-utils.el (gmm-image-load-path-for-library):
52         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
53         * gnus-registry.el (gnus-registry-split-strategy):
54         * gnus-start.el (gnus-check-new-newsgroups):
55         * gnus-sum.el (gnus-select-group-hook):
56         * gnus-uu.el (gnus-uu-user-archive-rules):
57         * gnus.el (gnus-message-archive-group, gnus-visual):
58         * message.el (message-cite-style):
59         * nnir.el (nnir-swish++-additional-switches)
60         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
61         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
62         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
63         * nntp.el (nntp-server-action-alist):
64         * tls.el (tls-checktrust):
65         Fix some more docstring etc. quoting problems.
66         Mostly these fixes prevent the transliteration of apostrophes
67         that should stay apostrophes.  Also, prefer curved quotes in
68         Bahá’í proper names, as that’s the preferred Bahá’í style and
69         these names are chock-full of non-ASCII characters anyway.
70
71 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
72
73         Escape ` and ' in doc
74         * gnus-art.el (gnus-article-address-banner-alist)
75         (gnus-face-properties-alist):
76         * gnus-sum.el (gnus-newsgroup-variables):
77         * nndiary.el (nndiary-reminders):
78         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
79         Escape apostrophes and grave accents in docstrings if they
80         are supposed to stand for themselves and are not quotes.  Remove
81         apostrophes from docstring examples like ‘'(calendar-nth-named-day
82         -1 0 10 year)’ that confuse source code with data.  Do some other
83         minor docstring fixups as well, e.g., insert a missing close
84         quote.
85
86 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * gnus-util.el (gnus-format-message):
89         * tls.el (tls-format-message): Use defalias at the top level so as to
90         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
91
92         * gnus-sum.el (gnus-summary-search-article):
93         Ensure that the article where the search word is found is displayed
94         and pointed to in the summary buffer.
95
96 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * tls.el (tls-format-message):
99         Alias to format-message, or format if not available.
100         (open-tls-stream): Use it.
101
102 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
103
104         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
105         * gnus-art.el (gnus-article-browse-delete-temp-files):
106         * gnus-eform.el (gnus-edit-form):
107         * gnus-fun.el (gnus-display-x-face-in-from):
108         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
109         * gnus-topic.el (gnus-topic-edit-parameters):
110         * mail-source.el (mail-source-delete-old-incoming):
111         * message.el (message-strip-subject-encoded-words)
112         (message-check-recipients, message-send-form-letter):
113         * mm-decode.el (mm-display-part):
114         * mm-uu.el (mm-uu-pgp-signed-extract-1):
115         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
116         * spam-report.el (spam-report-process-queue):
117         * tls.el (open-tls-stream):
118         Respect ‘text-quoting-style’ in diagnostics.
119         * gnus-art.el (article-display-face):
120         * gnus-fun.el (gnus-display-x-face-in-from):
121         Use straight quoting in email.
122         * rfc2231.el (rfc2231-decode-encoded-string):
123         Escape apostrophes in doc strings.
124
125 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
126
127         Go back to grave quoting in Gnus
128
129         * auth-source.el (auth-source-netrc-parse-entries):
130         * gnus-agent.el (gnus-agent-check-overview-buffer)
131         (gnus-agent-fetch-headers):
132         * gnus-int.el (gnus-start-news-server):
133         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
134         (gnus-registry-post-process-groups):
135         * gnus-score.el (gnus-summary-increase-score):
136         * gnus-start.el (gnus-convert-old-newsrc):
137         * gnus-topic.el (gnus-topic-rename):
138         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
139         * spam.el (spam-check-blackholes):
140         Stick with grave quoting in diagnostics strings.  This is more
141         portable to older Emacs, desirable for Gnus.
142
143 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
144
145         Prefer directed to neutral quotes in docstings and diagnostics.
146         In docstrings, escape apostrophes that would otherwise be translated
147         to curved quotes using the newer, simpler rules.
148
149         * auth-source.el (auth-source-netrc-parse-entries):
150         * gnus-agent.el (gnus-agent-check-overview-buffer)
151         (gnus-agent-fetch-headers):
152         * gnus-int.el (gnus-start-news-server):
153         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
154         * gnus-score.el (gnus-summary-increase-score):
155         * gnus-start.el (gnus-convert-old-newsrc):
156         * gnus-topic.el (gnus-topic-rename):
157         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
158         * nnmairix.el (nnmairix-widget-create-query):
159         * spam.el (spam-check-blackholes):
160         Use directed rather than neutral quotes in diagnostics.
161
162         * gnus-util.el (gnus-format-message):
163         Alias to format-message, or format if not available.
164
165 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
166
167         * auth-source.el (auth-sources):
168         Prefer (substitute-command-keys "`\\[foo-command]'")
169         to "`M-x foo-command'" in docstring.
170
171         * time-date.el (format-seconds):
172         Use curved quotes in diagnostic format strings.
173
174         * nnmairix.el (nnmairix-propagate-marks-upon-close):
175         * pop3.el (pop3-authentication-scheme):
176         Don't quote symbols with apostrophes in doc strings.
177         Use asymmetric quotes instead.
178
179 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         Use overlay functions directly
182
183         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
184         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
185
186         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
187         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
188         (gnus-article-highlight-signature, gnus-article-extend-url-button)
189         (gnus-article-add-button, gnus-insert-prev-page-button)
190         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
191         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
192         * gnus-html.el (gnus-html-wash-tags):
193         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
194         (gnus-highlight-selected-tree):
195         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
196         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
197         * gnus-util.el (gnus-put-overlay-excluding-newlines):
198         * message.el (message-fix-before-sending)
199         (message-toggle-image-thumbnails):
200         * mm-decode.el (mm-convert-shr-links):
201         * sieve.el (sieve-highlight, sieve-insert-scripts):
202         Use overlay functions directly instead of using gnus-overlay-*,
203         message-overlay-*, and sieve-overlay-*.
204
205         * gnus-sum.el (gnus-remove-overlays):
206         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
207         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
208         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
209         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
210         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
211         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
212         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
213         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
214         (gnus-overlays-at, gnus-overlays-in):
215         * message.el (message-delete-overlay, message-make-overlay)
216         (message-overlay-get, message-overlay-put, message-overlays-in):
217         * messagexmas.el (message-delete-overlay, message-make-overlay)
218         (message-overlay-get, message-overlay-put, message-overlays-in):
219         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
220         Remove.
221
222 2015-08-19  Glenn Morris  <rgm@gnu.org>
223
224         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
225
226 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * message.el (message-overlay-put, message-make-overlay)
229         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
230         (message-delete-overlay, message-window-inside-pixel-edges):
231         Declare before using.
232
233 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * message.el (message-overlay-get, message-overlays-in)
236         (message-window-inside-pixel-edges):
237         * messagexmas.el (message-overlay-get, message-overlays-in):
238         XEmacs compatible functions.
239
240 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * message.el (message-toggle-image-thumbnails): New command.
243
244 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
245
246         * message.el (message-send-form-letter): Change (message (format ...))
247         to (message ...).  This lessens the probability of confusion when
248         the output of `format' contains `%'.
249
250 2015-08-04  David Kastrup  <dak@gnu.org>
251
252         * gnus-art.el (gnus-article-describe-key)
253         (gnus-article-describe-key-briefly):
254         Do not overwrite preexisting contents of unread-command-events.
255
256 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
257
258         * nnimap.el (nnimap-request-move-article)
259         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
260         extension if available.
261
262 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
263
264         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
265         capabilities instead of relying on LOGIN response.
266
267 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
268
269         * nnbabyl.el (nnbabyl-retrieve-headers):
270         * nndiary.el (nndiary-retrieve-headers):
271         * nneething.el (nneething-retrieve-headers):
272         * nnmbox.el (nnmbox-retrieve-headers):
273         * nnmh.el (nnmh-retrieve-headers):
274         * nnml.el (nnml-retrieve-headers):
275         * nnspool.el (nnspool-retrieve-headers):
276         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
277         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
278         progress-report percentages and the like.  This avoids problems
279         if (* 100 NUMERATOR) would overflow.
280
281         * gnus-registry.el (gnus-registry-import-eld):
282         * registry.el (registry-reindex):
283         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
284
285 2015-07-17  Julien Danjou  <jd@abydos>
286
287         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
288         command.
289
290 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
291
292         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
293         of function arguments.
294
295 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
296
297         * nnimap.el: Clean up "unused var" warnings.
298         (auth-source-creation-prompts): Declare.
299         (nnimap-retrieve-headers, nnimap-status-message)
300         (nnimap-request-create-group, nnimap-request-delete-group)
301         (nnimap-close-group, nnimap-request-move-article)
302         (nnimap-request-accept-article, nnimap-request-newgroups)
303         (nnimap-request-post, nnimap-dummy-active-number)
304         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
305         (nnimap-parse-flags): Remove unused var `p'.
306         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
307         (nnimap-flags-to-marks): Remove unused var `totalp'.
308
309 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
310
311         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
312         before RFC822.SIZE.
313
314 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
315
316         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
317         so that a 'plain value for the `nnimap-stream' server variable is
318         handled correctly.
319
320 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
321
322         Remove unused let variables
323         * nnimap.el (nnimap-request-group): Variables are not used.
324
325         Check if group names are already strings
326         * gnus-group.el (gnus-group-group-name):
327         The group name may already be a string.
328         Specifically, in the group list reached from the *Server* buffer,
329         the 'gnus-group text property returns a string.  Everywhere else
330         it returns a symbol.
331
332 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
333
334         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
335         (nnmaildir--update-nov): Remove unused var `numdir'.
336         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
337         (nnmaildir-request-group, nnmaildir-request-create-group)
338         (nnmaildir-request-post, nnmaildir-request-move-article)
339         (nnmaildir-request-accept-article, nnmaildir-active-number):
340         Mark unused args.
341         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
342         Declare.
343         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
344         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
345         `mark', `end', `new-mark', and `mark-sym'.
346         (nnmaildir-retrieve-headers):
347         Remove unused args `srv-dir', `dir', `nlist2'.
348         (nnmaildir-request-expire-articles):
349         Remove unused vars `article', `stop' and `nlist2'.
350         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
351         `end'.  Use nnmaildir--article when dyn-binding is needed.
352         Give the value directly in the `let' for `del-mark', `del-action',
353         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
354         (nnmaildir-close-server):
355         Declare those local vars that need to be dyn-bound.
356
357 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
358
359         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
360
361 2015-05-31  David Engster  <deng@randomsample.de>
362
363         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
364         instead of using `sleep-for', as the latter does not seem to reliably
365         wait (see for instance bug 15990).
366
367 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus-art.el (gnus-button-alist): Re-revert last change.
370         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
371
372 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
373
374         * gnus-art.el (gnus-button-alist): Revert last change.
375         It wasn't that important, and it caused a Gnus build to fail.  See:
376         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
377
378         * gnus-art.el (gnus-button-alist):
379         Also treat "‘" and "’" as quoting chars.
380
381 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
382
383         * gnus-art.el (gnus-treat-strip-list-identifiers)
384         (gnus-article-mode-syntax-table):
385         * gnus-group.el (gnus-group-nnimap-edit-acl):
386         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
387         e.g., missing quote, ``x'' where `x' was meant, etc.
388
389 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
392         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
393         into just c.
394
395 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
398         Normalize characters into numbers in spec keys.
399
400 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * dgnushack.el (declare-function): Redefine it to use autoload.
403         * lpath.el (gnus-html-prefetch-images): Declare.
404
405 2015-05-04  Glenn Morris  <rgm@gnu.org>
406
407         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
408
409         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
410
411         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
412         (gnus-topic-create-topic, gnus-topic-enter-dribble):
413         Declare rather than autoload.
414
415         * mm-archive.el (gnus-recursive-directory-files)
416         (mailcap-extension-to-mime): Autoload at run-time.
417
418         * mm-util.el (latin-unity-massage-name)
419         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
420         (latin-unity-representations-present-region):
421         Declare rather than autoload.
422
423         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
424         Autoload at run-time.
425         (epg-context-set-signers, epg-context-result-for)
426         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
427         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
428         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
429         (epg-configuration, epg-expand-group, epa-select-keys):
430         Declare rather than autoload.
431
432         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
433         Autoload at run-time.
434         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
435         (gnus-registry-get-id-key, gnus-registry-action):
436         Declare rather than autoload.
437
438         * nnmail.el (mail-send-and-exit): Autoload at run-time.
439
440         * spam.el (spam-stat-buffer-change-to-non-spam)
441         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
442         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
443         (spam-stat-split-fancy): Remove pointless autoloads.
444
445         * mm-view.el (epg-decrypt-string): Autoload.
446         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
447         (epg-sub-key-validity): Fix declarations.
448
449 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
450
451         * gnus.el: Ma Gnus v0.13 is released.
452
453 2015-05-01  Glenn Morris  <rgm@gnu.org>
454
455         * gnus-util.el (iswitchb-read-buffer):
456         * mm-decode.el (libxml-parse-html-region):
457         * mml.el (libxml-parse-html-region):
458         * nnrss.el (libxml-parse-html-region): Update declaration.
459
460 2015-04-27  Glenn Morris  <rgm@gnu.org>
461
462         * message.el (gnus-extract-address-components):
463         Remove bogus declaration that was masking previous problem.
464
465 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
468         altering the buffer.
469         (hashcash-insert-payment-async-2): Revert previous change because it
470         still means that the mark is moving around.
471
472 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-uu.el (gnus-uu-save-article):
475         Make the save-restriction/widen calls make more sense.
476
477 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-art.el (gnus-use-idna):
480         * gnus-sum.el (gnus-summary-idna-message):
481         * message.el (message-use-idna):
482         Catch the invalid-operation error that idna.el will issue.
483
484 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
485
486         * gnus-group.el (gnus-group--setup-tool-bar-update):
487         cursor-sensor-functions should be a list of functions.
488
489 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
490
491         * gnus-group.el (gnus-tmp-*): Declare.
492         (gnus-update-group-mark-positions): Remove unused `topic' var.
493         (gnus-group-insert-group-line): Remove unused var `header'.
494         (gnus-group--setup-tool-bar-update): New function.
495         (gnus-group-insert-group-line): Use it.
496         (gnus-group-update-eval-form): Declare local
497         dynamically-bound variables.
498         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
499
500         * gnus-topic.el (gnus-topic-jump-to-topic)
501         (gnus-group-prepare-topics, gnus-topic-update-topic)
502         (gnus-topic-change-level, gnus-topic-catchup-articles)
503         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
504         Use inhibit-read-only.
505         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
506         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
507
508 2015-04-12  João Távora  <joaotavora@gmail.com>
509
510         * message.el (message-mode):
511         Use `set' and `make-local-variable' instead of `setq-local'.
512
513 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
514
515         * gnus-sum.el (gnus-summary-refer-thread):
516         Make sure gnus-newsgroup-unreads remains sorted.
517
518 2015-04-12  João Távora  <joaotavora@gmail.com>
519
520         Improve sexp-based movement in message-mode
521         * message.el (message--syntax-propertize): New function.
522         (message-mode): Set syntax-related vars.d
523         (message-smileys): New variable.
524
525 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
526
527         * gnus-art.el (gnus-hidden-properties): Simplify.
528         (gnus-article-hide-text, gnus-article-unhide-text)
529         (gnus-article-unhide-text-type): Remove special handling of
530         `intangible' since that property is not used any more.
531         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
532
533 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
536         and a runtime function for it, of which the XEmacs version takes only
537         two arguments.
538
539 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
540
541         Use American spelling for 'normalize'
542         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
543         All uses changed.  Add an alias for obsolete usages.
544
545 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-art.el (gnus-article-browse-html-save-cid-content):
548         Always return relative file name.
549         (gnus-article-browse-html-parts):
550         Make external links absolute and cid file names relative.
551
552 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
553
554         * registry.el (registry-prune): Re-use `registry-full' in
555         `registry-prune'.  It's a bit of redundant work, but safer.
556         Also ensure that target-size is an integer.
557
558 2015-03-31  Daiki Ueno  <ueno@gnu.org>
559
560         * plstore.el (plstore--decrypt): Clear entry in
561         `plstore-passphrase-alist' if decryption failed (bug#20030).
562
563 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
564
565         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
566         to "Display" menu.
567
568 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
569
570         * nnimap.el (nnimap-split-incoming-mail): If a message is already
571         in the group it should be split to, don't re-copy it into the group.
572
573 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
574
575         * nnmh.el (nnmh-request-expire-articles):
576         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
577
578 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
579
580         * registry.el (registry-lookup-secondary, registry-full)
581         (registry-prune, registry-collect-prune-candidates):
582         * gnus-registry.el (gnus-registry-load): Use slot names rather than
583         initarg names in `oref' and `oset'.
584
585 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
586
587         * registry.el (registry-prune): Allow registry to reach full size
588         before pruning.
589
590 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
591
592         * registry.el (registry-collect-prune-candidates): Fix call to
593         cl-subseq.
594
595 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * registry.el (registry-db): Temporary fix old Emacsen compilation.
598
599 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
600
601         * gnus-registry.el (gnus-registry-handle-action)
602         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
603         (gnus-registry-keywords): Make it do something.
604         (gnus-registry-import-eld): Remove unused var `new-entry'.
605         (gnus-registry-action): Remove unused var `to-name'.
606         (gnus-registry-make-db): Prefer `make-instance' to avoid
607         compiler warnings.
608         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
609
610         * registry.el (registry-db): Don't oset-default an instance-allocated
611         slot.
612
613 2015-03-10  Glenn Morris  <rgm@gnu.org>
614
615         * message.el (message-valid-fqdn-regexp): Bump :version for
616         2014-11-17 change.
617
618 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
619
620         * gnus-notifications.el (gnus-notifications-action): Raise window
621         frame.
622         (gnus-notifications-action): Allow mark as read.
623         (gnus-notifications-notify): Show uption to mark as read.
624
625 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
626
627         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
628         (registry-search, registry-delete, registry-size, registry-insert)
629         (registry-reindex, registry-collect-prune-candidates):
630         * gnus-registry.el (gnus-registry-fixup-registry)
631         (gnus-registry-remove-extra-data): Use slot names rather than initarg
632         names in `oref' and `oset'.
633
634 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
635         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
636         in the group it should be split to, don't re-copy it into the group.
637
638 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
639
640         * message.el (message-insert-formatted-citation-line): Change %F to
641         fall back to email address if no first name could be determined.
642
643 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
646         Fix point motion when removing displayed MIME part.
647         (gnus-article-edit-part): Make jumping to the next part really work
648         when deleting or stripping.
649         (gnus-mime-buttonize-attachments-in-header): Make header attachment
650         buttons identical to the ones in the article body so as to work deleting
651         and stripping.
652
653 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * mm-decode.el (mm-shr)
656         * mm-view.el (mm-inline-text-html-render-with-w3m):
657         Revert my bogus change that made the start marker of a part
658         the "moves after insertion" type.
659
660 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
661
662         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
663         Tools: https://github.com/politza/pdf-tools) for viewing PDF
664         attachments in emacs.
665
666 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
667
668         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
669         instead of sasl-scram-sha-1, as the former is the name that can be
670         required.
671
672         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
673         (sasl-scram-sha-1-client-final-message)
674         (sasl-scram-sha-1-authenticate-server): Move to end of file.
675
676 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
679
680 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
683         (sasl-string-prefix-p): New compatibility functions.
684
685 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-compat.el (process-live-p): Added new compat function for Emacs
688         23.
689
690 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
691
692         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
693         from the server LIST response.
694
695 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
696
697         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
698         during header retrieval, error out instead of interpreting the data in
699         the buffer as the only messages there.  This way, we don't mark
700         articles as read on a server hangup (bug#19035).
701
702         * mm-decode.el (mm-head-p): New function.
703         (mm-display-part): Go to a blank line when inserting parts internally.
704
705 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
706
707         * sasl-scram-rfc.el: New file.
708
709         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
710         Add SCRAM-SHA-1 first.
711         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
712         entry (bug#17636).
713
714 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
717         that we don't get a warning when setting the buffer-local variable
718         (bug#19573).
719
720         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
721         `gnus-request-group'.
722
723 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-art.el (gnus-article-browse-html-save-cid-content)
726         (gnus-article-browse-html-parts): Make cid file names relative if and
727         only if html doesn't specify <base> directory.
728
729 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
730
731         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
732         parts, because that breaks filling (since buttons are in a bold face).
733
734 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
737         use gnus-overlays-at and gnus-overlay-put.
738
739 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
740
741         * mm-decode.el (mm-shr): Only pass the fill column when not using
742         fonts, because limiting the width to what's appropriate for followups
743         doesn't really help when not using proportional fonts.
744
745 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
746
747         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
748         shr, beacause that breaks folding.
749         (mm-shr): Don't shorten the width when using fonts.
750
751 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
754         variable; always check the newrc timestamp.
755         (gnus-save-newsrc-file): Always check timestamp.
756
757 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
758
759         * mail-source.el (mail-source-call-script): If scripts exit with an
760         error, pop up an error buffer.
761
762 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
765         as a default.
766
767         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
768         correct server.
769
770 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
771
772         * nnimap.el (nnimap-request-group-scan): Fix the function name.
773
774         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
775
776 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
779         that nnimap works for non-activated backends.
780
781 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
782
783         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
784         message, since we already get an obsolescence message.  Use `declare'.
785
786 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
787
788         * nnir.el: Revert "Enable non-ASCII IMAP searches".
789
790 2015-01-30  Glenn Morris  <rgm@gnu.org>
791
792         * gnus-registry.el (gnus-registry-max-pruned-entries)
793         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
794         Fix :version.
795         (gnus-registry-default-sort-function): Improve :type.
796
797 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * nnimap.el (nnimap-request-group): Allow running this function on
800         groups that don't exist in Gnus yet.
801         (nnimap-request-group): Revert previous patch since that made it
802         impossible to enter nnimap groups.
803
804         * message.el (message-smtpmail-send-it): Remove the mail header
805         separator before sending.
806
807 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
808
809         * nnimap.el (nnimap-find-expired-articles): Fix handling of
810         (expiry-wait . never).
811
812 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
813
814         * nnimap.el (nnimap-request-group): Clear the buffer before returning
815         the data.
816
817 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-compat.el (string-bytes): Work for XEmacs.
820
821 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
824
825         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
826         IMAP.
827
828 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
829
830         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
831
832         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
833
834         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
835         be added to the backlog.
836
837 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
838
839         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
840         target with a recursive make call.
841
842 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
843
844         * nnimap.el (nnimap-header-parameters): Refactor and request
845         X-GM-LABELS if it's been announced.
846         (nnimap-transform-headers): Gather and output GM-LABELS.
847
848 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
849
850         * mm-decode.el (mm-display-part): Make non-string methods work.
851         Non-string methods are funcalled and work just fine, the test was
852         bogus.
853         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
854         whole frame.
855
856 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
857
858         * nnimap.el (nnimap-request-accept-article): Allow respooling using
859         nnimap.
860
861         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
862         request rescans when being run interactively.
863
864         * nnimap.el (nnimap-request-group): Don't rescan the group here,
865         because that can be very slow in large groups.
866
867         * gnus-int.el (gnus-request-group-scan): New backend function.
868
869         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
870
871 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus-group.el (gnus-group-suspend): Close all backends.
874
875 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
876
877         * dgnushack.el (dgnushack-compile-file): New function.
878         (dgnushack-compile): Use it (bug#19514).
879
880 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
883
884 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
885
886         * registry.el: Don't use <class> as a variable.
887
888 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
889
890         system-name's returned value can vary
891         Also, the system-name variable is now obsolete.
892         Fixes Bug#19438.
893         * message.el (message-make-fqdn):
894         * nnvirtual.el (nnvirtual-retrieve-headers)
895         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
896         and avoid naming locals 'system-name'.
897
898 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
899
900         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
901         lines don't get overlong when responding.
902
903 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * registry.el (cl-remf, cl-loop, cl-subseq):
906         Alias to remf, loop, and subseq respectively for old Emacsen.
907
908 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
909
910         * gnus-group.el (gnus-read-ephemeral-bug-group):
911         Bind coding-system-for-read and coding-system-for-write only around
912         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
913
914 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
915
916         * registry.el (registry-db): Set default slot later.
917         This is because its value is not a literal integer.
918
919 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
920
921         * registry.el (registry-db): Fix default registry-db max-size.
922
923 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
924
925         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
926         add warning.
927
928         * gnus-art.el: Fix up compiler warnings.
929         (article-display-face, article-display-x-face): Remove unused `face'.
930         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
931         (article-date-ut): Remove unused var `first'.
932         (gnus-article-prepare): Remove unused var `gnus-article'.
933         (gnus-mime-save-part-and-strip): Remove unused var `param'.
934         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
935         `coding-system' along with corresponding dead code.
936         (gnus-mime-view-part-externally): Remove unused var
937         `mm-user-display-methods'.
938         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
939         (gnus-display-mime): Remove unused var `handle'.
940         (gnus-mime-display-alternative): Remove unused var `props'.
941         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
942         (gnus-article-edit-done): Remove unused var `p'.
943         (gnus-url-mailto): Remove unused var `to'.
944         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
945         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
946
947 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
948
949         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
950         slots into a :max-size slot.
951         (registry-db-version): Add new variable for database version number.
952         (registry-prune): Use :max-size slot. Accept and use a sort-function
953         argument.
954         (registry-collect-prune-candidates): Add new function for finding
955         non-precious pruning candidates.
956         (registry-prune-hard-candidates, registry-prune-soft-candidates):
957         Remove obsolete functions.
958         (initialize-instance): Upgrade registry version when starting.
959
960         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
961         (gnus-registry-max-pruned-entries): Remove obsolete variable.
962         (gnus-registry-cache-file): Change default
963         filename extension to "eieio".
964         (gnus-registry-read): Add new function, split out from
965         `gnus-registry-load', that does the actual object reading.
966         (gnus-registry-load): Use it. Add condition case handler to check for
967         old filename extension and rename to the new one.
968         (gnus-registry-default-sort-function): New variable to specify a sort
969         function to use when pruning.
970         (gnus-registry-save, gnus-registry-insert): Use it.
971         (gnus-registry-sort-by-creation-time): Define a default sort function.
972
973         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
974         Adjust test for new object signature.
975         (gnustest-registry-pruning-test): Add new pruning test.
976         (gnustest-registry-sort-function): Default sort function for testing.
977         (gnustest-registry-pruning-sort-test): New test for sorting.
978
979 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
982         function for reuse.
983         (gnus-mime-buttonize-attachments-in-header): Adjust.
984
985 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * message.el (message-change-subject): Really check whether the subject
988         changed.
989
990 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
993         PDFs.
994         (mailcap-view-mime): New function.
995
996 2014-12-01  Glenn Morris  <rgm@gnu.org>
997
998         * gnus-cloud.el (gnus-cloud): Add :version tag.
999
1000 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * gnus-art.el (gnus-use-idna):
1003         * gnus-sum.el (gnus-summary-idna-message):
1004         * message.el (message-use-idna):
1005         Protect against nil value for idna-program.
1006
1007         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1008
1009 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1010
1011         * auth-source.el (auth-source-macos-keychain-search-items): Return
1012         result of `auth-source-macos-keychain-result-append' (bug#19074).
1013
1014 2014-11-25  Glenn Morris  <rgm@gnu.org>
1015
1016         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1017         Add :version tag.
1018
1019 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * pop3.el (pop3-open-server): Warn unless encrypted.
1022
1023         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1024
1025 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1026
1027         Port new time stamp handling to Emacs 23.2.
1028         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1029         * time-date.el (time-add, time-subtract, time-less-p):
1030         Use eval-and-compile, not eval-when-compile.
1031
1032 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1033
1034         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1035         TLDs.
1036
1037 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1038
1039         Port new time stamp handling to old Emacs and to XEmacs.
1040         This is needed for Gnus, which copies time-date.el and which
1041         runs on older Emacs implementations.
1042         * time-date.el (with-decoded-time-value):
1043         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1044         (encode-time-value, with-decoded-time-value):
1045         Obsolete only if new Emacs.
1046         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1047
1048         Improve time stamp handling, and be more consistent about it.
1049         This implements a suggestion made in:
1050         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1051         Among other things, this means timer.el no longer needs to
1052         autoload the time-date module.
1053         * time-date.el (seconds-to-time, days-to-time, time-since)
1054         (with-decoded-time-value):
1055         Treat 'nil' as current time.  This is mostly for XEmacs.
1056         (encode-time-value, with-decoded-time-value): Obsolete.
1057         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1058         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1059
1060 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1063         discarding changes in ephemeral groups.
1064
1065         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1066         things the user isn't interested in.
1067
1068 2014-11-13  Julien Danjou  <jd@abydos>
1069
1070         * gnus-notifications.el (gnus-notifications-notify): Provide both
1071         app-icon and image-path.
1072
1073 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1074
1075         * mm-url.el (mm-url-encode-multipart-form-data):
1076         Restore to handle "multipart/form-data" by eww.
1077
1078 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1079
1080         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1081         Landscheidt.
1082
1083 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1084
1085         Simplify use of current-time and friends.
1086         * gnus-delay.el (gnus-delay-article):
1087         * gnus-sum.el (gnus-summary-read-document):
1088         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1089         * message.el (message-make-expires-date):
1090         Omit unnecessary call to current-time.
1091         * gnus-util.el (gnus-float-time): Simplify to an alias because
1092         time-to-seconds now behaves like float-time with respect to nil arg.
1093         (gnus-seconds-year): Don't call current-time twice to get the current
1094         time stamp, as this can lead to inconsistent results.
1095         * time-date.el (time-to-seconds) [!float-time]:
1096         Use current time if arg is nil, to be compatible with float-time.
1097         (time-date--day-in-year): New function, with most of the guts of
1098         the old time-to-day-in-year.
1099         (time-to-day-in-year): Use it.
1100         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1101
1102 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus.el (gnus-mode-line-buffer-identification):
1105         Don't add image data for a non-graphic display (bug#18813).
1106
1107 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1110         load-path, it blocks autoloading of find-image (bug#18813).
1111
1112 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1113
1114         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1115         to keep connection open (bug#18728).
1116
1117 2014-10-20  Glenn Morris  <rgm@gnu.org>
1118
1119         * Merge in all changes up to 24.4 release.
1120
1121 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1122
1123         * message.el (message-insert-signature): Use `newline' instead of
1124         inserting explicit "\n".
1125
1126 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1127
1128         * gnus-icalendar.el: Support vcal format timezones.
1129         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1130         compute dates with associated timezone.
1131         (gnus-icalendar-event-from-ical): Compute all timezones.
1132
1133 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1134
1135         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1136         check the newsrc.eld file's timestamp before saving it.
1137         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1138         timestamp has changed to be newer.
1139
1140 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1141
1142         * gnus-icalendar.el (gnus-icalendar-identities):
1143         Include message-alternative-emails.
1144
1145 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1148         New compatibility functions.
1149         (ntlm-build-auth-response): Use them.
1150
1151 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1152
1153         * ntlm.el (ntlm-build-auth-request):
1154         Add NTLM2 Session support.  (Bug#15603)
1155
1156 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1157
1158         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1159         expired messages only when it was built in reverse order.
1160
1161 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1162
1163         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1164         last so it can be used in `message-send-hook'.
1165
1166 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1167
1168         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1169         <#secure> tag (bug#18513).
1170
1171 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * parse-time.el: Require cl when compiling.
1174
1175 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         Use cl-lib as much as possible following the 2014-09-26 change
1178         in the Emacs trunk.
1179         * parse-time.el: Try requiring cl-lib.
1180         (parse-time-incf): Alias to cl-incf or incf.
1181         (digit-char-p): Remove.
1182         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1183         (parse-integer): Rename to parse-time-integer.
1184         (parse-time-tokenize, parse-time-rules, parse-time-string)
1185         Use parse-time-incf and parse-time-integer.
1186
1187 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1188
1189         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1190         of ":delete".
1191
1192 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1195         (gnus-article-browse-html-parts):
1196         Revert last change that breaks links other than cid contents.
1197
1198 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1201         (gnus-article-browse-html-parts): Make cid file names relative.
1202
1203 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1206         temporarily displayed when running a mode function (at least org-mode
1207         requires it).
1208
1209 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1210
1211         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1212         the gnus-summary-article-expire-hook should be told where the function
1213         is going. In particular, the Gnus registry might want to know.
1214
1215 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1216
1217         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1218
1219 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1222
1223 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1224
1225         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1226         the gnus-summary-article-expire-hook should be told where the function
1227         is going. In particular, the Gnus registry might want to know.
1228
1229 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1230
1231         Don't mishandle year-9999 dates (Bug#18176).
1232         * parse-time.el (parse-time-rules):
1233         Allow years up to most-positive-fixnum.
1234         * time-date.el (date-to-time):
1235         Pass "Specified time is not representable" errors through.
1236
1237 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1238
1239         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1240         groups and t.
1241
1242 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-utils.el (gnus-recursive-directory-files):
1245         Unify hard or symbolic links (bug#18063).
1246
1247 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1248
1249         * gnus-msg.el (gnus-configure-posting-style):
1250         Allow string replacements in values when matching against a header.
1251
1252 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1255         the dribble buffer even when it is shrunk a lot.
1256         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1257
1258 2014-06-26  Glenn Morris  <rgm@gnu.org>
1259
1260         * mm-util.el (help-function-arglist): Remove outdated declaration.
1261
1262 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1263
1264         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1265         attribute values.  (Bug#17834)
1266
1267 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1268
1269         * gnus-sum.el (gnus-summary-edit-article-done):
1270         Prefer point-marker to copy-marker of point.
1271
1272 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * Makefile.in (install-el, install-el-elc): Compress .el files.
1275         (uninstall): Remove compressed .el files.
1276
1277 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1280         (gnus-article-read-summary-keys):
1281         Don't bug out when there is no article in the summary buffer.
1282         (gnus-mime-buttonize-attachments-in-header):
1283         Improve criterion that finds parts to display.
1284
1285         * gnus-art.el (gnus-mm-display-part):
1286         * mm-decode.el (mm-shr):
1287         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1288         (mm-insert-inline): Revert last changes.
1289
1290 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-art.el (gnus-mm-display-part):
1293         * mm-decode.el (mm-shr):
1294         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1295         (mm-insert-inline): Set insertion type of end-marker, not only
1296         start-marker, of undisplayer so as to stay after inserted text.
1297
1298 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1299
1300         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1301         attribute. (Bug#17613)
1302
1303 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1304
1305         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1306         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1307
1308 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1311         Don't delete next part button; keep spacing between buttons.
1312
1313 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1316         Work for the last MIME part in an article.
1317         (gnus-mime-display-single): Suppress excessive newlines between parts.
1318
1319         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1320         by leading or trailing newline.
1321
1322 2014-05-12  Sam Steingold  <sds@gnu.org>
1323
1324         * time-date.el (seconds-to-string): New function to pretty print time
1325         delay in seconds.
1326
1327 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1330         while prompting a user for a file name, etc.
1331         (gnus-mime-display-single): Display part with a common appearance no
1332         matter whether MIME button is omitted or not; don't add duplicate entry
1333         to gnus-article-mime-handle-alist.
1334         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1335
1336 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1337
1338         * mml2015.el (mml2015-display-key-image): New variable.
1339
1340 2014-05-08  Glenn Morris  <rgm@gnu.org>
1341
1342         * gnus-fun.el (gnus-grab-cam-face):
1343         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1344         This is CVE-2014-3421.
1345
1346 2014-05-04  Glenn Morris  <rgm@gnu.org>
1347
1348         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1349
1350 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1353         the displaying state of a part.
1354         (gnus-mm-display-part): Don't insert a newline in the beginning of
1355         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1356
1357         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1358         (mm-shr): Make undisplayer unbreakable.
1359
1360         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1361         Don't insert excessive newline.
1362         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1363         (mm-insert-inline): Make undisplayer unbreakable.
1364
1365 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1366
1367         * gnus.el: Ma Gnus v0.11 is released.
1368
1369 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-art.el (gnus-mm-display-part):
1372         Highlight header attachment buttons.
1373
1374 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1377         a part; redisplay a button (enbugged in 2014-02-05).
1378
1379 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * auth-source.el (auth-source-search, auth-source-search-backends):
1382         Treat :max 0 as an indicator that a boolean return is wanted, as
1383         documented. Reported by Joe Bloggs.
1384
1385 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * gnus-icalendar.el: Require gnus-art.
1388
1389 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1390
1391         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1392         (gnus-icalendar--update-org-event): put event timestamp in
1393         the org entry body instead of the drawer.
1394         (gnus-icalendar-event--get-attendee-names): list of participants should
1395         contain even attendees without common name attribute.
1396         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1397         property tags in org drawers.
1398
1399 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gmm-utils.el (gmm-format-time-string): New function.
1402
1403         * message.el (message-insert-formatted-citation-line): Use the original
1404         author's time zone to express a date string.
1405
1406 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1407
1408         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1409         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1410         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1411         Silence compiler warnings.
1412         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1413
1414 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * mml.el: Require url when compiling.
1417
1418         * gnus-cloud.el (gnus-cloud-parse-version-1):
1419         Use plist-get rather than CL's getf.
1420         (gnus-activate-group, gnus-subscribe-group): Declare.
1421
1422         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1423
1424 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1427         buttons when toggling the header off.
1428
1429 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1430
1431         * tls.el (tls-program): Reflow docstring.
1432
1433 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1434
1435         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1436         groups work again.
1437
1438 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1439
1440         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1441         999 correctly (i.e. "1,342").
1442
1443 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1446         out if the directory doesn't exist.
1447
1448 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1449
1450         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1451         commands here; instead, only check if epg-config.el is available.
1452
1453 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1454
1455         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1456         messages with embedded images.
1457         (mml-generate-mime): Don't bug out if you don't have libxml.
1458
1459 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1460
1461         * message.el (message-make-html-message-with-image-files): New command.
1462
1463 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1464
1465         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1466
1467         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1468
1469 2014-02-23  David Engster  <deng@randomsample.de>
1470
1471         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1472         to stay compatible with older Emacsen, so replace `cl-loop' with
1473         `loop'.
1474
1475 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1476
1477         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1478         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1479         instead, build list of patterns.
1480
1481 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1484         Display header attachment buttons by gnus-article-prepare-display
1485         rather than gnus-article-prepare so as to view in mml-preview as well.
1486
1487 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1488
1489         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1490         in `auth-sources' means and link to EPA docs.
1491
1492 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1493
1494         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1495         (bug#12375).
1496
1497 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1500         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1501
1502 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1503
1504         * message.el (message-tab): Mention what happens on normal tabs
1505         (bug#11297).
1506
1507 2014-02-08  Glenn Morris  <rgm@gnu.org>
1508
1509         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1510
1511 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1514         buttons that are hidden in unselected alternative part as well.
1515         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1516
1517         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1518
1519 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1522         keystroke.
1523         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1524         types.
1525
1526         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1527         with an empty string.
1528
1529 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1530
1531         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1532         buffer-local in some buffers, so bind it explicitly in the buffer we're
1533         trying to cancel the article in (bug#10808).
1534
1535 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1538         New functions.
1539
1540         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1541         New user option.
1542         (gnus-mime-buttonize-attachments-in-header): New function.
1543         (gnus-article-prepare): Use it.
1544         (gnus-mime-inline-part): Suppress extra newline.
1545         (gnus-mm-display-part): Save excursion;
1546         remove useless deleting and adding of buttons.
1547         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1548
1549         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1550         Add gnus-mime-buttonize-attachments-in-header.
1551
1552 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnimap.el (nnimap-request-articles): New command to download several
1555         articles at once.
1556
1557         * gnus.el (gnus-variable-list): Save Cloud variables.
1558
1559         * gnus-int.el (gnus-request-accept-article): Doc fix.
1560
1561 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1562
1563         * parse-time.el (parse-time-iso8601-regexp)
1564         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1565         it more generally.
1566
1567 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-cloud.el: New file to provide the Emacs Cloud.
1570
1571         * dgnushack.el: Silence XEmacs w3 warning.
1572
1573         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1574         `url-retrieve-synchronously', apparently.
1575
1576         * dgnushack.el: Silence XEmacs dns.el warning.
1577
1578         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1579         instead of in all files.
1580
1581         * dns.el (network-interface-list): Define for XEmacs.
1582
1583         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1584         XEmacs.
1585
1586         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1587
1588 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1589
1590         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1591         `gnus-group-split-fancy'.
1592
1593 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1594
1595         * message.el (message-remove-header): Doc fix.
1596         (message-forward-included-headers): New variable.
1597         (message-remove-ignored-headers): Use it.
1598
1599 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1600
1601         * nnir.el (nnir-request-update-mark): Don't try to update the source
1602         group if we can't find it (bug#16611).
1603
1604 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1605
1606         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1607
1608 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1609
1610         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1611         network interfaces changed.
1612         (dns-query): Use it to flush the data.
1613
1614 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1615
1616         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1617         from random face commands.
1618         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1619         Face.
1620         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1621         (gnus--random-face-with-type): Generic function returning a face-type
1622         as a string.
1623         (gnus--insert-random-face-with-type): Generic function inserting a face
1624         in a message buffer header.
1625         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1626         (gnus-insert-random-x-face-header): Rewritten to use
1627         `gnus--insert-random-face-with-type`.
1628         (gnus-random-face): Return random (png) Face as string.
1629         (nus-insert-random-face-header): Insert random (png) Face in a message
1630         buffer.
1631
1632 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1633
1634         * mm-url.el: Remove all usage of w3.
1635
1636         * nnrss.el: Ditto.
1637
1638         * mm-decode.el: Ditto.
1639
1640         * mm-view.el: Ditto.
1641
1642         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1643         outdated and all Emacsen have url.el built-in.
1644
1645         * gnus-setup.el: Remove outdated file.
1646
1647 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1648
1649         * gnus.el: Ma Gnus v0.9 is released.
1650
1651 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1652
1653         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1654
1655 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1656
1657         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1658         in the summary buffer (bug#13769).
1659
1660 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1661
1662         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1663         name if we're using a single article buffer.  Otherwise, it may point
1664         to a killed buffer (bug#13756).
1665
1666 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1667
1668         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1669         the match data, just save and restore it explicitly (bug#12375).
1670
1671         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1672         that's needed.
1673
1674         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1675         the code once (bug#9069).
1676
1677 2014-01-18  Steinar Bang  <sb@dod.no>
1678
1679         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1680         reading.
1681
1682 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1683
1684         * message.el (message-bury): Call bury-buffer with no argument
1685         in the message-return-action case too.
1686
1687 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1690         (nnimap-split-fancy, nnimap-split-methods): Declare.
1691
1692         * mm-util.el (help-function-arglist): Declare.
1693
1694 2013-12-28  Glenn Morris  <rgm@gnu.org>
1695
1696         * gnus-sieve.el (gnus-sieve-select-method):
1697         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1698         (gravatar-rating, gravatar-size):
1699         * message.el (message-minibuffer-local-map):
1700         * sieve-manage.el (sieve-manage-authenticators)
1701         (sieve-manage-authenticator-alist): Specify custom types.
1702
1703         * hashcash.el (hashcash-program): Rename from hashcash-path.
1704         Update callers.
1705
1706         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1707         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1708         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1709
1710         * auth-source.el (auth-sources):
1711         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1712         Fix custom types.
1713
1714         * tls.el (tls-certtool-program): Fix default value.
1715
1716 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1719         we get proper traces there, too.
1720
1721 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1722
1723         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1724         value of the parameters if the current article has a Reply-To or From
1725         field.
1726
1727 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1730
1731 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1732
1733         * gnus-sum.el (gnus-summary-exit): Stop animations.
1734
1735 2013-12-19  Juri Linkov  <juri@jurta.org>
1736
1737         * gnus.el (gnus-suppress-keymap):
1738         * gnus-art.el (gnus-article-mode-map):
1739         * gnus-group.el (gnus-group-mode-map):
1740         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1741         Remove [backspace] key binding because it shadows DEL (bug#16035).
1742
1743         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1744
1745 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1748         Make sure work directory exists.
1749         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1750         rather than tmp directory.
1751         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1752         not necessarily always run, with it.
1753
1754 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1755
1756         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1757         value of gnus-icalendar-additional-identities work without restart.
1758
1759 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * mm-util.el (mm-make-temp-file):
1762         Alias to make-temp-file for modern Emacsen.
1763
1764 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1767         nnir-article-number and nnir-article-group.
1768
1769 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1770
1771         * message.el (message-send-mail-with-sendmail):
1772         Don't kill error buffer if sending fails.
1773
1774 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1775
1776         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1777         (gnus-icalendar-event->org-entry)
1778         (gnus-icalendar--update-org-event)
1779         (gnus-icalendar-event->gnus-calendar): Distinguish between
1780         required/optional/non-participant attendee status.  Fix bug causing
1781         the first required event participant to be omitted.
1782
1783 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * gnus-art.el (article-de-quoted-unreadable)
1786         (article-de-base64-unreadable, gnus-mime-copy-part)
1787         * gnus-html.el (gnus-article-html)
1788         * mm-view.el (mm-inline-text-html-render-with-w3)
1789         (mm-inline-text-html-render-with-w3m-standalone)
1790         * rfc2231.el (rfc2231-decode-encoded-string):
1791         Allow overriding charset by mm-charset-override-alist.
1792
1793         * gnus-art.el (gnus-article-browse-html-parts):
1794         Replace LWSPs with `&nbsp;'s in header.
1795
1796         Work for broken Chinese articles.
1797
1798         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1799         Exclude broken handles that gnus-summary-enter-digest-group may create.
1800         (gnus-article-browse-html-parts):
1801         Allow overriding charset by mm-charset-override-alist.
1802
1803 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1804
1805         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1806         (gnus-icalendar-identities): Support additional-identities.
1807
1808 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1809
1810         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1811         org-timestamp for events ending at midnight.
1812
1813 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1814
1815         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1816         .log files.
1817
1818 2013-11-20  David Engster  <deng@randomsample.de>
1819
1820         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1821
1822 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1823
1824         * message.el (message-beginning-of-line):
1825         Use beginning-of-visual-line when visual-line-mode is turned on.
1826
1827 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1828
1829         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1830         (gnus-icalendar-event-from-ical)
1831         (gnus-icalendar-event->org-entry)
1832         (gnus-icalendar--update-org-event): Required/optional participation,
1833         list of attendees synced to org.
1834
1835 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1836
1837         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1838         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1839         cancellations to be synced to org if the original appt has an org
1840         outline.
1841
1842 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1843
1844         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1845         (gnus-icalendar-event->org-entry)
1846         (gnus-icalendar--update-org-event)
1847         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1848
1849 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1850
1851         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1852         Fix timezone handling in gnus-icalendar export to org.
1853
1854 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1857
1858 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1861
1862 2013-10-30  Glenn Morris  <rgm@gnu.org>
1863
1864         * gnus-group.el (gnus-group-browse-foreign-server):
1865         * gnus-int.el (gnus-start-news-server):
1866         Silence compiler obsolescence warning.
1867
1868 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1869
1870         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1871         `nnoo-current-server' first, then for the actual `nnimap-address' to
1872         allow netrc entries for the nnoo server to coexist with netrc entries
1873         for the `nnimap-address'.
1874
1875 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * mm-decode.el (mm-dissect-buffer): Revert last change.
1878         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1879         The problem that motivated those changes was attributed to a broken
1880         mail sender, and has been fixed.
1881
1882 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1885         token is missing in the Content-Type header.
1886
1887         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1888
1889 2013-09-18  Glenn Morris  <rgm@gnu.org>
1890
1891         * gnus-util.el (image-size): Declare.
1892
1893 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1896         (gnus-icalendar-event-from-ical)
1897         (gnus-icalendar-event--build-reply-event-body)
1898         (gnus-icalendar-event-reply-from-buffer)
1899         (gnus-icalendar-find-org-event-file)
1900         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1901         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1902
1903         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1904
1905 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1906
1907         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1908         Use save-current-buffer.
1909         (gnus-tree-mode-map): Initialize in the declaration.
1910         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1911         (scroll-in-place): Defvar it.
1912         (gnus-tmp-*): Defvar them.
1913         (gnus-get-tree-buffer): Use derived-mode-p.
1914         (gnus--let-eval): New macro.
1915         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1916         non-prefixed variables.
1917         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1918
1919         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1920         vars since it doesn't seem to be available.
1921         (gnus-set-global-variables, gnus-summary-read-group-1)
1922         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1923         (gnus-summary-display-article, gnus-summary-select-article)
1924         (gnus-summary-next-article, gnus-offer-save-summaries)
1925         (gnus-summary-generic-mark): Use derived-mode-p.
1926         (gnus-summary-read-group-1, gnus-summary-exit)
1927         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1928         Adjust calls to gnus-tree-close and gnus-tree-open.
1929
1930         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1931
1932         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1933         (gnus-agent-mode): Use derived-mode-p.
1934         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1935         gnus-command-method and *-command-method to nil, but bind
1936         gnus-command-method to *-command-method instead!
1937         (gnus-agent-fetch-articles): Remove unused var `id'.
1938         (gnus-agent-fetch-headers): Remove unused arg `force'.
1939         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1940         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1941         (gnus-agent-short-article, gnus-agent-long-article)
1942         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1943         first use.
1944         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1945         `score-param'.
1946         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1947         (gnus-get-predicate): Push in front of the cache, rather than end.
1948         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1949         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1950         (gnus-agent-expire-unagentized-dirs): Don't rebind
1951         gnus-agent-expire-current-dirs since the defvar silences the warning.
1952         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1953         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1954         (gnus-agent-regenerate): Simplify interactive spec and doc.
1955
1956 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * gnus-int.el (gnus-open-server): Silence compiler.
1959
1960         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1961
1962         * message.el (message-display-completion-list): Abolish.
1963         (message-completion-in-region): Use display-completion-list.
1964
1965 2013-09-17  Glenn Morris  <rgm@gnu.org>
1966
1967         * gnus-util.el (gnus-message-with-timestamp-1):
1968         Use `messages-buffer' function if available.  Ignore read-only.
1969
1970 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * message.el (message-expand-group, message-completion-in-region):
1973         Correct the order of start and end of a region.
1974
1975 2013-09-13  Glenn Morris  <rgm@gnu.org>
1976
1977         * mml2015.el (gnus-create-image): Autoload it.
1978
1979         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1980
1981         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1982         (image-size): Declare.
1983
1984 2013-09-12  Glenn Morris  <rgm@gnu.org>
1985
1986         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1987         Avoid using `find', which i) might not be defined at runtime;
1988         ii) does not work, since its default test is eql, not equal.
1989         (gnus-mime-action-alist): Declare.
1990
1991 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1992
1993         * score-mode.el (gnus-score-mode-map): Move initialization
1994         into declaration.
1995         (gnus-score-mode): Use define-derived-mode.
1996         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1997         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1998         into declaration.
1999         (gnus-kill-file-mode): Use define-derived-mode.
2000         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2001         Use derived-mode-p.
2002         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2003         (gnus-group-setup-buffer, gnus-group-name-at-point)
2004         (gnus-group-make-web-group, gnus-group-enter-directory)
2005         (gnus-group-suspend): Use derived-mode-p.
2006         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2007         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2008         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2009         (gnus-article-setup-buffer, gnus-article-prepare)
2010         (gnus-article-prepare-display, gnus-sticky-article)
2011         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2012         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2013         (gnus-article-read-summary-keys): Use derived-mode-p.
2014
2015 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2018
2019 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2022         shift_jis from the default value set for Japanese users.
2023
2024 2013-08-13  Glenn Morris  <rgm@gnu.org>
2025
2026         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2027
2028         * gnus.el (gnus-valid-select-methods): Fix type.
2029
2030         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2031
2032 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * mm-decode.el (mm-display-external): Run a timer for the temp files
2035         deletion after a viewer exits; add a deletion timer for the needsterm
2036         case, too.
2037
2038         * mm-decode.el (mm-display-external): Try to delete temporary files by
2039         using a 1-min. timer.
2040
2041 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2044         New internal variables.
2045         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2046         (mm-display-external): Use it to delete temporary files instead of
2047         using timers.
2048
2049 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2052
2053 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2054
2055         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2056         with cond for backwards compatability.
2057
2058 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * mm-decode.el (mm-display-external): Bind process-connection-type to
2061         nil; don't delete a temp file immediately even if a viewer finishes,
2062         since it may be a shell script, like xdg-open, that launches a real
2063         viewer program belatedly.
2064
2065 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2066
2067         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2068         that we can create nndoc groups that excerpt other groups.
2069
2070 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * gnus-delay.el (gnus-delay-article): Fix typo.
2073
2074         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2075         articles.
2076
2077         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2078         we can get spell-checking etc.
2079
2080 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2083         a single one used for encoding the whole text in a header.
2084
2085 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2088         doesn't work properly on XEmacs.
2089
2090 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2093         before sending.
2094
2095         * dgnushack.el (dgnushack-compile): Add a temporary check for
2096         gnus-icalendar.
2097
2098         * mm-decode.el (mm-command-output): New face.
2099         (mm-display-external): Use it.
2100
2101 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2102
2103         * nnmbox.el (nnmbox-request-article): Don't change point.
2104
2105 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2108         Include `handle' parameter.
2109
2110 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2111
2112         * gnus-icalendar.el: New file.
2113
2114 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2117
2118         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2119         dummy roots, too.
2120
2121 2013-08-01  David Edmondson  <dme@dme.org>
2122
2123         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2124         out on ttys.
2125
2126 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2129         not empty.
2130
2131         * nnrss.el (nnrss-discover-feed): Indent.
2132
2133 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2136
2137 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2140         dirty to ensure nnimap data being saved.
2141
2142 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2143
2144         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2145         menu entry.
2146
2147         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2148         the current thread's total score instead of the current article's
2149         score.
2150
2151         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2152         (gnus-sort-threads-recursively): Delete defcustom.
2153         (gnus-sort-threads-recursive): Adapt accordingly.
2154
2155 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2156
2157         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2158         (gnus-sort-threads-recursive): Use it.
2159         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2160         again.  Now that determines how to sort subthreads.
2161
2162 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2163
2164         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2165         (gnus-sort-threads): Use it.
2166
2167 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2168
2169         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2170         punctuation characters follow parentheses (bug#14950).
2171
2172 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus.el (gnus-continuum-version):
2175         * gnus-msg.el (gnus-extended-version): Simplify.
2176
2177         * gnus.el (gnus-continuum-version-1): Remove.
2178         * gnus-msg.el (gnus-bug): Revert.
2179
2180         Calculate gnus-version correctly on Cygwin.
2181
2182         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2183         (gnus-continuum-version-1): New function, return a string.
2184
2185         * gnus-msg.el (gnus-extended-version, gnus-bug):
2186         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2187
2188 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2189
2190         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2191         (bug#13384).
2192
2193 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2196         that were only relevant in a development version a long time ago.
2197
2198 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2201         that the old Emacs 24s bundle.
2202
2203 2013-07-10  David Engster  <deng@randomsample.de>
2204
2205         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2206         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2207         fixes a bug in Emacs trunk where the 'unexist' marks were always
2208         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2209         Gnus v0.03".
2210
2211 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2212
2213         * gnus.el (gnus-summary-line-format): Reference
2214         `gnus-user-date-format-alist' for the &user-date; format, not
2215         `gnus-summary-user-date-format-alist'.
2216
2217 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2220         delete files (bug#13481).
2221
2222 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2223
2224         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2225
2226 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2229         display images.
2230
2231         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2232
2233         * message.el (message-cancel-news): According to
2234         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2235         preferred over "cmsg cancel" in the Subject.
2236
2237         * nnir.el (nnir-engines): Note that the group specs are regexps
2238         (bug#13238).
2239
2240         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2241         gotten read-only text properties, ensure that those aren't heeded when
2242         copying stuff over (bug#13434).
2243
2244         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2245         (bug#13762).
2246
2247 2013-07-05  David Kastrup  <dak@gnu.org>
2248
2249         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2250         authinfo file again (important for blank passwords).  This had been
2251         broken with 2013-06-15 change.
2252
2253 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2256         Revert 2013-01-14 change.
2257
2258 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2259
2260         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2261         of 'create-image' for XEmacs compatibility; check errors when decoding
2262         image.  Reported by Uwe Brauer.
2263
2264 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2267         gnus-button-push revised at 2011-01-19.
2268
2269 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2272         now live in the lisp/net Emacs 24 repository.
2273
2274 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * eww.el (eww-update-header-line-format): Quote % characters.
2277
2278 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * eww.el (eww-process-text-input): Display passwords as asterisks.
2281
2282         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2283
2284 2013-06-19  Tom Tromey  <tromey@redhat.com>
2285
2286         * eww.el (eww-top-url): Remove.
2287         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2288         (eww-render): Set new variables.  Don't set eww-top-url.
2289         (eww-handle-link): Handle "prev", "home", and "contents".
2290         Downcase the rel text.
2291         (eww-top-url): Choose best top URL.
2292
2293 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * eww.el: Rewrite to implement form elements "by hand" instead of
2296         relying in widget.el.  Using widget.el leads to too many
2297         user interface inconsistencies.
2298         (eww-self-insert): Implement entering commands in text fields.
2299         (eww-process-text-input): New function to make text input field editing
2300         work.
2301         (eww-submit): Rewrite to use the new-style form methods.
2302         (eww-select-display): Display the correct selected item.
2303         (eww-change-select): Implement changing the select value.
2304         (eww-toggle-checkbox): Implement radio/checkboxes.
2305         (eww-update-field): Fix compilation error.
2306         (eww-tag-textarea): Implement <textarea>.
2307
2308         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2309         don't shadow mode-specific bindings.
2310
2311         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2312         nothing to push.
2313
2314         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2315
2316 2013-06-19  Glenn Morris  <rgm@gnu.org>
2317
2318         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2319
2320 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2323
2324 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * shr.el (shr-make-table-1): Implement <td rowspan>.
2327         (shr-table-horizontal-line): Allow nil as a value, and change the
2328         default.
2329         (shr-insert-table-ruler): Respect the nil value.
2330
2331 2013-06-18  Tom Tromey  <tromey@barimba>
2332
2333         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2334         New defvars.
2335         (eww-open-file): New defun.
2336         (eww-render): Initialize new variables.
2337         (eww-display-html): Handle "link" and "a".
2338         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2339         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2340         (eww-back-url): Rename from eww-previous-url.
2341         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2342         defuns.
2343
2344 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * shr.el (shr-tag-table): Insert the images after the table, so that
2347         they're not covered by the table colourisation, which often looked
2348         awkward.
2349         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2350         <dd>.
2351         (shr-make-table-1): Implement <td colspan=> support.
2352         (shr-insert-document): Use one less than window width if `shr-width' is
2353         nil, since otherwise things may get one character too wide.
2354
2355 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * eww.el (eww-detect-charset): Improve regexp; move backward.
2358
2359 2013-06-18  Glenn Morris  <rgm@gnu.org>
2360
2361         * mm-decode.el (widget-convert-button): Autoload.
2362
2363         * sieve-manage.el (mm-enable-multibyte): Autoload.
2364
2365         * shr.el (libxml-parse-html-region): Declare.
2366         (shr-render-buffer): Explicit error if no libxml2 support.
2367
2368 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2369
2370         * auth-source.el (auth-source-current-line): New function.
2371         (auth-source-netrc-parse-entries): When a data token is "machine",
2372         assume we're in the wrong place and abort parsing the current line.
2373
2374 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2377         (eww-convert-widgets): Don't bug out if the first widget starts at the
2378         beginning of the buffer.
2379         (eww-convert-widgets): Fix last patch.
2380         (eww-tag-input): Support <input type=image>.
2381
2382         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2383         (shr-tag-base): Protect against base specs that are degenerate.
2384         (shr-ensure-paragraph): Don't delete empty lines that have text
2385         properties, because these may be input fields.
2386
2387         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2388         we can navigate to them.
2389
2390         * shr.el (shr-colorize-region): Put the colours over the entire region.
2391         (shr-inhibit-decoration): New variable.
2392         (shr-add-font): Use it to inhibit text property decorations while doing
2393         preliminary table renderings.  This speeds up typical Wikipedia page
2394         renderings by 15%.
2395         (shr-tag-span): Don't respect the <title>, because that overwrites the
2396         help-echo from links inside the spans.
2397         (shr-next-link): Use `help-echo' for navigation, so that we can
2398         navigate to form elements, too.
2399
2400         * eww.el (eww-button): New face.
2401         (eww-convert-widgets): Use it to make submit buttons more button-like.
2402
2403         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2404         that Gnus commands work.
2405
2406         * shr.el (shr-render-td): Support horizontal alignment.
2407
2408         * eww.el (eww-put-color): Removed.
2409         (eww-colorize-region): Use `add-face-text-property'.
2410
2411         * shr.el (shr-add-font): Append face data, so that we get the correct
2412         precedence: The innermost value (which is applied first) wins.
2413         (shr-make-overlay): Obsolete function.
2414
2415         * mm-decode.el (mm-convert-shr-links): New function to convert
2416         new-style shr URL links into widgets.
2417         (mm-shr): Use it.
2418
2419         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2420         widget commands, since we're no longer using widgets for links.
2421
2422         * shr.el (shr-next-link): New command.
2423         (shr-previous-link): New command.
2424         (shr-urlify): Don't use `widget-convert', because that's slow.
2425         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2426         because collecting the overlays and reapplying them when generating
2427         tables is slow.
2428         (shr-insert-table): Ditto.
2429
2430 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2431
2432         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2433         * shr.el (browse-url): Require `url'.
2434         * eww.el (url): Require format-spec.
2435
2436 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * eww.el (eww-display-html): Default to using the entire window width.
2439         (eww-browse-url): Don't add a User-Agent header (twice), because that
2440         makes Bing refuse connection.
2441
2442         * shr.el (shr-make-table): Cache the table rendering at the table
2443         level, and not the <td> level.  This is a bit faster.
2444
2445         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2446         #id.
2447
2448         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2449         browsers don't.
2450         (shr-expand-url): Respect #anchor links.
2451         (shr-parse-base): Chop off the anchor before using.
2452         (shr-descend): Respect display: none.
2453         (shr-descend): Allow marking elements that have certain IDs.
2454
2455         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2456
2457         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2458
2459         * eww.el (eww-tag-textarea): Support <textarea>.
2460
2461 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2462
2463         * shr.el (shr-dom-to-xml): Fixed function call.
2464
2465         * eww.el (eww): New group.
2466         (eww-header-line-format): New custom variable.
2467         (eww-current-title): New variable.
2468         (eww-display-html): Update header and handle title tag.
2469         (eww-update-header-line-format): New function.
2470         (eww-tag-title): New function.
2471
2472         * shr.el (shr-dom-to-xml): New function.
2473         (shr-tag-svg): Add support for the SVG tag.
2474         (shr-bullet): New custom variable.
2475         (shr-tag-li): Support custom bullet in unordered lists.
2476
2477 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * shr.el (shr-expand-url): Respect // URLs.
2480
2481         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2482         put a background colour onto the entire buffer.
2483         (eww-render): When being redirected, use the redirect URL as the new
2484         base URL.
2485
2486         * shr.el (shr-parse-base): Fix parsing error.
2487
2488         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2489
2490         * shr.el (shr-parse-base): New function.
2491         (shr-expand-url): Use it to expand relative URLs reliably.
2492
2493 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * auth-source.el (auth-source-search-collection): Fix docstring.
2496         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2497         single-quoted strings and multiline entries.
2498         (auth-source-netrc-parse-next-interesting)
2499         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2500         functions to support parser.
2501
2502 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * eww.el (eww-submit): Get submit button logic right when hitting RET
2505         on non-submit buttons.
2506
2507         * shr.el: Remove shr-preliminary-table-render, since that can't really
2508         be used for anything in practice.
2509
2510 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2511
2512         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2513         (sieve-manage-quit).
2514
2515 2013-06-14  Glenn Morris  <rgm@gnu.org>
2516
2517         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2518
2519 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2520
2521         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2522         control the maximum size of photo ID image.
2523         (mml2015-epg-key-image-to-string): Respect it.
2524
2525 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2528         instead of the final one so that we can more easily distinguish them.
2529
2530         * eww.el (eww-submit): Compute the submission URL correctly.
2531
2532 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2533
2534         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2535         Use plist-get rather than CL's getf.
2536         (sieve-manage-parse-capability): Avoid CL's remove-if.
2537
2538 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2539
2540         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2541         (sieve-manage-quit).
2542
2543 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2546         last slash.
2547
2548         * eww.el (eww-tag-select): Use the first value as the default value.
2549
2550 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2551
2552         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2553         (eww-mode): Use `define-derived-mode'.
2554         (eww-parse-headers): Parse headers from beginning of buffer so that
2555         file:// links work.
2556
2557 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2560
2561 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2564         to handle them at all.
2565
2566 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2569         work, too.
2570         (eww-tag-select): Implement <select>.
2571
2572 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2573
2574         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2575         stream managing functions by using open-protocol-stream to do most of
2576         the work.  Has the nice benefit of enabling STARTTLS.
2577         Wait for capabilities after STARTTLS: following RFC5804, the server
2578         sends new capabilities after successfully establishing a TLS connection
2579         with the client.  The client should update the cached list of
2580         capabilities, but we just ignore the answer for now.
2581         (sieve-manage-network-p, sieve-manage-network-open)
2582         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2583         (sieve-manage-forward, sieve-manage-streams)
2584         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2585         API, nor called by any other function.
2586         Enable Multibyte for SieveManage buffers: The parser won't properly
2587         handle umlauts and line endings unless multibyte is turned on in the
2588         process buffer.
2589
2590 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * eww.el (eww-tag-input): Support password fields.
2593         (eww-submit): Support POST.
2594
2595 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * eww.el (eww-tag-form): Protect against degenerate forms.
2598
2599         * shr.el (shr-expand-url): Expand URLs that start with a slash
2600         correctly.
2601
2602         * eww.el (eww-submit): Get submit button logic right.
2603
2604         * shr.el (shr-final-table-render): New variable to signal when we're
2605         doing the final table rendering so that we can collect more data at
2606         that point.
2607
2608         * eww.el (eww-submit): Make form submission work.
2609         (eww-tag-input): Implement submit buttons.
2610         (eww-click-radio): Implement radio and checkboxes.
2611         (eww-submit): Handle hidden elements.
2612
2613         * shr.el (shr-descend): Allow other packages to override (or provide)
2614         rendering of elements.
2615         (shr-expand-url): Strip query strings from URLs before expanding them.
2616
2617         * eww.el: Don't require cl-lib.
2618         (eww-tag-form): Start form support.
2619
2620         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2621
2622         * eww.el: Start writing a new, tiny web browser.
2623         (eww-previous-url): New command.
2624         (eww-quit): New command.
2625
2626 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2627
2628         * sieve.el: Put point at beginning of buffer when viewing a script.
2629         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2630         number in sieve-buffer's header.  Fixed code to also work with a string
2631         as port specifier.  Properly close the connection on pressing 'q'.  Make
2632         sieve-manage-quit close the connection and process buffer.  Also, remove
2633         duplicate keybinding for 'q'.
2634
2635 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2636
2637         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2638         make it easier to read.
2639         (mm-pkcs7-enveloped-magic): Ditto.
2640
2641 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2642
2643         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2644         before `image-type-available-p' to avoid loading the image libraries
2645         needlessly.
2646
2647 2013-06-05  David Engster  <deng@randomsample.de>
2648
2649         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2650         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2651         to see whether the group was synced before.
2652
2653 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2654
2655         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2656         when opening the connection.
2657         Suggested by João Távora <joaotavora@gmail.com> in
2658         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2659
2660 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2663         assume Date header begins with "Date", that may be customized into
2664         something like "X-Sent" using gnus-article-time-format.
2665         (article-transform-date): Allow multi-line Date header.
2666
2667 2013-06-02  David Engster  <deng@randomsample.de>
2668
2669         * registry.el (initialize-instance, registry-lookup)
2670         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2671         (registry-lookup-secondary-value, registry-search, registry-delete)
2672         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2673         not wrap methods in `eval-and-compile'.  This breaks due to latest
2674         changes in EIEIO (introduction of eieio-core.el).
2675
2676 2013-05-30  Glenn Morris  <rgm@gnu.org>
2677
2678         * nnmail.el (nnmail-fancy-expiry-target):
2679         Also bind mail-dont-reply-to-names.
2680
2681         * spam-stat.el (spam-stat-save):
2682         No need to tweak font-lock in temp buffers.
2683
2684         * shr.el (shr-put-image): Silence compiler.
2685
2686 2013-05-29  Glenn Morris  <rgm@gnu.org>
2687
2688         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2689
2690         * gnus-group.el (gnus-sequence-of-unread-articles)
2691         (gnus-summary-add-mark, gnus-mark-article-as-read)
2692         (gnus-group-make-articles-read): Declare.
2693
2694         * gnus-sum.el (gnus-parameter-list-identifier)
2695         (gnus-article-stop-animations, gnus-stop-downloads)
2696         (gnus-article-only-boring-p, article-goto-body)
2697         (gnus-flush-original-article-buffer, article-narrow-to-head)
2698         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2699         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2700
2701         * gnus.el: No need to eval-and-compile autoloads.
2702
2703         * gravatar.el (help-function-arglist): Autoload.
2704
2705         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2706
2707         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2708
2709         * spam.el: No need to load spam-report when compiling.
2710         No need to eval-and-compile autoloads.
2711         (spam-report-resend-to): Declare.
2712         (spam-report-resend-register-routine): Require 'spam-report.
2713
2714 2013-05-24  Julien Danjou  <julien@danjou.info>
2715
2716         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2717         setup.
2718
2719 2013-05-23  Glenn Morris  <rgm@gnu.org>
2720
2721         * gnus-util.el (rmail-swap-buffers-maybe)
2722         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2723         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2724         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2725
2726         * mm-decode.el: No need to load term when compiling.
2727         (term-mode, term-char-mode): Declare.
2728
2729         * mm-util.el: No need to load jka-compr when compiling.
2730         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2731
2732         * nnmaildir.el: Require is automatically eval-and-compile.
2733         (nnmail): Require at run-time too.
2734
2735         * registry.el (registry-size): Move definition before use.
2736
2737 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2738
2739         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2740         signed data to conform the standard.  (Bug#14232)
2741
2742 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2743
2744         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2745         double angle quotation mark.
2746
2747 2013-05-20  Glenn Morris  <rgm@gnu.org>
2748
2749         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2750
2751 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2752
2753         * message.el (message-insert-formatted-citation-line): handle finding
2754         first/lastname when more than 2 names appear.
2755
2756 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2757
2758         * shr.el (shr-tag-span): New function.
2759
2760 2013-05-18  Glenn Morris  <rgm@gnu.org>
2761
2762         * message.el (message-mode): Use message-mode-abbrev-table,
2763         with text-mode-abbrev-table as parent.  (Bug#14413)
2764
2765 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * message.el (message-expand-group): Decode group names.
2768
2769 2013-05-16  Julien Danjou  <julien@danjou.info>
2770
2771         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2772         app-icon.
2773
2774 2013-05-15  Glenn Morris  <rgm@gnu.org>
2775
2776         * shr-color.el (shr-color-visible-luminance-min)
2777         (shr-color-visible-distance-min): Use shr-color group.
2778
2779 2013-05-11  Glenn Morris  <rgm@gnu.org>
2780
2781         * gnus-vm.el: Make it loadable without VM.
2782         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2783         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2784
2785 2013-05-09  Glenn Morris  <rgm@gnu.org>
2786
2787         * mml1991.el: Make it loadable.  (Bug#13456)
2788
2789         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2790         * gnus-async.el (gnus-async-post-fetch-function):
2791         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2792         * gnus-html.el (gnus-html-image-cache-ttl):
2793         * gnus-notifications.el (gnus-notifications-timeout):
2794         * gnus-picon.el (gnus-picon-properties):
2795         * gnus-util.el (gnus-completion-styles):
2796         * gnus.el (gnus-other-frame-resume-function):
2797         * message.el (message-user-organization-file)
2798         (message-cite-reply-position):
2799         * nnir.el (nnir-summary-line-format)
2800         (nnir-retrieve-headers-override-function):
2801         * shr-color.el (shr-color-visible-luminance-min):
2802         * shr.el (shr-blocked-images):
2803         * spam-report.el (spam-report-resend-to):
2804         * spam.el (spam-summary-exit-behavior): Fix custom types.
2805
2806         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2807
2808 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2811         because of let-binding help-xref-following.  (Bug#14356)
2812
2813 2013-05-06  Glenn Morris  <rgm@gnu.org>
2814
2815         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2816
2817 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2818
2819         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2820         entering into the registry.
2821
2822 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2823
2824         * gnus.el: Ma Gnus v0.7 is released.
2825
2826 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2829         (Bug#14304)
2830
2831 2013-04-27  Glenn Morris  <rgm@gnu.org>
2832
2833         * gnus.el (gnus-list-debbugs):
2834         Use require rather than autoload.  (Bug#14262)
2835
2836 2013-04-27  Julien Danjou  <julien@danjou.info>
2837
2838         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2839         port to "sieve" now that it has an official IANA port assigned.
2840
2841 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2844         Don't set the MAILHOST environment variable permanently (Bug#14271).
2845
2846 2013-04-26  Glenn Morris  <rgm@gnu.org>
2847
2848         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2849
2850 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2851
2852         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2853         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2854
2855 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2856
2857         * nnir.el (nnir-close-group): Make sure we are in the right group.
2858
2859         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2860         dependency table from all newly retrieved headers.
2861
2862 2013-04-16  David Edmondson  <dme@dme.org>
2863
2864         Support <img src="data:...">.
2865
2866         * shr.el (shr-image-from-data): New function.
2867         (shr-tag-img): Use it.
2868
2869 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2870
2871         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2872         group.
2873
2874 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2877         corresponding to any existing group (Bug#14166).
2878
2879 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2880
2881         * nnir.el (number-sequence): No longer used.
2882         (nnir-request-set-mark): New function.
2883         (nnir-request-update-info): Improve marks updating.
2884         (nnir-request-scan): Don't duplicate marks updating.
2885         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2886         Use 'assq rather than 'assoc.  Quote anonymous function.
2887         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2888         Use 'gnus-group-prefixed-p.
2889         (gnus-summary-create-nnir-group): Make sure server for method is open.
2890
2891 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2892
2893         * nnir.el (gnus-nnir-group-p): New function.
2894         (nnir-possibly-change-group): Use it.
2895
2896         * gnus-msg.el (gnus-setup-message): Use it.
2897
2898 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2901         `initial-input' for the argument name.
2902         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2903
2904 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2905
2906         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2907         (used by MH-E).
2908
2909 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2910
2911         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2912         group.
2913
2914         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2915         fix compilation.
2916
2917 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2918
2919         * nnir.el (nnir-method-default-engines): And another typo.
2920
2921 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2922
2923         * nnir.el (nnir-method-default-engines): Fix typo.
2924
2925 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2926
2927         * nnir.el: Define 'number-sequence for xemacs.
2928         (gnus-summary-create-nnir-group): New function to create an nnir group
2929         from an nnir summary buffer based on the current query.
2930         (nnir-request-create-group): Update to allow nnir group creation based
2931         on the current query.
2932
2933 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * nndraft.el (nndraft-request-expire-articles):
2936         Make expiry target always `delete'.
2937
2938 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2939
2940         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2941         buffer use the posting-style and gcc of the original article group.
2942         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2943
2944         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2945         after other deffoos.
2946
2947 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2948
2949         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2950         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2951         support for real (i.e. not ephemeral) nnir groups.
2952         (gnus-summary-make-nnir-group): New function for initiating searches
2953         from a summary buffer.
2954
2955 2013-03-18  Sam Steingold  <sds@gnu.org>
2956
2957         * message.el (message-bury): Minor cleanup.
2958
2959 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2960
2961         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2962
2963 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2966         nnml-request-list.  (Bug#13873)
2967         (nndir-request-newsgroups): Remove, unused.
2968
2969         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2970
2971 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2972
2973         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2974         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2975         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2976
2977 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2978
2979         * shr.el: Make all the overlays set the `evaporate' property so that
2980         they're removed properly.
2981
2982 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2983
2984         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2985         shell-quote-argument.
2986
2987 2013-02-22  David Engster  <deng@randomsample.de>
2988
2989         * gnus-registry.el (gnus-registry-save): Provide class name when
2990         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2991         `condition-case' to stay compatible with older EIEIO versions which
2992         only accept one argument.
2993
2994 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2995
2996         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2997         (epg-user-id-validity): Autoload.
2998         (mml2015-epg-check-user-id): New function.
2999         (mml2015-epg-check-sub-key): New function split from
3000         mml2015-epg-find-usable-key.
3001         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3002         optional name-is-key-id, to handle the case when user-id is unusable.
3003         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3004
3005 2013-02-17  Glenn Morris  <rgm@gnu.org>
3006
3007         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3008
3009 2013-02-16  Glenn Morris  <rgm@gnu.org>
3010
3011         * shr.el (shr-put-image): Only animate images that specify a delay.
3012         This is consistent with the old image-animated-p behavior.
3013
3014 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3017         for XEmacs.
3018
3019 2013-02-13  Juri Linkov  <juri@jurta.org>
3020
3021         * gnus-art.el (gnus-article-mode-map):
3022         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3023         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3024
3025 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3026
3027         * auth-source.el (auth-source-format-prompt): Don't get confused by
3028         any "\" in replacement text.  (Bug#13637)
3029
3030 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3031
3032         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3033         (gnus-backend-trace): Honour gnus-backend-trace.
3034
3035         * mml.el (mml-insert-part): Insert closing tag.
3036
3037         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3038
3039 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3042         able to find the article, which can happen in debbugs groups,
3043         apparently.
3044
3045 2013-01-16  Glenn Morris  <rgm@gnu.org>
3046
3047         * smiley.el (smiley-style): Make the file loadable in batch mode.
3048
3049 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3052         imap process running.
3053
3054 2013-01-14  Julien Danjou  <julien@danjou.info>
3055
3056         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3057         Compare addresses against addresses, not against the full From field.
3058
3059 2013-01-13  Richard Stallman  <rms@gnu.org>
3060
3061         * message.el (message-forward-make-body-mime): New args BEG, END
3062         specify what part of FORWARD-BUFFER to use.  Do the work directly
3063         instead of calling `mml-insert-buffer'.
3064
3065 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3066
3067         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3068         cross-reference(s).
3069
3070         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3071         cross-reference(s).
3072
3073 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3074
3075         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3076         and point-max-marker.
3077         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3078
3079 2013-01-11  Julien Danjou  <julien@danjou.info>
3080
3081         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3082         max are almost equal.  Also return the correct value for V which is
3083         already between 0 and 1.
3084
3085 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3086
3087         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3088         to mml2015-encrypt-to-self.
3089         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3090
3091 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3092
3093         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3094         mml-smime-epg-find-usable-secret-key.
3095
3096 2013-01-08  Glenn Morris  <rgm@gnu.org>
3097
3098         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3099
3100 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3101
3102         * mml-smime.el: Support signing by sender.
3103         Requested by Uwe Brauer.
3104         (mml-smime-sign-with-sender): New user option analogous
3105         to mml2015-sign-with-sender.
3106         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3107         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3108         mml2015.el.
3109
3110 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3113         isn't running, because Gnus will probably not know how to handle the
3114         Gcc header (bug#11941).
3115
3116         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3117         articles.
3118
3119 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3122         (nnfolder-generate-active-file): Make this function work with recursive
3123         folder names.
3124
3125 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3126
3127         * nntp.el (nntp-open-connection): Use HELP as the capability command
3128         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3129         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3130
3131 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3132
3133         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3134         place holder since this gives `Invalid face reference: nil' messages.
3135         Use the `default' face instead.  It has the same effect here, even
3136         though it is not no-op.
3137
3138         * gnus-util.el
3139         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3140
3141 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3142
3143         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3144         non-string posting styles (bug#13285).
3145
3146 2012-12-27  Glenn Morris  <rgm@gnu.org>
3147
3148         * plstore.el (plstore-passphrase-callback-function):
3149         Use plstore-get-file.
3150
3151 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3152
3153         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3154         stderr.
3155
3156 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3159
3160         * gnus-compat.el (set-buffer-multibyte): Remove.
3161
3162 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3163
3164         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3165         temporary file to get PGP key image.  Pass no-show-photos when
3166         extracting image to avoid having it pop up twice.
3167
3168 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3169
3170         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3171         eligible for treatment.
3172
3173         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3174         lines.  This makes summary commands with hidden threads work more
3175         reliably.
3176
3177         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3178         button to mark the hidden citations (bug#9395).
3179
3180 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3181
3182         * mml2015.el (mml2015-epg-signature-to-string): New function.
3183         (mml2015-epg-verify-result-to-string): New function.
3184         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3185         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3186         instead of epg-verify-result-to-string.
3187         (epg-signature-key-id, epg-signature-to-string): Autoload.
3188         (epg-verify-result-to-string): Remove autoload.
3189
3190 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3191
3192         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3193         ID image from GPG public key.
3194         (mml2015-epg-key-image-to-string): New function.
3195
3196 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3197
3198         * plstore.el (plstore-passphrase-callback-function): Fix error when
3199         error when plstore-cache-passphrase-for-symmetric-encryption is set
3200         (bug#13264).
3201
3202 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3205         buffer to the article buffer here, because that clobbers multiple
3206         article buffers.
3207
3208         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3209         buffer always points to the right summary buffer.
3210
3211 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3212
3213         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3214         the password (bug#12097).
3215
3216 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3217
3218         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3219         (bug#13263).
3220
3221         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3222         buffer exists before using it (bug#12475).
3223
3224         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3225         offline groups (bug#11937).
3226
3227         * message.el (message-yank-original): When using customize to set the
3228         value of `message-cite-style', the variable it set to a symbol that's
3229         the name of the variable, which must then be dereferenced (bug#12616).
3230
3231 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3232
3233         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3234         the `face' property with a list whose car is the face specified in the
3235         format string and whose cdr is (nil).
3236         * lisp/gnus-util.el
3237         (gnus-put-text-property-excluding-characters-with-faces):
3238         Change accordingly.
3239         (gnus-get-text-property-excluding-characters-with-faces): New function.
3240         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3241         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3242         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3243
3244 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3245
3246         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3247         login methods.
3248         (nnimap-login): Respect the `nnimap-authenticator' variable.
3249
3250         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3251         mark state when moving articles.  Otherwise unticked articles will get
3252         their ticks back after moving.
3253
3254 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3255
3256         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3257
3258         * message.el (message-ignored-news-headers): Always remove
3259         X-Message-SMTP-Method to avoid information leakage if the user
3260         mistakenly inserts the header into news messages.
3261
3262         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3263
3264         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3265         right than four characters, this command would move point to
3266         `point-max'.  Don't do that.
3267
3268         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3269         to nil to allow re-selecting groups that gain articles.
3270         (gnus-bug-group-download-format-alist): Update the URL.
3271
3272 2012-12-23  Andreas Schwab  <schwab@suse.de>
3273
3274         * shr.el (shr-tag-em): Render em as italic, not bold.
3275
3276 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3277
3278         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3279         for reuse.
3280         (gnus-open-server): Use it to add more tracing.
3281         (gnus-finish-retrieve-group-infos): Add backend tracing.
3282         (gnus-backend-trace): Also note the elapsed seconds.
3283
3284 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3285
3286         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3287         Set epa-file-encrypt-to from variable to avoid querying.
3288
3289 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3290
3291         * sieve-mode.el (sieve-font-lock-keywords):
3292         Keywords should be word delimited.  (Bug#13173)
3293
3294 2012-12-13  Andreas Schwab  <schwab@suse.de>
3295
3296         * tls.el (tls-program): Update customize type.
3297
3298 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3301         instead of <pre> to align message header.
3302
3303 2012-12-12  Sam Steingold  <sds@gnu.org>
3304
3305         * gnus.el (gnus-other-frame-resume-function): Add user option.
3306         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3307
3308 2012-12-06  Sam Steingold  <sds@gnu.org>
3309
3310         * gnus-start.el (gnus-before-resume-hook): Add.
3311         (gnus-1): Run it when Gnus is alive.
3312
3313 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3316         * gnus-art.el (article-unsplit-urls)
3317         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3318         * gnus-registry.el (gnus-registry-get-article-marks)
3319         * message.el (message-goto-body): Use it.
3320         (message-called-interactively-p): Remove.
3321
3322         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3323         (spam-stat-score-buffer): Use it.
3324
3325         * spam.el: Silence the warnings against BBDB functions when compiling.
3326
3327         * gnus-score.el (gnus-score-decode-text-parts):
3328         Use append+mapcar instead of the cl function mapcan.
3329
3330 2012-12-05  Sam Steingold  <sds@gnu.org>
3331
3332         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3333         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3334         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3335
3336 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * gmm-utils.el (gmm-called-interactively-p): Revert.
3339         This seems to cause Emacs to get stuck!
3340         * gnus-art.el (article-unsplit-urls)
3341         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3342         * gnus-registry.el (gnus-registry-get-article-marks)
3343         * message.el (message-goto-body)
3344         (message-called-interactively-p): Revert.
3345
3346         * gmm-utils.el (gmm-called-interactively-p): New function.
3347         * gnus-art.el (article-unsplit-urls)
3348         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3349         * gnus-registry.el (gnus-registry-get-article-marks)
3350         * message.el (message-goto-body): Use it.
3351         (message-called-interactively-p): Remove.
3352
3353         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3354         * gnus-sync.el (gnus-sync-lesync-call)
3355         * message.el (message-read-from-minibuffer): Use it.
3356
3357 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gmm-utils.el (gmm-flet): Remove.
3360         * gnus-sync.el (gnus-sync-lesync-call)
3361         * message.el (message-read-from-minibuffer): Don't use it.
3362
3363 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3366
3367 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3370
3371         * gnus-sync.el (gnus-sync-lesync-call)
3372         * message.el (message-read-from-minibuffer): Use gmm-flet.
3373
3374         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3375
3376         * gnus-util.el (gnus-macroexpand-all): Remove.
3377
3378 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3379
3380         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3381         to TAB, not [tab].
3382         (gnus-summary-article-map): Likewise.
3383
3384         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3385         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3386
3387 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3388
3389         * time-date.el: Commentary fix.
3390
3391 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3392
3393         * color.el: Don't require cl.
3394         (color-complement): `caddr' -> `nth 2'.
3395
3396         * time-date.el (time-to-seconds): De-obsolete.
3397
3398 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * message.el (message-get-reply-headers):
3401         Make sure the reply goes to the author if it is a wide reply.
3402
3403 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3404
3405         * gnus-score.el (gnus-score-body):
3406         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3407         scoring by body.
3408
3409 2012-11-16  Glenn Morris  <rgm@gnu.org>
3410
3411         * gnus-diary.el (nndiary-request-create-group-functions)
3412         (nndiary-request-update-info-functions)
3413         (gnus-subscribe-newsgroup-functions)
3414         (nndiary-request-accept-article-functions):
3415         Use new names for hooks rather than obsolete aliases.
3416
3417 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3420
3421 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3424         in meta tag with the one the part specifies in its header.
3425
3426 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3427
3428         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3429         by default.
3430
3431 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3434         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3435
3436 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3439         and a runtime function for it, of which the XEmacs version takes only
3440         two arguments.
3441
3442 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3443
3444         * nndiary.el (nndiary-request-create-group-functions)
3445         (nndiary-request-update-info-functions)
3446         (nndiary-request-accept-article-functions):
3447         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3448         "-hooks" suffix.
3449
3450 2012-10-19  Julien Danjou  <julien@danjou.info>
3451
3452         * gnus-art.el: Require gnus-util because it uses
3453         `gnus-timer--function'.
3454
3455 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3456
3457         * starttls.el (starttls-extra-arguments): Doc fix.
3458
3459 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3462         it.
3463
3464 2012-10-06  Glenn Morris  <rgm@gnu.org>
3465
3466         * gnus-notifications.el (gnus-notifications):
3467         Add missing group :version tag.
3468         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3469         (gnus-gcc-post-body-encode-hook):
3470         * gnus-sync.el (gnus-sync-lesync-name)
3471         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3472
3473 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3474
3475         * color.el (color-hsl-to-rgb): Fix incorrect results for
3476         small and large hue values.  (Bug#12559)
3477
3478 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         New UIDL implementation.
3481
3482         * mail-source.el (mail-sources, mail-source-keyword-map):
3483         Add :leave as a pop3 keyword.
3484         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3485
3486         * pop3.el (pop3-leave-mail-on-server): Allow number.
3487         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3488         (pop3-movemail): Add UIDL support.
3489         (pop3-send-streaming-command): Take a list of mail numbers instead of
3490         the number of mails.
3491         (pop3-write-to-file): Add X-UIDL header.
3492         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3493         (pop3-uidl-add-xheader): New functions.
3494
3495         * message.el (message-ignored-resent-headers):
3496         Add X-Content-Length and X-UIDL headers.
3497
3498 2012-10-05  Glenn Morris  <rgm@gnu.org>
3499
3500         * color.el (color-name-to-rgb, color-rgb-to-hex)
3501         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3502         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3503         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3504         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3505
3506 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3509         a user about whether to delete temp files if once a user answered as n.
3510
3511 2012-09-25  Chong Yidong  <cyd@gnu.org>
3512
3513         * password-cache.el (password-read-and-add): Use a declare form to mark
3514         this function obsolete.
3515
3516 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * lpath.el: Bind mail-encode-mml for old Emacsen.
3519
3520 2012-09-17  Richard Stallman  <rms@gnu.org>
3521
3522         * message.el (message-in-body-p): Don't set mark or modify buffer.
3523
3524         * mml.el (mml-attach-file): Doc fix.
3525         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3526         Set mail-encode-mml when in Mail mode.
3527         Simplify code to set HEAD and move back to HEAD.
3528         (mml-insert-multipart, mml-insert-part):
3529         Set mail-encode-mml when in Mail mode.
3530
3531 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-util.el (gnus-timer--function): New function.
3534
3535         * gnus-art.el (gnus-article-stop-animations): Use it.
3536
3537 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3538
3539         Fix glitches caused by addition of psec to timers.
3540         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3541         rather than raw access to timer vector.
3542
3543 2012-09-11  Julien Danjou  <julien@danjou.info>
3544
3545         * gnus-notifications.el (gnus-notifications): Check for nil values in
3546         ignored addresses check.
3547
3548 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3549
3550         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3551
3552 2012-09-07  Chong Yidong  <cyd@gnu.org>
3553
3554         * gnus-util.el
3555         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3556
3557         * gnus-salt.el (gnus-tree-highlight-node):
3558         * gnus-sum.el (gnus-summary-highlight-line):
3559         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3560
3561 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3562
3563         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3564
3565 2012-09-06  Juri Linkov  <juri@jurta.org>
3566
3567         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3568         scheme for buffer names to be more consistent with other group and
3569         article buffer names in Gnus.
3570
3571 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus-util.el
3574         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3575
3576         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3577         Jenkner.
3578
3579         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3580
3581         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3582
3583         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3584
3585 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3588         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3589
3590         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3591         string-prefix-p in Emacs >=23.2.
3592
3593         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3594         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3595         instead of string-match-p.
3596         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3597
3598 2012-09-06  Kenichi Handa  <handa@gnu.org>
3599
3600         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3601         lowercase a..f.
3602
3603 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3604
3605         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3606
3607 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3608
3609         * nnimap.el (nnimap-request-move-article): Decode the group name when
3610         doing internal moves to avoid charset issues.
3611
3612         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3613         TIME is set.
3614
3615 2012-09-05  Juri Linkov  <juri@jurta.org>
3616
3617         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3618         than one group at a time (bug#11961).
3619
3620 2012-09-05  Julien Danjou  <julien@danjou.info>
3621
3622         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3623         this hide the real reason with a message giving absolutely no hint.
3624
3625 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3628         to the backend (bug#11804).
3629
3630         * message.el (message-insert-newsgroups): Don't insert newsgroup
3631         duplicates (bug#12275).
3632
3633 2012-09-05  John Wiegley  <johnw@newartisans.com>
3634
3635         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3636         sieve rules.
3637
3638 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3639
3640         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3641         function.
3642
3643         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3644
3645         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3646
3647 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3648
3649         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3650         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3651         This should make nnmaildir more usable with offlineimap.
3652
3653 2012-09-05  Julien Danjou  <julien@danjou.info>
3654
3655         * nnimap.el (nnimap-request-list): Revert change that made listing
3656         synchronous.
3657         (nnimap-get-responses): Restore.
3658
3659 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3660
3661         * dgnushack.el: XEmacs 21.5 compilation fix.
3662
3663         * gnus-notifications.el (gnus-notifications-notify): Use it.
3664
3665         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3666         warnings on XEmacs.
3667
3668 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3669
3670         Better seeds for (random).
3671         * gnus-sync.el (gnus-sync-lesync-setup):
3672         * message.el (message-canlock-generate, message-unique-id):
3673         Change (random t) to (random), now that the latter is more random.
3674
3675 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3676
3677         * nnimap.el (nnimap-change-group): Document result value
3678
3679         * auth-source.el (auth-sources): Fix macos keychain access.
3680
3681         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3682         allow the backend `request-head' function to determine the group
3683         name on its own.
3684         (gnus-request-expire-articles): Filter out negative article numbers
3685         during expiry (Bug#11980).
3686
3687         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3688         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3689
3690         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3691         you've found the article when you haven't.
3692
3693         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3694         that nnimap-change-group can return t.
3695
3696 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3697
3698         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3699
3700 2012-08-30  Julien Danjou  <julien@danjou.info>
3701
3702         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3703         `gnus-notifications-timeout'.
3704         (gnus-notifications-timeout): Add.
3705         (gnus-notifications-action): New function.
3706         (gnus-notifications-notify): Add :action using
3707         `gnus-notifications-action'.
3708         (gnus-notifications-id-to-msg): New variable.
3709         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3710         notifications id to messages.
3711
3712 2012-08-30  Kenichi Handa  <handa@gnu.org>
3713
3714         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3715         once.
3716
3717 2012-08-29  Julien Danjou  <julien@danjou.info>
3718
3719         * gnus-notifications.el: New file.
3720         (gnus-notifications-notify): New function.
3721         (gnus-notifications): Use `gnus-notifications-notify'.
3722
3723 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3726         transfer encoding first; bind gnus-newsgroup-charset to the charset
3727         that the article specifies (Bug#12209).
3728
3729 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3732         (gnus-group-customize-done): Encode values posting-style holds.
3733
3734         * gnus-msg.el (gnus-summary-resend-message)
3735         (gnus-configure-posting-styles): Decode values posting-style group
3736         parameter holds.
3737
3738 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3741         `name' and `address' in Resent-From header.
3742
3743 2012-08-14  Chong Yidong  <cyd@gnu.org>
3744
3745         * gnus-art.el (article-display-face): Handle failure in
3746         gnus-create-image (Bug#11802).
3747
3748 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3749
3750         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3751         Use defsetf.
3752
3753 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3754
3755         * auth-source.el (auth-source-plstore-search)
3756         (auth-source-secrets-search): Ignore :require and :type in search spec.
3757
3758 2012-08-06  Julien Danjou  <julien@danjou.info>
3759
3760         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3761         `nnimap-request-move-article'.
3762
3763         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3764         Remove autoload, already handled by gnus.el.
3765
3766         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3767
3768         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3769         supported by nnimap actually.  Reverts previous change.
3770
3771         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3772         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3773         to-buffer argument that is already supported.
3774
3775 2012-08-05  Julien Danjou  <julien@danjou.info>
3776
3777         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3778         Add autoload.
3779
3780 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus.el (gnus-valid-select-methods): Fix custom type.
3783
3784 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * auth-source.el (auth-sources, auth-source-backend-parse)
3787         (auth-source-macos-keychain-search)
3788         (auth-source-macos-keychain-search-items)
3789         (auth-source-macos-keychain-result-append)
3790         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3791         auth-source.el through the /usr/bin/security utility.
3792         (auth-sources): Fix syntax error.
3793         (auth-source-macos-keychain-result-append): Fix variable name.
3794         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3795
3796 2012-07-27  Julien Danjou  <julien@danjou.info>
3797
3798         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3799         Emacs < 24.1
3800
3801 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * message.el (message-kill-address): Don't kill last newline.
3804         (message-skip-to-next-address): Don't move to the next header.
3805         (message-fill-field-address): Work properly.
3806
3807 2012-07-25  Julien Danjou  <julien@danjou.info>
3808
3809         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3810
3811 2012-07-24  Julien Danjou  <julien@danjou.info>
3812
3813         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3814
3815         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3816         (nntp-async-timer-handler): Remove, unused.
3817
3818         * nnimap.el (nnimap-get-responses): Remove, unused.
3819
3820         * nnheader.el (mail-header-set-extra): Remove, unused.
3821
3822         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3823         unused.
3824
3825         * mm-view.el (mm-view-sound-file): Remove, unused.
3826
3827         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3828         (mm-url-encode-multipart-form-data): Remove, unused.
3829
3830         * message.el (message-remove-signature, message-make-host-name)
3831         (message-fill-address): Remove, unused.
3832
3833         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3834         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3835         unused.
3836
3837         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3838         (gnus-xmas-call-region): Remove, unused.
3839
3840         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3841
3842         * gnus-util.el (gnus-extract-address-component-name)
3843         (gnus-extract-address-component-email, gnus-sortable-date)
3844         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3845         (gnus-process-live-p): Remove, unused.
3846
3847         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3848
3849         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3850         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3851         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3852         function.
3853
3854         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3855
3856         * gnus-score.el (gnus-summary-score-crossposting)
3857         (gnus-score-regexp-bad-p): Remove, unused.
3858
3859         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3860
3861         * gnus-range.el (gnus-sublist-p): Remove, unused.
3862
3863         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3864         unused.
3865
3866         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3867
3868         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3869         (gnus-request-associate-buffer): Remove, unused.
3870
3871         * gnus-group.el (gnus-group-set-method-info)
3872         (gnus-group-set-params-info): Remove, unused.
3873
3874         * gnus-fun.el (gnus-shell-command-to-string)
3875         (gnus-shell-command-on-region): Remove, unused.
3876
3877         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3878
3879         * gnus-art.el (gnus-article-text-type-exists-p)
3880         (article-translate-characters, gnus-article-hide-text-of-type)
3881         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3882         Remove, unused.
3883
3884 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3885
3886         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3887
3888 2012-07-21  Julien Danjou  <julien@danjou.info>
3889
3890         * message.el (message-dont-reply-to-names): Replace deprecated
3891         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3892         (message-get-reply-headers): Ditto.
3893
3894 2012-07-18  Julien Danjou  <julien@danjou.info>
3895
3896         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3897         `sieve-upload-and-kill'.
3898
3899         * sieve.el (sieve-bury-buffer): Remove function.
3900         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3901         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3902
3903 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3904
3905         * shr.el (shr-expand-url): Handle URL starting with `//'.
3906
3907 2012-07-13  Chong Yidong  <cyd@gnu.org>
3908
3909         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3910         instead of calling toggle-read-only with a (bogus) argument.
3911
3912 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3913
3914         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3915         of initial input when reading the author to restrict the summary to.
3916
3917 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * mm-decode.el (mm-shr):
3920         Allow overriding charset by mm-charset-override-alist.
3921
3922 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-art.el (gnus-article-view-part):
3925         Toggle subparts of multipart/alternative part.
3926
3927 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3928
3929         * shr.el (shr-render-buffer): New command.
3930         (shr-visit-file): Use it.
3931
3932 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3935         Set no-byte-compile and no-update-autoloads.
3936
3937 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3940
3941 2012-06-25  Julien Danjou  <julien@danjou.info>
3942
3943         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3944         `nnimap-request-move-articles-find-limit' since we do not use it only
3945         for move operations.
3946         (nnimap-request-accept-article): Use
3947         `nnimap-request-articles-find-limit' to limit search by message-id.
3948
3949 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3950
3951         Support higher-resolution time stamps (Bug#9000).
3952
3953         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3954         VARLIST.  It's optional, for backward compatibility.
3955         (encode-time-value): New optional arg PICO.  New type 3.
3956         (time-to-seconds) [!float-time]: Support the new picoseconds
3957         component if it's used.
3958         (seconds-to-time, time-subtract, time-add):
3959         Support ps-resolution time stamps as well.
3960
3961 2012-06-19  Julien Danjou  <julien@danjou.info>
3962
3963         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3964
3965         * nnimap.el (nnimap-log-buffer): Check that
3966         `window-point-insertion-type' is boundp, since it's not available in
3967         XEmacs.
3968
3969 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3970
3971         * nnimap.el (nnimap-log-buffer): Add this, setting
3972         `window-point-insertion-type' in the buffer to t.
3973         (nnimap-log-command): Use nnimap-log-buffer.
3974
3975 2012-06-19  Julien Danjou  <julien@danjou.info>
3976
3977         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3978         argument to be able to limit the search.
3979         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3980         (nnimap-request-move-articles-find-limit): Add this to limit the search
3981         by Message-Id after a message move.
3982         (nnimap): Add defgroup.
3983
3984 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3985
3986         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3987
3988 2012-06-15  Julien Danjou  <julien@danjou.info>
3989
3990         * nnimap.el (nnimap-find-article-by-message-id): Use
3991         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3992         (nnimap-possibly-change-group): Add read-only argument.
3993         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3994         issuing EXAMINE manually.
3995         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3996         with read-only argument.
3997         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3998         cannot possibly change because we need to be sure that it's either
3999         read-write or read-only.
4000
4001 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4004         being bound to a lambda form.
4005
4006 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4007
4008         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4009         articles when fetch-old is non-nil (bug#11370).
4010
4011 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4012
4013         * gnus-picon.el (gnus-picon-properties): New defcustom.
4014         (gnus-picon-create-glyph): Use it.
4015
4016 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * gnus-group.el (gnus-group-get-new-news): Respect
4019         `gnus-group-use-permanent-levels', as documented (bug#11638).
4020
4021 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4022
4023         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4024         groups (bug#11641).
4025
4026 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4027
4028         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4029         is an integer to avoid later problems.
4030
4031 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4034         locales.
4035
4036         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4037         on a handle.
4038
4039         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4040         address as the default.
4041         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4042
4043         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4044         makes no sense to query the user about internal files.
4045
4046         * gnus-spec.el: Remove all the byte-compilation stuff, since
4047         benchmarking shows that it doesn't help when entering large summary
4048         buffers.
4049
4050         * gnus-xmas.el (gnus-xmas-define): Remove.
4051
4052         * gnus-util.el (gnus-byte-code): Remove.
4053
4054         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4055         grouplens stuff.
4056
4057 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4060         (bug#11514).
4061
4062 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4063
4064         * message.el (message-buffers): Return all buffers derived from Message
4065         to make `gnus-dired-attach' work with mu4e.
4066
4067 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4068
4069         * nntp.el: Stop the `letf' madness.
4070         (nntp--report-1): New var.
4071         (nntp-report): Merge nntp-report-1 into it.
4072         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4073         the nntp-report function.
4074
4075         * auth-source.el: Fix comment-style to follow the convention.
4076
4077 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4078
4079         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4080         (mm-dissect-singlepart): Don't guess the MIME type of
4081         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4082         set.
4083         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4084         toplevel MIME type is multipart/encrypted.
4085
4086 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4089         a string so that Gcc works (bug#11514).
4090
4091 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4092
4093         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4094         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4095
4096 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4097
4098         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4099         jumping to *Server* from a dedicated *Group* window.
4100         (gnus-configure-frame): CSE.
4101
4102         * gnus-registry.el: Minor style cleanup.
4103         (gnus-registry--set/remove-mark): New function, extracted from
4104         gnus-registry-install-shortcuts.
4105         (gnus-registry-install-shortcuts): Use it.
4106
4107 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * nnspool.el (news-path): Use eval-and-compile.
4110
4111 2012-05-24  Glenn Morris  <rgm@gnu.org>
4112
4113         * nnspool.el (news-directory, news-path, news-inews-program):
4114         Move here from paths.el.  Don't see a need for these to be autoloaded.
4115
4116         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4117         Merge in doc from paths.el version.  Don't see any need for this to be
4118         autoloaded, or for the warning about users not setting it.
4119
4120 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4121
4122         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4123         format.  In particular, add an optional argument and a docstring.
4124
4125         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4126
4127         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4128         current before calling `gnus-groups-to-gnus-format'.
4129         Note that this was already the case for `gnus-active-to-gnus-format'.
4130
4131 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4132
4133         Fix minor Y10k bug.
4134         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4135
4136 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4137
4138         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4139         message once it's actually open.
4140
4141 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4142
4143         * gnus.el: Ma Gnus v0.5 is released.
4144
4145 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4146
4147         * auth-source.el (auth-source--aput-1, auth-source--aput)
4148         (auth-source--aget): New functions and macros.
4149         Use them instead of aput/aget.
4150
4151 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4152
4153         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4154
4155 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * plstore.el (plstore-called-interactively-p): New compat macro copied
4158         from message.el.
4159         (plstore-mode): Use it.
4160
4161 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4162
4163         * plstore.el: Revive the editing feature.
4164         (plstore-mode): New mode to edit plstore file.
4165         (plstore-mode-toggle-display, plstore-mode-original)
4166         (plstore-mode-decoded): New command.
4167         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4168         (plstore--insert-buffer, plstore--make): New function.
4169         (plstore-open, plstore-save): Simplify by using them.
4170
4171 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4174
4175 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4176
4177         * tls.el (open-tls-stream): Remove unused binding.
4178
4179 2012-04-16  Glenn Morris  <rgm@gnu.org>
4180
4181         * nndraft.el (nndraft-request-list): Fix declaration.
4182
4183 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * mm-decode.el (mm-dissect-buffer): Doc fix.
4186
4187         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4188         don't have a current group.
4189
4190         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4191         buffer if it doesn't exist.
4192
4193         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4194         given, mark the group as ephemeral with the current window conf.
4195
4196         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4197         buffer exists, which it doesn't if we haven't started Gnus.
4198         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4199
4200 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4203         type is.
4204
4205         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4206         `unexists' entries.
4207         (gnus-clean-old-newsrc): Fix last checkin.
4208
4209         * nnimap.el (nnimap-update-info): None of the articles below the active
4210         low-water mark exist.
4211
4212         * dgnushack.el: Get rid of XEmacs compilation warning.
4213
4214         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4215         would have gotten if we posted to the group, and use that to compare
4216         against the message we want to cancel (bug#10808).
4217
4218         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4219         on XEmacs.
4220
4221 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4222
4223         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4224         `scroll-margin'.
4225
4226 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4227
4228         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4229         citation prefix within a block of cited text should be considered part
4230         of that block *only* if it is a blank line.
4231
4232 2012-04-09  Chong Yidong  <cyd@gnu.org>
4233
4234         * binhex.el, hashcash.el, uudecode.el:
4235         Remove * characters from the front of variable docstrings.
4236
4237 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4240         before kinsoku-bol characters nor within kinsoku-eol characters.
4241
4242 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4245         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4246         (gnus-sync-read): Use mapc instead of mapcar.
4247
4248         * mm-archive.el: Require mm-decode for some macros.
4249         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4250         the byte compiler.
4251         (mm-archive-decoders): New function that returns the value of
4252         the mm-archive-decoders variable.
4253
4254         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4255         instead.
4256         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4257
4258         * nnimap.el (gnus-refer-thread-use-nnir):
4259         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4260
4261 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4264
4265 2012-03-12  Peter Münster  <pmrb@free.fr>
4266
4267         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4268         (gnus-demon-cancel): Ditto.
4269         (gnus-demon-run-callback): When function cannot be called due to low
4270         idleness, call it when idleness reaches the expected value, instead of
4271         waiting another timer period.
4272         (gnus-demon-init): Add `time' to arguments of call-back.
4273
4274 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4277
4278         * gnus.el: Register gnus-registry functions.
4279
4280         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4281         indent.
4282
4283         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4284         enabled before warping.
4285
4286 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4287
4288         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4289         registry about each article retrieved.
4290
4291         * gnus-int.el (gnus-select-group-with-message-id): New function.
4292         (gnus-try-warping-via-registry): Ditto.
4293         (gnus-warp-to-article): Fall back on the registry.
4294
4295 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4296
4297         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4298         inboxes.
4299
4300 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4303
4304 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4307         gnus-gcc-self-resent-messages may be a group parameter.
4308         (gnus-summary-resend-message): Don't encode encoded words in header
4309         when Gcc'ing resent message.
4310
4311 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * shr.el (shr-insert): Treat non-breaking space just like normal
4314         space.  This seems to produce more pleasing results.
4315         (shr-insert): Only insert a blank line if we're starting from an image.
4316         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4317         (shr-ensure-paragraph): Consider lines with white space to be blank.
4318
4319 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4320
4321         * Makefile.in: Respect DESTDIR.
4322
4323 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4324
4325         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4326         and gnus-gcc-post-body-encode-hook.
4327
4328 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4331         messages that don't exist.
4332
4333         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4334
4335 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4338         Remove.
4339
4340         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4341
4342         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4343
4344 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4347         have a group name.
4348
4349         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4350         a multibyte buffer (bug#7410).
4351         (article-wash-html): Parse the original article buffer to get the
4352         unencoded data (bug#7410).
4353
4354         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4355         .newsrc.el files.
4356
4357 2012-04-05  Bastien Guerry  <bzg@altern.org>
4358
4359         * color.el (color-lighten-name): Fix typo.
4360
4361 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4364         "#" to avoid having them interpreted as comments.
4365
4366 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * shr.el (shr-insert): Update the text state properly to avoid
4369         inserting spurious paragraph starts.
4370
4371 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * shr.el (shr-table-widths): Divide the extra width more fairly over
4374         the TDs (bug#10973).
4375         (shr-render-td): Don't delete too much padding.
4376         (shr-natural-width): Compute the natural width more correctly.
4377         (shr-insert): Allow the natural width to be computed for tables again.
4378         (shr-tag-table-1): Rework how the natural widths are computed by
4379         rendering the table a third time.
4380         (shr-natural-width): Removed.
4381         (shr-buffer-width): New function.
4382         (shr-expand-newlines): Use it.
4383
4384         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4385         using a `gnus-use-full-window' setup (bug#11013).
4386
4387 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4390         24.1 release.
4391
4392 2012-03-10  David Edmondson  <dme@dme.org>
4393
4394         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4395         'Forwarded Message' header and the start of the message.
4396
4397 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4398
4399         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4400         isn't running (bug#10897).
4401
4402 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4405         This is inconsistent with all the other stream functions, which leave
4406         the setting up to the higher levels (if so wanted) (bug#10931).
4407
4408 2012-02-28  Glenn Morris  <rgm@gnu.org>
4409
4410         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4411         mm-decode.el: Standardize possessive apostrophe usage.
4412
4413 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4416
4417 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4418
4419         * parse-time.el (parse-time-string): Allow extractor to return nil.
4420
4421 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4424
4425 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4426
4427         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4428
4429 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4430
4431         * mm-decode.el (mm-shr): Remove "soft hyphens".
4432
4433         * nnimap.el (nnimap-request-list): Return the group names encoded as
4434         utf8.  Otherwise non-European group names don't work.
4435         (nnimap-request-newgroups): Ditto.
4436
4437         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4438         the default in `read-string' (bug#10757).
4439
4440         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4441         topics (bug#10843).
4442
4443         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4444         buffer.  Suggested by Herbert Valerio Riedel.
4445         (nnimap-request-move-article): Delete the message from the correct IMAP
4446         server.
4447
4448 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4449
4450         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4451         Reported by Peter Münster.
4452
4453 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4454
4455         * shr.el (shr-image-fetched): Make sure we really kill the right
4456         buffer.
4457
4458 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4459
4460         * gnus-start.el (gnus-1): Avoid duplicate entries.
4461
4462 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4463
4464         * imap.el: Remove.
4465
4466         * nntp.el (nntp-coding-system-for-read): Remove.
4467         (nntp-coding-system-for-write): Ditto.
4468         (nntp-open-connection): Just use `binary' directly.
4469
4470         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4471         Gnus 0.3.
4472
4473 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4474
4475         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4476         application/octet-stream parts really is.
4477
4478         * gnus-sum.el (gnus-propagate-marks): Remove.
4479
4480 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4481
4482         * shr.el (shr-rescale-image): Undo previous change; see
4483         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4484
4485 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4486
4487         * gnus.el: Ma Gnus v0.3 is released.
4488
4489 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-sum.el (gnus-summary-local-variables): Make
4492         `gnus-newsgroup-unexist' into a local variable.
4493
4494 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * registry.el (registry-usage-test, registry-persistence-test): Move to
4497         tests/gnustest-registry.el.
4498         (registry-make-testable-db, registry-match-test)
4499         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4500
4501         * gnus-registry.el (gnus-registry-misc-test)
4502         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4503
4504         * tests/gnustest-registry.el: New file with the registry and
4505         gnus-registry ERT tests.
4506
4507 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-msg.el (gnus-summary-resend-message): Make
4510         gnus-summary-resend-message-insert-gcc be last item in
4511         message-header-setup-hook.
4512
4513 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4514
4515         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4516         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4517         Remove.
4518         (nnfolder-open-server): Don't use marks.
4519         (nnfolder-request-delete-group): Ditto.
4520         (nnfolder-request-rename-group): Ditto.
4521         (nnfolder-request-set-mark, nnfolder-request-marks)
4522         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4523         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4524
4525         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4526         (nnml-marks-modtime): Remove.
4527         (nnml-request-delete-group): Don't use marks.
4528         (nnml-request-rename-group): Ditto.
4529         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4530         (nnml-save-marks, nnml-open-marks): Remove.
4531
4532         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4533         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4534         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4535         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4536         (nntp-server-to-method-cache): Remove.
4537
4538         * shr.el (shr-rescale-image): Fix wrong merge.
4539
4540 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4541
4542         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4543         too-wide lines.
4544
4545 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4546
4547         * nnimap.el (nnimap-record-commands): New variable.
4548         (nnimap-log-command): Use it.
4549         (nnimap-make-process-buffer): Add a space to the process buffer.
4550         (nnimap-transform-headers): Don't bug out on header lines containing
4551         stuff that look like IMAP length encodings.
4552
4553         * shr.el (shr-rescale-image): Allow viewing large images.
4554
4555 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4556
4557         * nnml.el (nnml-request-compact-group): Delete the marks file after
4558         compaction (bug#10800).
4559
4560         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4561         group exit.
4562
4563         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4564         QRESYNC/FETCH output.
4565
4566 2012-02-11  Glenn Morris  <rgm@gnu.org>
4567
4568         * sieve-manage.el (sieve-manage-default-stream):
4569         * shr.el (shr):
4570         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4571         (nnir-retrieve-headers-override-function)
4572         (nnir-imap-default-search-key, nnir-notmuch-program)
4573         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4574         (nnir-method-default-engines):
4575         * message.el (message-cite-reply-position):
4576         * gssapi.el (gssapi-program):
4577         * gravatar.el (gravatar):
4578         * gnus-sum.el (gnus-refer-thread-use-nnir):
4579         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4580         (gnus-registry-max-pruned-entries):
4581         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4582         * gnus-int.el (gnus-after-set-mark-hook)
4583         (gnus-before-update-mark-hook):
4584         * gnus-async.el (gnus-async-post-fetch-function):
4585         * auth-source.el (auth-source-cache-expiry):
4586         Add missing :version tags to new defcustoms and defgroups.
4587
4588 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4589
4590         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4591         `gnus-newsgroup-unexist'.
4592
4593         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4594         marks.
4595         (gnus-article-special-mark-lists): Put the `unexist' in the special
4596         marks list instead.
4597
4598         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4599         articles in the list of articles to be selected.
4600
4601         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4602         articles.
4603         (nnimap-update-info): Keep track of unexisting articles.
4604         (nnimap-update-qresync-info): Ditto.
4605
4606 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4607
4608         * message.el (message-default-send-mail-function): Made into own
4609         function for reuse by emacsbug.el.
4610
4611 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4612
4613         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4614         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4615
4616 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4617
4618         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4619         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4620
4621         * gnus-compat.el: Define `timer-set-function'.
4622
4623         * mm-decode.el (mm-display-external): Output the text from the command
4624         in the buffer after the command finished.  This makes text-based
4625         commands behave better.
4626
4627 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4628
4629         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4630
4631 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4632
4633         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4634         23.1.
4635
4636 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4639
4640 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4641
4642         * message.el (smtpmail-smtp-user): Silence compiler warning.
4643
4644 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4645
4646         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4647         SMTP user name.
4648
4649 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-sum.el (gnus-summary-show-thread):
4652         next-single-char-property-change may return nil in XEmacs.
4653         (gnus-summary-article-map): Fix typo.
4654
4655 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4656
4657         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4658         running.
4659
4660         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4661
4662         * gnus.el (gnus-server-extend-method): Don't add an -address component
4663         if the method already has one (bug#9676).
4664
4665 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4668         of an initial-input for consistency (bug#10757).
4669
4670         * dgnushack.el: Fix XEmacs compilation warning.
4671
4672         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4673
4674         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4675
4676 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4677
4678         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4679         lines that are narrower than the window width.  Otherwise background
4680         "blocks" will look less readable.
4681
4682 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4683
4684         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4685         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4686         have newlines within the strings, and where the UID comes after the
4687         BODYSTRUCTURE element (bug#10537).
4688
4689         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4690         (bug#10732).
4691
4692         * shr.el (shr-insert-document): Add doc string.
4693         (shr-visit-file): Ditto.
4694         (shr-remove-trailing-whitespace): New function.
4695         (shr-insert-document): Use it to clean up trailing whitespace as the
4696         final step (bug#10714).
4697
4698 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4701         buffer if `gnus-kill-summary-on-exit' is nil.
4702
4703 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4704
4705         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4706         when just reading a single group from "without" Gnus.
4707
4708 2012-02-06  Chong Yidong  <cyd@gnu.org>
4709
4710         * gnus-sum.el (gnus-summary-show-thread):
4711         next-single-char-property-change never returns nil (Bug#8657).
4712
4713 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4714
4715         * message.el (message-multi-smtp-send-mail): New function.
4716         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4717         header to implement multi-SMTP functionality.
4718
4719         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4720         (gnus-agentize): Don't set it.
4721         (gnus-agent-send-mail): Don't use it.
4722
4723         * gnus-sum.el (gnus-summary-widget-backward): New function and
4724         keystroke.
4725
4726         * gnus-compat.el: More the compat functions more compatible.
4727
4728         * shr.el (shr-put-image): Remove underlines from sliced images.
4729         (shr-zoom-image): Compute the region to be replaced more correctly.
4730
4731 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4734         (gnus-summary-resend-message-insert-gcc): New function.
4735         (gnus-summary-resend-message): Modify message-header-setup-hook and
4736         message-sent-hook to make it work for Gcc.
4737         (gnus-inews-do-gcc): Update the number of unread articles of groups
4738         that messages are Gcc'd to.
4739
4740         * message.el (message-resend): Run message-sent-hook to do Gcc.
4741
4742 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4743
4744         * lpath.el: Fix an XEmacs compilation warning.
4745
4746         * gnus-compat.el: Require `help-fns' to fix compilation error.
4747
4748         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4749         a higher level to silence compilation.
4750
4751         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4752         parameter to allow controlling the scaling.
4753
4754         * shr.el (shr-zoom-image): New command and keystroke.
4755         (shr-put-image): Take a `size' flag to say how to scale the image.
4756
4757         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4758         deletion unless already defined.
4759
4760         * gnus.el (gnus-compat): Require it.
4761
4762         * gnus-compat.el: New file.
4763
4764         * gnus-start.el (gnus-clean-old-newsrc): New function.
4765         (gnus-read-newsrc-file): Use it.
4766
4767         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4768         Use recursive deletion.
4769         (mm-dissect-archive): Add support for zip files.
4770
4771         * gnus-util.el (gnus-recursive-directory-files): New function.
4772
4773         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4774         (mm-archive-decoders): Add tgz support.
4775
4776         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4777         Otherwise inserting text into the Gnus buffer can look odd.
4778
4779         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4780
4781         * mm-archive.el (mm-archive-decoders): Add support for tar.
4782
4783         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4784
4785         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4786
4787 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4788
4789         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4790
4791         * mm-archive.el: New file.
4792
4793         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4794
4795         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4796
4797         * message.el (message-goto-*): Make all the `message-goto-*' commands
4798         push the mark before moving point.  This makes it easier to go back to
4799         where you came from after editing whatever you jumped to.
4800
4801 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4802
4803         * gnus.el: Ma Gnus v0.1 is released.
4804
4805 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4806
4807         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4808         without reconnecting.
4809         (nnimap-possibly-change-group): Ditto.
4810         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4811         connection has died before being called.
4812
4813 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4814
4815         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4816         an initial sync unless we're really doing one.
4817
4818         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4819         address parameter if one already exists (bug#9676).
4820
4821         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4822         not the prefix, as documented (bug#10689).
4823
4824 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4825
4826         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4827         the "server".
4828
4829         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4830         the real error message with the useless "previously known to be down".
4831         Which isn't even correct.
4832
4833         * nntp.el (nntp-open-connection): Report the error message if the nntp
4834         server can't be reached.
4835
4836         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4837         groups we do a total scan for.
4838         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4839         doing that.
4840
4841 2012-01-31  Jim Meyering  <jim@meyering.net>
4842
4843         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4844         Correct a comment (insert "not") and hide nominally-doubled "to".
4845
4846 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4847
4848         * gnus.el (gnus-version): Change name to "Ma Gnus".
4849
4850 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4851
4852         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4853         section in the manual.
4854
4855 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4856
4857         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4858         words.
4859         (rfc2047-encode-string): Ditto.
4860         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4861         understand folded filename="..." parameters, for instance.
4862
4863         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4864         the message for greater debuggability.
4865
4866 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4867
4868         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4869         instead of setting it locally, since the latter doesn't seem to have
4870         any effect (most of the time).
4871
4872 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4873
4874         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4875         function call.
4876
4877 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4878
4879         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4880         seconds, and make the repeat clause with HH:MM specs work as
4881         documented.
4882
4883 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4884
4885         * proto-stream.el (proto-stream-capability-open): Fall back on
4886         :end-of-command if :end-of-capability doesn't exist.
4887
4888 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4891         bound globally in old Emacsen and XEmacsen.
4892
4893 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4896         so that previous errors don't prohibit getting new news.
4897
4898         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4899
4900         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4901
4902 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4903
4904         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4905         buffer, not of the string which is its name.
4906
4907 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4908
4909         * proto-stream.el (proto-stream-capability-open): Wait for
4910         :end-of-capability, not :end-of-command.
4911
4912         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4913         non-server-marks groups.
4914         (gnus-group-make-articles-read): Ditto.
4915
4916         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4917         methods (bug#9676).
4918
4919         * gnus.el (gnus-method-ephemeral-p): New function.
4920
4921 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4924         left-to-right.
4925
4926 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4927
4928         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4929         warning.
4930
4931 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4934         macroexpand the nnir things, since they haven't been defined yet, and
4935         nnir requires gnus-sum.
4936
4937 2012-01-24  Julien Danjou  <julien@danjou.info>
4938
4939         * color.el (color-rgb-to-hsl): Fix value computing.
4940         (color-hue-to-rgb): New function.
4941         (color-hsl-to-rgb): New function.
4942         (color-clamp, color-saturate-hsl, color-saturate-name)
4943         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4944         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4945
4946 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4949
4950 2012-01-19  Julien Danjou  <julien@danjou.info>
4951
4952         * color.el (color-name-to-rgb): Use the white color to find the max
4953         color component value and return correctly computed values.
4954         (color-name-to-rgb): Add missing float conversion for max value.
4955
4956 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4959         logical server name in addition to the actual machine address.
4960
4961         * auth-source.el (auth-source-user-and-password): Add convenience
4962         wrapper to search by just host and optionally user.
4963
4964 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4967         after rendering.
4968
4969 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4970
4971         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4972         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4973         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4974
4975 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4978         (bug#9693).
4979         (gnus-summary-setup-buffer): Document return value (bug#9697).
4980
4981         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4982         since ido doesn't work on symbols (bug#9632).
4983
4984         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4985         when getting a single value as when getting all the values.  This means
4986         that atoms like `gcc-self' work cumulatively, like variable settings,
4987         instead of getting the value from the last matching clause.
4988         (gnus-group-find-parameter): Protect against the group buffer not
4989         existing (bug#9585).
4990
4991 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-start.el (gnus-activate-group): Document more parameters
4994         (bug#9694).
4995
4996         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4997         (bug#9692).
4998
4999         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5000         article was fetched, so that it can be expired later (bug#9958).
5001         (gnus-agent-summary-fetch-series): Add doc string.
5002         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5003         (bug#9517).
5004
5005         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5006         retrieval is happening.
5007
5008         * gnus.el (gnus-parameters): Doc fix.
5009
5010 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5011
5012         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5013         show the thread after expansion.
5014
5015 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * gnus-art.el (article-narrow-to-head): If the head is completely
5018         empty, narrow to the empty region (bug#9764).
5019
5020         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5021         read, and then mark them as unread only when the unread mark is used.
5022         This makes `C-- T k' actually work, even though it's confusing.
5023
5024         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5025         alive before we try to find its window.
5026
5027 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5028
5029         * mm-decode.el (mm-display-external): Use a longer timeout for the
5030         deletion to allow slow programs to display the file.
5031
5032 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5035         prompt to be less confusing.
5036
5037         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5038         argument to `message-reply'.  This broke `special-display-*' frame
5039         pop-uping (bug#10238).
5040
5041 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042
5043         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5044         systems, since these allegedly don't work there.
5045
5046 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5047
5048         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5049         live buffer.
5050
5051 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * nnir.el (nnir-retrieve-headers): Protect against the article not
5054         existing on the server (bug#10335).
5055
5056 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5057
5058         * gnus-agent.el (gnus-agent-load-local): Recompute
5059         gnus-agent-article-local on changing method.
5060
5061 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * gnus.el (gnus-parameters): Note precedence.
5064
5065 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5066
5067         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5068         in the group buffer.
5069
5070 2012-01-04  Julien Danjou  <julien@danjou.info>
5071
5072         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5073         change.
5074
5075 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5078         too.
5079
5080         * nntp.el (nntp-retrieve-group-data-early): Use it.
5081
5082 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * nntp.el (nntp-retrieval-in-progress): New variable.
5085         (nntp-make-process-buffer): Make it buffer-local.
5086
5087         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5088         2010.
5089         (gnus-demon-init): Use it to compute the time if time is on the form
5090         "04:23".
5091
5092         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5093
5094         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5095         status in the correct buffer.
5096
5097 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5098
5099         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5100         when opening topics (bug#10407).
5101
5102 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5103
5104         * gnus-cus.el (gnus-score-customize):
5105         * gnus-sum.el (gnus-sort-gathered-threads):
5106         * message.el (message-shorten-references):
5107         * nnmairix.el (nnmairix-request-group):
5108         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5109
5110 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5111
5112         * gnus-agent.el (gnus-agent-regenerate-group):
5113         * gnus-int.el (gnus-retrieve-group-data-early):
5114         * mm-util.el (mm-codepage-ibm-list):
5115         * nndiary.el (Commentary, nndiary-get-new-mail):
5116         * nnir.el (nnir):
5117         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5118
5119 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * mm-view.el (mm-display-inline-fontify): Add comment.
5122
5123 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5124
5125         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5126         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5127
5128 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5129
5130         * gnus-art.el (gnus-split-methods):
5131         * gnus-msg.el (gnus-configure-posting-styles):
5132         * gnus-spec.el (gnus-parse-simple-format):
5133         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5134         * message.el (message-do-actions): Spelling fix.
5135
5136 2011-12-15  Juri Linkov  <juri@jurta.org>
5137
5138         * mm-decode.el (mm-inline-media-tests): Add missing
5139         `mm-handle-media-subtype'.
5140
5141 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5142
5143         * gnus-group.el (gnus-group-tool-bar):
5144         * gnus-sum.el (gnus-summary-tool-bar):
5145         * message.el (message-tool-bar):
5146         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5147
5148 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5149
5150         * plstore.el (plstore--insert-buffer): Spelling fix.
5151
5152 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5153
5154         * message.el (message-valid-fqdn-regexp): Update with newly approved
5155         top-level domain names ".tel" and ".asia".
5156
5157 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5160         unconditionally.
5161
5162 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5165         pop-to-buffer-same-window for old Emacsen.
5166
5167 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5168
5169         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5170
5171 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5172
5173         * netrc.el (netrc-credentials): Spelling fix.
5174
5175 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5176
5177         * gnus-fun.el (gnus-fun-ppm-change-string):
5178         * gnus-msg.el (gnus-inews-do-gcc):
5179         * gnus-sum.el (gnus-summary-find-for-reselect):
5180         * gnus.el (gnus-summary-cancelled):
5181         * message.el (message-cancel-hook, message-send-news):
5182         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5183         * nnir.el (nnir-run-hyrex):
5184         * nntp.el (nntp-with-open-group-function):
5185         * pgg.el (pgg-pending-timers): Spelling fix.
5186
5187 2011-12-04  Chong Yidong  <cyd@gnu.org>
5188
5189         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5190         change (Bug#10200).
5191
5192 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * compface.el (uncompface):
5195         * gnus-art.el (gnus-article-x-face-command): Update the header format
5196         of icon data for the most recent icontopbm program.
5197
5198 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * gnus-msg.el (gnus-inews-do-gcc):
5201         * message.el (message-send-mail):
5202         * mml.el (mml-generate-mime): Share the value of the buffer-local
5203         `message-options' variable between a draft buffer and temprary working
5204         buffers.
5205
5206 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5207
5208         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5209
5210 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5213         for Cygwin.
5214
5215 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5216
5217         * gnus-group.el (gnus-group-prepare-flat):
5218         * mm-bodies.el (mm-encode-body):
5219         * mml.el (mml-preview):
5220         * nnml.el (nnml-request-compact-group):
5221         * pop3.el (pop3-stream-type): Spelling fix.
5222
5223 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5224
5225         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5226
5227 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5228
5229         * color.el (color-rgb-to-hsl):
5230         * gmm-utils.el (gmm-tool-bar-style):
5231         * gnus-group.el (gnus-group-prepare-flat):
5232         * gnus-topic.el (gnus-topic-prepare-topic):
5233         * mm-decode.el (mm-discouraged-alternatives):
5234         * rfc2047.el (rfc2047-encode-1):
5235         * starttls.el: Spelling fix.
5236
5237 2011-11-24  Glenn Morris  <rgm@gnu.org>
5238
5239         * binhex.el (binhex-begin-line): Give it basic doc-string.
5240
5241         * starttls.el, tls.el: Fix case of "GnuTLS".
5242
5243 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5244
5245         * gnus-group.el (gnus-group-highlight): Fix typo.
5246
5247 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5248
5249         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5250         value of `delete-file', that returns nil for a local file but returns t
5251         for a remote file using ssh.
5252
5253 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5256
5257 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5260         avoid later breakage.
5261
5262 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5265         article buffers' name.
5266
5267 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5270         by Paul Eggert's spellfixes two days ago.
5271
5272 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5275         doesn't have it.
5276
5277         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5278         buffer-local instead of binding them to avoid warnings.  Also demote
5279         errors (bug#10063).
5280         (font-lock-mode-hook): Shut up byte compiler.
5281
5282 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5283
5284         * mm-util.el (mm-charset-after):
5285         * nnir.el (nnir-run-hyrex):
5286         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5287         (ntlm-get-password-hashes, ntlm-md4hash):
5288         * smime.el: Fix typo.
5289
5290 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5291
5292         * gnus-agent.el (gnus-agent-expire-group-1):
5293         * nndiary.el (nndiary-last-occurence):
5294         * nnimap.el (nnimap-request-set-mark):
5295         * nnmairix.el (nnmairix-only-use-registry):
5296         * gnus-group.el (gnus-group-prepare-flat):
5297         * gnus-sum.el (gnus-decode-encoded-word-methods):
5298         * message.el (message-wash-subject):
5299         * nntp.el (nntp-retrieve-headers-with-xover):
5300         * smime.el (smime-certificate-directory): Spelling fix.
5301
5302 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5303
5304         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5305
5306         * color.el:
5307         * gnus-agent.el (gnus-agent-possibly-alter-active):
5308         * gnus-dired.el (gnus-dired-print):
5309         * mail-parse.el:
5310         * nnmairix.el (nnmairix-request-group):
5311         * shr.el (shr-image-displayer):
5312         * sieve-manage.el:
5313         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5314
5315 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5316
5317         * gnus-sum.el (gnus-auto-select-subject):
5318         * spam-report.el (spam-report-resend): Spelling fix.
5319
5320 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5321
5322         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5323         * gnus-art.el (gnus-default-article-saver):
5324         * gnus-srvr.el (gnus-server-copy-server):
5325         * gnus.el (gnus-sloppily-equal-method-parameters):
5326         * html2text.el (html2text-format-tag-list):
5327         * message.el (message-narrow-to-head):
5328         * nndiary.el:
5329         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5330         * sieve.el: Spelling fix.
5331
5332 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5333
5334         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5335         * gnus-sum.el (gnus-summary-make-menu-bar):
5336         * gnus-uu.el (gnus-uu-decode-postscript)
5337         (gnus-uu-decode-postscript-and-save):
5338         * mailcap.el (mailcap-print-command):
5339         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5340         Fix typos.
5341
5342 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5343
5344         * gnus-art.el (gnus-article-part-wrapper):
5345         * html2text.el (html2text-fix-paragraphs):
5346         * mm-decode.el (mm-image-fit-p):
5347         * rfc2047.el (rfc2047-encode-message-header):
5348         * shr-color.el (shr-color-visible-distance-min)
5349         (shr-color-relative-to-absolute, set-minimum-interval)
5350         (shr-color-visible): Fix typos.
5351
5352 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5353
5354         * gmm-utils.el (gmm-tool-bar-item):
5355         * gnus-art.el (gnus-treat-body-boundary):
5356         * gnus-diary.el (gnus-user-format-function-d):
5357         * gnus-start.el (gnus-get-unread-articles):
5358         * pgg-gpg.el (pgg-gpg-update-agent):
5359         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5360
5361 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5362
5363         * gnus-topic.el (gnus-group-prepare-topics):
5364         * gnus-uu.el (gnus-extract-view):
5365         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5366
5367 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * spam.el: Move BBDB autoloads.
5370         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5371         BBDB 2 and 3.
5372         (spam-check-BBDB): Use it.
5373         (spam-enter-ham-BBDB): Use it.
5374
5375 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5376
5377         * smime.el (smime-draw-buffer): Spelling fix.
5378
5379 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5380
5381         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5382         for scanning exactly one level.
5383         * gnus-start.el (gnus-get-unread-articles): Ditto.
5384
5385 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5388         slightly clearer.
5389
5390 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * gnus-sync.el: More commentary about setup.
5393
5394 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * message.el (message-send-and-exit): Document `arg'.
5397
5398 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5399
5400         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5401
5402 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5405
5406         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5407         we don't use `bound-and-true-p'.
5408
5409 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * gnus-util.el (gnus-bound-and-true-p): Remove.
5412         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5413         * nnir.el: Use it.
5414         * nnmairix.el: Use it.
5415
5416 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * gnus-sync.el: Improve docs about CouchDB admins.
5419
5420         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5421         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5422         for reasons unknown.
5423         * nnir.el: Use it.
5424         * nnmairix.el: Use it.
5425
5426         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5427         * nnir.el: Ditto.
5428         * nnmairix.el: Ditto.
5429
5430         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5431
5432 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5435         not needed.  Provide xmlplistread list function to produce XML plist
5436         output for non-Gnus LeSync clients.
5437
5438 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5441
5442         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5443         and save against it.  Group subscriptions, read marks, other marks,
5444         subscription levels, topic names, and topic offsets (the group's
5445         position within the topic) are saved.  This is an experimental backend
5446         and may change significantly.  Load json.el from the gnus-fallback-lib
5447         if it's not available otherwise.
5448         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5449
5450 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * message.el (message-completion-function): Make sure
5453         message-tab-body-function is not attempted if one of
5454         message-completion-alist fails to find a completion (bug#9158).
5455
5456 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5457
5458         * mml.el (mml-quote-region): Quote <#secure> tag.
5459         (mml-generate-mime-1): Unquote <#secure> tag.
5460
5461 2011-10-20  Chong Yidong  <cyd@gnu.org>
5462
5463         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5464         calling a minor mode from Lisp with nil arg enables it, so we have to
5465         make the wording a bit ambiguous here).
5466
5467 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5468
5469         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5470         * nnir.el (nnir-mode): Use it.
5471         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5472         Use it.
5473
5474         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5475         * nnmairix.el (gnus-registry-enabled): Ditto.
5476
5477 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5478
5479         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5480         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5481         only while we need to find out if it should be t or nil.
5482         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5483         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5484         the registry is installed.  Set it to nil when it's unloaded.
5485         (gnus-registry-install-p): Provide user guidance for the initial value
5486         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5487         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5488         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5489         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5490         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5491         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5492         `gnus-registry-install'.
5493
5494 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5495
5496         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5497         previous change.
5498         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5499         primary key is marked as disabled.
5500
5501 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5502
5503         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5504         primary key is marked as disabled.
5505
5506 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5507
5508         * html2text.el (html2text-clean-anchor): Check for quotes around
5509         `href' value.
5510
5511 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5514         searching.  Drop `bbdb-cache'.
5515
5516 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * message.el (message-signed-or-encrypted-p): Exclude header when
5519         checking if there is signed or encrypted body in text/plain message.
5520
5521 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5522
5523         * html2text.el (html2text-get-attr): Correctly handle attribute values
5524         containing "=".
5525
5526 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5527
5528         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5529         handle bindings.
5530
5531 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * gnus-win.el (gnus-configure-windows): Protect against reading
5534         ephemeral groups outside of Gnus.
5535
5536 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * shr.el (shr-tag-img): Don't get images displayed in tables.
5539
5540 2011-10-03  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5543         the "maintainer" version of debbugs.gnu.org reports.
5544
5545 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5546
5547         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5548         make asynchronous adjacent image insertion work better.
5549
5550 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5551
5552         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5553         documentation.
5554
5555 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556
5557         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5558         `gnus-asynchronous' isn't shadowed.
5559
5560 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5563
5564         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5565         (nnimap-insert-partial-structure): The charset parameter isn't
5566         case-sensitive.
5567
5568         * nnheader.el (nnheader-message-maybe): New function.
5569
5570         * shr.el (shr-tag-table): Render totally broken tables better.
5571
5572         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5573         computing the boundary.
5574
5575 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * pop3.el (pop3-number-of-responses): Remove.
5578         (pop3-wait-for-messages): Rewrite to take linear time instead of
5579         exponential time.
5580
5581 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5584         re-fetch images.
5585
5586         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5587         re-fetch images when hitting `g' in Gnus.
5588
5589 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5592         (mml-compute-boundary): Don't check collision if it is non-nil.
5593         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5594         before checking collision.
5595
5596 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * message.el (message-indent-citation): Really make sure there's a
5599         newline at the end.
5600
5601         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5602         Fix suggested by John Wiegley.
5603
5604         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5605
5606         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5607
5608         * message.el (message-default-send-rename-function): Break out into its
5609         own function.
5610
5611         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5612         doesn't work under XEmacs.
5613
5614         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5615         of "imaps" to word around Windows problems.
5616         (nnimap-open-connection-1): Use it.
5617
5618         * message.el (message-indent-citation): Revert last change which made
5619         `F' not work.
5620
5621 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5622
5623         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5624         terminal as well.
5625
5626 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5629         because it displays images using overlays that aren't easy to copy to
5630         the article buffer.
5631
5632 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5633
5634         * message.el (message-indent-citation): Fix empty line removal at the
5635         end of the citation.
5636
5637 2011-09-20  Julien Danjou  <julien@danjou.info>
5638
5639         * auth-source.el (auth-source-netrc-create): Use default value for
5640         password if specified.  Evaluate default.
5641         (auth-source-plstore-create): Ditto.
5642         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5643         value evaluation.
5644         (auth-source-netrc-create): Typo fix.
5645         (auth-source-plstore-create): Ditto.
5646
5647         * password-cache.el (password-cache-remove): Remove entries even if the
5648         value is nil, so that password with a nil value (negative caching) is
5649         possible to invalidate.
5650
5651         * auth-source.el (auth-source-format-cache-entry): New function.
5652
5653 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5656
5657 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5660
5661 2011-09-19  Julien Danjou  <julien@danjou.info>
5662
5663         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5664         which work with things that are not ASCII.
5665
5666 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5669
5670 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5671
5672         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5673         message level.
5674
5675 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5678
5679 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5682
5683 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5684
5685         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5686         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5687
5688 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5689
5690         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5691         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5692         articles.
5693
5694 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5695
5696         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5697         (message-mail-other-window, message-mail-other-frame)
5698         (message-news-other-window, message-news-other-frame):
5699         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5700         instead of setting buffer display varibles.
5701
5702 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5705
5706         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5707
5708 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5711         duplicates" to a higher level.
5712
5713         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5714         most egregious messages.
5715
5716 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5719
5720 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5721
5722         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5723         up the file (bug#9351).
5724
5725 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5728         it does with all other backends, but decode the names immediately after
5729         getting them.
5730
5731         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5732         decoding nnimap groups.
5733
5734         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5735         newsrc file.  It doesn't seem like an important optimization any more.
5736
5737 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5738
5739         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5740         overflows.
5741
5742 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5745         (gnus-interactive-exit): Extend to `quiet'.
5746
5747         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5748
5749         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5750         string.
5751
5752         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5753         renaming function arguments from `this'.
5754
5755         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5756
5757         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5758         has been renamed.
5759         (gnus-lrm-string-p): Include RLM and PDF, too.
5760
5761         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5762         (bug#9225).
5763
5764 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5765
5766         Add autoload cookies for functions used by sendmail.el.
5767         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5768
5769         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5770
5771 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-art.el (article-date-ut): Work properly even when there are
5774         things like Date header in the body; work for forwarded parts.
5775
5776 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5777
5778         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5779         original-article-buffer.
5780
5781 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5782
5783         * nnir.el (nnir-compose-result): Fix matching of server type.
5784         (nnir-run-swish++): Ditto.
5785         (nnir-run-namazu): Ditto.
5786         (nnir-run-notmuch): Ditto.
5787
5788 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5791         (bug#9405).
5792
5793         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5794         (bug#9421).
5795
5796         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5797         (bug#9425).
5798
5799         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5800         thing (bug#9426).
5801
5802 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5805         the error message.
5806
5807 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5808
5809         * message.el (message-setup-1): Return t (Bug#9392).
5810
5811 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5812
5813         * gnus-sum.el: When adding article headers to a summary buffer also
5814         update gnus-newsgroup-articles (bug#9386).
5815
5816 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * auth-source.el: Autoload help-mode.
5819
5820 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5823         names.
5824
5825 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5826
5827         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5828         mm-replace-in-string for compatibility issues.
5829         * mml2015.el (mml2015-epg-verify): Ditto.
5830
5831 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5834
5835         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5836
5837 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5840         continue on and do the clean-up phase (bug#9188).
5841
5842         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5843         just ignore groups that can't be opened instead of erroring out
5844         (bug#9225).
5845
5846         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5847         nil since some many people are fuddy-duddies.
5848
5849         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5850         images.
5851
5852         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5853         instead.
5854
5855         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5856
5857         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5858
5859         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5860         processing.
5861
5862         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5863         buffer to avoid warnings.
5864
5865 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5866
5867         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5868         specified to reduce precision.
5869
5870 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5873         bodystructures (bug#9314).
5874
5875 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5878         Make button keymap non-sticky after buttons.
5879
5880 2011-08-18  David Engster  <dengste@eml.cc>
5881
5882         * nnmairix.el (nnmairix-request-set-mark)
5883         (nnmairix-goto-original-article): Remove adding of article to registry,
5884         since `gnus-registry-add-group' isn't available anymore.
5885         (nnmairix-determine-original-group-from-registry):
5886         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5887         available anymore.
5888
5889 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5890
5891         * starttls.el (starttls-any-program-available): Define as obsolete
5892         function.
5893
5894 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5897         versions which Gnus use when appropriate.
5898
5899         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5900         a pretty destructive command.
5901
5902         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5903
5904 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * message.el (message-fix-before-sending): Make a different warning
5907         about NUL characters (bug#9270).
5908
5909         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5910         from custom (bug#9260).
5911
5912         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5913         things work in Emacs 22 and XEmacs, too.
5914
5915         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5916         default From.
5917
5918         * gnus-spec.el (gnus-lrm-string-p): New macro.
5919         (gnus-lrm-string): New constant.
5920         (gnus-summary-line-format-spec): LRM-ify the from.
5921         (gnus-tilde-max-form): LRM-ify string chopping.
5922
5923         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5924
5925         * message.el (message-is-yours-p): Allow disabling canlock checking
5926         (bug#9295).
5927         (message-shoot-gnksa-feet): Add `canlock-verify'.
5928         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5929         message directory isn't writable (bug#9304).
5930
5931         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5932         non-world-readable.
5933
5934 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5937         articles.
5938
5939 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5940
5941         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5942         copy-list.
5943
5944 2011-08-12  Sam Steingold  <sds@gnu.org>
5945
5946         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5947         in the reverse order to avoid modifying the cache with `nreverse'.
5948         (gnus-all-score-files): Do not modify the value returned by
5949         `gnus-score-find-alist' because it lives in a cache variable.
5950         (gnus-current-home-score-file): No need to `nreverse' the return value
5951         of `gnus-score-find-alist', it is already in the correct order.
5952
5953 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5954
5955         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5956         type MESSAGE and subtype RFC822 is slightly different from those of
5957         type TEXT.
5958
5959 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5960
5961         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5962         This allows article-referral to work from an nnir group.
5963
5964 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5965
5966         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5967
5968 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5969
5970         * mml1991.el (mml1991-epg-find-usable-key)
5971         (mml1991-epg-find-usable-secret-key): New function.
5972         (mml1991-epg-sign): Check if signing key is usable.
5973         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5974
5975 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5976
5977         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5978         server-variables only.  This should fix a bug introduced with commit
5979         e1889675b7f4adf057833c5513c9374134c4e053.
5980         (nnir-run-query): 'nnir-search-engine should not be set from the global
5981         environment.
5982
5983 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5984
5985         * nnir.el (nnir-search-thread): Position point on referring article
5986         line.
5987         (nnir-warp-to-article): Clean up summary buffers.
5988
5989         * nnimap.el (nnimap-request-thread): Whitespace fix.
5990
5991 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5992
5993         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5994
5995 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * starttls.el (starttls-available-p): Rename from
5998         `starttls-any-program-available' and changed return convention.
5999
6000 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6001
6002         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6003         `unix-sync' unless it's defined.
6004
6005 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6006
6007         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6008         `aref' for XEmacs compatibiltiy.
6009
6010 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6013
6014 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6015
6016         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6017         closures, quote the form properly (bug#9194).
6018
6019 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6022         (gnus-summary-insert-new-articles): Protect against servers that are
6023         down.
6024
6025 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6026
6027         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6028         in mm handle if none is specified.
6029
6030 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6031
6032         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6033
6034 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6035
6036         * nnir.el (nnir-search-thread): New function to make an nnir group
6037         based on a thread query.
6038
6039         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6040         of nnir in thread referral.
6041         (gnus-summary-refer-thread): Use it.
6042
6043         * nnimap.el (nnimap-request-thread): Use it.
6044
6045 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * shr.el (shr-tag-comment): Ignore HTML comments.
6048
6049 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6050
6051         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6052         argument.
6053         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6054         Use `nnir-address' to handle server info rather than passing an arg.
6055
6056         * nnimap.el (nnimap-make-thread-query): New utility function to format
6057         an imap thread search query.
6058         (nnimap-request-thread): Use it.
6059
6060         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6061         right select-method if we are not going back to the group buffer.
6062
6063 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064
6065         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6066         enter invalid buffer configurations into the quit form (bug#9107).
6067         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6068         unplugged/plugged.
6069
6070         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6071         keep track of which ones are unread (bug#9061).
6072
6073         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6074         (bug#9055).
6075
6076         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6077         (bug#9041).
6078
6079         * gnus-html.el (mm-util): Require (bug#9073).
6080
6081         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6082         (gnus-summary-refer-thread): Use it to remove duplicates in the
6083         un-threaded view (bug#9053).
6084         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6085
6086 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6087
6088         * nnir.el (nnir-read-server-parm): Use default value from global
6089         variable.  Without this the default search engine parameters aren't
6090         used at all.
6091
6092 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093
6094         * message.el (message-unique-id): Don't use the undocumented return
6095         value from (random t) (bug#9118).
6096
6097 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * message.el (message-auto-save-directory): If the ~/Mail directory
6100         doesn't exist, use ~ as the auto-save directory (bug#4432).
6101
6102         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6103         hasn't already been started.
6104
6105 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6108
6109         * message.el (message-reply): Work around mysterious bug where
6110         `message-mode' seems to overwrite the locally bound `subject' variable.
6111
6112 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6113
6114         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6115         correct group.
6116
6117         * gnus-int.el (gnus-request-thread): Add group argument.
6118
6119         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6120
6121 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6124
6125         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6126         renamed to `debbugs-gnu-*'.
6127
6128 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6129
6130         * plstore.el: Revert the editing feature since it is not urgent.
6131         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6132         (plstore-mode-decoded): Remove.
6133
6134 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6137         isn't very interesting any more, and it leaks potentially secret data.
6138         (gnus-debug): Remove.
6139
6140         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6141         use of :custom-show.
6142
6143 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6144
6145         * plstore.el: Add documentation.
6146         (plstore-mode): New mode to edit plstore file.
6147         (plstore-mode-toggle-display, plstore-mode-original)
6148         (plstore-mode-decoded): New command.
6149         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6150         (plstore--insert-buffer, plstore--make): New function.
6151         (plstore-open, plstore-save): Simplify by using them.
6152
6153 2011-07-06  Glenn Morris  <rgm@gnu.org>
6154
6155         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6156
6157 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6160         no longer is much used.
6161         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6162         Articles".
6163
6164 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6165
6166         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6167         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6168         `notmuch' backend.
6169
6170 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * mm-decode.el (mm-text-html-renderer): Doc fix.
6173
6174         * gnus-msg.el (gnus-bug): Fix the MML tag.
6175
6176         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6177
6178 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6179
6180         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6181         secondary methods if started with `gnus-no-server'.
6182
6183 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6184
6185         * message.el (message-return-action): Fix typo in docstring.
6186
6187 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6190         bug reports at once.
6191
6192         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6193
6194 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * nndraft.el: Require gnus-group.
6197         (nndraft-request-list): Declare.
6198
6199         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6200         no unread article unless it matches gnus-permanently-visible-groups.
6201
6202         * nndraft.el (nndraft-update-unread-articles): New function.
6203         (nndraft-request-associate-buffer): Use it to update the number of
6204         unread articles for the nndraft groups in the group buffer when saving
6205         or killing a draft message.
6206
6207 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6210         systems to binary before writing and reading the mbox files.
6211
6212         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6213         instead of trying to list them all (bug#8978).
6214
6215 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6216
6217         * pop3.el (pop3-open-server): Use :end-of-capability.
6218
6219 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6222         the id is always a number.
6223
6224         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6225
6226         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6227         debbugs mode, if possible.
6228
6229 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6230
6231         * auth-source.el (auth-source-token-passphrase-callback-function):
6232         Reindent.
6233         (epg-context-operation): Remove unnecessary autoload.
6234
6235 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * gnus.el (gnus-list-debbugs): New command.
6238
6239         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6240         mboxstat instead of the maintbox, since the stat seems to be fuller.
6241
6242         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6243         summary buffers.
6244
6245         * message.el (message-get-reply-headers): Delete all duplicates,
6246         instead of the first.
6247         (message-get-reply-headers): Ensure that we have progress while
6248         deleting duplicates.
6249
6250         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6251         gnus-posting-style value from the summary buffer to make it easier to
6252         make that a per-buffer conf.
6253
6254 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6255
6256         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6257         found by setting `shortcut' in 'query.
6258         (nnir-request-article): Use `shortcut' setting when requesting article
6259         by Message-ID.
6260
6261 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6264         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6265         Bring the pseudo-headers back too.
6266
6267 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6268
6269         * auth-source.el (auth-source-token-passphrase-callback-function):
6270         Simplify and remove EPA dependency.
6271
6272 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6273
6274         * nnir.el (nnir-request-article): Fix error message text.
6275
6276 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6277
6278         * auth-source.el (plstore-delete): Autoload.
6279         (auth-source-plstore-search): Support delete operation.
6280         * plstore.el (plstore-delete): New function.
6281
6282 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6285         mark actually existing articles as unread rather than the ones that
6286         active asserts.
6287
6288 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6289
6290         * nntp.el (nntp-record-command):
6291         * gnus-util.el (gnus-message-with-timestamp-1):
6292         Use format-time-string rather than decoding time stamps by hand.
6293         This is simpler and insulates the code from potential changes to
6294         current-time format.
6295
6296 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6299
6300 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6301
6302         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6303         (plstore-save): Support public key encryption.
6304         (plstore--init-from-buffer): New function.
6305         (plstore-open): Use it; fix error when opening a non-existent file.
6306         (plstore-revert): Use plstore--init-from-buffer.
6307
6308 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6309
6310         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6311
6312 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6315         for old Emacsen.
6316
6317 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6318
6319         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6320         is not fully working.
6321
6322 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * dgnushack.el: Autoload sha1 on XEmacs.
6325
6326         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6327         quit window configuration.
6328
6329         * auth-source.el (epg-context-set-passphrase-callback):
6330         Remove duplicate autoload.
6331
6332 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6333
6334         * nnir.el (nnir-request-article): Allow requesting articles by
6335         Message-ID with nnimap.
6336
6337         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6338         current server.
6339
6340 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * auth-source.el: Autoload EPA/EPG functions.
6343         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6344         changed when EPA/EPG is not available.
6345         (auth-source-backend): Rename "arg" member to "data".
6346         (auth-source-backend-parse, auth-source-plstore-search)
6347         (auth-source-plstore-create): Use it.
6348
6349 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6350
6351         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6352         `gnus-refer-article-methods'.
6353
6354 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * auth-source.el: Require EPA and EPG.
6357         (auth-source-passphrase-alist): New variable.
6358         (auth-source-passphrase-callback-function)
6359         (auth-source-token-passphrase-callback-function): Callbacks for the
6360         netrc field encryption (GPG tokens).
6361         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6362         Symmetric encryption and decryption of the netrc GPG tokens.
6363         (auth-source-netrc-normalize): Use them, simplifying the closure.
6364
6365 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6368         is available.
6369
6370 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6373         non-nil, and `nnimap-split-methods' is nil, use the former.
6374
6375 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6376
6377         * plstore.el (plstore-revert): New function.
6378         (plstore-open): Use it; hide the buffer from user.
6379
6380 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6381
6382         * auth-source.el (auth-source-backend): New member "arg".
6383         (auth-source-backend-parse): Handle new backend 'plstore.
6384         * plstore.el: New file.
6385
6386 2011-06-30  Glenn Morris  <rgm@gnu.org>
6387
6388         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6389
6390 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6393         expiring articles to.
6394
6395         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6396         variations as ASCII (bug#5458).
6397
6398 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6401
6402 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * message.el (message-point-in-header-p): Tweak the function to default
6405         to saying that we're not in the headers if there is no separator at
6406         all.  This makes it possible to use the Message version of `M-q' in
6407         buffers with no headers (bug#7987).
6408         (message-point-in-header-p): Fix last checkin to work with an empty
6409         mail-header-separator, too.
6410
6411         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6412         again, save the choice via customize.
6413
6414 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6417
6418         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6419         ended the connection, bail out before waiting infinitely on a new
6420         connection.
6421
6422 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6425         reports.
6426
6427         * gnus.el (gnus-bug-package): Use "gnus."
6428         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6429
6430 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * dgnushack.el: Make the timer warning go away on XEmacs.
6433
6434         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6435         animations going on at article exit time.
6436
6437         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6438         since removing it breaks people upgrading.
6439
6440         * shr.el (shr-put-image): Use the new interface for animating images.
6441         (shr-put-image): Animate for 60 seconds.
6442
6443         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6444         avoid compiler warnings.
6445
6446         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6447         error with `find-file-hooks' on Emacs 22.
6448         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6449         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6450         on all architectures.
6451
6452         * spam.el (spam-stat): Require in a normal fashion without binding
6453         `spam-stat-install-hooks' to avoid compilation warnings.
6454
6455         * spam-stat.el (spam-stat-install-hooks): Remove.
6456         (spam-stat-install-hooks): Don't run automatically.
6457
6458 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6459
6460         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6461         and keystroke.
6462
6463 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * auth-source.el (auth-source-netrc-cache): Move forward.
6466
6467 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * proto-stream.el (proto-stream-open-starttls): Use
6470         `gnutls-available-p' to see whether we have built-in support.
6471
6472         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6473         we already know.
6474         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6475         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6476
6477 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6480         %S format, since that looks odd.
6481         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6482         file, especially when saving.
6483
6484 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6485
6486         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6487         article found.
6488
6489 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6490
6491         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6492         `auth-source-save-secrets' with a more sensitive alist that can be
6493         configured per file.  Experimental, so defaults to 'never.
6494         (auth-source-netrc-create): Use it.  Still experimental code.
6495         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6496         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6497
6498 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6499
6500         * auth-source.el (auth-source-save-secrets): New variable to control if
6501         secret tokens should be saved encrypted.
6502         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6503         to `auth-source-netrc-normalize'.
6504         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6505         on the EPA variables being defined.
6506         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6507         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6508         the lexical-let closure.
6509         (auth-source-netrc-create): Create "gpg:" tokens according to
6510         `auth-source-save-secrets'.
6511
6512 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-group.el (gnus-group-update-group): Add new argument
6515         `info-unchanged' that stops updating dribble buffer.
6516
6517         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6518         deletes lines matching to it in dribble buffer.
6519
6520         * gnus-agent.el (gnus-agent-fetch-group-1):
6521         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6522         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6523         * gnus-start.el (gnus-group-change-level):
6524         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6525
6526         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6527         if newsgroup info is not changed.
6528
6529         * gnus-group.el (gnus-group-get-new-news-this-group):
6530         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6531         Don't update dribble buffer.
6532
6533 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6534
6535         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6536         remove entries with groups we ignore.
6537
6538 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6541         the underline comes at the bottom.
6542
6543 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6546         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6547         (gnus-registry-article-marks-to-names): Rename from
6548         `gnus-registry-user-format-function-M2'.
6549
6550 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6553         ephemeral group.
6554
6555 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * shr.el (shr-browse-image): Copy the URL if called interactively.
6558
6559 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6562         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6563         done, then unselected articles may be marked as read.
6564
6565         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6566         since not doing this seems to lead to a race condition in pop3-logon.
6567
6568         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6569         so that the call chain it correct when we call "upwards".
6570
6571         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6572         in read-only groups.
6573
6574         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6575
6576         * message.el (message-cite-reply-position): Doc string fix.
6577
6578         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6579         avoid regexp overflow.
6580         (nnimap-transform-split-mail): Ditto.
6581
6582         * pop3.el (pop3-retr): Error out if the server closes the connection.
6583
6584 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6585
6586         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6587         mm-with-unibyte-current-buffer.  The buffer should not contain any
6588         multibyte chars anyway at this stage.
6589
6590 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6593         at the end of lines.
6594
6595 2011-05-29  Julien Danjou  <julien@danjou.info>
6596
6597         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6598
6599 2011-05-27  Glenn Morris  <rgm@gnu.org>
6600
6601         * gnus-group.el (gnus-bug-group-download-format-alist):
6602         Use the "maintainer" version of debian reports as well.
6603
6604 2011-05-26  Glenn Morris  <rgm@gnu.org>
6605
6606         * gnus-group.el (gnus-bug-group-download-format-alist):
6607         Use the "maintainer" version of debbugs.gnu.org reports.
6608
6609 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6612
6613 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6614
6615         * gnus-cus.el (gnus-agent-customize-category):
6616         * gnus-delay.el (gnus-delay-send-queue):
6617         * gnus.el (gnus-other-frame):
6618         Don't quote lambda expressions with `quote'.
6619
6620 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6621
6622         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6623         the thread moves us backwards and so we loop forever.
6624
6625 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6628         whitespace in base64 data lines.
6629
6630 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * gnus-registry.el (gnus-registry-user-format-function-M):
6633         Use `mapconcat'.
6634         (gnus-registry-user-format-function-M2): Use to see the full text of
6635         the marks.  Make "," the mark text separator.
6636
6637         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6638         authentication with auth-source.
6639
6640 2011-05-17  Glenn Morris  <rgm@gnu.org>
6641
6642         * gnus-group.el (gnus-import-other-newsrc-file):
6643         Use insert-file-contents.
6644
6645 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6646
6647         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6648         1000 iterations.
6649
6650 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * nntp.el (nntp-open-connection): Check if process-type is available.
6653
6654 2011-05-16  Julien Danjou  <julien@danjou.info>
6655
6656         * shr.el (shr-tag-del): Add support for del tag.
6657
6658 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-html.el (gnus-html-put-image): Register a displayer.
6661
6662         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6663
6664 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * registry.el (prune-factor): New initialization parameter defaulting
6667         to 0.1.
6668         (registry-prune-hard): Use it.
6669
6670         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6671         0.1 expicitly.
6672
6673 2011-05-13  Glenn Morris  <rgm@gnu.org>
6674
6675         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6676         is bound, since this function requires sendmail.
6677
6678 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * registry.el (registry-usage-test): Disable pruning test.
6681
6682 2011-05-11  David Engster  <dengste@eml.cc>
6683
6684         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6685         Bind set-network-process-option for XEmacs.
6686
6687 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6688
6689         * registry.el (registry-prune-hard-candidates)
6690         (registry-prune-soft-candidates): Helper methods for registry pruning.
6691         (registry-prune): Use them.  Make the sort function optional.
6692
6693 2011-05-10  Jim Meyering  <meyering@redhat.com>
6694
6695         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6696
6697 2011-05-10  Julien Danjou  <julien@danjou.info>
6698
6699         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6700         symbol and not a list.
6701
6702 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * gnus-art.el (gnus-article-mode): Move binding of
6705         shr-put-image-function here from gnus-article-prepare-display.
6706
6707         * shr.el (shr-put-image-function): New variable.
6708         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6709         (shr-put-image): Return scaled image.
6710
6711         * gnus-art.el (gnus-shr-put-image): New function.
6712         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6713
6714         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6715         original ones, as deletable.
6716
6717 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6718
6719         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6720
6721 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * registry.el (registry-full): Add convenience method.  Fix logic.
6724         (registry-insert): Use it.  Fix logic here too.
6725
6726         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6727         `registry-prune' if `registry-full' returns t.
6728         (gnus-registry-handle-action)
6729         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6730         (gnus-registry-usage-test): Use it.
6731
6732 2011-05-07  Julien Danjou  <julien@danjou.info>
6733
6734         * shr.el (shr-link): Make shr-link inherit from link by default.
6735
6736 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6737
6738         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6739
6740 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6743         error out because the face is not a list.
6744
6745 2011-05-05  Glenn Morris  <rgm@gnu.org>
6746
6747         * proto-stream.el (gnutls-negotiate): Fix declarations.
6748
6749         * gnus-start.el (gnus-propagate-marks): Declare.
6750
6751 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * registry.el (registry-reindex): Fix percentage message.
6754
6755         * proto-stream.el (network-stream-open-starttls): Adjust to call
6756         `gnutls-negotiate' with :process and :hostname arguments.
6757
6758 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6759
6760         * shr.el: Add shr-link face for links.
6761         (shr-urlify): Use it.
6762
6763         * registry.el (registry-insert): Make error message more helpful.
6764
6765 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766
6767         * gnus-html.el (gnus-html-schedule-image-fetching):
6768         Use url-queue-retrieve, if it exists.
6769
6770         * shr.el (shr-tag-img): Ditto.
6771
6772         * gnus.el: Autoload more gnus-agent functions.
6773
6774         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6775         agent if we haven't already (bug#8502).
6776
6777         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6778         into the Agent, too.
6779
6780         * gnus-agent.el (gnus-agent-store-article): New function.
6781
6782         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6783         and moved from that file for reuse.
6784
6785         * pop3.el (pop3-open-server): Error messages are "-ERR".
6786
6787 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6790         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6791
6792 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6793
6794         * gnus.el: No Gnus v0.17 is released.
6795
6796 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6797
6798         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6799         buffer has moved to a different frame.
6800
6801 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802
6803         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6804         to get the conversion from unibyte to multibyte buffers to work on
6805         Emacs 22.
6806
6807         * nntp.el (nntp-request-article): Slight clean-up.
6808
6809 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * shr.el (shr-strike-through): New face.
6812         (shr-tag-s): Use it to provide <s> support.
6813         (shr-tag-s): Remove duplicate definition.
6814
6815 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6818         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6819
6820 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6821
6822         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6823         `gnutls-negotiate'.
6824         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6825
6826 2011-04-23  Glenn Morris  <rgm@gnu.org>
6827
6828         * gnus-sum.el (gnus-extra-headers): Bump :version.
6829
6830 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * shr.el (shr-tag-sup): New function.
6833         (shr-tag-sub): Ditto.
6834
6835 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6836
6837         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6838         for the case where `gnus-registry-ignored-groups' is a list of lists,
6839         and don't call `gnus-parameter-registry-ignore' otherwise.
6840
6841 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6842
6843         * nnimap.el (nnimap-user): New backend variable.
6844         (nnimap-open-connection-1): Use it.
6845         (nnimap-credentials): Accept user parameter so it's explicit what user
6846         name is desired.
6847
6848         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6849         default.
6850
6851         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6852         not gnus-registry.el.
6853
6854         * gnus-registry.el: Mention in comments how to modify
6855         `gnus-extra-headers' for proper recipient tracking and that it may
6856         already have To and Cc recently, which it does as of this commit.
6857         (gnus-registry-ignored-groups): Remove defcustom.
6858         Explain why in comments.
6859         (gnus-registry-action): Fix data-header reference to use the extra
6860         headers.  Explain in package commentary how to add To and Cc headers to
6861         the gnus-extra-headers.
6862         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6863         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6864         parameter list or a string list in `gnus-registry-ignored-groups'.
6865         Fix logic error.
6866
6867 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * shr.el (shr-expand-url): Protect against null urls.
6870
6871 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * shr.el (shr-base): New binding.
6874         (shr-tag-base): Keep track of <base>.
6875         (shr-expand-url): New function used throughout.
6876
6877 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * gnus-registry.el
6880         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6881         (gnus-registry-ignored-groups): New variable.
6882         (gnus-registry-ignore-group-p): Use it.
6883         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6884         set the destination group to nil (same as delete) if it's ignored.
6885
6886 2011-04-20  David Engster  <dengste@eml.cc>
6887
6888         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6889
6890         * Makefile.in (test-nntp): New rule.
6891         (check): Add it.
6892         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6893
6894 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-registry.el (gnus-registry-action)
6897         (gnus-registry-fetch-header-fast):
6898         Don't use mail-header that looks an internal function of mailheader.el.
6899
6900 2011-04-19  Glenn Morris  <rgm@gnu.org>
6901
6902         * time-date.el (time-to-days): Remove unused local variables.
6903
6904 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-registry.el: Eliminate cl functions.
6907         (gnus-registry-sort-addresses): New function that replaces mapcan.
6908         (gnus-registry-action, gnus-registry-spool-action)
6909         (gnus-registry-split-fancy-with-parent)
6910         (gnus-registry-fetch-recipients-fast): Use it.
6911         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6912
6913         * registry.el (initialize-instance, registry-lookup)
6914         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6915         (registry-lookup-secondary-value, registry-search, registry-delete)
6916         (registry-insert, registry-reindex, registry-size, registry-prune):
6917         Use eval-and-compile.
6918
6919 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * registry.el (registry-reindex): New method to recreate the secondary
6922         registry indices.
6923
6924         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6925         tracked field changes.
6926         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6927         (gnus-registry-action, gnus-registry-spool-action)
6928         (gnus-registry-handle-action)
6929         (gnus-registry--split-fancy-with-parent-internal)
6930         (gnus-registry-split-fancy-with-parent)
6931         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6932         move, and delete actions, and for fancy splitting with parent.
6933         (gnus-registry-extract-addresses)
6934         (gnus-registry-fetch-recipients-fast)
6935         (gnus-registry-fetch-header-fast): Convenience functions.
6936         (gnus-registry-misc-test): ERT test of
6937         `gnus-registry-extract-addresses'.
6938
6939 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6942         Track by subject first, then sender.
6943
6944 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6945
6946         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6947
6948         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6949         Lisp.
6950
6951         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6952         (gnus-draft-send): Use it to avoid popping
6953         up frames from gnus-group-send-queue.
6954
6955 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6956
6957         * gnus-registry.el: Updated gnus-registry docs.
6958
6959 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6962         Fix logic bug.
6963         (gnus-registry-post-process-groups): Fix logging of no results and
6964         quote sender and subject.
6965
6966 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6969         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6970         gnutls-cli are too slow to be done opportunistically.
6971
6972         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6973         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6974         we had no early-data returned.
6975         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6976         two async commands to the same server at the same time.
6977
6978 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6979
6980         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6981
6982 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6985         "warning" level.
6986
6987         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6988         (mm-url-insert-file-contents): Don't set the package names.
6989
6990 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * gnus-registry.el (gnus-registry-action): Remove properties and
6993         simplify subject in `gnus-registry-handle-action'.
6994         (gnus-registry-spool-action): Get subject and sender from message if
6995         they are not passed in.
6996         (gnus-registry-handle-action): Remove properties and simplify subject
6997         consistently.
6998
6999 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7000
7001         * registry.el: Require CL before using defmacro*.
7002
7003 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-art.el (article-treat-date): Assume that
7006         gnus-article-date-headers may be a group parameter.
7007
7008 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7009
7010         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7011
7012         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7013         interactively so the newsrc file can contain foreign groups too.
7014         Useful for debugging but not much for users.
7015
7016 2011-04-07  David Engster  <dengste@eml.cc>
7017
7018         * registry.el (registry-usage-test): Only do
7019         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7020         lexical binding.
7021
7022 2011-04-07  David Engster  <dengste@eml.cc>
7023
7024         * Makefile.in (check, test-registry): New rules for test-suite.
7025
7026 2011-04-06  David Engster  <dengste@eml.cc>
7027
7028         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7029         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7030
7031 2011-04-06  David Engster  <dengste@eml.cc>
7032
7033         * registry.el (initialize-instance): Change :after to :AFTER to be
7034         compatible with old EIEIO version in XEmacs.
7035
7036 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * gnus-registry.el (gnus-registry-post-process-groups)
7039         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7040         and provide better messaging.
7041
7042 2011-04-06  David Engster  <dengste@eml.cc>
7043
7044         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7045         errors.
7046
7047         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7048         dgnushack-compile with error-on-warn enabled, and to signal an error if
7049         clean compilation failed.
7050         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7051         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7052
7053 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7056         unconditionally anyway, discarding errors.
7057         (gnus-registry-delete-entries): New convenience function.
7058         (gnus-registry-import-eld): Import from old .eld registry.
7059
7060         * registry.el: Don't use ERT if it's not available.  Load it
7061         unconditionally anyway, discarding errors.
7062
7063         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7064         version from the Claudio Bley GnuTLS patch (extra optional parameters
7065         and host name).
7066
7067 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7070         fixup the parameters that can be customized by the user between
7071         save/read cycles.
7072         (gnus-registry-read): Use it.
7073         (gnus-registry-make-db): Use it.
7074         (gnus-registry-spool-action, gnus-registry-handle-action):
7075         Fix messaging.
7076         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7077         Map references to actual group names with sender and subject tracking.
7078         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7079         (gnus-registry-usage-test): Add subject lookup test.
7080
7081         * registry.el (registry-db, initialize-instance): Set up constructor
7082         instead of :initform arguments for the sake of older Emacsen.
7083         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7084         pre-lexbind merge bug.
7085         (registry-usage-test): Use it.
7086         (initialize-instance, registry-db): Move the non-function initforms
7087         back to the class definition.
7088
7089 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * registry.el: New library to manage gnus-registry-style data.
7092
7093         * gnus-registry.el: Use it (major rewrite).
7094
7095         * nnregistry.el: Use it.
7096
7097         * spam.el: Use it.
7098
7099 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7102         marks on non-selected articles.
7103
7104 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7105
7106         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7107         parameter to open-protocol-stream.
7108
7109 2011-04-01  Julien Danjou  <julien@danjou.info>
7110
7111         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7112         fundamental-mode.
7113
7114 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7117         servers.
7118
7119 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7122         made marks not propagate, again.
7123
7124 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7125
7126         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7127         Make this the default type.
7128         (proto-stream-open-plain): Rename from proto-stream-open-default.
7129         (open-protocol-stream, proto-stream-open-starttls)
7130         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7131         with `plain'.
7132
7133         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7134         value.
7135
7136         * nntp.el (nntp-open-connection-function): Document the fact that some
7137         values are not functions but are instead handled specially.
7138         Recognize nntp-open-plain-stream value.
7139         (nntp-open-connection): Recognize that value.
7140
7141 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7144         where it seems to be needed.
7145
7146 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7149         stuff.
7150
7151         * gnus-score.el (gnus-score-string): Fix calling convention of
7152         `gnus-simplify-buffer-fuzzy' after last patches.
7153
7154         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7155         server for articles we didn't get any headers for.  This is a sanity
7156         check.
7157
7158 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7159
7160         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7161         new CAPABILITY, use it.
7162
7163 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7166         downloading anything.
7167
7168         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7169
7170 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7171
7172         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7173         colors.
7174         (gnus-splash-svg-color-symbols): New function.
7175
7176 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7179         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7180         (gnus-simplify-subject-fuzzy): Use the local
7181         gnus-simplify-subject-fuzzy-regex instead of the global one.
7182         This makes using this variable in group parameters work.
7183
7184 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * gnus-registry.el (gnus-registry-unfollowed-groups):
7187         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7188         archive:sent-YYYY-MM-DD groups).
7189         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7190         tracking if there are more than `gnus-registry-max-track-groups'
7191         matches.
7192
7193 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7194
7195         * message.el (message--yank-original-internal): New function to do the
7196         insertion cleanly inside eval in `message-yank-original'.
7197         (message-yank-original): Use it.
7198
7199 2011-03-29  Julien Danjou  <julien@danjou.info>
7200
7201         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7202         local variables disabled rather than `normal-mode'.
7203
7204 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7205
7206         * imap.el (imap-shell-open, imap-process-connection-type):
7207         Use imap-process-connection-type for 'shell' streams as well as
7208         Kerberos, SSL, other subprocesses.
7209
7210 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7211
7212         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7213         with open-network-stream.
7214         (proto-stream-always-use-starttls): Option removed.
7215         (open-protocol-stream): Return a process object by default.  Provide a
7216         new parameter :return-list specifying a list-type return value, which
7217         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7218         :type `network' to `try-starttls', and `network-only' to `default'.
7219         Make `default' the default, for compatibility with open-network-stream.
7220         Handle the no-parameter case exactly as open-network-stream, with no
7221         additional stream processing.  Search plists using plist-get.
7222         Explicitly add :end-of-commend parameter if it is missing.
7223         (proto-stream-open-default): Rename from
7224         proto-stream-open-network-only.  Return 'default as the type.
7225         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7226         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7227         failed.  Always return a list with a (possibly dead) process as the
7228         first element, for compatibility with open-network-stream.
7229         (proto-stream-open-tls): Use plist-get.  Always return a list.
7230         (proto-stream-open-shell): Return `default' as connection type.
7231         (proto-stream-capability-open): Use plist-get.
7232         (proto-stream-eoc): Function deleted.
7233
7234         * nnimap.el (nnimap-stream, nnimap-open-connection)
7235         (nnimap-open-connection-1): Handle renaming of :type parameter for
7236         open-protocol-stream.
7237         (nnimap-open-connection-1): Pass a :return-list parameter
7238         open-protocol-stream to obtain a list return value.  Parse this list
7239         using plist-get.
7240
7241         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7242         for open-protocol-stream.  Accept open-protocol-stream return value
7243         that is a subprocess object instead of a list.  Handle the case of a
7244         dead returned process.
7245
7246 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7247
7248         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7249
7250         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7251
7252 2011-03-21  Julien Danjou  <julien@danjou.info>
7253
7254         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7255         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7256         query.
7257         (mm-inline-text): Render normal text with fontification whenever
7258         possible.
7259
7260         * gnus-sum.el (gnus-summary-save-parts-1):
7261         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7262         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7263         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7264         Use `mm-handle-filename'.
7265
7266         * mm-util.el (mm-handle-filename): New function, return the filename of
7267         an handle.
7268
7269 2011-03-18  Julien Danjou  <julien@danjou.info>
7270
7271         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7272         (gnus-buffer-live-p): Check that buffer is not nil.
7273
7274 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7275
7276         * gnus.el: No Gnus v0.15 is released.
7277
7278 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7281         avoid warning on XEmacs.
7282
7283         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7284         on XEmacs.
7285
7286         * gnus-art.el: Require mouse, which the build bot seems to say is
7287         needed.
7288
7289         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7290
7291         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7292         XEmacs, since it doesn't have url-retrieve-synchronously.
7293
7294         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7295         since assoc-string doesn't exist in XEmacs.
7296
7297 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7298
7299         * gnus-group.el (gnus-group-list-ticked): New function.
7300         (gnus-group-make-menu-bar): Provide a menu entry for it.
7301         (gnus-group-list-map): Provide a binding for it.
7302
7303 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * shr.el (shr-visit-file): New command.
7306
7307         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7308
7309 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7310
7311         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7312         servers.
7313
7314 2011-03-16  Julien Danjou  <julien@danjou.info>
7315
7316         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7317         inline.
7318
7319         * gnus-art.el (article-hide-list-identifiers):
7320         Use gnus-group-get-list-identifiers.
7321
7322         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7323         (gnus-summary-remove-list-identifiers):
7324         Use gnus-group-get-list-identifiers to get regexp.
7325         (gnus-select-newsgroup, gnus-summary-insert-subject)
7326         (gnus-summary-insert-articles):
7327         Call gnus-summary-remove-list-identifiers unconditionally.
7328
7329 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7332         we're selecting a group with unread articles.
7333
7334         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7335
7336         * gssapi.el: New file separated out from imap.el to provide a general
7337         Kerberos 5 connection facility for Emacs.
7338
7339         * message.el (message-elide-ellipsis): Document the format spec
7340         ellipsis.
7341
7342 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * message.el (message-elide-region): Allow the ellipsis to say how many
7345         lines were removed.
7346
7347 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7350         window configurations containing buffers that are now dead.
7351
7352         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7353         parsing to avoid integer overflows.
7354         (nnimap-parse-flags): Simplify the last change.
7355         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7356         too large for 32-bit Emacsen.
7357
7358 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7359
7360         * auth-source.el (auth-source-netrc-create):
7361         * message.el (message-yank-original): Fix use of `case'.
7362
7363 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7364
7365         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7366         XEmacs, which was one character too wide.
7367
7368 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7369
7370         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7371         default number of articles to display.
7372         (gnus-articles-to-read): Use pretty names for prompt.
7373
7374 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * gnus-int.el (gnus-open-server): Ditto.
7377
7378         * gnus-start.el (gnus-activate-group): Give a backtrace if
7379         debug-on-quit is set and the user hits `C-g'.
7380         (gnus-read-active-file): Ditto.
7381
7382         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7383
7384 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7385
7386         * message.el (message-yank-original): Use cond instead of CL case.
7387
7388 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7389
7390         * auth-source.el (auth-source-netrc-create): Use usual format for the
7391         default in prompts.
7392
7393 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * lpath.el: Fbind read-char-choice for XEmacs.
7396
7397 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * auth-source.el (auth-source-netrc-create): Show the default in the
7400         prompt when prompting for token creation.
7401
7402 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7403
7404         * auth-source.el (auth-source-format-prompt): Always convert the value
7405         to a string to avoid evaluating non-string arguments.
7406         (auth-source-netrc-create): Offer default properly, not as initial
7407         content in `read-string'.
7408         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7409         of line to determine if we've been run before.  If so, don't run again,
7410         but print a trivial message to indicate the cache was hit instead.
7411
7412 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7415         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7416         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7417         Gnus.
7418
7419 2011-03-11  Julien Danjou  <julien@danjou.info>
7420
7421         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7422         modified file".
7423
7424 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7425
7426         * auth-source.el (auth-source-read-char-choice): New function to read a
7427         character choice using `dropdown-list', `read-char-choice', or
7428         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7429         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7430         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7431         (auth-source-netrc-saver): Use it.
7432         (auth-source-pick-first-password): New convenience function.
7433
7434 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7437         parameter in the credentials.
7438         (nnimap-open-connection-1): Use it after a successful login.
7439         (nnimap-credentials): Add IMAP-specific user and password prompt.
7440
7441         * auth-source.el (auth-source-search): Add :require parameter, taking a
7442         list.  Document it and the :save-function return token.  Pass :require
7443         down.  Change the CREATED message from a warning to a debug statement.
7444         (auth-source-search-backends): Pass :require down.
7445         (auth-source-netrc-search): Pass :require down.
7446         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7447         Change save prompt to indicate all modifications saved here are
7448         deletions.
7449         (auth-source-netrc-create): Take user login name as default in user
7450         prompt.  Move all the save functionality to a lexically bound function
7451         under the :save-function token in the returned list.  Set up clearer
7452         default prompts for user, host, port, and secret.
7453         (auth-source-netrc-saver): New function, intended to be wrapped for
7454         :save-function.
7455
7456 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7459         lines to be spaces instead.
7460
7461 2011-03-07  Julien Danjou  <julien@danjou.info>
7462
7463         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7464         (sieve-sasl-auth): Check that auth-source-search did return something,
7465         or just return an empty string.
7466
7467 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7468
7469         * gnus.el (gnus-interactive): Use read-directory-name.
7470
7471         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7472         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7473         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7474         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7475         Likewise.
7476
7477         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7478
7479 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7480
7481         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7482         onto the list of killed groups, too.  This makes killed nnimap groups,
7483         for instance, more reliably not reappear.
7484
7485         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7486         the parent.
7487
7488         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7489
7490         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7491         really have server-side marks.
7492
7493         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7494         since most backends do not usefully have server-side marks.
7495         (gnus-update-read-articles): Propagate marks to all backends that
7496         really have server-side marks.
7497
7498 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7499
7500         * message.el (message-cite-reply-position, message-cite-style):
7501         New variables.
7502         (message-yank-original): Use the new citation styles.
7503
7504 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7505
7506         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7507         buffer-local issue); don't mark it buffer-local when running under
7508         XEmacs.
7509
7510 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7511
7512         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7513         numbers too big to be `read'.
7514
7515 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7516
7517         * password-cache.el (password-in-cache-p): Add autoload.
7518
7519         * message.el (message-options): Make buffer-local two ways to attempt
7520         to fix a XEmacs bug.
7521
7522 2011-03-02  Julien Danjou  <julien@danjou.info>
7523
7524         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7525
7526 2011-03-01  Julien Danjou  <julien@danjou.info>
7527
7528         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7529         group.
7530         (article-hide-list-identifiers): Use list-identifier group parameter.
7531
7532 2011-02-28  Julien Danjou  <julien@danjou.info>
7533
7534         * sieve.el (sieve-buffer-script-name): New local variable to store
7535         sieve script name.
7536         (sieve-edit-script): Store sieve script name.
7537         (sieve-upload): Use sieve script name when uploading.
7538         (sieve-upload): Use substitute-command-keys.
7539         (sieve-edit-script): Use substitute-command-keys.
7540         (sieve-refresh-scriptlist): Use substitute-command-keys.
7541         (sieve-manage-mode-map): Define keymap properly.
7542         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7543         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7544         Remove commented code about cvs.
7545         (sieve-manage-quit): New function.
7546         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7547
7548 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7551
7552 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7553
7554         * auth-source.el (auth-source-search): Cache empty result sets.
7555
7556         * password-cache.el (password-in-cache-p): Convenience function to
7557         check if a key is in the cache, even if the value is nil.
7558
7559         * auth-source.el (auth-source-save-behavior): New variable to replace
7560         `auth-source-never-create'.
7561         (auth-source-netrc-create): Use it.
7562         (auth-source-never-save): Remove.
7563
7564 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7565
7566         * nnimap.el (nnimap-stream): Doc fix.
7567         (nnimap-open-connection-1): Reverse the order of the ports to that the
7568         prompted-for port is first.
7569
7570         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7571         retrieval by the no-group selection.
7572
7573         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7574         numerical parameters.
7575
7576 2011-02-25  Julien Danjou  <julien@danjou.info>
7577
7578         * gnus-gravatar.el: Use gnus-with-article-buffer.
7579
7580         * gnus-art.el (gnus-with-article-buffer): Check that the
7581         gnus-article-buffer is alive.
7582
7583 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7584
7585         * auth-source.el (auth-source-creation-prompts): New variable to manage
7586         creation-time prompts.
7587         (auth-source-search): Document it.
7588         (auth-source-format-prompt): Add utility function.
7589         (auth-source-netrc-create): Don't default the user name to
7590         user-login-name.  Use `auth-source-creation-prompts' and some default
7591         prompts for user, host, port, and password (the default generic prompt
7592         remains ugly).
7593         (auth-source-never-save): Add customizable option to never save info.
7594         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7595         mode excursion.
7596
7597 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7600         argument that XEmacs doesn't support.
7601
7602         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7603         compiled for Emacsen having no `libxml-parse-html-region' support.
7604
7605         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7606
7607         * lpath.el: Bind buffer-save-without-query for XEmacs.
7608
7609 2011-02-23  Julien Danjou  <julien@danjou.info>
7610
7611         * gnus-art.el (article-make-date-line): Ignore errors if time is
7612         invalid and not convertible.
7613         (article-make-date-line): Only add lapsed time if time is not nil.
7614
7615 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7616
7617         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7618         `read-char-choice' for backwards compatibility.
7619         (auth-source-netrc-element-or-first): New function to DTRT for
7620         parameter extraction.
7621         (auth-source-netrc-create): Use it and fix multiple parameter print
7622         bug.  Use the default passed from above (given-default) or the
7623         built-in (user-login-name for :user).
7624
7625 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-start.el (gnus-dribble-read-file):
7628         Set buffer-save-without-query, since we always want to save the dribble
7629         file, probably.
7630
7631         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7632         nnimap.
7633
7634         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7635         -summary- since it's a user-visible variable.
7636
7637         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7638         first time you use the new Gnus.
7639
7640 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * auth-source.el: Don't load netrc.el.
7643         (auth-sources): Search ~/.netrc as well by default.
7644         (auth-source-debug): Add 'trivia option for extra output.
7645         (auth-source-do-trivia): Use it.
7646         (auth-source-search): Simplify logic to use
7647         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7648         appropriate.  Don't keep a running count at this level.  Layer :create
7649         and :delete options appropriately on the first and second passes.
7650         Don't track the backend with the search results.
7651         (auth-source-search-backends): New function to search a list of
7652         backends for a processed spec.
7653         (auth-source-netrc-parse): Cache all netrc files, making
7654         auth-source-netrc-cache an alist keyed by the file name and using the
7655         file mtime as the caching criterion.  Keep the obfuscated data secret
7656         with a lexical bind.
7657         (auth-source-netrc-search): Don't calculate the length of the results
7658         unnecessarily.
7659         (auth-source-search-backends): Fix bug.
7660         (auth-source-netrc-create): Rework prompts.
7661
7662 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7663
7664         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7665         Lower case names of search constraints.
7666         (nnir-run-query): Cache and reuse search constraints for all imap
7667         servers.
7668
7669 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7670
7671         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7672         after exit.
7673         (gnus-setup-message): Define missing variable from last checkin.
7674
7675         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7676         value, show the raw article.
7677
7678 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7679
7680         * gnus.el: No Gnus v0.13 is released.
7681
7682 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7683
7684         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7685         auth-source now accepts numbers.
7686
7687         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7688         spec, too.
7689         (auth-source-ensure-strings): New function.
7690
7691         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7692         (gnus-article-setup-buffer): Always restart the date timer so that user
7693         changes to the frequency is respected.
7694
7695         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7696         port numbers, so make sure it gets that if nnimap-server-port is
7697         explicit.
7698
7699 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7700
7701         * nnimap.el (nnimap-inbox): Doc fix.
7702
7703 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7704
7705         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7706         Autoload.  Add optional arg FRAME, and pass it to color-values.
7707         (color-complement): Caller changed.  Doc fix.
7708         (color-gradient): Rewrite for better clarity and efficiency.
7709
7710 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7711
7712         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7713         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7714         color-lab-to-srgb.
7715
7716 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7717
7718         * color.el: First part of merge from hexrgb.el.
7719         (color-rgb-to-hex): Rename from color-rgb->hex.
7720         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7721         saturation to zero if the value is too small.
7722         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7723         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7724         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7725         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7726         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7727         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7728         (color-cie-de2000): Doc fix.
7729
7730 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7731
7732         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7733         given method as in the group name if we're using an extended method.
7734         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7735         command, if we're using that, instead of waiting for the beginning.
7736
7737         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7738         we're sure to get unique server names, and we don't output two async
7739         commands in the same buffer.  This fixes an NNTP hang for some users.
7740
7741 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7742
7743         * gnus.el: No Gnus v0.11 is released.
7744
7745 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7748         summary buffer before reading going to the next buffer.  This avoids
7749         putting the point in the group buffer if you `C-g' the command.
7750
7751         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7752         cache (for now) to make ~/.authinfo.gpg files usable.
7753
7754         * nnfolder.el (copyright-update): Define for the compiler.
7755
7756         * auth-source.el (auth-source-search): Fix unbound variable.
7757
7758 2011-02-19  Glenn Morris  <rgm@gnu.org>
7759
7760         * gnus.el (gnus-meta): Doc fix.
7761
7762 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7763
7764         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7765         in case it's not yet loaded.
7766
7767 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7768
7769         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7770         line we're waiting for.
7771
7772 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7773
7774         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7775         face with line-width greater than zero will cause RET in gnus summary
7776         buffer to scroll down article page-wise because auto vscroll happens,
7777         it should be temporally disabled when doing a scroll-up.
7778
7779 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7780
7781         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7782         outputs from the server.
7783
7784 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7785
7786         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7787         later so that bbdb can hook in easier.
7788
7789 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7790
7791         * auth-source.el (auth-source-search): Don't try to create credentials
7792         if the caller doesn't want that.
7793         (auth-source-search): If we don't find a match, don't bug out on
7794         non-bound variables.
7795         (auth-source-search): Only ask a single backend to create the
7796         credentials.
7797
7798         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7799         logging.
7800         (nnimap-credentials): Protect against auth-source-search returning nil.
7801         (nnimap-request-list): Protect against not being able to open the
7802         server.
7803
7804 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7805
7806         * auth-source.el (auth-source-search): Do a two-phase search, one with
7807         no :create to get the responses from all backends.
7808
7809         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7810         when getting credentials.
7811
7812         * gnus-util.el (gnus-delete-duplicates): New function.
7813
7814 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7815
7816         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7817         a creation default, pass the whole port list down.  It will be
7818         completed.
7819
7820         * auth-source.el (auth-source-search): Updated docs to talk about
7821         multiple creation choices.
7822         (auth-source-netrc-create): Accept a list as a value (from the search
7823         parameters) and do completion on that list.  Keep a separate netrc line
7824         with the password obscured for showing the user.
7825
7826         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7827         first choice to `auth-source-search' so it will be used for entry
7828         creation instead of the server's Gnus-specific name.
7829         (nnimap-credentials): Rely on the auth-source library to select which
7830         port is actually wanted in the new netrc entry, so don't override
7831         `auth-source-creation-defaults'.
7832
7833         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7834         :protocol and accept a missing user, host, or port as a wildcard match.
7835         (auth-source-debug): Default to off.
7836
7837         (auth-source-netrc-search, auth-source-netrc-create)
7838         (auth-source-secrets-search, auth-source-secrets-create)
7839         (auth-source-user-or-password, auth-source-backend, auth-sources)
7840         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7841         instead of :protocol.
7842
7843         * nnimap.el (nnimap-credentials): Pass a port default to
7844         `auth-source-search' in case an entry needs to be created.
7845         (nnimap-open-connection-1): Use :port instead of :protocol.
7846
7847 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * auth-source.el: Bind load-path when loading EIEIO from
7850         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7851         21.4 doesn't support, to `require'.
7852         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7853         delete-dups that is not available in XEmacs 21.4.
7854
7855 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7856
7857         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7858         as EIEIO must also be loaded when auth-source.el is being
7859         byte-compiled.
7860
7861 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7864
7865         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7866
7867         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7868
7869         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7870
7871         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7872
7873         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7874
7875         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7876
7877         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7878         necessary.
7879
7880 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7883         nil means that nnimap doesn't get updated.
7884
7885 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7886
7887         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7888         result when the user doesn't want to write to the file.
7889         (auth-source-netrc-search): Expect a synthetic result and proceed
7890         accordingly.
7891         (auth-source-cache-expiry): New variable to override
7892         `password-cache-expiry'.
7893         (auth-source-remember): Use it.
7894
7895         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7896         parameter.  Create entry if necessary by using :create t.
7897         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7898
7899 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7900
7901         * auth-source.el (auth-source-debug): Enable by default and don't
7902         mention the obsolete `auth-source-hide-passwords'.
7903         (auth-source-do-warn): New function to debug unconditionally.
7904         (auth-source-do-debug): Use it.
7905         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7906         and for Secrets API entries when the secrets.el library is not
7907         available.
7908
7909 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7910
7911         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7912         (gnus-summary-exit): Kill the correct article buffer on exit from a
7913         `C-d' group.
7914
7915         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7916         gnus-propagate-marks.
7917
7918         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7919         before killing the buffers so that a non-full window conf gets handled
7920         correctly.
7921         (gnus-summary-exit): Ditto.
7922         (gnus-summary-read-group-1): Ditto.
7923
7924         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7925         async code again so that we can debug it properly.
7926
7927         * message.el (message-reply): Take an optional switch-buffer parameter
7928         so that Gnus window confs are respected better.
7929
7930 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7933         `plist-get' to accept non-list parameters (XEmacs issue).
7934         Fix docstring.
7935         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7936         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7937         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7938         Login collection is "Login" and not "login".
7939
7940 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7943         multiple headers.
7944
7945         * nnimap.el (nnimap-inhibit-logging): New variable.
7946         (nnimap-log-command): Don't log login commands.
7947
7948         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7949         to have more parameters.
7950
7951         * nnimap.el (nnimap-send-command): Mark the command time for each
7952         command, so that we don't get NOOPs stepping on our toes.
7953
7954         * gnus-art.el (article-date-ut): Get the date from the Date header on
7955         `t'.
7956
7957 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * auth-source.el (auth-source-search): Use copy-sequence instead of
7960         the cl.el copy-list.
7961
7962 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7963
7964         * imap.el: Bring it back (revert
7965         84d800cd31de3064f0ed39617d725709a2f8f42f).
7966
7967 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7968
7969         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7970         Improve prompt.
7971
7972 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7973
7974         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7975         washing status from the default format.  It isn't very informative.
7976
7977 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7978
7979         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7980         Fix Gcc processing on imap.
7981
7982 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7983
7984         * imap.el: Remove file.  All the functionality is in nnimap.el.
7985
7986 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7987
7988         * message.el (message-bury): Don't pop up a new window when selected
7989         window is dedicated.
7990
7991 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7992
7993         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7994
7995 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7996
7997         * sieve-manage.el: Autoload `auth-source-search'.
7998         (sieve-sasl-auth): Use it.
7999
8000 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * nnimap.el: Autoload `auth-source-forget+'.
8003         (nnimap-open-connection-1): Use it if the connection fails.
8004
8005         * auth-source.el: Require `password-cache'.
8006         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8007         obsolete.
8008         (auth-source-magic): Marker for `password-cache' keys.
8009         (auth-source-do-cache): Update docstring.
8010         (auth-source-search): Use and check cache.
8011         (auth-source-forget-all-cached, auth-source-remember)
8012         (auth-source-recall, auth-source-forget, auth-source-forget+)
8013         (auth-source-specmatchp): Caching support functions.
8014         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8015         Remove and obsolete.
8016         (auth-source-user-or-password): Remove caching to further discourage
8017         using it.  Always hide passwords.
8018
8019         * password-cache.el (password-cache-remove): Accept secrets that are
8020         not strings.
8021
8022 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8023
8024         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8025         code for now, since it doesn't work for all users.
8026
8027 2011-02-09  Julien Danjou  <julien@danjou.info>
8028
8029         * message.el (message-options): Make message-options really buffer
8030         local.
8031
8032 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8033
8034         * mail-source.el: Autoload `auth-source-search'.
8035         (mail-source-keyword-map): Note order matters.
8036         (mail-source-set-1): Get all the mail-source source values and
8037         defaults and search auth-source on those if needed.  This can all
8038         probably be simplified.
8039
8040         * nnimap.el: Autoload `auth-source-search'.
8041         (nnimap-credentials): Use it.
8042         (nnimap-open-connection-1): Ask for the virtual server and physical
8043         address in one shot.
8044
8045         * nntp.el: Autoload `auth-source-search'.
8046         (nntp-send-authinfo): Use it.  Note TODO.
8047
8048 2011-02-08  Julien Danjou  <julien@danjou.info>
8049
8050         * shr.el (shr-tag-body): Add support for text attribute in body
8051         markups.
8052
8053         * message.el (message-options): Make message-options a local variable.
8054
8055 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * auth-source.el (auth-source-secrets-search)
8058         (auth-source-user-or-password): Use `append' instead of `nconc'.
8059         (auth-source-user-or-password): Build return list better and protect
8060         against nil :secret.
8061
8062 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8063
8064         * nnimap.el (nnimap-update-info): Refactor slightly.
8065         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8066         (nnimap-update-info): Clean up slightly.
8067         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8068         characters.
8069         (nnimap-process-quirk): Rename function to avoid collision.
8070         (nnimap-update-info): Fix macrology bug-out.
8071         (nnimap-update-info): Simplify split history test.
8072
8073 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8074
8075         * auth-source.el (top): Require 'eieio unconditionally.
8076         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8077         (auth-source-secrets-search): Limit search when `max' is greater than
8078         number of results.
8079
8080 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8081
8082         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8083         part not returning any data.
8084
8085         * proto-stream.el (open-protocol-stream): Document the return value.
8086
8087 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8088
8089         * auth-source.el (auth-source-secrets-search): Add examples.
8090
8091 2011-02-06  Julien Danjou  <julien@danjou.info>
8092
8093         * message.el (message-setup-1): Handle message-generate-headers-first
8094         set to t.
8095
8096 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8099         API with a string "secrets:collection-name" and with 'default.
8100         (auth-source-backend-parse): Parse "secrets:collection-name" and
8101         'default.  Recurse on parses instead of repeating code.  Use the
8102         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8103         message when ignoring a source.
8104         (auth-source-search): List ignored search keys at the top level.
8105         (auth-source-netrc-create): Use `case' instead of `cond'.
8106         (auth-source-secrets-search): Created with TODOs.
8107         (auth-source-secrets-create): Created with TODOs.
8108         (auth-source-retrieve, auth-source-create, auth-source-delete)
8109         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8110         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8111         (auth-source-user-or-password-sftp)
8112         (auth-source-user-or-password-smtp): Remove.
8113         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8114         around `auth-source-search'.  Not tested thoroughly.
8115
8116 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * auth-source.el: Bring in assoc and eioeio libraries.
8119         (secrets-enabled): New variable to track the status of the Secrets API.
8120         (auth-source-backend): New EIOEIO class to represent a backend.
8121         (auth-source-creation-defaults): New variable to set prompt defaults
8122         during token creation (see the `auth-source-search' docstring for
8123         details).
8124         (auth-sources): Simplify to allow a simple string as a netrc backend
8125         spec.
8126         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8127         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8128         (auth-source-search): Main auth-source API entry point.
8129         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8130         (auth-source-search-collection): Helper function for searching.
8131         (auth-source-netrc-parse, auth-source-netrc-normalize)
8132         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8133         Supports search, create, and delete.
8134         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8135         backend stubs.
8136         (auth-source-user-or-password): Call `auth-source-search' but it's not
8137         ready yet.
8138
8139 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8140
8141         * message.el (message-setup-1): Remove the read-only stuff, since it
8142         doesn't work under XEmacs, for some reason.
8143
8144         * gnus-sum.el (gnus-user-date): Rename back from
8145         gnus-summary-user-date since user code refers to it.
8146
8147         * shr.el (shr-render-td): Store the actual background color used.
8148
8149         * message.el (message-setup-1): Don't bind the constant
8150         -forbidden-properties.
8151         (message-setup-1): Revert previous change, since it needs to bind the
8152         props to insert them.
8153         (message-resend): Allow removing the read-only separator line.
8154
8155 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8156
8157         * nnimap.el (nnimap-request-accept-article): Give an error message if
8158         the APPEND wasn't successful.
8159
8160 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8161
8162         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8163         that have no groups.
8164
8165 2011-02-03  Julien Danjou  <julien@danjou.info>
8166
8167         * gnus-draft.el: Remove progn around gnus-draft-setup.
8168
8169 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-start.el (gnus-read-active-for-groups): This function is never
8172         called with a nil `infos', so clean that up.
8173         (gnus-get-unread-articles): Request active files from primary/secondary
8174         methods that have no groups (yet).
8175
8176 2011-02-03  Julien Danjou  <julien@danjou.info>
8177
8178         * message.el (message-setup-1): Always generate References first.
8179         (message-mail): Return the return value of message-setup, not always t.
8180         (message-setup-1): Insert mail-header-separator with read-only and
8181         intangible properties set.
8182
8183         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8184         user-date in docstring.
8185
8186         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8187
8188         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8189         docstring.
8190
8191         * gnus.el (gnus-user-date-format-alist): Change default value.
8192         Use defcustom, with type and group.  Move from gnus-util.el.
8193         Rename to gnus-summary-user-date-format-alist.
8194
8195 2011-02-03  Glenn Morris  <rgm@gnu.org>
8196
8197         * nnimap.el (gnus-fetch-headers): Declare.
8198
8199         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8200
8201 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8202
8203         * message.el (message-forward-make-body-digest-plain)
8204         (message-followup, message-reply): Clean up things noted by Stefan.
8205
8206         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8207         gnus-article-update-date-headers is nil.
8208         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8209         it didn't really work with defcustom.
8210         (article-update-date-lapsed): Make sure the window start doesn't move,
8211         either.
8212
8213 2011-02-01  Julien Danjou  <julien@danjou.info>
8214
8215         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8216         format.
8217
8218         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8219         standard in Emacs nowadays.
8220
8221         * color.el (color-gradient): Add a color-gradient function.
8222
8223 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8224
8225         * message.el (message-expand-name): Don't trust the return value of
8226         bbdb-complete-name.
8227         (message-check-news-header-syntax): Remove unused var `start'.
8228         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8229         (message-inhibit-body-encoding): Move to before first use.
8230         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8231         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8232         (Organization, Message-ID, Date, mh-previous-window-config):
8233         Defvar the vars using dynamic scoping.
8234
8235 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8236
8237         * shr.el (shr-render-td): Only do colors at the final rendering.
8238         Should be slightly faster.
8239         (shr-insert-table): Fix up TD background colors when doing the
8240         vertical padding.
8241
8242         * gnus-art.el (article-date-ut): Protect against articles with no Date
8243         header.
8244         (article-update-date-lapsed): Don't use current-column to find the
8245         horizontal position.  It's fragile in the presence of \003 characters.
8246
8247         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8248
8249 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8250
8251         * gnus-art.el (article-transform-date): Rewrite to still work when
8252         there are several rfc2822 parts.
8253         (article-transform-date): Fix infinite recursion.
8254         (article-date-ut): Replace infinitely many Date headers with a single
8255         one when called interactively.
8256
8257         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8258         secure manner.
8259
8260         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8261         move around by not using save-window-excursion.  It seems to work...
8262
8263 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-art.el (article-make-date-line): Work for user-defined format.
8266
8267 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8268
8269         * nntp.el (nntp-retrieve-group-data-early)
8270         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8271         fetching functions.
8272
8273         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8274         thoroughly for all backends that have no known groups.  This should
8275         allow new nnml methods to retrieve mail.
8276
8277         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8278         that Gnus doesn't know exists again.
8279
8280         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8281         (gnus-treat-date-ut): Ditto.
8282         (gnus-article-update-date-header): Rename.
8283         (gnus-treat-date-local): Remove.
8284         (gnus-treat-date-english): Remove.
8285         (gnus-treat-date-lapsed): Remove.
8286         (gnus-treat-date-combined-lapsed): Remove.
8287         (gnus-treat-date-original): Remove.
8288         (gnus-treat-date-iso8601): Remove.
8289         (gnus-treat-date-user-defined): Remove.
8290         (gnus-article-date-headers): New variable to control all the date
8291         header options.
8292         (article-date-ut): Rewrite to allow using the new way to format date
8293         headers(s).
8294
8295 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8296
8297         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8298         method.
8299         (nnmail-article-group): A better test for fanciness.
8300
8301         * nnimap.el (nnimap-request-head): Protect against not finding the
8302         article by Message-ID.
8303
8304 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8305
8306         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8307         keep point at the "same place".
8308
8309 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8310
8311         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8312         data if the group is inactive.
8313
8314 2011-01-28  Julien Danjou  <julien@danjou.info>
8315
8316         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8317         (gnus-all-windows-visible-p): Remove old compatibility code.
8318         (gnus-window-top-edge): Add docstring.
8319
8320         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8321
8322 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8323
8324         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8325         older request-update-info.
8326
8327         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8328
8329 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8330
8331         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8332         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8333
8334 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8335
8336         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8337         groups.  This makes the nndraft:queue group pop up if it's not already
8338         there.
8339
8340         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8341         messages" logic, which was reversed.
8342
8343         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8344         the "same place" even if point is on the line being replaced.
8345         (article-update-date-lapsed): Allow updating both the combined lapsed
8346         and the lapsed headers.
8347         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8348         (article-make-date-line): Limit the number of segments dynamically to
8349         avoid too-long lines.
8350
8351 2011-01-27  Julien Danjou  <julien@danjou.info>
8352
8353         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8354         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8355
8356 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8359         Use plist-get instead of the cl function getf.
8360
8361 2011-01-27  Glenn Morris  <rgm@gnu.org>
8362
8363         * gnus-util.el (float-time): Get rid of compiler warning, again.
8364
8365 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8366
8367         * shr.el (shr-put-color): Special-case background colors: Do put them
8368         at the blank parts at the front of the lines.
8369
8370         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8371         exit hook to nix out all data on readedness on group exit.
8372
8373         * gnus-util.el (float-time): If float-time is bound, always use it on
8374         all Emacsen.  It's unclear why the subrp check was there.
8375         (time-date): Require to make some autoload issues on XEmacs go away.
8376
8377         * shr.el (shr-put-color): Don't do the box padding in tables, since
8378         they're already padded.
8379
8380 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8381
8382         * gnus-art.el (gnus-article-next-page): When the last line of the
8383         article is displayed, scroll down once more instead of going to the
8384         next article at once.
8385         (article-lapsed-string): Refactor out and allow specifying how many
8386         segments you want.
8387         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8388         (gnus-article-update-lapsed-header): New variable.
8389
8390         * shr.el: Revert change that made headings use different-sized faces.
8391         The Emacs display engine isn't advanced enough that, for instance,
8392         tables can comfortably use differently-sized faces.
8393
8394 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8395
8396         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8397         used.
8398         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8399         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8400         we're using an encrypted connection.
8401
8402         * proto-stream.el: Alter the interface functions to also return the
8403         actual stream type used: network or tls.
8404
8405 2011-01-25  Julien Danjou  <julien@danjou.info>
8406
8407         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8408         (mm-display-javascript-inline): New function.
8409
8410         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8411         viewing function.
8412
8413 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * shr.el (shr-expand-newlines): Fix variable name.
8416
8417 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8418
8419         * shr.el (shr-expand-newlines): Make nested boxes work.
8420
8421 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8422
8423         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8424         backgrounds.
8425         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8426         in a more sensible manner.
8427
8428 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8429
8430         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8431         if EPG is loaded.
8432
8433 2011-01-24  Julien Danjou  <julien@danjou.info>
8434
8435         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8436         tags.
8437
8438 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8439
8440         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8441         commands.
8442
8443         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8444         in the article buffer.
8445         (gnus-gravatar-insert): Use blank space from the current buffer to
8446         avoid breaking text properties.  This makes X-Sent updating work again.
8447
8448         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8449
8450 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8451
8452         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8453         fix the bug in url-http.el instead.
8454
8455         * shr.el (shr-image-fetched): Ditto.
8456
8457         * shr.el (shr-image-fetched): Avoid having point move in the article
8458         buffer.
8459
8460         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8461         buffer after being called.  It's apparently being killed by url.el, and
8462         killing it made point move to end-of-buffer in a random buffer.
8463
8464         * shr.el (shr-image-fetched): Ditto.
8465
8466 2011-01-23  Julien Danjou  <julien@danjou.info>
8467
8468         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8469
8470         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8471         text/x-org.
8472
8473 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8474
8475         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8476         (i.e., nnimap) returning nil as the article number.
8477
8478 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8479
8480         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8481         "DelSp" parameter in RFC3676.
8482
8483 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8484
8485         * message.el (message-check-recipients): Display the encoded version of
8486         the bogus address if they differ.
8487
8488         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8489         after sending.
8490
8491         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8492
8493         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8494
8495         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8496         group buffer after sending the queue.
8497
8498         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8499
8500 2011-01-22  Julien Danjou  <julien@danjou.info>
8501
8502         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8503
8504 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8505
8506         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8507         nested related parts.
8508
8509         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8510         unexpired articles.  This fixes the regression that led expiry marks to
8511         disappear from nnfolder groups.
8512
8513 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8514
8515         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8516         Don't confuse the "ret" of "retrograde" with RET.
8517
8518 2011-01-21  Julien Danjou  <julien@danjou.info>
8519
8520         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8521         than mm-insert-inline.
8522
8523 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8526         Widen article buffer.
8527
8528 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8529
8530         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8531         the temp buffer.
8532         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8533
8534 2011-01-20  Julien Danjou  <julien@danjou.info>
8535
8536         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8537
8538         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8539         than mm-insert-inline to insert inline part: this respect
8540         mm-inline-media-tests displayers.
8541
8542         * mm-view.el (mm-display-shell-script-inline): New function.
8543
8544         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8545
8546         * mm-uu.el (mm-uu-type-alist): Add org block.
8547         (mm-uu-org-src-code-block-extract): New function.
8548
8549         * mm-view.el (mm-display-org-inline): New function.
8550
8551         * mm-decode.el (mm-automatic-display): Add text/org.
8552
8553         * mailcap.el (mailcap-mime-extensions): Add .org.
8554
8555 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8558         gnus-article-add-buttons.
8559
8560 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8561
8562         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8563         From header with a date and "nobody" as the sender.
8564
8565 2011-01-19  Julien Danjou  <julien@danjou.info>
8566
8567         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8568         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8569         if you have the same regexp several times.
8570         (gnus-button-push): Fix matching when regexp is symbol.
8571
8572 2011-01-15  Glenn Morris  <rgm@gnu.org>
8573
8574         * message.el (message-mail): A compose-mail function should
8575         accept headers as strings.
8576
8577 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8578
8579         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8580         Add :vert-only tags.
8581         (message-mail): New arg RETURN-ACTION.
8582         (message-return-action): New var.
8583         (message-bury): Use it.
8584         (message-mode): Make it buffer-local.
8585         (message-send-and-exit): Always call message-bury.
8586
8587         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8588         message-mail.
8589
8590 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * nnimap.el (nnimap-convert-partial-article): Protect against
8593         zero-length body parts.
8594
8595         * mm-decode.el (mm-preferred-alternative-precedence):
8596         Discourage showing empty parts.
8597
8598         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8599         and stuff if the backend didn't return the article number.  This fixes
8600         an Exchange-related nnimap bug.
8601
8602         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8603         group window, because it does the wrong thing when a separate frame
8604         displays the group buffer.
8605
8606         * proto-stream.el (open-protocol-stream): Protect against the low-level
8607         transport functions returning nil.
8608
8609 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8610
8611         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8612         (mml2015-epg-find-usable-secret-key): New function.
8613         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8614         mml2015-epg-find-usable-key (Bug#7797).
8615         (mml2015-epg-encrypt): Ditto.
8616
8617 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * dgnushack.el (rot13-string): Fix the way to get the argument.
8620
8621 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8624
8625 2011-01-03  Glenn Morris  <rgm@gnu.org>
8626
8627         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8628
8629         * sieve.el (sieve-open-server): Give a more explicit error if
8630         sieve-manage-open returns nil.  (Bug#7720)
8631
8632 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8633
8634         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8635
8636 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8637
8638         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8639         This avoids sending passwords in plain text over non-encrypted
8640         channels.
8641
8642         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8643
8644         * nnimap.el (nnimap-login): Refactored out into own function, and
8645         implement CRAM-MD5.
8646         (nnimap-wait-for-line): Refactored out.
8647
8648         * mm-view.el (mml-smime): Require.
8649
8650 2010-12-20  David Engster  <deng@eml.cc>
8651
8652         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8653         use EPG to decrypt S/MIME messages instead of openssl.
8654
8655 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8658
8659         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8660         status is the group clearly is unreachable.
8661
8662         * auth-source.el (auth-source-create): Add the optional second
8663         parameter to `local-variable-p' to be compatible with XEmacs.
8664
8665 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8666
8667         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8668         work when using a compressed nnml folder.
8669
8670 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8673         backends after sanitising on entry, because this never makes sense:
8674         If the articles have gone missing, then the data no longer exists on
8675         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8676         overwrite anything anyway.
8677
8678         * shr.el (shr-insert-document): Bind shr-width dynamically to
8679         window-width if it's nil.
8680
8681 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8682
8683         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8684         with the meaning of using the full emacs window width for rendering.
8685
8686 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8687
8688         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8689         case when sender is not given.
8690
8691 2010-12-23  Julien Danjou  <julien@danjou.info>
8692
8693         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8694         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8695         the addresses, otherwise we might misplaced the gravatar.
8696
8697 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8698
8699         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8700         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8701         obsolete in Emacs.
8702
8703 2010-12-20  Julien Danjou  <julien@danjou.info>
8704
8705         * gnus-util.el (gnus-rescale-image): Revert last change.
8706
8707 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8708
8709         * binhex.el: Improve commentary (Bug#7482).
8710
8711 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-group.el (gnus-group-delete-articles): New command.
8714
8715 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8716
8717         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8718
8719 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8722         here, since it's up to the backends to do CRLF removal if their
8723         protocol has it.
8724
8725         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8726
8727 2010-12-17  Julien Danjou  <julien@danjou.info>
8728
8729         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8730         they are from file.  Can also scale up.
8731
8732 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8733
8734         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8735         Restore gnus-use-agent.
8736         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8737
8738         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8739
8740 2010-12-17  Julien Danjou  <julien@danjou.info>
8741
8742         * gravatar.el (gravatar-retrieve-synchronously): New function.
8743         (gravatar-get-data): Make more robust.
8744
8745 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8748
8749 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8752         to really consider the last line.
8753
8754 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8755
8756         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8757         list of recipient keys, or use symmetric encryption if not a list.
8758         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8759         EPA override, replacing the call to `netrc-store-data'.
8760
8761 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8762
8763         * gnus-srvr.el: Avoid passing nil regexp argument to
8764         delete-matching-lines.
8765
8766 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8769         fetching stops when Gnus exits.
8770
8771         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8772         function.
8773         (nnfolder-request-expire-articles): Save all the buffers after doing
8774         expiry.
8775
8776         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8777         the last article", since that led to serious performance regressions
8778         when expiring nnml groups.
8779
8780 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8781
8782         * nnir.el: Improve customizations.
8783
8784 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8787
8788         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8789         group has been killed.
8790         (gnus-group-yank-group): Ditto.
8791
8792         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8793
8794         * nnimap.el (nnimap-request-update-group-status): New function.
8795
8796         * gnus-int.el (gnus-request-update-group-status): New interface
8797         function.
8798
8799         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8800         copying read-ness to the backends.
8801
8802         * nnimap.el (nnimap-quirk): New function.
8803         (nnimap-retrieve-group-data-early): Use it.
8804         (nnimap-quirks): New alist.
8805
8806 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8809         don't delete it within indentation.
8810
8811 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8814         previous line.
8815
8816 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8819         QRESYNC command by deleting a superfluous space which broke Cyrus
8820         servers.  This change will break other servers that are buggy the other
8821         way around.
8822
8823 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * spam.el: Reindent and fix long lines.
8826         (spam-copy-or-move-routine): Exclude invalid move destinations.
8827
8828 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8829
8830         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8831         installed the registry.
8832
8833 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8836
8837 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8838
8839         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8840         groupname doesn't contain "gmane".
8841
8842 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8845         and netrc-bound-and-true-p bindings.
8846         (netrc-parse): Cache the netrc contents.
8847
8848         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8849         (gnus-1): Don't create the nndrafts group twice.
8850         (gnus-setup-news): There's no need to read the active file here, since
8851         that's done again later on a per-backend basis.
8852         (gnus-start-draft-setup): Make sure that the new group is started out
8853         empty.
8854
8855         * gnus-agent.el (gnus-agentize): Don't create the queue group
8856         automatically on startup.  It'll be created later, if needed.
8857
8858         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8859         of automatically subscribed groups.
8860         (gnus-auto-subscribed-categories): New variable.
8861         (gnus-matches-options-n): Use it.
8862         (gnus-default-subscribed-newsgroups): Remove unused variable.
8863         (gnus-start-draft-setup): Message a bit less.
8864
8865 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8866
8867         * nnir.el (nnir-run-imap): Return article list in order of increasing
8868         UID.
8869
8870 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * gnus-sum.el (gnus-summary-enter-digest-group):
8873         Mention gnus-auto-select-on-ephemeral-exit.
8874
8875         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8876         convention of the network-only option.
8877
8878 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * proto-stream.el (proto-stream-open-network-only): New function to
8881         have a way to specify non-STARTTLS upgrade connections.
8882
8883 2010-12-10  Julien Danjou  <julien@danjou.info>
8884
8885         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8886         email address is nil.
8887
8888         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8889
8890 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8891
8892         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8893         deletion.
8894         (nnir-run-imap): Only need to parse list once.
8895
8896 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897
8898         * shr.el (shr-tag-script): Ignore <script>.
8899         (shr-tag-label): Add <label> support.
8900
8901 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8904
8905         * shr.el (shr-image-displayer): Work for images lined side by side.
8906
8907 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8908
8909         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8910         parameter, since XEmacs doesn't accept t as a parameter.
8911
8912 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8913
8914         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8915         ids.
8916         (nnir-run-gmane): Simplify groupspec formatting.
8917         (nnir-request-expire-articles): New function.
8918
8919 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8922         overflow, possibly.
8923
8924         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8925         (shr-render-td): Handle td style="" better.
8926         (shr-tag-table): Use the color from the style sheet.
8927         (shr-render-td): Make sure we copy over all the overlays, too.
8928
8929 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8930
8931         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8932         (nnir-request-article): Improve article retrieval.
8933
8934 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * mm-util.el (mm-extra-numeric-entities): New variable.
8937
8938         * mm-url.el (mm-url-decode-entities):
8939         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8940
8941         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8942
8943 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * message.el: Use completion-at-point.
8946         (message-completion-function): New fun, extracted from message-tab.
8947         (message-mode): Use it for completion-at-point-functions.
8948         (message-tab): Use it and completion-at-point.
8949
8950 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8953         character if a non-breakable character follows.
8954
8955 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8958         any stream.
8959
8960         * shr.el (shr-tag-font): Colorize the region.
8961         (shr-tag-body): Ditto.
8962         (shr-tag-font): Actually let the styles be inherited instead of
8963         overwriting them.
8964         (shr-tag-font): Get the background color right.
8965         (shr-tag-style): Ignore all <style> tags for the moment.
8966
8967         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8968         a Message-ID to avoid having nnimap depend on gnus-sum.
8969
8970         * shr.el (shr-descend): Only colorize something if we have a node that
8971         sets colors.
8972
8973 2010-12-06  Julien Danjou  <julien@danjou.info>
8974
8975         * shr.el (shr-render-td): Render td content with shr-descend, so style
8976         will be applied to <td> too.
8977         (shr-colorize-region): Colorize region even if we only have a background.
8978         (shr-tag-body): Fix color and background color inheritance.
8979         Do not recolorize after shr-generic.
8980         (shr-tag-font): Let shr-generic colorize via inheritance.
8981
8982 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8985
8986 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8987
8988         * nnir.el (nnir-request-move-article): Remove obsolete code.
8989
8990 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8993
8994 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * gnus-sum.el (gnus-summary-respool-article): The completion function
8997         expects a list instead of an alist.
8998
8999         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9000         string as the parameter.
9001
9002         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9003
9004         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9005         styles.
9006         (shr-colorize-region): New function.
9007         (shr-insert-background-overlay): Remove.
9008         (shr-render-td): Background setting should be taken care of on a higher
9009         level.
9010         (shr-tag-body): Use post-hoc colorizations.
9011         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9012         (shr-put-color-1): Don't overwrite old colors.
9013         (shr-colorize-region): When the background color isn't explicit, use
9014         a fixed background.
9015
9016         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9017         nnmail variables.
9018
9019 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9020
9021         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9022         unless necessary.
9023
9024 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9025
9026         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9027         server.
9028
9029 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9032         so that TAB works.
9033
9034         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9035         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9036
9037         * shr.el (shr-urlify): Show the URL before the title to avoid
9038         misleading URLs.
9039
9040 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9041
9042         * shr.el (shr-urlify): Display the title in <a> tags.
9043
9044 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9045
9046         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9047
9048 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9049
9050         * nnir.el: Rearrange code to allow macros to be autoloaded by
9051         gnus-sum.el.
9052         (nnir-retrieve-headers-override-function): Make this variable
9053         customizable.
9054         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9055
9056         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9057         from nnir.el.
9058
9059 2010-12-03  Julien Danjou  <julien@danjou.info>
9060
9061         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9062
9063 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9066         allow optional argument `environment'.
9067
9068 2010-12-03  Glenn Morris  <rgm@gnu.org>
9069
9070         * mm-extern.el (message-goto-body): Update declaration.
9071
9072 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-util.el (gnus-macroexpand-all): New function.
9075
9076         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9077         instead of macroexpand-all that is unavailable in XEmacs.
9078
9079 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9080
9081         * nnir.el (nnir-summary-line-format): New variable.
9082         (nnir-mode): Use it.
9083         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9084         (nnir-article-ids): Reimplement as defsubst.
9085         (nnir-retrieve-headers): Don't mangle the subject header.
9086         (nnir-run-imap): Use 100 as RSV score.
9087         (nnir-run-find-grep): Fix for full server searching.
9088         (nnir-run-gmane): Better restriction to gmane groups.
9089
9090         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9091         summary buffers.
9092
9093 2010-12-02  Julien Danjou  <julien@danjou.info>
9094
9095         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9096
9097         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9098
9099         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9100         support.
9101
9102 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9103
9104         * nnir.el: Update to handle the registry better.
9105         (autoload): Silence byte-compiler.
9106         (nnir-open-server): Add a hook for nnir groups.
9107         (nnir-request-move-article): Don't mangle the header.  Better to use
9108         formatting variables (which will be added in the future).
9109         (nnir-registry-action): Update the registry using the original article
9110         group name.
9111         (nnir-mode): Install nnir-specific hooks for updating the registry.
9112
9113         * gnus-sum.el
9114         (gnus-article-original-subject, gnus-newsgroup-original-name):
9115         Remove obsolete variables.
9116         (gnus-summary-move-article): Remove use of obsolete variables.
9117         (gnus-summary-local-variables): Make move and delete hooks local to
9118         summary buffers.
9119
9120 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * rtree.el: New file.
9123
9124 2010-12-01  Julien Danjou  <julien@danjou.info>
9125
9126         * message.el (message-user-organization): Do not use
9127         gnus-local-organization.
9128
9129         * gnus.el: Remove gnus-local-organization.
9130
9131         * gnus-msg.el: Remove nastygram thing.
9132
9133 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9134
9135         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9136         funcall.
9137
9138 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9141         names.
9142
9143         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9144         characters.
9145
9146         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9147         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9148         Suggested by Štěpán Němec <stepnem@gmail.com>.
9149         (gnus-gravatar-transform-address): Use mail-extract-address-components
9150         that supports non-ASCII names rather than mail-header-parse-addresses.
9151
9152 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * proto-stream.el (open-protocol-stream): All starttls connections are
9155         handled by the network handler.
9156
9157 2010-11-30  Julien Danjou  <julien@danjou.info>
9158
9159         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9160         (nnimap-open-connection-1): Fix PREAUTH.
9161
9162         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9163
9164 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9167         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9168         (shr-insert): Use them.
9169         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9170
9171 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9172
9173         * nnir.el (nnir-request-move-article): Bail out if original group
9174         doesn't support article moves.
9175         (nnir-get-active): Improve active list retrieval.
9176
9177 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9180
9181 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9182
9183         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9184         seem to accept strings-with-numbers as port numbers.
9185
9186 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9187
9188         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9189         change the registry.
9190
9191 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9194         delete-dups that is not available in XEmacs 21.4.
9195
9196         * mm-util.el (mm-delete-duplicates): Add comment.
9197
9198 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9199
9200         * nnir.el (nnir-ignored-newsgroups): New variable.
9201         (nnir-get-active): Use it.
9202
9203 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * proto-stream.el (proto-stream-open-network): Add some comments.
9206
9207         * nntp.el (nntp-open-connection): Provide a :success condition.
9208
9209         * nnimap.el (nnimap-open-connection-1): Ditto.
9210
9211         * proto-stream.el (proto-stream-open-network): See what the response to
9212         the STARTTLS command is.
9213
9214         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9215         backwards compatibility).
9216         (nnimap-open-connection-1): Really respect nnimap-server-port.
9217
9218         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9219         TLS upgrades we don't really care about the identity of the peer.
9220         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9221         that what we've checked for.
9222         (proto-stream-always-use-starttls): Only default to t if
9223         open-gnutls-stream exists.
9224         (proto-stream-open-network): If STARTTLS failed, then just open a
9225         normal connection.
9226         (proto-stream-open-network): Wait until the greeting before doing
9227         STARTTLS.
9228
9229         * nntp.el (nntp-open-connection): Report what the connection error is.
9230
9231         * proto-stream.el (open-protocol-stream): Rename from
9232         open-proto-stream.
9233
9234 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * nnimap.el (nnimap-stream): Change default to `undecided'.
9237         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9238         first, and then network.
9239         (nnimap-open-connection-1): Respect nnimap-server-port.
9240         (nnimap-open-connection): Be more backwards-compatible.
9241
9242         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9243         (proto-stream-open-starttls): De-duplicate the starttls code.
9244         (proto-stream-open-starttls): Folded back into the main function.
9245         (proto-stream-open-network): Fix typo in the gnutls path.
9246         (proto-stream-command): Refactor out.
9247
9248         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9249
9250         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9251         starttls.el STARTTLS.
9252
9253         * color.el (color-lab->srgb): Fix function call name.
9254
9255         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9256         if we're using tls.el.
9257         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9258         built in, then don't try to establish a STARTTLS connection.
9259
9260         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9261         servers.
9262
9263         * proto-stream.el (open-proto-stream): Use network, not stream.
9264         (open-proto-stream): Add a way to specify what the end of a command is.
9265
9266         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9267         connections types.
9268         (nntp-open-network-stream): Remove.
9269         (nntp-open-ssl-stream): Remove.
9270         (nntp-open-tls-stream): Remove.
9271         (nntp-ssl-program): Remove.
9272
9273         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9274
9275 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9276
9277         * nnir.el: Fix typos.
9278         (nnir-retrieve-headers-override-function): Rename variable to reflect
9279         new semantics.
9280         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9281         macros.
9282         (nnir-request-article, nnir-request-move-article): Use them.
9283         (nnir-categorize): New function.
9284         (nnir-run-query): Use it.
9285         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9286         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9287         sorted.
9288         (nnir-group-full-name): Use gnus-group-full-name instead.
9289         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9290         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9291
9292 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9293
9294         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9295
9296         * proto-stream.el: New library to provide protocol-specific
9297         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9298         protocols.
9299         (open-proto-stream): Complete the documentation.
9300         (proto-stream-open-network): Fix some typos.
9301
9302         * nnimap.el (nnimap-open-connection): Use it.
9303
9304 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9305
9306         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9307         negotiation.
9308
9309 2010-11-26  Julien Danjou  <julien@danjou.info>
9310
9311         * color.el: Rename various rgb functions to srgb.
9312
9313 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9316         names.
9317
9318 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * shr.el (shr-insert): Revert last change.
9321         (shr-find-fill-point): Never leave point being at bol;
9322         relax the kinsoku limitation when rendering tables.
9323
9324 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9327         results from -accept-article.
9328
9329         * shr-color.el: Require cl when compiling.
9330
9331         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9332         checkin.
9333
9334         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9335
9336         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9337
9338         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9339         'add and 'delete to set backend marks.
9340
9341         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9342
9343         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9344
9345         * nntp.el (nntp-request-set-mark): Use it.
9346
9347         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9348
9349         * nnml.el (nnml-request-set-mark): Ditto.
9350
9351         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9352         introduces regressions in article selection.
9353         (nnimap-find-uid-response): New function.
9354         (nnimap-request-accept-article): Use the UID returned, if any.
9355         (nnimap-request-move-article): Use the UID returned, if any.
9356         (nnimap-get-groups): Reimplement to work with folded lines.
9357         (nnimap-find-uid-response): The UID is the last element in the list.
9358         (nnimap-request-set-mark): Extend syntax with 'set.
9359
9360         * nnml.el (nnml-request-set-mark): Ditto.
9361
9362         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9363
9364         * nntp.el (nntp-request-set-mark): Ditto.
9365
9366 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * message.el (message-called-interactively-p): A temporary macro.
9369         (message-goto-body): Use it temporarily.
9370
9371 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9374         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9375         (nnimap-last-response-string): Fix last unfolding fix.
9376
9377 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * shr.el (shr-insert): Fix the way to fold lines.
9380
9381 2010-11-25  Julien Danjou  <julien@danjou.info>
9382
9383         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9384
9385         * color.el: Rename from color-lab.el
9386         (color-rgb->hex): Add.
9387         (color-complement): Add.
9388         (color-complement-hex): Add.
9389
9390         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9391
9392 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * shr-color.el (shr-color-visible): Don't bug out if the color names
9395         don't exist.
9396
9397 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9400         assuming that article displaying or another mml-preview may be
9401         interrupted for an error or for the like.
9402
9403         * shr.el (shr-get-background): Fix argument name.
9404
9405 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9408
9409         * gnus-sum.el (gnus-summary-include-articles): New function.
9410
9411         * message.el (message-goto-body): called-interactively-p needs a
9412         parameter, so use `any'.
9413
9414         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9415         clear marks before moving, since they're synced from the Gnus side
9416         first.
9417
9418         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9419         (gnus-summary-move-article): Copy over all marks before moving, so that
9420         IMAP doesn't think a new article has arrived.
9421
9422 2010-11-24  Julien Danjou  <julien@danjou.info>
9423
9424         * shr.el (shr-insert-background-overlay): Fix typo.
9425         (shr-render-td): Copy the background before rendering.
9426
9427         * shr-color.el (shr-color-visible): Fix docstring.
9428
9429         * shr.el (shr-tag-table): Add bgcolor support.
9430         (shr-render-td): Add bgcolor support.
9431         (shr-get-background): Add.
9432         (shr-insert-foreground-overlay): Use shr-get-background.
9433
9434         * message.el (message-goto-body): Use called-interactively-p.
9435         (message-in-body-p): message-goto-body returns point.
9436
9437 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9440         Fixes something or other in Emacs 23, and is backwards compatible.
9441
9442         * message.el (message-goto-body): Remove the <#secure special-casing,
9443         which is too special.
9444
9445         * shr.el (shr-parse-style): Drop !important from styles.
9446
9447 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9448
9449         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9450         this function to return incorrect results when calling it with an
9451         explicit article argument different from
9452         (gnus-summary-article-number).
9453
9454 2010-11-24  Julien Danjou  <julien@danjou.info>
9455
9456         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9457         (shr-tag-body): Add background support.
9458         (shr-descend): Add background support.
9459         (shr-tag-title): Add.
9460
9461         * shr-color.el (shr-color-visible): Really return original background
9462         if fixed.
9463
9464 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * shr.el (shr-color-check): Protect against non-existent color names.
9467
9468 2010-11-24  Julien Danjou  <julien@danjou.info>
9469
9470         * color-lab.el: Require 'cl when compiling.
9471
9472         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9473
9474         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9475         matched part.
9476
9477         * color-lab.el: Fix all expt calls to use float type.
9478
9479 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9482         expression to shr-color-check as is.
9483
9484         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9485
9486         * color-lab.el: Add coding cookie.
9487         (float-pi): Use eval-and-compile.
9488
9489         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9490         compiled for Emacsen having no `libxml-parse-html-region' support.
9491
9492 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493
9494         * shr.el (shr-insert-color-overlay): Split stuff like
9495         "#444444 !important" to find the real color.
9496         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9497         parse <font color="red"> entries.
9498
9499 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9500
9501         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9502         point when parsing headers.
9503
9504         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9505         is positioned properly when parsing headers.
9506
9507 2010-11-23  Julien Danjou  <julien@danjou.info>
9508
9509         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9510
9511         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9512
9513         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9514
9515         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9516         Use shr-color-hue-to-rgb.
9517         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9518
9519 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * shr.el (shr-color->hexadecimal): Autoload.
9522         (shr-descend): Add color to all tags.
9523
9524 2010-11-22  Julien Danjou  <julien@danjou.info>
9525
9526         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9527         shr-color->hexadecimal.
9528
9529         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9530         RGB() or HSL() color representation.
9531
9532         * shr.el (shr-tag-font): Add.
9533         (shr-tag-color-check): New function to get better colors.
9534         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9535         tag-span.
9536
9537         * shr-color.el: New file.
9538
9539         * color-lab.el: New file.
9540
9541         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9542
9543 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9544
9545         * nnir.el: Fix typo in comments.
9546         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9547         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9548
9549 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9552
9553         * nnimap.el (nnimap-get-capabilities): Refactor out.
9554         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9555
9556 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9557
9558         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9559         appearing when `mm-uu-hide-markers' is nil.
9560
9561 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * nnimap.el (nnimap-unselect-group): Make into its own function.
9564         (nnimap-request-rename-group): Unselect group before renaming.
9565         This had gotten lost somewhere.
9566         (nnimap-request-accept-article): Keep track of examined groups, and
9567         unselect the group before APPENDing to read-only groups.
9568         (nnimap-request-move-article): Clear flags before moving so that they
9569         can be re-set later.
9570
9571 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9574         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9575
9576 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-art.el (gnus-mime-display-single):
9579         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9580         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9581         parameter.
9582
9583 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9586         (shr-table-vertical-line): New variable.
9587         (shr-insert-table): Use it.
9588
9589 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-html.el (gnus-html-wash-images): Don't display images if
9592         gnus-inhibit-images is non-nil; register displayer for cid images.
9593         (gnus-html-display-image): Work for cid image.
9594         (gnus-html-insert-image): Allow arguments.
9595         (gnus-html-put-image): Inhibit read-only.
9596         (gnus-html-prefetch-images): Don't prefetch images if
9597         gnus-inhibit-images is non-nil.
9598
9599 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * shr.el (shr-put-image): Break lines when inserting big pictures.
9602
9603 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9604
9605         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9606         sender, thanks Katsumi Yamaoka.
9607
9608 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9609
9610         * nnir.el (nnir-run-imap): Reverse the article list for each group
9611         rather than the whole list.
9612
9613 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * shr.el (shr-image-displayer): Protect function against non-existent
9616         image source.
9617
9618         * gnus-art.el (gnus-inhibit-images): New user option.
9619         (gnus-mime-display-single): Don't display image if it is non-nil.
9620
9621         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9622         gnus-inhibit-images.
9623
9624         * shr.el (shr-image-displayer): New function.
9625         (shr-tag-img): Use it.
9626
9627 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9628
9629         * mml2015.el (mml2015-epg-sign): Use From header.
9630
9631 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9634
9635         * gnus-util.el (gnus-find-text-property-region): Return markers.
9636
9637         * shr.el (shr-tag-img): Put a displayer in the text property.
9638
9639         * gnus-util.el (gnus-find-text-property-region): New utility function.
9640
9641         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9642         (gnus-html-show-images): Remove.
9643
9644         * gnus-art.el (gnus-article-show-images): New, more general function.
9645
9646         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9647         image url text properties.
9648
9649         * shr.el: Ditto.
9650
9651         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9652         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9653
9654 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9657         work for two or more articles.
9658
9659 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9662         divide an image that's in an html article to two or more when washing
9663         non-ASCII characters in alt text of it.
9664
9665 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9668         smime-decrypt-region using function argument.
9669         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9670
9671         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9672
9673         * smime.el (smime-decrypt-region): Catch it.
9674
9675 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9676
9677         * smime.el (smime-mode-map): Move initialization into declaration.
9678         (gnus-run-mode-hooks): Don't autoload.
9679         (smime-mode): Use define-derived-mode.
9680
9681 2010-11-11  Glenn Morris  <rgm@gnu.org>
9682
9683         * smime.el (from): Restrict declaration to XEmacs.
9684
9685         * nnir.el (gnus-group-topic-name): Autoload.
9686
9687 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * shr.el (shr-insert): Don't break long line if it is because of
9690         kinsoku-bol characters in the line end.
9691
9692 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9693
9694         * nnir.el (nnir-request-move-article): Fix to provide original group
9695         and subject.
9696         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9697         been retrieved.
9698
9699         * gnus-sum.el (gnus-summary-move-article): Use original group and
9700         subject for virtual articles such as those in an nnir summary buffer.
9701
9702 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9705         least 21.5).
9706
9707         * smime.el (from): Declare it again for XEmacs.
9708
9709 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * message.el (message-resend): Don't disable encoding unless it's
9712         already encoded.
9713
9714         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9715         low-numbered articles.
9716
9717 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * rfc2047.el (rfc2047-syntax-table): Simplify.
9720
9721         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9722
9723         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9724         set-char-table-range for XEmacs.
9725
9726 2010-11-10  Glenn Morris  <rgm@gnu.org>
9727
9728         * time-date.el (time-to-seconds): Always an alias on Emacs,
9729         never a real function.
9730         (with-no-warnings): Remove compat stub, now unused.
9731         (time-less-p): Doc fix.
9732         (time-to-number-of-days): Simplify.
9733
9734         * smime.el (from): Remove unused declaration.
9735
9736         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9737         (gnus-float-time): On Emacs, always an alias.
9738
9739         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9740         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9741
9742 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * dgnushack.el: Don't use ignore-errors in the top level form since it
9745         is unavailable in XEmacs even if cl is loaded.
9746
9747         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9748
9749 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * shr.el (browse-url-mailto): Autoload.
9752
9753         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9754
9755         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9756         regexp doesn't need quoting.
9757
9758 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9759
9760         * message.el (message-subject-trailing-was-ask-regexp)
9761         (message-subject-trailing-was-regexp): Match was: in addition to was.
9762
9763 2010-11-09  Glenn Morris  <rgm@gnu.org>
9764
9765         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9766         (nnbabyl-check-mbox): Use point-at-bol.
9767
9768 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9771
9772         * message.el (message-mailto): New function.
9773         (message-mailto): Should accept other parameters.
9774         (message-mailto): Remove since it duplicates browse-url-mailto
9775         functionality.
9776
9777 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9780         methods.
9781         (gnus-read-active-file): Ditto.
9782
9783         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9784         ": " from the prompt.
9785         (gnus-group-make-group): Ditto.
9786
9787 2010-11-07  Glenn Morris  <rgm@gnu.org>
9788
9789         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9790         (gnus-bookmark-kill-line): Use point-at-eol.
9791
9792 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9795         asterisks in From header.
9796
9797 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9798
9799         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9800         string to avoid making the From headers syntactically invalid.
9801
9802         * message.el (message-send-mail): Don't insert courtesy messages if the
9803         message already has List-Post and List-ID messages.
9804
9805 2010-11-06  Glenn Morris  <rgm@gnu.org>
9806
9807         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9808         `condition', `type', `length' a prefix.
9809         (gnus-treat-predicate): Update for above name changes.
9810
9811 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9812
9813         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9814         binding.  Handled by `gnus-summary-refer-thread' instead.
9815         (nnir-warp-to-article): New backend function.
9816
9817         * nnimap.el (nnimap-request-thread): Force dependency updating.
9818
9819         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9820         (gnus-summary-refer-thread): Rework to improve thread-referral.
9821
9822         * gnus-int.el (gnus-warp-to-article): New function.
9823
9824         * gnus-sum.el (gnus-summary-article-map): Bind it.
9825
9826 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9827
9828         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9829         gnus-summary-refer-thread.
9830
9831         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9832         headers.
9833         (gnus-summary-limit-include-thread): Prevent articles in thread from
9834         being cut in gnus-cut-threads.
9835         (gnus-summary-refer-thread): Limit retrieved headers to those in
9836         thread.
9837
9838 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * message.el (message-send-mail): Use the value of
9841         message-courtesy-message from the message buffer.
9842
9843         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9844
9845         * shr.el (shr-browse-url): Implement mailto: URLs.
9846
9847         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9848         "raw".
9849
9850         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9851         if it's already selected.
9852
9853         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9854
9855 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9858         to measure the length and truncate alt text.
9859
9860 2010-11-03  Glenn Morris  <rgm@gnu.org>
9861
9862         * nndiary.el (nndiary-generate-nov-databases-1)
9863         (nndiary-generate-active-info): Rename dynamic variable `files' to
9864         something less generic.
9865
9866 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9867
9868         * nnir.el (nnir-request-move-article): Call the underlying backend to
9869         move articles from nnir.
9870
9871 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9874
9875 2010-11-02  Julien Danjou  <julien@danjou.info>
9876
9877         * nnir.el: Remove wais support.
9878
9879 2010-11-02  Glenn Morris  <rgm@gnu.org>
9880
9881         * gnus-html.el: Reorder requirements to quieten compiler.
9882
9883 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9886         properly for XEmacs as well.
9887         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9888         (gnus-article-natural-long-line-p): Use window-width rather than
9889         frame-width.
9890
9891 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9892
9893         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9894         (nnir-read-parms): Don't modify query.
9895         (nnir-run-query): Add ability to search topic on current line.
9896         (nnir-get-active): Clean up.
9897
9898 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9901         degenerate articles.
9902
9903         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9904         (gnus-print-buffer): Just print the buffer as is, without any copying
9905         to a buffer and then re-highlighting.
9906
9907         * nnimap.el (nnimap-request-group): Store the new updated info.
9908         (nnimap-request-group): Select the group when we don't know whether it
9909         exists or not.
9910
9911         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9912         groups.
9913
9914         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9915         groups.
9916
9917         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9918         groups.
9919
9920         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9921         long-lines case by only filling the long lines.
9922
9923         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9924         (bug#7311).
9925
9926 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * shr.el: No need to declare `declare-function' since shr.el is for
9929         only Emacsen that provide `libxml-parse-html-region'.
9930
9931         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9932         effective only in a file it is referred to.
9933
9934 2010-11-01  Glenn Morris  <rgm@gnu.org>
9935
9936         * mm-util.el (gnus-completing-read): Autoload.
9937         (mm-read-coding-system): Simplify Emacs definition.
9938
9939         * nnmail.el (gnus-activate-group):
9940         * nnimap.el (gnutls-negotiate):
9941         * nntp.el (netrc-parse): Fix declarations.
9942
9943 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9946         string-match-p in Emacs >=23.
9947
9948         * gnus-msg.el (gnus-configure-posting-styles):
9949         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9950
9951 2010-11-01  Glenn Morris  <rgm@gnu.org>
9952
9953         * nnir.el (declare-function): Add compat stub.
9954         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9955         (nnir-run-gmane): Require 'mm-url.
9956
9957         * mm-util.el (mm-string-to-multibyte): Simplify.
9958
9959         * shr.el (declare-function): Add compat stub.
9960         (url-cache-create-filename): Declare.
9961         (mm-disable-multibyte, widget-convert-button): Autoload.
9962
9963         * smime.el (ldap-search): Declare.
9964         (smime-cert-by-ldap-1): Require ldap on Emacs.
9965
9966         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9967         (nnimap-keepalive): Use gnus-float-time.
9968
9969         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9970         (mail-source-delete-crash-box): Use gnus-float-time.
9971
9972         * gnus-dired.el (gnus-completing-read): Autoload.
9973
9974         * mm-view.el (gnus-rescale-image): Autoload.
9975
9976         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9977
9978         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9979
9980         * sieve-manage.el: Require 'cl when compiling.
9981
9982         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9983         (gnus-iswitchb-completing-read): Require iswitchb.
9984         (gnus-select-frame-set-input-focus): Silence compiler.
9985
9986 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * message.el (message-subject-trailing-was-query): Change default to t,
9989         since I think that's what most people want.
9990
9991         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9992         appending for easier debugging.
9993         (nnimap-wait-for-connection): Take a regexp.
9994         (nnimap-request-accept-article): Wait for the continuation line before
9995         sending anything unless we're streaming.
9996
9997         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9998         leave the header washing to take place.
9999
10000 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10001
10002         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10003         regular expression match and replace in posting styles.
10004
10005 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10006
10007         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10008         an entire server.
10009         (nnir-get-active): New function.
10010         (nnir-run-imap): Use it.
10011         (nnir-run-gmane): Who knew, gmane search returns an article score!
10012
10013         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10014         server on the current line with nnir.
10015
10016 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10019         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10020         left edge.
10021         (gnus-article-foldable-buffer): Skip past the prefix when determining
10022         raggedness.
10023
10024         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10025         the raw article, and change `C-u g' to show the article without doing
10026         treatments.
10027
10028         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10029         on to `gnus-treat-article'.
10030         (gnus-inhibit-article-treatments): New variable.
10031
10032         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10033
10034         * gnus-art.el (gnus-treatment-function-alist): Have
10035         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10036         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10037         sections.
10038
10039         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10040         parameter.
10041         (gnus-article-fill-cited-long-lines): New function.
10042         (gnus-article-fill-cited-article): Allow filling only long sections.
10043
10044         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10045         and non-punctuation (like after the apostrophe in "'We").
10046
10047         * gnus-sum.el (gnus-summary-select-article): Make sure
10048         gnus-original-article-buffer is alive.
10049
10050         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10051         reflect the order they're in in the digest.
10052
10053         * gnus.el (gnus-group-startup-message): Move point to the start of the
10054         buffer.
10055
10056         * nnimap.el (nnimap-capability): New function.
10057         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10058         is set.
10059
10060 2010-10-31  David Engster  <dengste@eml.cc>
10061
10062         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10063         conform with changes to gnus-completing-read.
10064
10065 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10068
10069 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10070
10071         * nnir.el: Move defvar, defcustom around to keep file organized
10072         and keep byte-compiler quiet.
10073         (nnir-read-parms): Accept search-engine as arg.
10074         (nnir-run-query): Pass search-engine as arg.
10075         (nnir-search-engine): Remove.
10076
10077 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * shr.el (shr-generic): The text nodes should be text, not :text.
10080
10081         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10082         later in the file.
10083
10084 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10085
10086         * nnir.el: General clean up.  Allow searching with multiple engines.
10087         Allow separate extra-parameters for each engine.
10088         Batch queries when possible.
10089         (nnir-imap-default-search-key, nnir-method-default-engines):
10090         Add customize interface.
10091         (nnir-run-gmane): New engine.
10092         (nnir-engines): Use it.  Qualify all prompts with engine name.
10093         (nnir-search-engine): Remove global variable.
10094         (nnir-run-hyrex): Restore for now.
10095         (nnir-extra-parms, nnir-search-history): New variables.
10096         (gnus-group-make-nnir-group): Use them.
10097         (nnir-group-server): Remove in favor of gnus-group-server.
10098         (nnir-request-group): Avoid searching twice.
10099         (nnir-sort-groups-by-server): New function.
10100
10101 2010-10-30  Julien Danjou  <julien@danjou.info>
10102
10103         * gnus-group.el: Remove gnus-group-fetch-control.
10104
10105         * gnus-start.el (gnus-find-new-newsgroups):
10106         Remove gnus-check-first-time-used.
10107
10108         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10109
10110 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10111
10112         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10113         set on groups that don't have \* permanentflags.
10114
10115 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116
10117         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10118         control the background color.
10119         (shr-tag-img): Ignore very small web bug type images.
10120         (shr-put-image): Add help-echo alt texts to the images.
10121         (shr-tag-video): Show the video poster image.
10122
10123 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * shr.el (shr-table-depth): New variable.
10126         (shr-tag-table-1): Only insert the images after the top-level table.
10127
10128         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10129
10130         * gnus-util.el (gnus-list-memq-of-list): New function.
10131
10132         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10133         selected.
10134         (nnimap-unsplittable-articles): New slot.
10135         (nnimap-new-articles): Use it.
10136
10137 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10138
10139         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10140         move to the previous line on `M-g'.
10141
10142 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10145         *-request-group, which seems unnecessary.
10146
10147         * nnimap.el (nnimap-quote-specials): Function copied over from
10148         imap.el.
10149         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10150         they support that.  Suggested by Tom Regner.
10151
10152 2010-10-29  Julien Danjou  <julien@danjou.info>
10153
10154         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10155         defalias.
10156         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10157
10158         * gnus.el: Remove `gnus-nntp-service' variable.
10159         (gnus-secondary-servers): Make obsolete.
10160         (gnus-nntp-server): Make obsolete.
10161
10162         * gnus-start.el (gnus-1): Remove x-splash calls.
10163
10164         * gnus-ems.el (gnus-x-splash): Remove.
10165
10166         * gnus.el (gnus-group-startup-message): Simplify/update code.
10167
10168         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10169         definition.
10170
10171         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10172         capability before doing anything.
10173         (gnus-group-insert-group-line): Remove useless
10174         gnus-group-remove-excess-properties.
10175
10176 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10179
10180 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10183         config after reselecting.
10184
10185 2010-10-28  Julien Danjou  <julien@danjou.info>
10186
10187         * shr.el (shr-put-image): Use point even if only inserting text.
10188         (shr-put-image): Save excursion when inserting alt text on non-graphic
10189         display, so the behavior is the same when we are on a graphic display.
10190
10191         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10192
10193 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10196         (gnus-mime-copy-part): Check coding system, not charset.
10197         (gnus-mime-view-part-externally): Never remove part.
10198         (gnus-mime-view-part-internally): Don't remove part here.
10199         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10200         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10201         multipart/alternative.
10202
10203         * mm-decode.el (mm-display-part): Take optional arg `force'.
10204
10205 2010-10-26  Julien Danjou  <julien@danjou.info>
10206
10207         * gnus-group.el (gnus-group-default-list-level): Add this function to
10208         compute the default list level.
10209         (gnus-group-default-list-level): Add possibility to use a function.
10210
10211 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10214
10215         * gnus-group.el (gnus-group-completing-read)
10216         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10217         gnus-replace-in-string.
10218
10219 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * shr.el (shr-tag-div): Add.
10222
10223         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10224
10225 2010-10-25  Julien Danjou  <julien@danjou.info>
10226
10227         * gnus-util.el: Remove `gnus-with-local-quit'.
10228
10229         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10230
10231 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10234         the original article buffer.
10235
10236 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237
10238         * nnimap.el (nnimap-request-head): New function.
10239         (nnimap-request-move-article): Try to be slightly faster by not
10240         requesting the entire message when moving.
10241         (nnimap-transform-headers): Don't bug out on bodiless articles.
10242         (nnimap-send-command): Have no outstanding messages if the IMAP server
10243         doesn't support streaming.
10244         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10245
10246 2010-10-24  Julien Danjou  <julien@danjou.info>
10247
10248         * message.el (message-default-headers): Fix type.
10249
10250 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10253         prefetching images.
10254
10255         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10256         backend for unknown groups.  This is mainly useful for nnimap groups.
10257
10258         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10259         group isn't covered by the agent.
10260
10261 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10262
10263         * nnir.el (nnir-method-default-engines): New variable.
10264         (nnir-run-query): Use it.
10265         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10266         (gnus-summary-nnir-goto-thread): Change group if needed.
10267
10268         * gnus-group.el (gnus-group-group-map): Add key binding for
10269         gnus-group-make-nnir-group.
10270
10271 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * shr.el (shr-tag-object): Add.
10274
10275         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10276         original article buffer live.
10277         (gnus-summary-select-article-buffer):
10278         Mention gnus-widen-article-buffer.
10279
10280 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * shr.el (shr-tag-strong): Add.
10283
10284 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10287         group names.  They mess up the group buffer badly.
10288
10289         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10290
10291         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10292         instead of the summary one.
10293
10294 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * mml.el (mml-preview): Work properly when editing article.
10297
10298         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10299         gnus-have-read-active-file if it's already been in.
10300
10301 2010-10-22  Tom Tromey  <tromey@redhat.com>
10302
10303         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10304         gnus-group-completing-read.
10305
10306 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * message.el (message-mode-map): Don't bind M-; to comment region, to
10309         allow the global comment-dwim to work.
10310
10311 2010-10-21  Julien Danjou  <julien@danjou.info>
10312
10313         * message.el (message-setup-1): Allow message-default-headers to be a
10314         function.
10315
10316 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * shr.el (shr-tag-table): Simplify.
10319
10320 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10323         to avoid trying to snarf invalid stuff.
10324
10325         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10326
10327         * gnus.el (gnus-message-archive-group): Quote value.
10328         (gnus-message-archive-group): Mark as changed.
10329
10330         * shr.el (shr-add-font): Don't put the font properties on the newline
10331         or the indentation.
10332
10333         * message.el (message-fix-before-sending): Change options when sending
10334         non-printable characters.
10335
10336         * gnus.el (gnus-message-archive-method): Change the default to
10337         monthly outgoing groups.
10338
10339         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10340         that have gotten new numbers.
10341
10342         * nnimap.el (nnimap-request-replace-article): New function.
10343
10344 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10347         (nnrss-request-article): Don't use special html washing code.
10348
10349 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * shr.el (shr-tag-table): Remove useless nconc.
10352
10353 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * gnus-art.el (article-wash-html): Simplify and remove the charset
10356         stuff.  Use the normal html rendering code instead of the special html
10357         washing code.
10358
10359         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10360         `gnus-w3m' symbols.
10361         (mm-text-html-washer-alist): Remove.
10362
10363         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10364         (mm-inline-media-tests): Remove use.
10365         (mm-text-html-renderer): Change default to the `shr' symbol.
10366
10367         * mm-view.el (mm-inline-text-html): Remove use.
10368
10369         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10370         `gnus-blocked-images' to be a function.
10371         (gnus-article-wash-function): Remove.
10372
10373 2010-10-20  Julien Danjou  <julien@danjou.info>
10374
10375         * spam.el (spam-list-of-processors): Mark as obsolete.
10376
10377         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10378         (nnimap-insert-partial-structure): Fix boundary detection.
10379
10380 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10381
10382         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10383         run file-truename on remote files.  This can be expensive and even
10384         prevent one from editing drafts if some unrelated buffer has a stale
10385         connection.
10386
10387 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10390         kinsoku-eol regardless of shr-kinsoku-shorten.
10391         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10392         (shr-tag-table): Support caption, thead, and tfoot.
10393
10394 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395
10396         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10397         lines.
10398         (shr-save-contents): New command and keystroke.
10399
10400         * nndoc.el (nndoc-type-alist): Add git support.
10401         (nndoc-git-type-p): New function.
10402         (nndoc-transform-git-article): Ditto.
10403         (nndoc-transform-git-headers): Ditto.
10404         (nndoc-transform-git-headers): Generate Subject headers.
10405
10406         * shr.el (shr-parse-style): New function.
10407         (shr-tag-span): Ditto.
10408
10409         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10410         to `G G' to avoid collisions.
10411
10412 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * shr.el: Load kinsoku if necessary.
10415         (shr-kinsoku-shorten): New internal variable.
10416         (shr-find-fill-point): Make kinsoku shorten text line if
10417         shr-kinsoku-shorten is bound to non-nil.
10418         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10419         shr-indentation too when testing if table is wider than frame width.
10420         (shr-insert-table): Use `string-width' instead of `length' to measure
10421         text width.
10422         (shr-insert-table-ruler): Make sure indentation is done at bol.
10423
10424 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10425
10426         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10427         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10428         undecoded network data.
10429
10430 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10433         name in the mode line spec so that the mode line menu works
10434         (bug#2431).
10435
10436         * message.el (message-get-reply-headers): If we're fed `to-address',
10437         then always use that.
10438
10439         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10440         aren't so wide as to need to switch off the edit menu.
10441
10442         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10443         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10444
10445         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10446         `M-g'.
10447         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10448         the permanent marks.
10449
10450 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10451
10452         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10453         Splitting according to references/in-reply-to obeys the ignore-groups
10454         variable, while splitting by sender and subject do not.
10455
10456 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457
10458         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10459         alist, so that we can look for non-Unicode chars.
10460         (article-translate-strings): Allow both character and string maps.
10461
10462 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * shr.el (shr-insert): Don't insert space behind a wide character
10465         categorized as kinsoku-bol, or between characters both categorized as
10466         nospace.
10467
10468 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10469
10470         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10471         headers to gnus-newsgroup-headers.
10472
10473 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474
10475         * shr.el (shr-tag-img): Don't align images -- since we're not
10476         rescaling, this often leads to ugly displays.
10477
10478 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10479
10480         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10481         duplicates.
10482
10483 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10484
10485         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10486         call.
10487
10488 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * gnus.el: Autoload gnus-html-show-images.
10491
10492         * nnimap.el: Use nnheader-message throughout.
10493
10494         * shr.el (shr-tag-img): Ignore images with no data.
10495
10496 2010-10-15  Julien Danjou  <julien@danjou.info>
10497
10498         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10499         a possibility to disable format=flow encoding when using hard newlines.
10500
10501 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * shr.el (shr-insert): Remove space inserted before or after a
10504         breakable character or at the beginning or the end of a line.
10505         (shr-find-fill-point): Do kinsoku; find the second best point or give
10506         it up if there's no breakable point.
10507
10508 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * nnimap.el (nnimap-open-connection): Message when opening connection
10511         for debugging purposes.
10512
10513         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10514         on every setup buffer call to allow this to change from article to
10515         article.
10516
10517         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10518         buffers where we have a wide table.
10519
10520 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10521
10522         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10523         uses *-request-thread.
10524
10525 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10528         incantation, which is no longer valid.
10529
10530 2010-10-14  Julien Danjou  <julien@danjou.info>
10531
10532         * shr.el: Fix defcustom type (char -> character).
10533
10534 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10535
10536         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10537         programs.
10538
10539 2010-10-14  Julien Danjou  <julien@danjou.info>
10540
10541         * shr.el (shr-tag-a): Use url-link as widget type.
10542
10543         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10544         `gnus-group-get-icon'.
10545
10546 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10549         This should make server editing work better.
10550
10551         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10552
10553         * tls.el (tls-program): Remove spurious %s from openssl.
10554
10555         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10556         (nnimap-parse-flags): Fix regexp.
10557
10558         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10559         probably work for CJVK text, too.
10560
10561         * nnimap.el (nnimap-extend-tls-programs): Remove.
10562         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10563
10564         * tls.el (tls-starttls-switches): Remove starttls hack.
10565         (open-tls-stream): Ditto.
10566         (tls-find-starttls-argument): Ditto.
10567
10568 2010-10-13  Julien Danjou  <julien@danjou.info>
10569
10570         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10571         responses.
10572
10573 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10576
10577         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10578         anything in Emacs.
10579
10580         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10581
10582 2010-10-13  Julien Danjou  <julien@danjou.info>
10583
10584         * shr.el (shr-width): Make shr-width a defcustom with default to
10585         fill-column.
10586         (shr-tag-img): Use shr-width rather than fill-column.
10587
10588 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * dgnushack.el (byte-optimize-apply):
10591         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10592
10593         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10594         position when (X-)Faces exist.
10595         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10596         avatars when called interactively.
10597
10598 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10601         gnus-article-x-face-too-ugly is bound.
10602
10603 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10606
10607         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10608         mailbox that doesn't exist.
10609
10610 2010-10-12  Julien Danjou  <julien@danjou.info>
10611
10612         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10613         (shr-get-image-data): Encode URL properly when fetching from cache.
10614         (shr-tag-img): Use aligned-to spaces to align correctly images.
10615
10616         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10617         before inserting the Gravatar.
10618
10619         * shr.el (shr-tag-img): Add align attribute support for <img>.
10620
10621 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * gnus-gravatar.el (gnus-art): Require.
10624
10625         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10626         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10627         Remove long obsoleted functions.
10628
10629 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10632
10633         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10634
10635         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10636         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10637         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10638         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10639         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10640         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10641         * sieve-manage.el, smime.el, spam.el:
10642         Fix comment for declare-function.
10643
10644 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * nnimap.el (nnimap-request-rename-group): Select group read-only
10647         before renaming it.
10648
10649         * shr.el (shr-insert): Fix up the white space only regexp.
10650
10651         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10652         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10653
10654         * shr.el (shr-current-column): New function.
10655         (shr-find-fill-point): New function.
10656
10657 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10658
10659         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10660         numbers.
10661
10662 2010-10-11  Julien Danjou  <julien@danjou.info>
10663
10664         * shr.el (shr-hr-line): Add.
10665         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10666         display hr lines.
10667         (shr-max-columns): Do not change state to nil if we just inserting
10668         spaces.
10669
10670 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10673         select the last group.
10674
10675 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10676
10677         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10678
10679 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10680
10681         * dig.el (dig-mode-map): Declare and define in one step.
10682
10683 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10684
10685         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10686         for Gnus.
10687         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10688         (nnimap-update-qresync-info): Mark \Seen articles as read.
10689
10690         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10691         non-variable, too.
10692
10693         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10694         available.
10695         (nnimap-update-info): Rely more on the current active than the param
10696         active to avoid marking articles as read too much.
10697
10698         * auth-source.el (auth-source-create): Use (user-login-name) for the
10699         user name default.
10700
10701         * nnimap.el (nnimap-update-info): If the server doesn't return any
10702         useful info, just use the previous info.
10703         (nnimap-update-info): Prefer old info over start-article.
10704         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10705
10706 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10707
10708         * nnir.el (autoload): Clean up autoloads.
10709         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10710         Use key rather than value.
10711         (nnir-imap-search-other): New variable.
10712         (nnir-read-parm): Use it.
10713         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10714         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10715
10716 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10717
10718         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10719         the process, too.
10720
10721 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * spam.el (gnus-summary-mode-map): Bind to "$".
10724         Suggested by Russ Allbery.
10725
10726         * shr.el: Rework the way things are indented by <li> slightly.
10727
10728         * gnus.el (gnus-group-set-parameter): Fix typo.
10729
10730         * nnimap.el: Start implementing QRESYNC support.
10731
10732 2010-10-09  Julien Danjou  <julien@danjou.info>
10733
10734         * nnir.el (nnir-engines): Fix too many arguments.
10735
10736 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10737
10738         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10739         group is the "last", so that the backends like nnfolder actually save
10740         their folders.
10741
10742         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10743         try to use that for the tls stream.
10744         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10745         UIDVALIDITY and find out which groups are read-only and not.
10746         (nnimap-get-flags): Use the same marks parsing code as the rest of
10747         nnimap.
10748
10749 2010-10-09  Julien Danjou  <julien@danjou.info>
10750
10751         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10752
10753         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10754         retrieving gravatars.
10755
10756         * shr.el (shr-table-corner): Add.
10757         (shr-table-line): Add.
10758         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10759
10760 2010-10-08  Julien Danjou  <julien@danjou.info>
10761
10762         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10763
10764 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10765
10766         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10767
10768         * gnus-sum.el (gnus-mark-article-as-unread)
10769         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10770         (gnus-summary-set-bookmark): Use it.
10771
10772         * gnus-msg.el (gnus-setup-message): Use it.
10773
10774         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10775
10776         * gnus.el (gnus-group-remove-parameter): Use it.
10777
10778         * gnus-group.el (gnus-group-make-web-group): Use it.
10779
10780         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10781
10782         * nnregistry.el: Update docs to mention manual.
10783
10784         * gnus-registry.el: Update docs to mention nnregistry.el.
10785         (gnus-registry-initialize): Don't install nnregistry refer method
10786         automatically.
10787         (gnus-registry-install-nnregistry): Remove it.
10788
10789 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10790
10791         * shr.el (shr-insert): Don't insert double spaces.
10792
10793 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * gnus-gravatar.el (gnus-treat-from-gravatar)
10796         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10797         called interactively.
10798
10799         * gnus-art.el (gnus-mime-view-part-externally)
10800         (gnus-mime-view-part-internally): Make predicate function passed to
10801         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10802         of a mime type.
10803
10804         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10805
10806 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * shr.el (require): Require cl when compiling.
10809         (shr-tag-hr): New function.
10810
10811         * nnimap.el (nnimap-update-info): Remove double setting of high.
10812         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10813         This makes nnimap work properly on Courier again.
10814
10815         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10816         the variable for backwards compatibility.
10817
10818         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10819         the file name before using to avoid setting mm-default-directory to
10820         nil.
10821
10822         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10823         bidning gnus-agent variables.
10824
10825         * shr.el (shr-render-td): Use a cache for the table rendering function
10826         to avoid getting an exponential rendering behavior in nested tables.
10827         (shr-insert): Rework the line-breaking algorithm.
10828         (shr-insert): Don't leave trailing spaces.
10829         (shr-insert-table): Also insert empty TDs.
10830         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10831
10832 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * gnus-sum.el (gnus-number): Rename from `number'.
10835         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10836         (gnus-summary-limit-children): Update uses correspondingly.
10837
10838 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10841         (gnus-gravatar-transform-address): Don't show avatars of people of
10842         which mail addresses match gnus-gravatar-too-ugly.
10843
10844 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * shr.el (shr-table-widths): Expand TD elements to fill available
10847         space.
10848
10849 2010-10-07  Julien Danjou  <julien@danjou.info>
10850
10851         * nnimap.el (nnimap-request-rename-group): Add this method.
10852
10853 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10856         name from XEmacs' function-arglist.
10857
10858         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10859         gravatar under XEmacs.
10860
10861 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10862
10863         * auth-source.el: Update docs with TODO items.
10864
10865         * gnus-sync.el: Update docs to explain state and plans.
10866
10867         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10868         Hooks for mark updates.
10869         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10870
10871         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10872         hooks with arguments, which is needed for mark update hooks.
10873
10874 2010-10-06  Julien Danjou  <julien@danjou.info>
10875
10876         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10877         was matched.
10878
10879         * sieve-manage.el: Update example in `Commentary'.
10880
10881         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10882
10883         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10884         not 2000.
10885         (sieve-manage-authenticate): Re-add function.
10886
10887 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * shr.el (shr-insert): Get 'space transition right.
10890         (shr-render-td): Only delete space at the end of the TD.
10891
10892         * nnimap.el (nnimap-open-connection): Prepare to support
10893         open-gnutls-stream.
10894
10895         * shr.el: Rearrange function order to be more logical.
10896
10897 2010-10-06  Julien Danjou  <julien@danjou.info>
10898
10899         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10900         (nnrss-discover-feed): Remove 404 URL in docstring.
10901
10902         * nnir.el: Fix Swish-E URL.
10903         Fix Namazu URL.
10904
10905         * message.el (message-change-subject): Remove 404 URL in a comment.
10906
10907 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10910         called interactively.
10911
10912         * gnus-util.el (gnus-remove-if): Allow hash table.
10913         (gnus-remove-if-not): New function.
10914
10915         * gnus-art.el (gnus-mime-view-part-as-type):
10916         * gnus-score.el (gnus-summary-score-effect):
10917         * gnus-sum.el (gnus-read-move-group-name):
10918         Replace remove-if-not with gnus-remove-if-not.
10919
10920         * gnus-group.el (gnus-group-completing-read):
10921         Regard collection as a hash table if it is not a list.
10922
10923 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10926
10927         * shr.el: Document the table-rendering algorithm.
10928
10929 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10932         for Emacsen having no `libxml-parse-html-region' support.
10933
10934 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10937         invalid URLs.
10938
10939         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10940         line-broken.
10941         (shr-tag-img): Ignore image fetching errors.
10942         (shr-overlays-in-region): Compute overlay positions correctly.
10943
10944         * mm-decode.el (mm-shr): Require shr.
10945
10946         * gnus-art.el (gnus-blocked-images): Move variable here.
10947
10948         * shr.el (shr-insert-table): Bind free variable.
10949
10950         * mm-decode.el (mm-shr): Bind shr-content-function.
10951
10952         * shr.el (shr-content-function): New variable.
10953
10954         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10955         added for symmetry.
10956
10957         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10958
10959         * gnus-group.el (gnus-group-make-group): Doc fix.
10960
10961         * nnimap.el (nnimap-request-newgroups): Return success.
10962
10963         * shr.el (shr-find-elements): New function.
10964         (shr-tag-table): Put all the images after the table.
10965         (shr-tag-table): Really inhibit images inside the table.
10966         (shr-collect-overlays): Copy over overlays from the TD elements to the
10967         main document.
10968
10969         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10970         gnus-blocked-images.
10971
10972 2010-10-05  Julien Danjou  <julien@danjou.info>
10973
10974         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10975
10976         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10977         (gnus-html-maximum-image-size): Add this function.
10978         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10979
10980         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10981         server-value of the capability is nil.
10982
10983 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * shr.el (shr-tag-em): Add <EM> tag.
10986
10987 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10988
10989         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10990         customizable.
10991
10992         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10993         handing broken links to browse-url.
10994
10995 2010-10-05  Julien Danjou  <julien@danjou.info>
10996
10997         * gnus-util.el (gnus-emacs-completing-read)
10998         (gnus-iswitchb-completing-read): Use autoload rather than require.
10999
11000 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11003         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11004         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11005         iswitchb-temp-buflist for XEmacs.
11006
11007         * gnus-util.el (gnus-completing-read-function): Exclude
11008         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11009         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11010         XEmacs.
11011
11012         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11013         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11014
11015         * gnus-html.el: Don't require help-fns under XEmacs.
11016         (gnus-html-schedule-image-fetching): Work for XEmacs.
11017
11018         * mm-decode.el (mm-shr): Decode contents by charset.
11019
11020 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11023         unknown.
11024
11025         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11026         (shr-get-image-data): Ensure against the cache file missing.
11027
11028         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11029         for data.
11030
11031         * spam-report.el (spam-report-url-ping-plain): Don't query about
11032         killing the process.
11033
11034         * shr.el (shr-render-td): Protect against too-wide text.
11035
11036 2010-10-04  Julien Danjou  <julien@danjou.info>
11037
11038         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11039         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11040
11041         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11042         retrieved.
11043
11044 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045
11046         * shr.el (browse-url): Require.
11047         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11048         lines.
11049         (shr-show-alt-text, shr-browse-image): New commands.
11050         (shr-browse-url, shr-copy-url): New commands.
11051
11052         * gnus-sum.el (gnus-widen-article-window): New variable.
11053         (gnus-summary-select-article-buffer): Use it.
11054
11055         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11056         without @ signs.
11057
11058 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11059
11060         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11061
11062 2010-10-04  Julien Danjou  <julien@danjou.info>
11063
11064         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11065         for XEmacs.
11066
11067 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11070
11071         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11072         (nnimap-close-server): Implement.
11073
11074         * dgnushack.el (iswitchb): Require to shut up the compiler.
11075
11076         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11077         (shr-insert): Tweak line breaking.
11078         (shr-insert): Handle <pre> better.
11079         (shr-tag-li): Get <li> indentation right.
11080         (shr-tag-li): Get <li> indentation even righter.
11081         (shr-tag-blockquote): Ensure paragraph start.
11082         (shr-make-table): Tweak table generation.
11083         (shr-make-table): Fix typo.
11084
11085         * shr.el: Implement table rendering.
11086
11087 2010-10-04  Julien Danjou  <julien@danjou.info>
11088
11089         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11090
11091 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * shr.el (shr-insert): Use string anchors instead of line anchors.
11094
11095 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * shr.el: Add headings.
11098         (shr-ensure-paragraph): Actually work.
11099         (shr-tag-li): Make <ul> prettier.
11100         (shr-insert): Get white space at the beginning/end of elements right.
11101         (shr-tag-p): Collapse subsequent <p>s.
11102         (shr-ensure-paragraph): Don't insert double line feeds after blank
11103         lines.
11104         (shr-insert): \t is also space.
11105         (shr-tag-s): Fix "s" tag name function.
11106         (shr-tag-s): Fix face prop name.
11107
11108 2010-10-03  Julien Danjou  <julien@danjou.info>
11109
11110         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11111
11112         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11113         gnus-window-inside-pixel-edges.
11114
11115         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11116         gnus-ems.
11117
11118         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11119
11120         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11121         function.
11122
11123         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11124         resize choice.
11125
11126 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127
11128         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11129         beginning of the buffer.
11130
11131         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11132         article buffer again.
11133
11134         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11135
11136         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11137         when it's at the start of the buffer.
11138
11139         * shr.el (shr-tag-blockquote): Convert name.
11140         (shr-rescale-image): Use the right image-size variant.
11141
11142         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11143         buffer isn't shown, then select the current article first instead of
11144         bugging out.
11145         (gnus-summary-select-article-buffer): Show both the article and summary
11146         buffers again.
11147
11148         * shr.el (shr-fontize-cont): Protect against regions with no text.
11149         Rename tag functions to shr-tag-* for enhanced security.
11150         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11151
11152 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11153
11154         * shr.el (shr-insert):
11155         * pop3.el (pop3-movemail):
11156         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11157         loaded.
11158
11159 2010-10-03  Glenn Morris  <rgm@gnu.org>
11160
11161         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11162
11163         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11164
11165         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11166
11167         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11168
11169         * gnus-util.el (gnus-make-local-hook): Simplify.
11170
11171 2010-10-02  Julien Danjou  <julien@danjou.info>
11172
11173         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11174         (gnus-ido-completing-read): New function.
11175         (gnus-emacs-completing-read): New function.
11176         (gnus-completing-read): Use gnus-completing-read-function.
11177         Add gnus-completing-read-function.
11178
11179 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * shr.el (shr-insert-document): Autoload.
11182         (shr-img): Be silent.
11183         (shr-insert): Add a newline after every picture before text.
11184         (shr-add-font): Use overlays for combining faces.
11185         (shr-insert): Pass upwards the text start point.
11186
11187         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11188         possible.
11189         (mm-shr): New function.
11190
11191 2010-10-02  Julien Danjou  <julien@danjou.info>
11192
11193         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11194         should go backward.
11195
11196 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11197
11198         * shr.el (shr): Fix typo in provide call.
11199
11200 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * shr.el: New file.
11203
11204         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11205
11206         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11207         completing read.
11208
11209 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11212         we're being queried about.  Suggested by Dan Jacobson.
11213
11214         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11215         Suggested by Jason Eisner.
11216
11217         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11218         table, too.  Suggested by Stefan Wiens.
11219         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11220         the table unnecessary.  Suggested by Stefan Wiens.
11221
11222         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11223         longer needed, and probably doesn't work either, as pointed out by
11224         Stefan Wiens.
11225         (gnus-summary-exit): Remove call to the clearing function.
11226         (gnus-summary-exit-no-update): Ditto.
11227
11228         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11229         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11230         Reported by Stefan Monnier.
11231         (gnus-summary-save-in-rmail): Ditto.
11232
11233         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11234         article buffer, instead of both the article buffer and the summary
11235         buffer.  Sort of suggested by Dan Jacobson.
11236
11237         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11238
11239         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11240         Suggested by Dan Jacobson.
11241
11242         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11243         documentation clearer.
11244
11245         * message.el (message-shorten-references): Comment on the number "21".
11246         Suggested by Stefan Monnier.
11247
11248         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11249         Suggested by Dan Jacobson.
11250
11251         * gnus.el (gnus-large-newsgroup):
11252         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11253
11254         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11255         externalize attachments.  Bug reported by Steve Wen.
11256
11257         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11258         really message anything to the user.
11259
11260         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11261         directly.
11262
11263         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11264         messages in empty groups.
11265
11266 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11267
11268         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11269         non-UIDNEXT group.
11270
11271 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11274         not the value from the collection.
11275
11276         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11277         values.  This sometimes happens on some groups that have no info.
11278         (nnimap-request-newgroups): New function.
11279
11280 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11281
11282         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11283         check into `gnus-registry-initialize'.
11284         (gnus-registry-initialize): Ditto.
11285         Fix and extend header docs.
11286
11287 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11290         regexp backtrace overflows.
11291
11292         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11293         for starttls that tls.el implements; i.e. openssl.
11294
11295         * tls.el (tls-starttls-switches): Give up on using starttls with
11296         gnutls-cli.
11297         (tls-program): Add --insecure to be consistent with the defaults from
11298         openssl s_client.  Now all three commands are insecure.
11299
11300 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * lpath.el: Bind completion-styles-alist for XEmacs.
11303
11304         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11305         (gravatar-create-image): New function that's an alias to
11306         gnus-xmas-create-image, gnus-create-image, or create-image.
11307         (gravatar-data->image): Use it.
11308
11309 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11310
11311         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11312         install the nnregistry refer method.
11313         (gnus-registry-install-hooks): Use it.
11314         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11315         unfollowed groups.
11316
11317 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11318
11319         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11320         expanding threads.
11321
11322 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11323
11324         * nnir.el: Use the server names without suffixes (bug#7009).
11325
11326         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11327         unencrypted to STARTTLS, if possible.
11328
11329 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11330
11331         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11332         headers before superseding.
11333
11334 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11335
11336         * nnrss.el (nnrss-use-local): Add documentation.
11337
11338         * nnimap.el (nnimap-extend-tls-programs): New function.
11339         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11340         (nnimap-wait-for-connection): Accept the greeting from the stupid
11341         output from openssl s_client -starttls, too.
11342
11343         * tls.el (tls-starttls-switches): New variable.
11344         (tls-find-starttls-argument): Use it.
11345         (open-tls-stream): Ditto.
11346
11347         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11348         (netrc-machine): Ditto.
11349
11350         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11351         article number.
11352         (nnimap-split-fancy): New variable.
11353         (nnimap-split-incoming-mail): Use it.
11354
11355         * nntp.el (nntp-server-list-active-group): Document.
11356
11357         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11358         SELECT to get the message-id.
11359
11360         * mail-source.el (mail-sources): Remove webmail support.
11361         (defvar): Ditto.
11362         (mail-source-fetcher-alist): Ditto.
11363         (mail-source-fetch-webmail): Remove.
11364
11365         * webmail.el: Remove -- doesn't seem relevant any more.
11366
11367         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11368
11369         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11370         the \r.
11371
11372 2010-09-30  Julien Danjou  <julien@danjou.info>
11373
11374         * gnus-agent.el (gnus-agent-add-group): Fix call to
11375         gnus-completing-read.
11376
11377 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * nndoc.el (nndoc-retrieve-groups): New function.
11380
11381         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11382         `default', use nnmail-split-methods.
11383         (nnimap-request-article): Downcase the NILs so that they are nil.
11384
11385         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11386         symbol.
11387
11388         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11389         code, since if the user has requested network, that's what they ought
11390         to get.
11391         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11392         (nnimap-split-rule): Mark as obsolete.
11393
11394         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11395         New variable.
11396
11397         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11398         correct slot, too.
11399
11400 2010-09-29  Julien Danjou  <julien@danjou.info>
11401
11402         * gnus.el (gnus-local-domain): Declare variable obsolete.
11403
11404         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11405         Fix history computing.
11406         (gnus-ido-completing-read): Require ido.
11407
11408 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11411         build Gnus.
11412
11413         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11414         when interpreting the structures.
11415         (nnimap-request-accept-article): Add \r\n to the lines to make this
11416         work with Cyrus.
11417
11418         * nndraft.el (nndraft-request-expire-articles): Use the group name
11419         instead if "nndraft".  Fix found by Nils Ackermann.
11420
11421 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11422
11423         * nnregistry.el: Add.
11424
11425 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11426
11427         * nnmail.el (group, group-art-list, group-art):
11428         Remove unneeded directives.
11429
11430 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11433         (mm-mime-charset):
11434         * rfc2047.el (rfc2047-syntax-table):
11435         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11436
11437         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11438         rather than `insert-file-contents' and `eval-region'.
11439
11440         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11441         construction.
11442
11443         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11444
11445         * time-date.el: No need to require cl for Emacs 21.
11446
11447 2010-09-29  Julien Danjou  <julien@danjou.info>
11448
11449         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11450         replacement of `gnus-gravatar-relief' to mimic
11451         `gnus-faces-properties-alist'.
11452         Add :version property.
11453
11454 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * mail-source.el (mail-source-report-new-mail):
11457         * message.el (message-default-mail-headers):
11458         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11459
11460         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11461
11462 2010-09-28  Julien Danjou  <julien@danjou.info>
11463
11464         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11465         mail-address contains the same string as real-name.
11466
11467         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11468         non-blank in header, otherwise it'll get stripped.
11469
11470         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11471         real-name, and then for mail address rather than doing : or , search.
11472
11473 2010-09-27  Julien Danjou  <julien@danjou.info>
11474
11475         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11476         right completing-read function.
11477         (gnus-use-ido): New variable
11478         (gnus-completing-read-with-default): Remove.
11479         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11480         (gnus-agent-add-group):
11481         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11482         * mm-view.el (mm-view-pkcs7-decrypt):
11483         * mm-util.el (mm-codepage-setup):
11484         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11485         * mml-smime.el (mml-smime-openssl-sign-query):
11486         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11487         (mml-insert-multipart):
11488         * gnus-msg.el (gnus-summary-yank-message):
11489         * gnus-int.el (gnus-start-news-server):
11490         * mm-decode.el (mm-interactively-view-part):
11491         * gnus-dired.el (gnus-dired-attach):
11492         * gnus.el (gnus-read-method):
11493         * gnus-bookmark.el (gnus-bookmark-jump):
11494         * gnus-art.el (gnus-mime-view-part-as-type)
11495         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11496         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11497         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11498         * nnmairix.el (nnmairix-create-server-and-default-group)
11499         (nnmairix-update-groups, nnmairix-get-server)
11500         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11501         (nnmairix-get-group-from-file-path):
11502         * nnrss.el (nnrss-find-rss-via-syndic8):
11503         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11504         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11505         (gnus-group-browse-foreign-server):
11506         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11507         (gnus-summary-execute-command, gnus-summary-respool-article)
11508         (gnus-read-move-group-name):
11509         * gnus-score.el (gnus-summary-increase-score)
11510         (gnus-summary-score-effect):
11511         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11512
11513 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11516         x-focus-frame.
11517
11518         * nnimap.el (auth-source-forget-user-or-password)
11519         (auth-source-user-or-password): Autoload.
11520
11521         * message.el (message-from-style, message-interactive)
11522         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11523         (message-yank-prefix, message-indentation-spaces, message-signature)
11524         (message-signature-file): Add comment.
11525
11526 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11527
11528         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11529         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11530         new articles.
11531
11532         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11533         parts.
11534         (nnimap-request-article): Work with the t setting, too.
11535
11536         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11537         that you don't get flashes of other buffers.
11538         (gnus-summary-show-complete-article): Intern before setting.
11539
11540 2010-09-27  David Engster  <dengste@eml.cc>
11541
11542         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11543         well as HEADERS.
11544         (nnmairix-retrieve-headers): Provide new argument for the above.
11545
11546 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11547
11548         * gnus-sum.el (gnus-summary-move-article): Don't alter
11549         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11550         group.
11551
11552         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11553
11554         * message.el (message-cite-prefix-regexp): Revert my last edit.
11555
11556         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11557         variable instead of the Gnus variable.
11558
11559         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11560
11561         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11562
11563         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11564         since some servers don't like it.
11565         (nnimap-open-connection): Forget credentials if the server says the
11566         password was wrong.
11567         (nnimap-parse-line): Protect against invalid data.
11568
11569         * gnus-sum.el (gnus-summary-move-article): Add comment.
11570         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11571         nothing alters it while scanning for new messages.
11572
11573         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11574         which may or may not help.
11575         (nnimap-open-connection): If we're doing a stream connection, and then
11576         discover we're on a STARTTLS-capable server, then open a STARTTLS
11577         connection instead.
11578
11579 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11580
11581         * nnimap.el (utf7): Require.
11582
11583         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11584         prefix.
11585
11586 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11587
11588         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11589
11590 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11591
11592         * nnimap.el (nnimap-request-accept-article): Message the error on
11593         error.
11594
11595 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11598
11599 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11600
11601         * nndoc.el (nndoc-request-list): Return success always.
11602
11603         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11604         `fetch-old' -- we only want to fetch the articles we've requested.
11605         The rest are in the agent, probably.
11606         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11607         disappeared server" to something low.  It's not important.
11608
11609         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11610         arrived before the FETCH data.
11611
11612         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11613         target here, because we don't know the Gnus name of the group.
11614
11615         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11616         for the correct group.
11617
11618         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11619
11620         * gnus.el (gnus): Give a final warning after startup.
11621
11622         * gnus-util.el (gnus-action-message-log): New variable.
11623         (gnus-message): Use it.
11624         (gnus-final-warning): New function.
11625
11626         * nnimap.el (nnimap-open-connection): Record the greeting.
11627         (nnimap): Add greeting.
11628
11629 2010-09-26  Julien Danjou  <julien@danjou.info>
11630
11631         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11632         arguments.
11633         (gnus-html-wash-images): Fix spec computing to include start/end.
11634
11635         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11636
11637 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11638
11639         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11640         deletion.
11641         (nnimap-retrieve-headers): Don't select the group, because that's
11642         already done by nnimap-possibly-change-group.
11643
11644         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11645         (gnus-picon-transform-address): Use it.
11646
11647         * mail-source.el (mail-source-value): Revert previous patch.
11648
11649         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11650         on failure.
11651         (nnimap-open-connection): Look up both virtual and physical server name
11652         credentials.
11653
11654         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11655
11656 2009-02-07  Dave Love  <fx@gnu.org>
11657
11658         * tls.el (open-tls-stream): Don't query killing process.
11659
11660 2009-02-08  Dave Love  <fx@gnu.org>
11661
11662         * gnus-win.el (gnus-window-to-buffer-helper)
11663         (gnus-all-windows-visible-p): Function needn't be a symbol.
11664
11665         * mail-source.el (mail-source-value): Function needn't be a symbol.
11666
11667 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * message.el (message-cite-prefix-regexp): Remove } from the cite
11670         prefix.
11671
11672         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11673         highlight again, so that the highlight is correct.
11674
11675         * gnus-picon.el (gnus-picon): Remove again.
11676         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11677
11678         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11679         doing the header highlightling, so that the background color of the
11680         picon is correct.
11681
11682         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11683         (gnus-picon): Ditto.
11684         (gnus-picon): Reinstate.  The background color for picons is white.
11685         (gnus-picon-insert-glyph): Make the background white.
11686
11687         * nnml.el (nnml-open-nov): Don't return dead buffers.
11688
11689         * auth-source.el (auth-source-create): Query the user for whether to
11690         store the credentials.
11691
11692         * netrc.el (netrc-store-data): New function.
11693
11694         * auth-source.el (auth-source-user-or-password): Use the existing auth
11695         sources, if any, for creation.
11696
11697         * gnus.el (gnus-group-fast-parameter): Return the last matching
11698         parameter instead of the first matching parameter.
11699
11700 2010-09-26  Julien Danjou  <julien@danjou.info>
11701
11702         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11703
11704 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * mml2015.el (mml2015-use): Remove gpg support.
11707
11708         * mml1991.el (mml1991-function-alist): Remove gpg function.
11709         (mml1991-gpg-sign): Remove.
11710
11711 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11712
11713         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11714         (gnus-browse-unsubscribe-current-group): Document it.
11715         (gnus-browse-unsubscribe-group): Use it.
11716
11717 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11718
11719         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11720         address to the To list for easier response.
11721
11722         * gnus.el (gnus-play-startup-jingle): Remove.
11723         (gnus-splash): Don't play jingle.
11724         (gnus): Silence gnus-load message.
11725
11726         * gnus-art.el (gnus-treat-play-sounds): Remove.
11727
11728         * gnus.el (gnus-play-jingle): Remove audio support.
11729
11730         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11731
11732         * earcon.el: Remove -- no users.
11733
11734         * gnus-audio.el: Remove -- no users of this package.
11735
11736         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11737
11738         * gnus-start.el (gnus-setup-news): Remove nocem support.
11739
11740         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11741
11742         * gnus.el (gnus-use-nocem): Remove.
11743
11744         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11745         Remove.
11746
11747         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11748         uses NoCeM any more.
11749
11750         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11751         (gnus-button-ctan-handler): Ditto.
11752         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11753         (gnus-button-ctan-directory-regexp): Ditto.
11754         (gnus-button-handle-ctan): Ditto.
11755         (gnus-button-tex-level): Ditto.
11756         (gnus-button-alist): Remove CTAN stuff.
11757
11758 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11759
11760         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11761         nnimap-streaming test.
11762
11763         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11764         servers twice.
11765
11766         * nnimap.el (nnimap-open-connection): Add more error reporting when
11767         nnimap fails early.
11768
11769         * nnheader.el (nnheader-get-report-string): New function.
11770         (nnheader-get-report): Use it.
11771
11772         * gnus-int.el (gnus-check-server): Say what the error was when opening
11773         failed.
11774
11775         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11776         using streaming.
11777
11778 2010-09-25  Julien Danjou  <julien@danjou.info>
11779
11780         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11781         gnus-window-inside-pixel-edges.
11782
11783 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11784
11785         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11786
11787         * mm-decode.el (mm-save-part): Allow saving to other directories the
11788         normal Emacs way.
11789
11790         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11791         Suggested by Jay Berkenbilt.
11792
11793         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11794         there isn't a single byte.
11795
11796         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11797         just do it.  It doesn't really seem to matter what the user responds
11798         here, I think, so it's just a confusing question.
11799
11800         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11801         non-streaming case.
11802
11803         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11804         (gnus-article-encrypt-body): Use it.
11805
11806         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11807         keystroke.
11808
11809         * nnimap.el (nnimap-find-wanted-parts-1):
11810         Use gnus-fetch-partial-articles.
11811
11812         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11813
11814         * nnimap.el (nnimap-insert-partial-structure): New function.
11815         (nnimap-get-partial-article): New function.
11816         (nnimap-request-article): Use it.
11817         (nnimap-wait-for-response): Return whether the wait was successful.
11818         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11819         retrieval wasn't successful.
11820         (nnimap-retrieve-group-data-early): Allow throttling servers.
11821         (nnimap-streaming): New variable.
11822         (nnimap-fetch-partial-articles): Remove.
11823
11824         * mm-decode.el (mm-with-part): Protect against killed buffers.
11825
11826         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11827         for prettier summary display.
11828
11829 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11830
11831         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11832
11833 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11834
11835         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11836         apparently third-party libraries depend on it.
11837
11838         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11839         before starting negotiation.
11840
11841         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11842         privacy reasons.
11843         (gnus-treat-mail-gravatar): Ditto.
11844
11845         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11846         buffer when inserting images.  Inserting text into the headers, for
11847         instance, can make them invalid.
11848
11849 2010-09-25  Julien Danjou  <julien@danjou.info>
11850
11851         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11852         variables.
11853
11854         * nnheader.el: Remove useless variables news-reply-yank-from and
11855         news-reply-yank-message-id.
11856
11857         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11858         variables.
11859
11860         * mml1991.el: Remove useless mml1991-verbose.
11861
11862         * gnus.el: Remove useless variable gnus-use-generic-from.
11863         Remove obsolete variable gnus-topic-indentation.
11864
11865         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11866
11867         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11868
11869         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11870
11871         * gnus-group.el: Remove useless gnus-group-icon-cache.
11872         Remove useless gnus-ephemeral-group-server.
11873
11874         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11875
11876         * mml2015.el: Remove useless mml2015-verbose.
11877
11878         * mml-smime.el: Remove useless mml-smime-verbose.
11879
11880         * gnus.el: Remove useless gnus-local-domain.
11881
11882         * gnus-gravatar.el (gnus-gravatar-transform-address):
11883         Use gnus-gravatar-size.
11884
11885         * gnus-art.el: Remove useless gnus-treat-translate.
11886
11887 2010-09-24  Julien Danjou  <julien@danjou.info>
11888
11889         * gnus-sum.el: Add support for Gravatars.
11890
11891         * gnus-art.el: Add support for Gravatars.
11892
11893         * gnus-gravatar.el: Add this file.
11894
11895         * gravatar.el: Add this file.
11896
11897 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11900
11901         * gnus-group.el (gnus-group-fetch-faq): Remove.
11902
11903         * gnus.el (gnus-group-faq-directory): Remove.
11904
11905         * gnus-group.el (gnus-group-fetch-charter): Remove.
11906
11907         * gnus.el (gnus-group-charter-alist): Remove.
11908
11909         * gnus-group.el (gnus-group-archive-directory): Remove.
11910         (gnus-group-recent-archive-directory): Ditto.
11911         (gnus-group-make-archive-group): Remove.
11912
11913         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11914
11915         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11916         use the same article number for all the cached articles.
11917
11918         * nnimap.el (nnimap-command): Register the last command time so
11919         that we can use it for idling NOOPs.
11920         (nnimap-open-connection): Start the keeplive timer.
11921         (nnimap-make-process-buffer): Store all the process buffers.
11922         (nnimap-keepalive): New function.
11923
11924         * starttls.el (starttls-open-stream): Add autoload cookie.
11925
11926 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11927
11928         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11929         handling.
11930
11931 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11932
11933         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11934         its data structures.
11935
11936         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11937         instead of the cl.el copy-list.
11938         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11939         equalp.
11940
11941 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11944         and tool-bar-local-item-from-menu.
11945
11946         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11947         mode-line-highlight face for Emacs.
11948
11949         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11950         loading gnus-sum.elc; fix comment for canlock-verify.
11951         (gnus-article-jump-to-part): Use read-number.
11952         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11953         Remove Emacs pre-21 compatible code for help-echo.
11954         (gnus-article-next-page-1): No need to adjust the number of lines.
11955         (gnus-article-describe-bindings): Always use help-buffer.
11956
11957         * gnus-audio.el (gnus-audio-inline-sound):
11958         * gnus-cus.el (gnus-custom-mode):
11959         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11960
11961         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11962
11963         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11964         compatible code.
11965
11966 2010-09-24  Glenn Morris  <rgm@gnu.org>
11967
11968         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11969         visiting the fcc file in rmail-mode.
11970
11971         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11972
11973 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * nnir.el: Silence the byte compiler.
11976
11977         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11978         alias to browse-url-url-encode-chars if any.
11979         (gnus-html-encode-url): Use it.
11980
11981 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * gnus-start.el (gnus-use-backend-marks): New variable.
11984         (gnus-get-unread-articles-in-group): Use it.
11985
11986         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11987         makeover.
11988
11989 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11990
11991         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11992
11993 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11994
11995         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11996         Remove.
11997         (gnus-setup-news-hook):
11998         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11999
12000         * gnus-int.el (gnus-request-update-info): Protect against backends not
12001         having the function.
12002
12003         * nnimap.el (nnimap-stream): Mention starttls.
12004         (nnimap-open-connection): Add starttls support.
12005
12006 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12007
12008         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12009
12010 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011
12012         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12013         BODYSTRUCTUREs.
12014         (nnimap-transform-headers): Unfold quoted {42} headers.
12015
12016         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12017         the info.
12018         (gnus-get-unread-articles): Only call updatep on backends that support
12019         it.
12020
12021         * nnweb.el (nnweb-request-update-info): NOOP.
12022
12023         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12024
12025         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12026         since it only deals with marks.
12027
12028         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12029         gnus-request-marks, and make a new gnus-request-update-info.
12030
12031         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12032         the active instead of the high number, which is usually too low.
12033
12034 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12035
12036         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12037         * encrypt.el: Remove.
12038
12039 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12040
12041         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12042         server in symbolic form.
12043
12044         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12045
12046 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12047
12048         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12049         (nnimap-update-info): Fix up code slightly.
12050
12051         * gnus-int.el (gnus-open-server): Add tracing for performance
12052         debugging.
12053
12054         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12055         (gnus-group-insert-group-line): Pass the real group name so that it
12056         gets the right data.
12057
12058         * gnus-start.el (gnus-get-unread-articles): Don't have
12059         `gnus-get-unread-articles-in-group' update info, since that can be
12060         really slow and doesn't seem to be needed?
12061
12062 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12063
12064         * time-date.el (date-to-time): Try using parse-time-string first before
12065         using the slower timezone-make-date-arpa-standard.
12066
12067 2010-09-22  Julien Danjou  <julien@danjou.info>
12068
12069         * gnus-group.el (gnus-group-insert-group-line):
12070         Call gnus-group-highlight-line.
12071         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12072         default hook list.
12073         (gnus-group-update-eval-form): Add new function.
12074         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12075         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12076
12077 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12078
12079         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12080         immediate, then expire all articles.
12081         (nnimap-update-info): Fix off-by-one errors.
12082         (nnimap-flags-to-marks): Would return no marks lists for group with no
12083         flags.  Instead return the other data.
12084
12085 2010-09-22  Julien Danjou  <julien@danjou.info>
12086
12087         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12088         Only return an icon.
12089         (gnus-group-insert-group-line): Compute icon to return.
12090
12091         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12092         (gnus-html-image-fetched): Only cache if
12093         gnus-html-image-automatic-caching is set.
12094         (gnus-html-image-fetched): Check for errors.
12095
12096 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12097
12098         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12099         once per method on `g'.  This ensures that backends like nnfolder don't
12100         open all their folders.
12101
12102         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12103         (nnimap-request-list): Nix out group in the correct buffer.
12104         (nnimap-parse-flags): Implement by using `read' instead of
12105         hand-parsing.
12106         (nnimap-flags-to-marks): Pass on permanent-flags.
12107         (nnimap-make-process-buffer): Record the server name.
12108         (nnimap-parse-flags): Fix typo.
12109         (nnimap-request-scan): Run split on the server in general, not just a
12110         single group.
12111
12112         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12113         parameter, and propagate this downwards.
12114
12115         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12116         since EXAMINE changes it on the server.
12117
12118         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12119         this command might take a while.
12120
12121 2010-09-22  Julien Danjou  <julien@danjou.info>
12122
12123         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12124         harmful if you have 2 images side-by-side, they can't be properly
12125         update on text deletion.  Using text-property is safer here.
12126         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12127         data.
12128
12129 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12130
12131         * nnimap.el (nnimap-expunge-inbox): Remove.
12132         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12133         (nnimap-expunge): Flip default to t.
12134
12135         * gnus.el (gnus-method-to-server): Don't push things to the cache
12136         unless it's unique.
12137         (gnus-server-to-method): Ditto.
12138
12139 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12140
12141         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12142
12143 2010-09-22  Julien Danjou  <julien@danjou.info>
12144
12145         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12146         get the start of data.
12147         (gnus-html-encode-url): Add this function to encode special chars in
12148         URL.
12149         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12150         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12151
12152         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12153         default.
12154         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12155
12156         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12157         images alt-text.
12158         (gnus-html-put-image): Put alt-text as help-echo.
12159
12160 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12163         * mm-util.el (mm-decompress-buffer):
12164         * nnir.el (nnir-run-find-grep):
12165         * pop3.el (pop3-list): Use 3rd arg of split-string.
12166
12167         * time-date.el (format-seconds): Comment fix.
12168
12169         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12170         and byte-optimize-form-code-walker.
12171         (dgnushack-make-auto-load): Don't advise make-autoload.
12172
12173         * lpath.el: Remove Emacs 21 stuff.
12174
12175 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12176
12177         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12178         outside the active range.  Suggested by Dan Christensen.
12179
12180         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12181         slightly later to avoid double-getting it.
12182
12183         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12184         previous patch.
12185
12186         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12187
12188 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12189
12190         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12191
12192 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * gnus-int.el (gnus-open-server): Give a better error message in the
12195         "go offline" case.
12196
12197         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12198         marks for nnimap, which is seldom the right thing to do.
12199
12200         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12201         (gnus-same-method-different-name): New function.
12202
12203         * nnimap.el (parse-time): Require.
12204
12205         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12206         method in the presence of many similar methods.
12207
12208         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12209
12210         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12211         nnml-inhibit-expiry.
12212
12213         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12214         find out whether methods are equal.
12215
12216         * nnimap.el (nnimap-find-expired-articles): New function.
12217         (nnimap-process-expiry-targets): New function.
12218         (nnimap-request-move-article): Request the article before looking at
12219         what the Message-ID is.  Fix found by Andrew Cohen.
12220         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12221
12222         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12223         for oldness in addition to being a predicate.
12224
12225         * nnimap.el (nnimap-request-group): When we have zero articles, return
12226         the right data to Gnus.
12227         (nnimap-request-expire-articles): Only delete articles immediately if
12228         the target is 'delete.
12229
12230         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12231         method, this would bug out.
12232
12233         * gnus-group.el (gnus-group-expunge-group): Rename from
12234         gnus-group-nnimap-expunge, and implemented as a normal interface
12235         function.
12236
12237         * gnus-int.el (gnus-request-expunge-group): New function.
12238
12239         * nnimap.el (nnimap-request-create-group): Implement.
12240         (nnimap-request-expunge-group): New function.
12241
12242 2010-09-21  Julien Danjou  <julien@danjou.info>
12243
12244         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12245         (gnus-html-cache-expired): Add new function.
12246         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12247         wethever we should display image for fetch it.
12248         Compute alt-text earlier to pass it to the fetching function too.
12249         (gnus-html-schedule-image-fetching): Change function argument to only
12250         get one image at a time, not a list.
12251         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12252         cache.
12253         (gnus-html-get-image-data): New function to retrieve image data from
12254         cache.
12255         (gnus-html-put-image): Change buffer argument to use image data rather
12256         than file, and place image above region rather than inserting a new
12257         one.  Do not take alt-text as argument, since it's useless now: we place
12258         the image above alt-text.
12259         (gnus-html-prune-cache): Remove.
12260         (gnus-html-show-images): Start to fetch image when we find one, do not
12261         push into a temporary list.
12262         (gnus-html-prefetch-images): Only fetch image if they have expired.
12263         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12264         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12265
12266 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12269
12270 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12271
12272         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12273         spec inser "*" if the group isn't active instead of 0.
12274
12275         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12276         opening the server.
12277         (nnimap-request-delete-group): Implement group deletion.
12278         (nnimap-transform-headers): Return the size of the entire message in
12279         the Bytes header, not just the size of the first part.
12280         (nnimap-request-move-article): When moving an article from nnimap,
12281         request the article first so the accepting form has an article to
12282         accept.  Reported by Dan Christensen.
12283         (nnimap-command): Make sure that the error message doesn't error out.
12284
12285 2010-09-20  David Edmondson  <dme@dme.org>
12286
12287         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12288         we haven't requested anything.
12289
12290 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12293         "".  Fix found by Andrew Cohen.
12294
12295         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12296         instead of -encode-string.
12297
12298 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12301
12302         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12303         by mm-subst-char-in-string.
12304
12305 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12306
12307         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12308         waiting for the connection string.
12309
12310         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12311         arriving.
12312
12313         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12314         bogus characters.  This allows selecting certain Gmail groups.
12315
12316         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12317         (nnimap-fetch-partial-articles): New variable.
12318         (nnimap-open-connection): When looking for credentials, also use the
12319         nnimap-server-port.
12320         (nnimap-request-article): Return the group/article number, so that Gnus
12321         `^' works as expected.
12322         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12323
12324         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12325         comments.
12326         (gnus-methods-sloppily-equal): New function.
12327         (gnus): When using the development version of Gnus, load the gnus-load
12328         file.
12329
12330         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12331         `gnus-open-server' on each method before trying to scan them etc.
12332         This ensures that all the backend parameters are set correctly.
12333
12334         * nnimap.el (nnimap-authenticator): New variable.
12335         (nnimap-open-connection): Allow anonymous login.
12336         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12337         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12338
12339         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12340         patch, found by Knut Anders Hatlen.
12341
12342 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12343
12344         * gnus-agent.el (gnus-agent-batch-confirmation)
12345         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12346         to gnus-message.
12347         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12348         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12349         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12350         * gnus-int.el (gnus-open-server): Likewise.
12351         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12352         (gnus-score-check-syntax): Likewise.
12353         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12354         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12355         Likewise.
12356         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12357
12358 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12359
12360         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12361         calling conventions so that prefetch doesn't bug out.
12362
12363 2010-09-19  Julien Danjou  <julien@danjou.info>
12364
12365         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12366         rather than `subst-char-in-region' in order to be able to replace ASCII
12367         char by UTF-8 ones.
12368
12369         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12370         than curl.
12371         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12372         the right URL and ALT text on images.
12373         (gnus-html-wash-tags): Fix tag case.
12374         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12375         (gnus-article-html): Add -o display_ins_del=2 option.
12376         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12377
12378 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379
12380         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12381         the extra mail headers, which sometimes seem to happen for unknown
12382         reasons.
12383
12384         * mail-parse.el (mail-header-encode-parameter): Define as
12385         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12386         (or most, perhaps?) mail readers don't understand the latter, but do
12387         understand the former.
12388
12389         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12390         to nil, so that no methods are automatically agentized.  I think this
12391         is probably what most users want.
12392
12393         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12394         from url-retrieve, for instance about invalid URLs.
12395
12396         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12397         groups that have no articles.
12398         (nnimap-request-article): Check that we really got an article when we
12399         requested one.
12400
12401         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12402         doesn't exist.
12403
12404         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12405         nntp buffer so the agent can save it.
12406         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12407         that CRLF doesn't get translated to \n.
12408         (nnimap-open-connection): Don't make 'shell commands only send \n.
12409
12410 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12411
12412         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12413         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12414         Update var name.
12415         (nnml-generate-nov-file): Use dolist.
12416         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12417         Use with-current-buffer.
12418
12419 2010-09-18  Julien Danjou  <julien@danjou.info>
12420
12421         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12422         parallel.
12423
12424 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12427         the range update right.
12428         (nnimap-request-group): Don't make `M-g' bug out on group with no
12429         marks.
12430         (nnoo): Require, so that other packages can require nnimap.
12431         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12432         command we're looking for.  This helps when the server sends more
12433         responses after we've gotten everything we expected.
12434         (nnimap): Add a `newlinep' field to keep track of end-of-line
12435         conventions.
12436         Don't send CRLF to things that don't want it.
12437         (nnimap-request-accept-article): Ditto.
12438
12439 2010-09-18  Julien Danjou  <julien@danjou.info>
12440
12441         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12442         than curl to retrieve images.
12443
12444 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12445
12446         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12447         the marks.
12448         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12449         (nnimap-wait-for-connection): New function.
12450         (nnimap-open-connection): If we have PREAUTH, don't query for login
12451         credentials.
12452         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12453         when doing a partial update.
12454
12455 2010-09-18  Julien Danjou  <julien@danjou.info>
12456
12457         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12458         tags.
12459
12460 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * nnimap.el (nnimap-credentials): New function.
12463         (nnimap-open-connection): Use the new function to look for credentials
12464         also on the numeric equivalents of "imap" and "imaps".
12465
12466         * gnus-start.el (gnus-activate-group): Send the info to
12467         gnus-request-group.
12468
12469         * nnimap.el (nnimap-request-group): Have the "check" version of the
12470         function parse flags and update the info, so that a `M-g' get a total
12471         resync of all flags from the group.
12472
12473         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12474         to allow backends to alter the info on group selection.  Also alter all
12475         the backend -request-group functions to take the parameter.
12476
12477         * nnimap.el (nnimap-store-info): New function.
12478         (nnimap-update-info): Store the info for later usage.
12479         (nnimap-request-group): Use the stored info for the dont-check case, so
12480         that we don't retrieve all marks when we enter a group.
12481
12482         * nnimap.el: Use deffoo instead of defun for interface functions.
12483
12484         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12485         update the group info.  This makes the nndraft groups, for instance, go
12486         back to their old behavior.
12487
12488         * gnus-sum.el (gnus-select-newsgroup): Indent.
12489
12490         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12491         in.
12492         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12493         nothing.
12494
12495         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12496         from methods that are denied.
12497
12498         * gnus-int.el (gnus-method-denied-p): New function.
12499
12500         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12501         store the password instead of netrc.
12502         (nnimap-open-connection): Don't error out when we can't make a
12503         connections.
12504
12505         * auth-source.el (auth-source-create): In the password prompt, say what
12506         we're querying for.  Also prompt for user name if that hasn't been
12507         given.
12508
12509         * nnimap.el (nnimap-with-process-buffer): Remove.
12510
12511 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12514         method when we're reading from the agent.
12515
12516         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12517
12518         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12519         that's probably most useful for users.
12520
12521         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12522         "failed" all the time.
12523
12524         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12525         ...)) with (with-current-buffer ... ).
12526
12527         * nntp.el (nntp-open-server): Return whether the open was successful or
12528         not.
12529
12530         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12531         select an unread unseen article first.
12532
12533         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12534         /etc/services, supply some sensible port defaults.
12535
12536         * dgnushack.el: Define netrc-credentials.
12537
12538 2010-09-17  Julien Danjou  <julien@danjou.info>
12539
12540         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12541
12542 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12543
12544         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12545         doesn't have any parameters.
12546
12547 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12548
12549         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12550         only upcased checks.
12551
12552         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12553
12554         * nnimap.el (nnimap-open-shell-stream): New function.
12555         (nnimap-open-connection): Use it.
12556         (nnimap-transform-headers): Get the number of lines in each message.
12557         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12558         number of lines.
12559         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12560         problem.
12561
12562         * utf7.el (utf7-encode): Autoload.
12563
12564         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12565         to allow the mail splitting to not return a default group.  This is
12566         useful for nnimap, which will leave unmatched mail in the inbox.
12567
12568         * nnimap.el: Rewritten.
12569
12570         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12571         nnimap usage.
12572
12573         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12574         if the move is internal, so that nnimap can do fast internal moves.
12575
12576         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12577         data.
12578         (gnus-read-active-for-groups): Support finishing the early retrieval of
12579         data.
12580
12581         * gnus-range.el (gnus-range-nconcat): New function.
12582
12583         * gnus-int.el (gnus-finish-retrieve-group-infos)
12584         (gnus-retrieve-group-data-early): New functions.
12585
12586 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12587
12588         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12589         (nnrss-retrieve-groups):
12590         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12591         (pop3-quit): Use with-current-buffer.
12592
12593 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12596         instead of nnheader-accept-process-output.
12597
12598         * dgnushack.el (dgnushack-compile): Add comment.
12599
12600         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12601
12602         * gnus-html.el (gnus-html-schedule-image-fetching)
12603         (gnus-html-prefetch-images): Replace process-kill-without-query by
12604         gnus-set-process-query-on-exit-flag.
12605
12606 2010-09-16  Romain Francoise  <romain@orebokech.com>
12607
12608         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12609
12610 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12611
12612         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12613         parameter to unintern is mandatory-ish in Emacs 24.
12614
12615         * gnus-html.el (gnus-html-schedule-image-fetching)
12616         (gnus-html-prefetch-images): Check for curl before using it.
12617
12618         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12619         depend on curl, which isn't essential.
12620
12621         * imap.el: Revert back to version
12622         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12623         seem problematic.
12624
12625 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12626
12627         * gnus-registry.el (gnus-registry-install-shortcuts):
12628         Explicitly pass `obarray' to `unintern' to avoid a warning.
12629
12630 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631
12632         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12633         change.
12634
12635         * nnrss.el (nnrss-request-list): Remove this function and related
12636         functions, including the moreover stuff.
12637
12638 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639
12640         * nnrss.el (nnrss-retrieve-groups): New function.
12641
12642 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12643
12644         * .dir-locals.el: Add no-byte-compile cookie.
12645
12646 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * time-date.el (format-seconds): Comment fix.
12649
12650         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12651         for back end that doesn't support request-scan.
12652
12653 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12656         then do request scans from the backends.
12657
12658         * netrc.el (netrc-credentials): New conveniency function.
12659
12660         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12661         avoid running a hook per line, since this takes a lot of time,
12662         profiling shows.
12663         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12664         directly if gnus-visual-p is true.
12665
12666 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12669         groups; replace mapcar with dolist which is a bit faster; pass groups
12670         info to gnus-read-active-file-1.
12671         (gnus-read-active-file-1): Scan only specified groups if the new
12672         optional arg `infos' is given.
12673
12674 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12677
12678         * pop3.el (pop3-movemail): Remove.
12679         (pop3-streaming-movemail): Rename to pop3-movemail.
12680
12681         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12682         don't restrict end-tag searches to the end of the line.
12683
12684 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12687         articles of every unchecked group to t, which means unknown since the
12688         server has never been opened.
12689
12690 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12691
12692         * gnus-html.el (gnus-html-show-alt-text): New command.
12693         (gnus-html-browse-image): Ditto.
12694         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12695         to browse the image directly.
12696         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12697         better.
12698
12699         * gnus-async.el (gnus-async-article-callback):
12700         Call `gnus-html-prefetch-images' unconditionally.
12701
12702         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12703         before feeding URLs to curl.
12704
12705 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12708         internal images as deletable by `W D D'.
12709
12710         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12711         (gnus-async-article-callback): Fix typo.
12712
12713 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12714
12715         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12716         current line to work around bugs in the output from w3m.
12717
12718         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12719         for groups that want that.
12720
12721         * nntp.el (nntp-wait-for-string): Supply a timeout for
12722         accept-process-output to ensure progress.
12723
12724         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12725         level to get unread articles from, then use that for foreign groups,
12726         too.
12727
12728         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12729         confuses the rest of the function.
12730
12731         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12732         for the methods that support -retrieve-groups, too.
12733
12734         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12735
12736 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12739         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12740
12741         * pop3.el: Require cl when compiling.
12742         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12743
12744 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12747         that aren't going to be activated.
12748         (gnus-get-unread-articles): Fix up the last commit.
12749
12750         * gnus-html.el (gnus-article-html): Allow calling without specifying
12751         the handle.  In that case, dissect the buffer first.
12752
12753         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12754
12755         * nnimap.el (nnimap-open-connection): Revert the change that would look
12756         into authinfo for imaps instead of imap.
12757
12758         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12759         say that you don't want to call gnus-request-group with don-check, but
12760         do check the reponse.  This is for virtual groups only.
12761         (gnus-get-unread-articles): Count the archive groups as secondary, so
12762         that they're activated the same way as before.
12763
12764         * imap.el (imap-message-map): Removed optional buffer parameter, since
12765         no callers use it.
12766         (imap-message-get): Ditto.
12767         (imap-message-put): Ditto.
12768         (imap-mailbox-map): Ditto.
12769         (imap-mailbox-put): Ditto.
12770         (imap-mailbox-get): Ditto.
12771         (imap-mailbox-get): Revert last change for this function.
12772
12773         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12774         case-insensitively.
12775         (nnimap-debug): Remove.
12776
12777         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12778         callers to use `imap-fetch' instead.  According to the comments, this
12779         should be safe, since all other IMAP clients use the 1:* syntax.
12780         (imap-enable-exchange-bug-workaround): Remove.
12781         (imap-debug): Remove -- doesn't seem very useful.
12782
12783         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12784         mail from a file, and the file doesn't exist.
12785
12786         * imap.el (imap-log): New convenience function used throughout instead
12787         of repeating the same code all over the place.
12788
12789         * pop3.el (pop3-streaming-movemail): Return t for success.
12790
12791         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12792         .authinfo if we're using ssl connection.
12793
12794         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12795         already have if we're in a main Gnus `g' run.
12796
12797         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12798
12799 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12802
12803         * nnmh.el (nnmh-request-list-1): Bind `file'.
12804
12805         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12806         alias to set-process-query-on-exit-flag or process-kill-without-query.
12807         (pop3-open-server): Use it.
12808
12809 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12810
12811         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12812         box to the Incoming file.  Fixes mistake in previous checkin.
12813
12814         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12815         request loop (for debugging purposes) removed.
12816
12817         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12818         culprit is more visible.
12819         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12820         (nnml-add-incremental-nov): New functions to do "incremental" nov
12821         updates, where we just append to the end of the existing nov files
12822         without reading/writing them in full.
12823
12824         * mail-source.el (mail-source-delete-crash-box): Really only check the
12825         incoming files once in a while.
12826
12827         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12828
12829         * mail-source.el (mail-source-delete-crash-box): Only check the
12830         incoming files for deletion once per day to save a lot of file
12831         accesses.
12832
12833         * pop3.el (pop3-logon): Fix up unbound variable typo.
12834
12835         * mail-source.el (pop3-streaming-movemail): Autoload.
12836
12837         * pop3.el (pop3-streaming-movemail):
12838         Respect pop3-leave-mail-on-server.
12839
12840         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12841         retrieval.
12842
12843         * pop3.el (pop3-process-filter): Remove unused function.
12844         (pop3-streaming-movemail, pop3-send-streaming-command)
12845         (pop3-wait-for-messages, pop3-write-to-file)
12846         (pop3-number-of-responses): New functions for streaming pop3
12847         retrieval.
12848
12849         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12850         come from no known methods.
12851         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12852         list.
12853
12854         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12855         message sizes.
12856         (pop3-movemail): Use erase-buffer instead of looping and deleting
12857         regions, which seems rather odd.
12858
12859         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12860         file once per `g' run.
12861
12862         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12863         directories.  This makes the draft queue directory work.
12864
12865         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12866         data from the backends, so that we only request the list of groups from
12867         each method once.  This should speed things up considerably.
12868
12869         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12870         detect that it's not implemented.
12871
12872         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12873         we actually do recurse down into the tree, but don't stat all leaf
12874         nodes.
12875
12876         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12877         then say so instead of bugging out.
12878
12879         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12880         files exist before trying to read them.
12881
12882         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12883         around <pre_int>.
12884
12885         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12886
12887         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12888
12889 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12890
12891         * mm-util.el (mm-image-load-path): Just return the image directories,
12892         not all directories in the path in addition to the image directories.
12893         (mm-image-load-path): Maintain a cache of the image directories so that
12894         the `g' command in Gnus doesn't have to stat dozens of directories each
12895         time.
12896
12897         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12898         (gnus-html-wash-tags): Add a new `i' command to insert images.
12899         (gnus-html-insert-image): New command and keystroke.
12900         (gnus-html-redisplay-with-images): New command and keystroke.
12901         (gnus-html-show-images): Rename command.
12902         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12903         spacers.
12904         (gnus-html-wash-tags): Decode entities at the end, so that entities
12905         inside the tags don't mess up the rest of the "parsing".
12906
12907         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12908         so that nnimap methods aren't agentized by default.  There's apparently
12909         many problems related to agent/imap behavior.
12910
12911         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12912
12913         * gnus-html.el: Doc fix.
12914
12915 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12918         specifier-spec-list for Emacs 21.
12919
12920         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12921         glyph-width and glyph-height instead of display-graphic-p and
12922         image-size; make avoidance of displaying small images work for XEmacs.
12923
12924         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12925         for XEmacs.
12926
12927         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12928         of symbol that holds plist data.
12929         (gnus-process-plist): Remove plist of process after getting it.
12930
12931 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12932
12933         * message.el (message-generate-hashcash): Change default to
12934         'opportunistic if hashcash is installed.
12935
12936         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12937         (gnus-html-put-image): Only call image-size once, since it's somewhat
12938         time-consuming on remote X servers.
12939
12940 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12943         type on data, not a file name.
12944
12945         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12946         window-pixel-edges for Emacs 21.
12947
12948         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12949         decoded contents.
12950         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12951
12952 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953
12954         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12955         group line format, since it isn't very interesting.
12956
12957         * gnus-agent.el (gnus-agent-short-article),
12958         (gnus-agent-long-article): Increase values for these two variables,
12959         since most people are likely to have more network connection and
12960         storage than before.
12961
12962         * gnus.el (gnus-refer-article-method): Change default to 'current.
12963         When referring an article, the common behavior is to refer it from the
12964         current select method, not the native select method.  The chances of
12965         the native select method having the message in question is rather slim
12966         these days.
12967
12968         * gnus-sum.el (gnus-auto-select-subject): Change default to
12969         `unseen-or-unread'.  I think it's likely that most people want to
12970         select an unseen article over a previously seen, but unread one.
12971
12972         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12973         means that in the article buffer none of the minor mode elements will
12974         be shown, usually, and this is not desirable in most cases.
12975
12976         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12977         that commands like `d' (and the like) go to the next line in the
12978         buffer, instead of the next unread article.  I think this is the
12979         behavior that is most natural for most users.
12980         (gnus-single-article-buffer): Change default to nil, so that people can
12981         have as many article buffers open as they have summary buffer.  I think
12982         this is the most natural way for the groups to behave.
12983
12984         * message.el (message-generate-new-buffers): Change default to
12985         `unsent', so that all new message buffers start their names with the
12986         string "*unsent", and it's easier to find the buffers if you move from
12987         them.
12988
12989 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12990
12991         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12992         small.  They're probably tracking images.
12993         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12994         (gnus-html-rescale-image): Yet another try at getting the image sizing
12995         right.
12996
12997         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12998         nntp-marks-file-name is nil.
12999
13000 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13001
13002         * gnus-html.el (gnus-html-wash-tags)
13003         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13004         Better logging.
13005
13006 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13007
13008         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13009
13010         * gnus-html.el (gnus-html-wash-tags): Check the value of
13011         gnus-blocked-images in the summary buffer.
13012
13013 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13014
13015         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13016
13017 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13018
13019         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13020         like "a", it seems like.
13021         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13022         since it needs to be picked from the correct buffer.
13023
13024         * nnwfm.el: Remove.
13025
13026         * nnlistserv.el: Remove.
13027
13028 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13029
13030         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13031         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13032
13033 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * nnkiboze.el: Remove.
13036
13037         * nndb.el: Remove.
13038
13039         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13040         alt text.
13041         (gnus-html-rescale-image): Try to get the rescaling logic right for
13042         images that are just wide and not tall.
13043
13044         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13045         overshadow variable bindings.
13046
13047 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13048
13049         * gnus-html.el (gnus-html-wash-tags)
13050         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13051         Add extra logging.
13052
13053 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13056         (gnus-max-image-proportion): New variable.
13057         (gnus-html-rescale-image): New function.
13058         (gnus-html-put-image): Rescale images.
13059
13060 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13061
13062         Fix up some byte-compiler warnings.
13063         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13064         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13065         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13066         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13067         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13068         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13069         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13070
13071 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-html.el (gnus-article-html): Decode contents by charset.
13074
13075 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13078         (gnus-html-frame-width, gnus-blocked-images):
13079         * message.el (message-prune-recipient-rules): Add custom version.
13080         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13081
13082         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13083         functions.
13084
13085         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13086         gnus-process-get.
13087
13088 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13089
13090         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13091         instead of lsub directly.
13092
13093 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13094
13095         * nnwarchive.el: Remove.
13096
13097         * gnus-soup.el: Remove.
13098
13099         * nnsoup.el: Remove.
13100
13101         * nnultimate.el: Remove.
13102
13103         * gnus-html.el (gnus-blocked-images): New variable.
13104
13105         * message.el (message-prune-recipients): New function.
13106         (message-prune-recipient-rules): New variable.
13107
13108         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13109         guess whether a long line is natural text or not.
13110
13111         * gnus-html.el (gnus-html-schedule-image-fetching):
13112         Use gnus-process-plist and friends for compatibility.
13113
13114 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13115
13116         * gnus-html.el: Require packages that define macros used in this file.
13117         (gnus-article-mouse-face): Declare to silence byte-compiler.
13118         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13119         process-get.
13120         (gnus-html-put-image): Use plist-get to avoid getf.
13121         (gnus-html-prefetch-images): Use with-current-buffer.
13122
13123 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-ems.el: Provide compatibility functions for
13126         gnus-set-process-plist.
13127
13128         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13129         header-line-format for XEmacs 21.4.
13130
13131         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13132         * gnus.el (gnus-valid-select-methods):
13133         * message.el (message-send-mail-partially-limit):
13134         * mm-decode.el (mm-text-html-renderer):
13135         * mml.el (mml-insert-mime-headers-always):
13136         * smiley.el (smiley-regexp-alist): Bump custom version.
13137
13138 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * gnus-html.el: Require mm-url.
13141         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13142         with the url to `url'.
13143         (gnus-html-wash-tags): Support cid: URLs/images.
13144
13145 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13146
13147         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13148         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13149         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13150
13151         * gnus-move.el: Remove file, since it doesn't really work.
13152
13153         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13154         UTF-8.  This seems to fix problems with some German web feeds.
13155
13156         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13157         at the top so that the proper colors are applied.
13158
13159         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13160         don't have dots in their names.
13161
13162         * gnus-art.el (gnus-article-view-part): Doc fix.
13163
13164         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13165         XEmacs-compatible.
13166         (gnus-html-put-image): Don't do images on non-graphic displays.
13167
13168         * nnslashdot.el: Remove this unused backend.
13169
13170         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13171         actions.
13172         (gnus-undo-register-1): Revert last change.
13173
13174         * gnus-group.el (gnus-group-completing-read): Protect against not
13175         having completion-styles bound.
13176
13177         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13178         make broken recipients happier.
13179
13180         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13181
13182         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13183         point parameter.
13184
13185         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13186
13187         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13188         completion-styles for group selection.
13189
13190 2009-02-04  Andreas Schwab  <schwab@suse.de>
13191
13192         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13193         headers and regexp-quote the match if necessary.
13194
13195 2009-03-24  Miles Bader  <miles@gnu.org>
13196
13197         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13198         the blinking smiley.
13199
13200 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13201
13202         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13203         blink smiley.
13204
13205 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13208         where the dribbel file lives exists.
13209
13210         * message.el (message-send-mail-partially-limit): Change the default to
13211         nil, since most people don't want this.
13212
13213         * mm-url.el (mm-url-decode-entities): Also decode entities like
13214         &#x3212.
13215
13216 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13217
13218         * gnus-sum.el (gnus-summary-idna-message):
13219         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13220         Hyperlink urls in docstrings with URL `...'.
13221
13222 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13223
13224         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13225         functions.
13226
13227 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13228
13229         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13230         say what the mouseover text should be.
13231
13232         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13233         version of the mm-w3m-safe-url-regexp variable to only download images
13234         in the groups where we want that to happen.
13235
13236         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13237
13238         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13239         easier debugging.
13240         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13241         big pictures in the article buffer.
13242
13243         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13244         gnus-article-html.
13245         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13246         w3m.
13247
13248         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13249
13250 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13251
13252         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13253         which doesn't exist.
13254
13255         * message.el (message-inhibit-ecomplete): New variable to allow some
13256         function to inhibit ecomplete address storage.
13257         (message-resend): Disable ecomplete message storage when resending
13258         messages.
13259
13260         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13261
13262 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13265         Save excursion while copying, moving, and deleting articles in order to
13266         prevent the cursor from jumping to unforeseen place.
13267
13268 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * lpath.el: No need to bind bookmark-current-buffer,
13271         bookmark-yank-point and bookmark-make-record-function.
13272
13273 2010-08-17  Glenn Morris  <rgm@gnu.org>
13274
13275         * gnus-sync.el: Require gnus components whose functions are used.
13276
13277         * gnus-art.el (bookmark-make-record-function):
13278         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13279         Declare for compiler.
13280
13281         * mm-url.el (mml-compute-boundary): Autoload.
13282
13283 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13286
13287 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13288
13289         Typo fix "hoo4a" -> "hook".
13290
13291         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13292
13293 2010-08-14  Glenn Morris  <rgm@gnu.org>
13294
13295         * gnus-sync.el (gnus-sync): Fix defgroup version.
13296
13297 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13298
13299         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13300
13301         * gnus-sync.el: Fix docs.
13302         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13303         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13304
13305 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13306
13307         Optimizations for gnus-sync.el.
13308
13309         * gnus-sync.el: Add docs about gnus-sync-backend
13310         possibilities.
13311         (gnus-sync-save): Remove unnecessary message.
13312         (gnus-sync-read): Optimize and show what groups were skipped.
13313
13314 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13315
13316         Minor bug fixes for gnus-sync.el.
13317
13318         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13319         Don't read the sync on get-new-news.
13320
13321         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13322         quiet.
13323
13324         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13325         (fix typo).
13326
13327 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13328
13329         Make saving and restoring of hidden threads work with overlays.
13330         Patch applied by Ted Zlatanov.
13331
13332         * gnus-sum.el (gnus-hidden-threads-configuration)
13333         (gnus-restore-hidden-threads-configuration): Update to deal with text
13334         properties, rather than searching for a magic character.
13335
13336 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13337
13338         New gnus-sync.el library for synchronization of marks.
13339
13340         * gnus-sync.el: New library for synchronization of marks.
13341
13342         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13343         renamed from `gnus-registry-grep-in-list'.
13344
13345         * gnus-registry.el (gnus-registry-follow-group-p):
13346         Use `gnus-grep-in-list'.
13347
13348         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13349
13350 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13353         determining charset of text fails.
13354
13355 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * nnmail.el (nnmail-get-new-mail-1): Revert.
13358
13359         * nnml.el (nnml-active-number): Make sure names of newly created groups
13360         in nnml-group-alist are encoded.
13361
13362 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13365         containing non-ASCII characters in active file for nnml back end.
13366
13367 2010-07-24  David Engster  <dengste@eml.cc>
13368
13369         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13370         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13371
13372 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13373
13374         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13375         tag (Bug#6654).
13376
13377 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13380         the article buffer, not the summary buffer.
13381
13382 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13385         Emacs 23 as well.
13386
13387 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13390         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13391
13392 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13393
13394         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13395         Patch applied by Karl Fogel.
13396
13397         * gnus-sum.el (gnus-summary-bookmark-make-record):
13398         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13399
13400 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13401
13402         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13403         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13404         C-w still not working correctly from Article buffers; Thierry's
13405         patch to fix that will be applied after this.
13406
13407         * gnus-art.el (bookmark-make-record-function): New local variable.
13408
13409         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13410         article buffer.
13411         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13412
13413 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13414
13415         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13416         on changes in bookmark.el.
13417
13418 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13421         `no-log' instead of message not to log prompt string.
13422
13423 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13424
13425         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13426         the *other* type of HTML form submission.
13427
13428 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13429
13430         * auth-source.el (auth-source-pick): If choice does not contain a
13431         questioned keyword, set the check to t.
13432
13433 2010-06-12  Romain Francoise  <romain@orebokech.com>
13434
13435         * gnus-util.el (gnus-date-get-time): Move up before first use.
13436
13437 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13440         (gnus-article-edit-part): Bind it to make last part that is substituted
13441         or deleted visible.
13442         (gnus-mime-display-single): Buttonize part of which id equals to
13443         gnus-mime-buttonized-part-id.
13444
13445 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13446
13447         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13448         (gnus-dd-mmm): Use gnus-date-get-time.
13449         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13450         simplify logic.
13451         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13452         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13453
13454 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13455
13456         * auth-source.el (top): Autoload `secrets-list-collections',
13457         `secrets-create-item', `secrets-delete-item'.
13458         (auth-sources): Fix tag string.
13459         (auth-get-source, auth-source-retrieve, auth-source-create)
13460         (auth-source-delete): New defuns.
13461         (auth-source-pick): Rewrite in order to avoid 2 passes.
13462         (auth-source-forget-user-or-password): New parameter USERNAME.
13463         (auth-source-user-or-password): New parameters CREATE-MISSING and
13464         DELETE-EXISTING.  Retrieve password interactively, if needed.
13465
13466 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13467
13468         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13469         deleting unused directories when gnus-expert-user is t.
13470
13471 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13474         for each temp file when gnus-article-browse-delete-temp is ask.
13475
13476 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13477
13478         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13479         Replace Lisp calls to delete-backward-char by calls to delete-char.
13480
13481 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13482
13483         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13484
13485 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13486
13487         * password-cache.el (password-cache-remove): Fix docstring.
13488
13489 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13492         article unless decoding article to be saved.
13493
13494 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13497         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13498         generated within the mm-with-unibyte-current-buffer macro.
13499
13500 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13503         to nil when we're in a mml-preview buffer and no group is selected.
13504
13505 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13506
13507         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13508         when catching the `C-g'.  Reported by "Leo".
13509
13510 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * message.el (message-forward-make-body-plain)
13513         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13514         multibyte-string-p.
13515
13516         * lpath.el: Revert.
13517
13518 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * message.el (message-forward-make-body-mml): Assume original message
13521         is multibyte string; error on unibyte.
13522         (message-forward-make-body-plain): Ditto; don't add excessive newline
13523         in body end.
13524
13525         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13526
13527 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13528
13529         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13530         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13531
13532 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * mm-extern.el (mm-extern-url): Don't use
13535         mm-with-unibyte-current-buffer.
13536         (mm-extern-cache-contents): Use with-current-buffer instead of
13537         save-excursion + set-buffer.
13538
13539 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * mm-util.el (mm-emacs-mule): Remove.
13542
13543 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13544
13545         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13546         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13547         change.
13548
13549 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13552         bind the default value of enable-multibyte-characters to nil.
13553
13554 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * message.el (message-forward-make-body-plain)
13557         (message-forward-make-body-mml):
13558         Don't use mm-with-unibyte-current-buffer.
13559
13560 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13561
13562         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13563
13564 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13565
13566         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13567         (Bug#5592).
13568
13569 2010-05-07  Julien Danjou  <julien@danjou.info>
13570
13571         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13572         it to mm-pipe-part.
13573
13574         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13575         it is given.
13576
13577 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * binhex.el (binhex-decode-region-internal):
13580         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13581         (dns-query):
13582         * nnweb.el (nnweb-gmane-search):
13583         * pgg-parse.el (pgg-parse-armor):
13584         * pgg.el (pgg-verify-region):
13585         * sha1.el (sha1-string-external):
13586         * uudecode.el (uudecode-decode-region-internal):
13587         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13588         XEmacs.
13589
13590         * gnus-art.el (gnus-article-browse-html-parts):
13591         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13592         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13593         make-temp-file.
13594
13595         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13596         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13597         compiling.
13598
13599         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13600         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13601         XEmacs when compiling.
13602
13603         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13604         gnus-pick-mode-off-hook for XEmacs when compiling.
13605         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13606         gnus-binary-mode-off-hook for XEmacs when compiling.
13607
13608         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13609         Return nil if char-charset is not available.
13610
13611         * imap.el (imap-disable-multibyte)
13612         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13613         macros.
13614
13615         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13616         instead of encode-coding-string.
13617
13618         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13619         'xemacs) instead of mm-emacs-mule to switch function definitions.
13620         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13621
13622         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13623         bind temporary-file-directory for XEmacs;
13624         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13625         timer-set-function for XEmacs 21.4 and SXEmacs;
13626         bind timer-list for XEmacs 21.4 and SXEmacs;
13627         fbind char-charset and find-charset-region for non-Mule XEmacs;
13628         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13629         encode-coding-region and encode-coding-string for XEmacs having no
13630         file-coding feature.
13631
13632 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13633
13634         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13635
13636 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13639         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13640
13641 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13642
13643         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13644         alias `jka-compr-delete-temp-file' no longer exists.
13645
13646 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13647
13648         Use define-minor-mode in Gnus where applicable.
13649         * mml.el (mml-mode): Use define-minor-mode.
13650         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13651         (gnus-undo-mode): Use define-minor-mode.
13652         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13653         (gnus-dead-summary-mode): Use define-minor-mode.
13654         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13655         Initialize in declaration.
13656         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13657         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13658         (gnus-mailing-list-mode): Use define-minor-mode.
13659         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13660         (gnus-draft-mode): Use define-minor-mode.
13661         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13662         (gnus-dired-mode): Use define-minor-mode.
13663
13664 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13665
13666         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13667         handles on recursive mml-to-mime translation and check them for
13668         boundary delimiter collisions.  Reported by Greg Troxel.
13669
13670 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13673
13674 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * mm-util.el (mm-find-buffer-file-coding-system):
13677         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13678
13679 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13680
13681         * message.el (message-generate-headers): Record insertion of optional
13682         headers as well.  Otherwise the check to prevent repeated insertion of
13683         optional headers is a no-op.
13684
13685 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13686
13687         * smime.el: Don't mention CVS.
13688
13689         * nnrss.el (nnrss-fetch): Don't mention CVS.
13690
13691         * nnir.el: Don't mention CVS.
13692
13693 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13694
13695         * gnus-sum.el (gnus-summary-bookmark-make-record):
13696         Add `location' field.
13697
13698 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * lpath.el: Fbind bookmark-default-handler,
13701         bookmark-get-bookmark-record, bookmark-make-record-default,
13702         bookmark-prop-get for Emacs <23 and XEmacs.
13703
13704 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13705
13706         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13707         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13708         Use with-current-buffer to silence the byte-compiler.
13709         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13710         bother to require `gnus'.
13711         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13712
13713 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13714
13715         * gnus-sum.el (gnus-summary-bookmark-make-record)
13716         (gnus-summary-bookmark-jump): New functions.
13717         (gnus-summary-mode): Setup bookmark support.
13718
13719 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13720
13721         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13722         if set.
13723
13724 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13727         gnus-article-browse-html-save-cid-image; make it work recursively for
13728         forwarded messages as well.
13729         (gnus-article-browse-html-parts): Work when prefix arg is given.
13730         (gnus-article-browse-html-article): Doc fix.
13731
13732 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13733
13734         * message.el (message-default-mail-headers)
13735         (message-default-headers): Carry the value mail-default-headers over
13736         into message-default-mail-headers, rather than message-default-headers.
13737
13738 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13739
13740         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13741         charset.
13742
13743         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13744         charset into the <meta> tag when the article is encoded to utf-8.
13745
13746 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-art.el (gnus-article-browse-delete-temp-files):
13749         Delete directories as well.
13750         (gnus-article-browse-html-parts): Work for images that do not specify
13751         file names; delete temp directory when quitting; insert header at the
13752         right place; use file: scheme for image files.
13753
13754 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13755
13756         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13757         (gnus-article-browse-html-parts): Use it to make temporary cid image
13758         files in addition to html file so that browser may display them.
13759
13760 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13763
13764 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13765
13766         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13767
13768 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13769
13770         * auth-source.el (auth-sources): Change default to be simpler.
13771         Explain about Secret Service API sources.  Improve Customize options.
13772         (auth-source-pick): Change to accept any number of search parameters.
13773         Implement fallbacks iteratively, not recursively.  Add scoring on the
13774         second pass and sort by score.  Call Secret Service API when needed.
13775         (auth-source-user-or-password): Use it.  Call Secret Service API
13776         directly when needed to get the user name and the password.
13777
13778 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13779
13780         * message.el (message-interactive): Doc fix.
13781         (message-qmail-inject-args): Reflow.
13782         (message-kill-to-signature): Fix typo in docstring.
13783
13784         * smiley.el (smiley-buffer): Fix typo in docstring.
13785
13786 2010-03-24  Glenn Morris  <rgm@gnu.org>
13787
13788         * mail-source.el (gnus-message): Declare.
13789         (mail-source-delete-old-incoming): Require gnus-util.
13790
13791 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13794
13795         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13796
13797         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13798         password-cache's default if it is not bound.
13799         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13800         password-cache-expiry's default if it is not bound.
13801
13802         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13803         available in Emacs 21.
13804
13805         * lpath.el: Suppress compiler warnings for:
13806         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13807         XEmacs;
13808         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13809         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13810         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13811
13812 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13813
13814         * auth-source.el (auth-sources): Fix up definition so extra parameters
13815         are always inline.
13816
13817 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13818
13819         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13820         wasn't updated after mismatch.  Clear cached mailbox info correctly
13821         when uidvalidity changes.
13822         (nnimap-group-prefixed-name): New function to avoid some code
13823         duplication.
13824         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13825         (nnimap-request-group): Use it.
13826         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13827         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13828         with many imap folders.  This is done by caching the group status from
13829         the imap server persistently in a group parameter `imap-status'.  (This
13830         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13831         but not persistently, so every Gnus startup was still very slow.)
13832
13833 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13834
13835         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13836         delete the extra newline.  Otherwise editing of :string and :number
13837         types don't work.
13838
13839 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13842         secrets.el dependency.
13843         (auth-sources): Add optional user name.  Add secrets.el configuration
13844         choice (unused right now).
13845
13846 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13847
13848         * gnus-sum.el (gnus-summary-make-menu-bar):
13849         Let `gnus-registry-install-shortcuts' fill in the functions.
13850
13851         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13852         warnings.
13853         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13854         (gnus-registry-install-shortcuts): Populate and use it in a
13855         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13856
13857 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13858
13859         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13860         In-place substitutions for the group name encoding/decoding.
13861         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13862         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13863         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13864         (nnimap-update-unseen, nnimap-request-list)
13865         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13866         (nnimap-request-set-mark, nnimap-split-to-groups)
13867         (nnimap-split-articles, nnimap-request-newgroups)
13868         (nnimap-request-create-group, nnimap-request-accept-article)
13869         (nnimap-request-delete-group, nnimap-request-rename-group)
13870         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13871         `encoded-mbx' for consistency.
13872         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13873         variable `imap-current-mailbox'.
13874
13875         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13876         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13877
13878 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13879
13880         * pop3.el (pop3-display-message-size-flag): Display message size byte
13881         counts during POP3 download.
13882         (pop3-movemail): Use it.
13883         (pop3-list): Implement listing of available messages.
13884
13885 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13886
13887         * nnir.el (nnir-get-article-nov-override-function): New function to
13888         override the normal NOV retrieval.
13889         (nnir-retrieve-headers): Use it.
13890
13891 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13892
13893         * auth-source.el (netrc-machine-user-or-password): Autoload.
13894
13895 2010-03-19  Glenn Morris  <rgm@gnu.org>
13896
13897         Stop message.el from loading about 40 libraries it doesn't always need.
13898         The general approach is to autoload rather than require, and to
13899         require in the specific functions rather than the file.  (Bug#5642)
13900
13901         * gmm-utils.el: Don't require wid-edit.
13902         (widget-create-child-value, widget-convert, widget-default-get):
13903         Autoload.
13904
13905         * gnus-util.el: Don't require time-date, netrc.
13906         (message-fetch-field, gnus-group-name-decode): Declare rather than
13907         autoloading.
13908         (gnus-fetch-field): Require message.
13909         (gnus-decode-newsgroups): Require gnus-group.
13910
13911         * ietf-drums.el: Don't require time-date.
13912
13913         * message.el: Don't require hashcash, canlock, ecomplete.
13914         Do require mail-utils.  Require nnheader only when compiling.
13915         (smtpmail-default-smtp-server): Remove declaration.
13916         (message-send-mail-function): Check smtpmail-default-smtp-server
13917         is bound rather than requiring smtpmail.
13918         (message-auto-save-directory, message-insert-signature):
13919         Use expand-file-name rather than nnheader-concat.
13920         (nnheader-insert-file-contents): Autoload.
13921         (hashcash-wait-async): Declare.
13922         (message-send-mail): Only call gnus-setup-posting-charset if
13923         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13924         (message-send-mail-with-sendmail): Require sendmail.
13925         (canlock-password, canlock-password-for-verify): Declare.
13926         (message-canlock-password): Require canlock.
13927         (nnheader-get-report): Autoload.
13928         (gnus-setup-posting-charset): Declare.
13929         (message-send-news): Require gnus-msg.
13930         (message-make-references, message-make-in-reply-to): Use mail-header-id
13931         rather than the alias mail-header-message-id.
13932         (ecomplete-add-item, ecomplete-save): Declare.
13933         (message-put-addresses-in-ecomplete): Require ecomplete.
13934         (ecomplete-display-matches): Autoload.
13935
13936         * mm-decode.el: Don't require mailcap, gnus-util.
13937         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13938         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13939         Autoload.
13940         (mailcap-mime-extensions): Declare.
13941
13942         * mm-encode.el: Don't require mailcap.
13943         (mailcap-extension-to-mime): Autoload.
13944
13945         * mml-sec.el: Don't require password-cache.
13946
13947         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13948         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13949         (mml-minibuffer-read-type): Require mailcap.
13950         (mml-preview): Require gnus-msg.
13951
13952         * mml1991.el: Require password-cache.
13953         (password-cache-expiry): Remove declaration.
13954
13955         * mml2015.el: Require password-cache.
13956         (password-cache-expiry): Remove declaration.
13957
13958         * nneething.el (mailcap): Require mailcap.
13959
13960         * nnheader.el (declare-function): Add compatibility stub.
13961         (message-remove-header): Declare rather than autoload.
13962         (nnheader-replace-header): Require message.
13963
13964         * nnimap.el (declare-function): Add compatibility stub.
13965         (netrc-parse, netrc-machine-user-or-password): Declare.
13966         (nnimap-open-connection): Require netrc.
13967
13968         * nntp.el (declare-function): Add compatibility stub.
13969         (netrc-parse, netrc-machine, netrc-get): Declare.
13970         (nntp-send-authinfo): Require netrc.
13971
13972         * rfc2047.el: Don't require qp.
13973         (quoted-printable-encode-region, quoted-printable-decode-string):
13974         Autoload.
13975
13976         * sieve-mode.el: Don't require easymenu.
13977         (easy-menu-add-item): Autoload it.
13978
13979         * spam-stat.el (time-to-number-of-days): Autoload it.
13980
13981 2010-03-19  Glenn Morris  <rgm@gnu.org>
13982
13983         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13984
13985 2010-03-18  Glenn Morris  <rgm@gnu.org>
13986
13987         * hashcash.el (declare-function): Remove duplicate definition.
13988
13989 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13990
13991         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13992         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13993         value if any backslash escapes).
13994
13995 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13998         if it is available.  (bug#5647)
13999
14000         * lpath.el: Suppress compiler warning for coding-system-from-name for
14001         Emacs 21 and XEmacs.
14002
14003 2010-03-14  Juri Linkov  <juri@jurta.org>
14004
14005         * hmac-def.el:
14006         * hmac-md5.el:
14007         * netrc.el: Fix keywords.
14008
14009 2010-02-26  Glenn Morris  <rgm@gnu.org>
14010
14011         * message.el (message-send-mail-function): Change the default, so that
14012         it inherits from a customized send-mail-function.  (Bug#5643)
14013
14014 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14015
14016         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14017         shell-command-to-string signals an error (bug#5299).
14018
14019 2010-02-24  Glenn Morris  <rgm@gnu.org>
14020
14021         * message.el (message-smtpmail-send-it)
14022         (message-send-mail-with-mailclient): Doc fixes.
14023
14024 2010-02-16  Glenn Morris  <rgm@gnu.org>
14025
14026         * message.el (message-default-mail-headers): Change the default value
14027         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14028
14029 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14032         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14033
14034 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14035
14036         * time-date.el (date-to-time): Doc fix (Bug#5408).
14037
14038 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14039
14040         * message.el (message-mail): Just pass yank-action on to message-setup.
14041         (message-setup): Handle (FUN . ARGS) form of yank-action.
14042         (message-with-reply-buffer, message-widen-reply)
14043         (message-yank-original): Handle non-buffer values of
14044         message-reply-buffer (Bug#4080).
14045         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14046
14047 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14048
14049         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14050         Fix typo in docstring.
14051
14052 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14053
14054         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14055         response.
14056
14057 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14060
14061         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14062
14063         * message.el (message-check-news-header-syntax): Protect against a
14064         string that `rfc822-addresses' returns when parsing fails.
14065
14066 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14069         (gnus-previous-char-property-change): New functions.
14070
14071         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14072
14073 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14074
14075         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14076         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14077
14078 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14079
14080         * message.el (message-exchange-point-and-mark): Rework last change to
14081         avoid using optional arg of exchange-point-and-mark, for backward
14082         compatibility.
14083
14084 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14085
14086         * message.el (message-exchange-point-and-mark):
14087         Call exchange-point-and-mark with an argument rather than setting
14088         mark-active by hand (Bug#5175).
14089
14090 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * nntp.el (nntp-service-to-port): Work for service expressed with
14093         numeric string; replace [:digit:] with [0-9] for XEmacs.
14094
14095 2009-12-17  Glenn Morris  <rgm@gnu.org>
14096
14097         * gnus-group.el (gnus-bug-group-download-format-alist):
14098         Change emacs entry to debbugs.gnu.org.  Bump :version.
14099
14100 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14103
14104 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * message.el (message-info): Explain why we use `Info-goto-node'.
14107
14108 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14111
14112 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14113
14114         * message.el (message-completion-in-region): New compatibility function.
14115         (message-expand-group): Use it.
14116
14117 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14120         with no unread article should be listed if the 2nd arg `predicate' is
14121         given.
14122
14123 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14126
14127 2009-11-29  Juri Linkov  <juri@jurta.org>
14128
14129         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14130         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14131         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14132
14133 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14134
14135         * sha1.el (sha1-string-external): default-directory "/" in case
14136         otherwise non-existent.  process-connection-type pipe for touch of
14137         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14138
14139 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14140
14141         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14142         it's comms related and sgml-mode.el has "comm" on that basis too.
14143
14144 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14147         containing tspecial characters if they have been already quoted.
14148
14149 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14150
14151         * dns-mode.el (auto-mode-alist): Purecopy string.
14152
14153 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14154
14155         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14156
14157 2009-10-24  Glenn Morris  <rgm@gnu.org>
14158
14159         * gnus-art.el (help-xref-stack-item): Define for compiler.
14160
14161 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14162
14163         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14164
14165 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14168
14169 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14172         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14173
14174 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14177         (gnus-overlays-in): New alias to overlays-in.
14178
14179         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14180         gnus-overlay-get, and gnus-delete-overlay.
14181         (gnus-summary-show-thread): Make it work as well for systems in which
14182         next-single-char-property-change is not available.
14183         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14184
14185         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14186         (gnus-overlay-get): New alias to extent-property.
14187         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14188
14189         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14190         SXEmacs.
14191
14192         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14193         SXEmacs.
14194
14195 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14196
14197         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14198
14199 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14200
14201         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14202         and XEmacs that don't have `remove-overlays'.
14203
14204 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14205
14206         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14207         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14208         selective display.  Use overlays instead.
14209
14210 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14211
14212         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14213
14214 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14215
14216         * spam-stat.el (spam-stat-load): Fix typo in message.
14217
14218 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14219
14220         * dig.el (dig-invoke): Fix typo in docstring.
14221         (query-dig): Reflow docstring.
14222
14223 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14224
14225         * gnus-art.el (gnus-article-encrypt-body):
14226         * message.el (message-check-recipients):
14227         * mm-util.el (mm-codepage-setup):
14228         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14229         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14230
14231 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14232
14233         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14234         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14235         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14236         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14237         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14238
14239 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14240
14241         * dig.el: Add "Keywords: comm", as per net-utils.el.
14242
14243 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14244
14245         * dig.el (dig-mode): Use define-derived-mode.
14246
14247 2009-09-19  Glenn Morris  <rgm@gnu.org>
14248
14249         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14250
14251 2009-09-18  Glenn Morris  <rgm@gnu.org>
14252
14253         * gnus-diary.el (gnus-diary-check-message):
14254         * message.el (message-insert-formatted-citation-line):
14255         * nnbabyl.el (top-level):
14256         * nndiary.el (nndiary-schedule):
14257         Fix typos in condition-case handlers.
14258
14259 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14262         configuration that provides the sole article window in a frame;
14263         position point correctly after deleting a part.
14264
14265 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14266
14267         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14268         (spam-resolve-registrations-routine): Use it to unregister articles
14269         that change status.
14270
14271 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14274         with XEmacs.
14275         (parse-time-string-chars): Use it.
14276
14277 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14278
14279         * imap.el (imap-interactive-login): Better messages.
14280         (imap-open): Fix bug with renamed buffer on reconnect.
14281         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14282         for easier debugging and cleaner code.  On successful (guessed based on
14283         server capabilities) secondary authentication, set imap-state
14284         correctly.
14285         (imap-last-authenticator): Define imap-last-authenticator as a variable
14286         to avoid warnings.
14287
14288 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * nnrss.el (nnrss-request-article): Remove binding of
14291         default-enable-multibyte-characters that has gotten needless by
14292         the 2007-07-13 change in rfc2047-encode-message-header.
14293
14294         * mml.el (mml-insert-multipart): Error on the message header.
14295         (mml-insert-part): Error on the message header; position point at
14296         the end of a MIME tag.
14297
14298 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * time-date.el (autoload): Expand define-obsolete-function-alias into
14301         defalias and make-obsolete for old Emacsen that Gnus supports.
14302         (with-no-warnings): Define it for old Emacsen.
14303         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14304         is available.
14305         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14306         float-time is available; suppress compile warning for time-to-seconds.
14307
14308         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14309         (gnus-float-time): Alias to float-time if it exists.
14310
14311         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14312         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14313         float-time is available; suppress compile warning for time-to-seconds.
14314
14315         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14316         XEmacs.
14317
14318 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * imap.el (imap-message-map): Docstring fix.
14321
14322 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14325         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14326         Add the optional argument `encoding' that overrides the default.
14327
14328         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14329         mm-encode-buffer.
14330
14331 2009-09-04  Glenn Morris  <rgm@gnu.org>
14332
14333         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14334         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14335         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14336         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14337         * mm-util.el (mm-with-unibyte-current-buffer)
14338         (mm-find-buffer-file-coding-system):
14339         * yenc.el (yenc-decode-region): Use default-value rather than
14340         default-enable-multibyte-characters.
14341
14342 2009-09-03  Glenn Morris  <rgm@gnu.org>
14343
14344         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14345         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14346         than default-enable-multibyte-characters.
14347
14348 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14349
14350         * gnus-art.el (gnus-article-read-summary-keys):
14351         Fix gnus-buffer-configuration's value temporarily used.
14352
14353 2009-09-02  Glenn Morris  <rgm@gnu.org>
14354
14355         * gnus-util.el (gnus-float-time): New function.
14356         * gnus-delay.el (gnus-delay-article):
14357         * gnus-sum.el (gnus-thread-latest-date):
14358         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14359         * nnspool.el (nnspool-request-newgroups):
14360         Use gnus-float-time rather than time-to-seconds.
14361         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14362
14363         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14364         (gnus-header-subject-face, gnus-header-newsgroups-face)
14365         (gnus-header-name-face, gnus-header-content-face):
14366         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14367         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14368         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14369         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14370         (gnus-cite-face-11):
14371         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14372         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14373         (gnus-server-closed-face, gnus-server-denied-face)
14374         (gnus-server-offline-face):
14375         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14376         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14377         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14378         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14379         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14380         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14381         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14382         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14383         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14384         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14385         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14386         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14387         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14388         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14389         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14390         (gnus-summary-high-undownloaded-face)
14391         (gnus-summary-low-undownloaded-face)
14392         (gnus-summary-normal-undownloaded-face)
14393         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14394         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14395         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14396         (gnus-splash-face):
14397         * message.el (message-header-to-face, message-header-cc-face)
14398         (message-header-subject-face, message-header-newsgroups-face)
14399         (message-header-other-face, message-header-name-face)
14400         (message-header-xheader-face, message-separator-face)
14401         (message-cited-text-face, message-mml-face):
14402         * sieve-mode.el (sieve-control-commands-face)
14403         (sieve-action-commands-face, sieve-test-commands-face)
14404         (sieve-tagged-arguments-face):
14405         * spam.el (spam-face):
14406         Mark face aliases with "-face" in the name as obsolete.
14407
14408 2009-09-01  Glenn Morris  <rgm@gnu.org>
14409
14410         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14411         than goto-line.
14412
14413 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14416         Don't move point if the command is invoked inside the message header.
14417
14418 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14419
14420         * imap.el (imap-send-command): Simplify.
14421         (imap-wait-for-tag): point-max -> buffer-size.
14422
14423 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14424
14425         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14426         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14427         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14428         * nnir.el (nnir-swish-e-index-file):
14429         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14430         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14431         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14432         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14433         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14434         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14435
14436 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14439         Don't save excursion.
14440
14441 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14442
14443         * nnheader.el (nnheader-find-file-noselect):
14444         * mm-util.el (mm-insert-file-contents):
14445         Use (default-value 'major-mode) instead of default-major-mode.
14446
14447 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14448
14449         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14450
14451 2009-08-26  Glenn Morris  <rgm@gnu.org>
14452
14453         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14454         than placing in files.el.
14455
14456 2009-08-25  Glenn Morris  <rgm@gnu.org>
14457
14458         * nnir.el (top-level): Don't require cl at run-time.
14459         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14460         Replace cl-function substitute with gnus-replace-in-string.
14461         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14462         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14463         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14464         simplified expansions.
14465
14466 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14467
14468         * dig.el (dig): Add autoload cookie.
14469
14470 2009-08-22  Glenn Morris  <rgm@gnu.org>
14471
14472         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14473         goto-line.
14474
14475 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14476
14477         * parse-time.el (parse-time-string-chars): Save match data.
14478
14479 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14480
14481         * parse-time.el (parse-time-string-chars): Compute using character
14482         classes, to handle non-ascii characters (Bug#3190).
14483
14484 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14487
14488         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14489         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14490         (gnus-mm-display-part, gnus-mime-display-single)
14491         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14492         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14493
14494         * gnus-sum.el
14495         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14496         (gnus-summary-move-article): Add expirable mark to articles copied or
14497         moved to group that has auto-expire turned on if the option is non-nil.
14498
14499 2009-07-24  Glenn Morris  <rgm@gnu.org>
14500
14501         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14502         Fix typo.  (Bug#3903)
14503
14504 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14507         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14508         that should not be used for draft articles.
14509         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14510         that has no concern in minor mode keys.
14511         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14512         Abolish.
14513
14514 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14517         article without making inquiry to a user for unknown encoding.
14518
14519         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14520         (nnmaildir--scan): Assume i-node and device number that file-attributes
14521         returns might be cons-cell.
14522
14523         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14524
14525         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14526
14527 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14528
14529         * auth-source.el: Remove docs now in auth.texi.  Don't use
14530         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14531         `auth-source-hide-passwords' and use them.
14532
14533 2009-07-15  Glenn Morris  <rgm@gnu.org>
14534
14535         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14536
14537 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14540         excessive whitespace from the default values of title and description.
14541
14542 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14545         mail-fetch-field to fetch Content-Description header in order to
14546         exclude newlines.
14547
14548 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14549
14550         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14551         format used by GnuPG 2.0.11.
14552
14553 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14556         to deleted part.
14557
14558 2009-05-30  David Engster  <dengste@eml.cc>
14559
14560         * nnmairix.el: Remove old documentation in the commentary block.
14561         (nnmairix-request-group): Do not update active file for nnml back ends.
14562         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14563         end so that overview files are ignored.
14564         (nnmairix-update-groups): Make updating the groups more robust by using
14565         marks.
14566         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14567         with dollar characters in message-id.
14568
14569 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14572         2008-12-25 in dns.el.
14573
14574 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14575
14576         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14577         could happen if the text is only composed of spaces and/or tabs.
14578
14579 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14580
14581         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14582         when sending a queued message to avoid extra mml tags.
14583
14584 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14587
14588 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14591         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14592         rmail-toggle-header for XEmacs;
14593         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14594
14595 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-dired.el: Remove autoload for gnus-setup-message.
14598         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14599         displaying Gnus logo; always use compose-mail.
14600
14601 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14604
14605 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14608         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14609         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14610         available.
14611         (gnus-nocem-epg-verify): New function.
14612
14613 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14616
14617 2009-02-15  Glenn Morris  <rgm@gnu.org>
14618
14619         * gnus-util.el (rmail-insert-rmail-file-header)
14620         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14621         autoloads.
14622         (rmail-default-rmail-file): Remove unnecessary declaration.
14623         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14624
14625 2009-02-14  Glenn Morris  <rgm@gnu.org>
14626
14627         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14628         variable (only used in gnus-util, which declares it anyway).
14629         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14630         which was only needed by gnus-art (changed to not use it any more).
14631         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14632         only used in gnus-util, which autoloads it itself.
14633         (rmail-update-summary): Fix autoload.
14634
14635         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14636         rather than rmail-output-to-rmail-file.
14637
14638 2009-02-07  Glenn Morris  <rgm@gnu.org>
14639
14640         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14641         autoload of function that no longer exists.
14642         (rmail-toggle-header): Declare.
14643         (message-forward-rmail-make-body): Handle mbox Rmail.
14644
14645 2009-01-31  Glenn Morris  <rgm@gnu.org>
14646
14647         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14648         2009-01-09 change.
14649
14650 2009-01-31  Dave Love  <fx@gnu.org>
14651
14652         * imap.el (imap-fetch-safe): Bind debug-on-error.
14653         (imap-debug): Add imap-fetch-safe.
14654
14655 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14656
14657         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14658         (auth-source-forget-all-cached): New convenience function.
14659         (auth-source-user-or-password): Accept list of modes or a single mode.
14660
14661         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14662         auth-source modes.
14663
14664         * netrc.el (netrc-machine-user-or-password): Use list of
14665         auth-source modes.
14666
14667         * nnimap.el (nnimap-open-connection): Use list of
14668         auth-source modes.
14669
14670         * nntp.el (nntp-send-authinfo): Use list of
14671         auth-source modes.
14672
14673 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14674
14675         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14676         now.
14677
14678 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14681         coding system in XEmacs; add a workaround for XEmacs.
14682
14683         * lpath.el: Fbind coding-system-aliasee.
14684
14685 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14688         of current-language-environment.
14689
14690 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14693         available at runtime.
14694
14695 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14698
14699 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14700
14701         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14702         the greatest positive fixnum value doesn't work under an XEmacs with
14703         bignum support; use the most-positive-fixnum constant instead,
14704         available since Emacs 21.1 with cl and XEmacs 21.1.
14705
14706 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14709         XEmacs gets not to work.
14710
14711 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * mm-util.el (mm-coding-system-priorities): Allow the value like
14714         "Japanese (UTF-8)" of current-language-environment.
14715
14716 2009-01-09  Glenn Morris  <rgm@gnu.org>
14717
14718         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14719         with last-command-event.
14720
14721 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14724         in the doc string.
14725
14726         * message.el (message-fix-before-sending): Amend comment.
14727
14728 2009-01-08  Dave Love  <fx@gnu.org>
14729
14730         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14731
14732 2009-01-07  David Engster  <dengste@eml.cc>
14733
14734         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14735         simplified server definitions by converting it via
14736         gnus-server-to-method.
14737
14738 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14741         parameter's operands.
14742
14743 2009-01-06  David Engster  <dengste@eml.cc>
14744
14745         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14746         primary select method (for gnus-group-mark-article-as-read).
14747
14748 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14749
14750         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14751         `(gnus)Face', not `(gnus)X-Face'.
14752
14753 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * mm-util.el (mm-ucs-to-char): New function.
14756
14757         * mm-url.el (mm-url-decode-entities): Use it.
14758
14759         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14760         unicode-to-char.
14761
14762 2009-01-05  Dave Love  <fx@gnu.org>
14763
14764         * time-date.el: Require cl for `declare'.
14765
14766 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14769         Dave Love.
14770
14771 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * message.el (message-fix-before-sending): Add `eight-bit' to
14774         illegible-text check.
14775
14776 2009-01-03  Michael Olson  <mwolson@gnu.org>
14777
14778         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14779         `headers' is nil.  This can occur if the IMAP server does not have
14780         permissions to read messages from a folder, but can write new messages
14781         to the folder.
14782         (nnimap-request-article-part): Do not insert `data' if it is nil.
14783
14784         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14785         characters which will confuse `read', so skip past them.
14786
14787 2009-01-01  Dave Love  <fx@gnu.org>
14788
14789         * imap.el (imap-string-to-integer): Fix typo.
14790         (imap-fetch-safe): New function.
14791         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14792
14793         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14794
14795         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14796         (imap-parse-greeting): Fix doc strings.
14797         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14798         (imap-parse-flag-list): Make messages unique.
14799         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14800
14801         * nnimap.el: Fix author email.
14802         (nnimap-split-rule): Add FIXME comment.
14803         (nnimap-debug): Fix doc string.
14804
14805 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14808
14809 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14812         nslookup if resolv.conf isn't available.
14813         (dns-query): Rename from query-dns.
14814         (dns-query-cached): Rename from query-dns-cached.
14815
14816 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14819         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14820         to check if those variables exist (first appeared in Emacs 18.50).
14821
14822 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * mm-util.el (mm-line-number-at-pos): New function.
14825
14826         * spam-report.el (spam-report-process-queue): Use it.
14827
14828 2008-12-24  David Engster  <dengste@eml.cc>
14829
14830         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14831         parameters that haven't existed as variables as buffer-local variables.
14832
14833 2008-12-23  Dave Love  <fx@gnu.org>
14834
14835         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14836         cadar.
14837
14838         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14839         imap-starttls-p.
14840         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14841
14842 2008-12-22  Dave Love  <fx@gnu.org>
14843
14844         * imap.el: Fix author email.  Doc fixes.
14845         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14846         reply.
14847
14848 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * spam-report.el (spam-report-gmane-max-requests): New constant.
14851         (spam-report-gmane-wait): New variable.
14852         (spam-report-gmane-ham, spam-report-gmane-spam)
14853         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14854         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14855         the server.
14856
14857         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14858         Add explanations.
14859
14860         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14861         nnheader-accept-process-output and nnheader-read-timeout if available.
14862         (pop3-movemail): Use it.
14863
14864         * message.el (message-check-news-body-syntax): Fix signature check if
14865         there's an attachment.
14866
14867 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * mm-util.el: Add comments to the mm- emulating functions.
14870
14871 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14874         Reported by Stephen Berman <stephen.berman@gmx.net>.
14875
14876 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * mm-util.el (mm-substring-no-properties): New function.
14879         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14880         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14881         (mm-string-to-multibyte): Doc fix.
14882
14883         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14884
14885 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * mml.el (mml-attach-file): Strip text properties from file name.
14888         (Bug#1574)
14889
14890 2008-12-16  Glenn Morris  <rgm@gnu.org>
14891
14892         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14893
14894 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14897         knows since the charset specified might be a bogus alias that
14898         mm-charset-synonym-alist provides.
14899
14900 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14903         "ISO_8859-1".
14904
14905         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14906
14907 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * mm-util.el (mm-charset-eval-alist):
14910         Define it before mm-charset-to-coding-system.
14911         (mm-charset-to-coding-system): Add optional argument `silent';
14912         define it before mm-charset-override-alist.
14913         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14914         default value if it can be used in Emacs currently running;
14915         silence mm-charset-to-coding-system.
14916
14917 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14920         `allow-override' which says whether to use `mm-charset-override-alist'.
14921         (rfc2047-decode-encoded-words): Use it.
14922
14923         * mm-util.el (mm-charset-override-alist): Fix custom type;
14924         add `(gb2312 . gbk)' to choices.
14925
14926 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14929         fast.
14930
14931         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14932
14933         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14934
14935 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14936
14937         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14938         on links.
14939
14940         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14941
14942 2008-12-03  Lute Kamstra  <lute@gnu.org>
14943
14944         * sha1.el: Remove leading * from docstrings of defcustoms,
14945         deffaces, defconsts and defuns.
14946
14947 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14950         users' addresses that don't have domain parts.
14951         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14952         rather than message-narrow-to-head since there will be the message
14953         header separator.
14954
14955 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14956
14957         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14958         since the result is inserted in a unibyte buffer anyway.
14959         (nnimap-demule-use-string-to-multibyte): Remove.
14960         (nnimap-demule): Alias it to mm-string-to-multibyte.
14961
14962 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14965         variable for debugging bug#464 and bug#1174.
14966         (nnimap-demule): Use it.
14967
14968 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14971         score calculation correctly.
14972
14973 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14974
14975         * message.el (message-send-mail): Just set the buffer to unibyte
14976         rather than use mm-with-unibyte-current-buffer which does a lot more.
14977         (message-send-mail-partially): Don't bother with
14978         mm-with-unibyte-current-buffer since it's already been made unibyte by
14979         message-send-mail.
14980
14981 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14984
14985 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14986
14987         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14988
14989 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14992         require itself and to remove `with-no-warnings'.
14993
14994 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14995
14996         * starttls.el (starttls-any-program-available): Get the name of the
14997         available TLS layer program.
14998         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14999         well as the host name in the "opening" message.
15000
15001         * auth-source.el (auth-source-cache, auth-source-do-cache)
15002         (auth-source-user-or-password): Cache passwords and logins by default,
15003         allow override with `auth-source-do-cache'.
15004         (auth-source-forget-user-or-password): Allow users to remove cache
15005         entries if needed.
15006
15007 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15008
15009         * md4.el (md4-buffer): Fix typo in docstring.
15010         (md4, md4-64): Doc fixes.
15011         (md4-pack-int32): Reflow docstring.
15012
15013 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15014
15015         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15016         condition-case to only the forward-sexp call.
15017
15018 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15019
15020         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15021         quotes contained.  Make it more robust regardless by an extra
15022         condition-case wrapper.
15023
15024 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15027
15028 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * nnml.el (nnml-request-expire-articles): Check if the function set to
15031         `nnmail-expiry-target' returns the symbol `delete'.
15032
15033         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15034
15035         * nnmail.el (nnmail-expiry-target): Fix custom type.
15036
15037 2008-10-02  Glenn Morris  <rgm@gnu.org>
15038
15039         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15040         Silence compiler warning.
15041
15042 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15043
15044         * tls.el (open-tls-stream): Show the actual command being
15045         executed, instead of the format string.
15046
15047 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * lpath.el: Fbind codepage-setup for Emacs 23.
15050
15051 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15052
15053         * mml.el (mml-menu): Don't assume mml2015 is bound.
15054
15055 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15058         exists.
15059
15060 2008-09-27  Glenn Morris  <rgm@gnu.org>
15061
15062         * gnus-util.el (mail-header-remove-comments): Autoload it.
15063
15064 2008-09-27  Andreas Schwab  <schwab@suse.de>
15065
15066         * gnus-util.el (gnus-split-references): Strip comments.
15067         (gnus-parent-id): Likewise.
15068
15069 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * message.el (message-confirm-send): Fix version.
15072
15073 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * message.el (message-idna-to-ascii-rhs-1): Use
15076         mail-extract-address-components rather than mail-header-parse-addresses
15077         that is an alias by default to ietf-drums-parse-addresses that does not
15078         support non-ASCII names in headers' contents.
15079
15080 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15081
15082         * message.el (message-confirm-send): Fix variable documentation to
15083         avoid the "y/n" wording.
15084
15085 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15086
15087         * message.el (message-set-auto-save-file-name): Save to a different
15088         filename so multiple messages (especially drafts) can be recovered.
15089
15090 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15091
15092         * message.el (message-confirm-send): Add appropriate version.
15093
15094 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15095
15096         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15097         defvar.
15098
15099 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15100
15101         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15102         (mm-pkcs7-enveloped-magic): Ditto.
15103
15104 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15105
15106         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15107         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15108
15109 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15112         default, it's better.
15113
15114 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15115
15116         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15117         summary line gnus-number property and ignore them (with a warning
15118         message).
15119
15120 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15123         macro caddr in the interactive form since it won't be expanded.
15124
15125 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15128         `charset'; fix name of function called recursively.
15129         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15130
15131 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15134         (gnus-mime-set-charset-parameters): New function.
15135         (gnus-mime-view-part-as-charset): Use it to correctly display part
15136         specifying wrong charset.
15137
15138 2008-09-08  David Engster  <dengste@eml.cc>
15139
15140         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15141         in completing-read for back end server.
15142
15143 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15144
15145         * message.el (message-confirm-send): New variable to confirm sending a
15146         message.
15147         (message-send): Use it.
15148
15149 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15150
15151         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15152
15153 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15156
15157 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15160         prevent tracking too many groups.
15161         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15162         Use it.
15163
15164 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15165
15166         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15167         moving point to the bottom of the window in order to avoid recentering.
15168
15169 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15172
15173         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15174         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15175         (gnus-article-beginning-of-window): Fix calculation.
15176
15177 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-msg.el (gnus-summary-supersede-article)
15180         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15181         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15182         message header.
15183
15184 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15185
15186         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15187         pending output coming after the status change.
15188
15189 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15190
15191         * message.el:
15192         * gnus-start.el:
15193         * gnus-registry.el: Remove VMS support.
15194
15195 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15198         macro.
15199         (rfc2104-hash): Use it.
15200
15201 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15202
15203         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15204         (gnus-summary-sort-by-most-recent-date): New commands.
15205         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15206         and menu entries.
15207
15208 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15211         don't redisplay article for raw contents; remove plural articles stuff.
15212
15213         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15214         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15215         on gnus-summary-save-article; display results properly.
15216
15217 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * lpath.el: No need to fbind ns-focus-frame.
15220
15221 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15224
15225 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-art.el (gnus-summary-save-in-pipe):
15228         Consider gnus-save-all-headers.
15229
15230 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15231
15232         * gnus-util.el (ns-focus-frame): Remove declaration.
15233         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15234         like x.
15235
15236 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15237
15238         * rfc2104.el (rfc2104-zero): Delete defconst.
15239         (rfc2104-hex-alist): Likewise.
15240         (rfc2104-hex-to-int): Delete func.
15241         (rfc2104-hexstring-to-bitstring): Likewise.
15242         (rfc2104-nybbles): New defconst.
15243         (rfc2104-hash): Rewrite for speed.
15244
15245 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * tls.el (open-tls-stream): Make it work with the 2nd argument
15248         BUFFER that is a string but does not exist as a buffer object, as
15249         mentioned in the doc-string.
15250
15251 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15254         SXEmacs.
15255
15256 2008-07-16  Glenn Morris  <rgm@gnu.org>
15257
15258         * gnus-util.el (ns-focus-frame): Declare for compiler.
15259
15260 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15263         set as a group parameter.
15264         (gnus-summary-save-in-pipe): Work when it is called independently.
15265         (gnus-summary-pipe-to-muttprint): Don't modify
15266         gnus-summary-pipe-output-default-command.
15267
15268 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15269
15270         * message.el (message-send-mail-with-sendmail):
15271         Display the error message.
15272
15273 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-art.el (gnus-default-article-saver):
15276         Add gnus-summary-save-in-pipe to choices.
15277         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15278         gnus-summary-pipe-output-default-command as the default command.
15279         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15280         instead of gnus-last-shell-command.
15281
15282         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15283         New user option.
15284         (gnus-summary-muttprint-program): Mention the value will be changed.
15285         (gnus-summary-save-article): Force showing of all headers.
15286         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15287
15288 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15289
15290         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15291
15292 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15293
15294         * nnimap.el (nnimap-id):
15295         * sieve-manage.el (sieve-manage-open): Doc fixes.
15296
15297 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15298
15299         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15300         if available.
15301
15302 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15303
15304         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15305
15306         * nnkiboze.el (nnkiboze-generate-group):
15307         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15308
15309         * nnmairix.el: Require CL.
15310
15311 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * dgnushack.el: Autoload get-display-table and put-display-table for
15314         XEmacs 21.5.
15315
15316         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15317         21.4 and SXEmacs.
15318
15319 2008-06-15  David Engster  <dengste@eml.cc>
15320
15321         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15322
15323 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15324
15325         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15326         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15327         runtime choice under XEmacs.
15328
15329         * gnus-sum.el (gnus-summary-set-display-table):
15330         Use `gnus-put-display-table', `gnus-get-display-table',
15331         `gnus-set-display-table' for the display table, instead of `aset'.
15332
15333         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15334         Use `gnus-put-display-table', `gnus-get-display-table',
15335         `gnus-set-display-table' for the display table.
15336
15337 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * nnmairix.el: Add autoloads.
15340
15341 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15342
15343         * nnmairix.el (nnmairix-delete-recreate-group)
15344         (nnmairix-update-and-clear-marks): Fix error messages.
15345
15346 2008-06-14  David Engster  <dengste@eml.cc>
15347
15348         * nnmairix.el: Upgrade to version 0.6.
15349         (nnmairix-group-toggle-propmarks-this-group)
15350         (nnmairix-group-toggle-readmarks-this-group)
15351         (nnmairix-group-delete-recreate-this-group)
15352         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15353         (nnmairix-remove-tick-mark-original-article): New commands.
15354         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15355         (nnmairix-propagate-marks-to-nnmairix-groups)
15356         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15357         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15358         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15359         functions needed for marks propagation and manipulation of read marks.
15360         (nnmairix-update-groups): New function.
15361         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15362         (nnmairix-determine-original-group-from-registry)
15363         (nnmairix-determine-original-group-from-path)
15364         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15365         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15366         New helper functions.
15367         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15368         keystrokes for new commands.
15369         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15370         (nnmairix-request-group): Check allow-fast group parameter.
15371         (nnmairix-request-create-group): Set allow-fast group parameter if
15372         nnmairix-allowfast-default is set.
15373         (nnmairix-close-group): Propagate marks upon closing if needed.
15374         (nnmairix-group-toggle-threads-this-group): Use new.
15375         nnmairix-group-toggle-parameter helper function.
15376         (nnmairix-search): Better check for empty search result.
15377         (nnmairix-goto-original-article): Use new helper functions for
15378         determining original article.
15379         (nnmairix-show-original-article): Make sure message-id is in brackets.
15380         (nnmairix-call-mairix-binary): Change variable name.
15381         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15382         helper function.
15383         (nnmairix-widget-toggle-activate): Fix doc string.
15384
15385 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * nnir.el: Require edmacro when compiling with XEmacs.
15388         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15389         available in Emacs 21.
15390
15391 2008-06-11  Glenn Morris  <rgm@gnu.org>
15392
15393         * gnus-util.el (x-focus-frame):
15394         * gnus.el (image-size):
15395         * mm-decode.el (image-size): Declare.
15396
15397         * gnus-picon.el (declare-function): Add compat definition.
15398         (image-size): Declare.
15399
15400         * gnus-group.el (tool-bar-map):
15401         * gnus-sum.el (tool-bar-map): Define for compiler.
15402
15403         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15404
15405         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15406
15407         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15408         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15409         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15410         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15411         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15412         * sieve-manage.el, spam-report.el, spam.el:
15413         Remove unnecessary eval-and-compile of autoloads.
15414
15415 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15416
15417         * auth-source.el: Precise Tramp doc.
15418
15419 2008-06-07  Glenn Morris  <rgm@gnu.org>
15420
15421         * nnmairix.el: Remove unnecessary eval-when-compile.
15422
15423 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * lpath.el: Fbind propertize for XEmacs 21.4.
15426
15427 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * nnir.el: Move here from ../contrib.
15430
15431 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15432
15433         * gnus-util.el (gnus-read-shell-command): New function.
15434         * mm-decode.el (mm-pipe-part):
15435         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15436
15437 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15440
15441 2008-06-03  Glenn Morris  <rgm@gnu.org>
15442
15443         * pop3.el (nnheader-accept-process-output): Autoload it.
15444
15445 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15448         are not 2-digit hexadecimal characters that follow `%'s.
15449
15450 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * message.el (message-bogus-recipient-p): Fix type in doc string.
15453         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15454         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15455         Improve custom options.
15456         (message-bogus-recipient-p): Adjust accordingly.
15457
15458 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15459
15460         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15461         long-form month and day names.
15462
15463 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * dgnushack.el: Autoload debug, eudc-expand-inline and
15466         pgg-snarf-keys-region for XEmacs.
15467
15468         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15469
15470         * nnmairix.el: Require edmacro when compiling with XEmacs.
15471
15472 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15475         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15476
15477 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * auth-source.el: Add more docs.
15480
15481         * netrc.el (netrc-machine): Always match if the port is not given.
15482
15483 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15484
15485         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15486         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15487         retrieval faster in some cases, but might make CPU usage larger.
15488         If this has any bad side effects, we might revert this change.
15489
15490         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15491         seems to make mail retrieval much, much faster.
15492         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15493         unconditionally.
15494
15495         * gnus-draft.el (gnus-group-send-queue):
15496         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15497
15498 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15501
15502         * message.el (message-bogus-address-regexp): Fix and improve custom
15503         type.
15504         (message-setup-hook): Add message-check-recipients as custom option.
15505
15506 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * message.el (message-cite-function): Remove bogus autoload which crept
15509         in during merge from v5-10.
15510
15511 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15512
15513         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15514
15515         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15516
15517         * auth-source.el: Preliminary Tramp docs.
15518         (auth-sources): Change the default auth-sources to use
15519         EPA .gpg files.
15520
15521 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15522
15523         * nntp.el: Autoload `auth-source-user-or-password'.
15524         (nntp-send-authinfo): Use it.
15525
15526         * nnimap.el: Autoload `auth-source-user-or-password'.
15527         (nnimap-open-connection): Use it.
15528
15529         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15530         for the gnus-message function.
15531         (auth-source-user-or-password): Use it.
15532
15533 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15534
15535         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15536         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15537         (rfc2104-hash): Use it.
15538
15539 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15540
15541         * gnus-art.el (gnus-article-toggle-truncate-lines):
15542         Don't use `iff' in docstring.
15543
15544 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15545
15546         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15547
15548         * gnus-util.el (gnus-extract-address-component-name)
15549         (gnus-extract-address-component-email): Convenience functions around
15550         `gnus-extract-address-components'.
15551
15552         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15553         Use `gnus-extract-address-component-email' to fix bug of comparing full
15554         sender name to `user-mail-address'.
15555
15556 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15557
15558         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15559         catch/throw to optimize.
15560         (gnus-registry-find-keywords): Just use member to find a keyword.
15561
15562 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15563
15564         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15565         is current before calling gnus-server-prepare.
15566         (gnus-server-setup-buffer, gnus-server-update-server)
15567         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15568
15569 2008-05-04  Juri Linkov  <juri@jurta.org>
15570
15571         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15572         (mailcap-file-default-commands): Use mailcap-replace-in-string
15573         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15574         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15575
15576 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15577
15578         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15579
15580 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15581
15582         * gnus.el: Bump version to 0.11.
15583
15584 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15585
15586         * gnus.el: No Gnus v0.10 is released.
15587
15588 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15589
15590         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15591         hooks.
15592         (gnus-update-read-articles): Speed up non-marks-using users.
15593         (gnus-use-marks): Define gnus-use-marks.
15594         (gnus-propagate-marks): Rename variable to something more sensible.
15595
15596 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15597
15598         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15599         (gmm-image-load-path-for-library): Fix typos in docstrings.
15600         (gmm-message): Reflow docstring.
15601
15602 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * mail-source.el (mail-source-set-1, mail-source-bind):
15605         Move auth-source code out of the macro to clean it up and fix bugs.
15606
15607 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15610         by sender if it's equal to user-mail-address, it's likely to be
15611         useless.
15612
15613         * mail-source.el (mail-source-bind): Don't use user or password if they
15614         are not bound.  Unintern them if they are nil.  Don't use server unless
15615         it's bound, and default it to empty string otherwise.
15616
15617 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * mail-source.el: Load auth-source.el.
15620         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15621         get user name or password, if auth-sources is set up.
15622
15623         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15624         strategy of splitting with parent.
15625         (gnus-registry-split-fancy-with-parent)
15626         (gnus-registry-post-process-groups): Use it and fix prior
15627         bug (returning a list as the split result).
15628
15629         * auth-source.el (auth-sources): Remove server parameter.
15630         (auth-source-pick, auth-source-user-or-password)
15631         (auth-source-user-or-password-imap)
15632         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15633         (auth-source-user-or-password-sftp)
15634         (auth-source-user-or-password-smtp): Remove server parameter.
15635
15636 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15637
15638         * smime.el (smime-sign-region, smime-encrypt-region)
15639         (smime-decrypt-region):
15640         Remove redundant calls to `generate-new-buffer-name'.
15641
15642 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15643
15644         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15645         Don't use QP for message/rfc822.
15646         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15647
15648 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15649
15650         * sieve-manage.el (sieve-string-bytes): Remove.
15651         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15652         correct byte-length only if the process's coding-system is the same as
15653         the one used internally by Emacs to represent strings.
15654
15655 2008-04-22  Juri Linkov  <juri@jurta.org>
15656
15657         * mailcap.el (mailcap-file-default-commands): New function.
15658
15659 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * message.el (message-signature-separator, message-cite-function):
15662         Change custom version.
15663
15664 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15665
15666         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15667         commands.
15668         (tls-checktrust): Ditto.
15669
15670 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * mm-decode.el (mm-display-external): Make temp file read-only.
15673
15674 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15677         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15678         `C-c C-f d'.
15679
15680 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15681
15682         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15683
15684 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * gnus.el: Bump version to 0.9.
15687
15688 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15689
15690         * gnus.el: No Gnus v0.8 is released.
15691
15692 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15693
15694         * mail-source.el (mail-source-value):
15695         Prefer fboundp to functionp so it works with macros as well.
15696
15697 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15698
15699         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15700         Fix last change in case the element is not even a symbol.
15701
15702 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15703
15704         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15705         Prefer fboundp to functionp so it works with macros as well.
15706
15707 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15708
15709         * auth-source.el: Add docs.
15710         (auth-sources): Modify format to support server.
15711         (auth-source-pick, auth-source-user-or-password)
15712         (auth-source-user-or-password-imap)
15713         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15714         (auth-source-user-or-password-sftp)
15715         (auth-source-user-or-password-smtp): Add server parameter.
15716
15717 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15718
15719         * gnus-registry.el: Initialize the registry when gnus-registry-install
15720         is t.
15721
15722 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * compface.el (uncompface): Make buffer unibyte.
15725
15726 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15727
15728         * mail-source.el (mail-source-value):
15729         Prefer fboundp to functionp so it works with macros as well.
15730
15731 2008-04-05  Glenn Morris  <rgm@gnu.org>
15732
15733         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15734
15735 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15736
15737         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15738         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15739
15740         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15741         multibyteness after rather than before erasing it.
15742
15743         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15744         mm-with-multibyte.
15745         (gnus-request-article-this-buffer): Make sure the proper decoding is
15746         used if gnus-original-article-buffer happens to be unibyte.
15747
15748         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15749         default-enable-multibyte-characters.
15750
15751         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15752         default-enable-multibyte-characters.
15753
15754         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15755
15756         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15757
15758 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15759
15760         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15761         Fix last change in case the element is not even a symbol.
15762
15763 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15764
15765         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15766         (imap-message-copyuid-1): Use it.
15767         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15768         J. Williams in
15769         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15770
15771         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15772         imap-enable-exchange-bug-workaround.
15773         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15774
15775 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15776
15777         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15778         a 100 byte status-checks into a 2-3MB transfer for each group.
15779         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15780         to enable bug workaround or not.
15781         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15782
15783 2008-03-31  Glenn Morris  <rgm@gnu.org>
15784
15785         * message.el (mml2015-use): Declare for compiler.
15786         (message-info): Require mml2015 when appropriate.
15787
15788 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15791         whitespace.
15792
15793 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15794
15795         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15796         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15797         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15798         (nntp-service-to-port): New function.
15799         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15800         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15801         (nntp-open-netcat-stream): New function.
15802         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15803
15804 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15805
15806         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15807
15808 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15809
15810         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15811
15812 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15813
15814         * dns.el (dns-write): Use set-buffer-multibyte.
15815
15816 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15817
15818         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15819
15820 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * message.el (message-signature-separator): Change default.
15823         Improve custom type.
15824         (message-cite-function): Change default to
15825         message-cite-original-without-signature.
15826
15827         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15828         toggle.
15829
15830         * message.el (message-check-news-body-syntax): Fix signature check.
15831         (message-setup-1): Mark buffer as unmodified _after_ running
15832         message-setup-hook and handling message-alternative-emails.
15833         (message-shorten-references): Be more strict when building list of
15834         valid references to comply with GNKSA.
15835
15836         * gnus-group.el (gnus-read-ephemeral-bug-group)
15837         (gnus-read-ephemeral-debian-bug-group)
15838         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15839
15840         * message.el (message-info): Don't use booleanp which isn't supported
15841         in Emacs 21 and XEmacs.
15842
15843 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15846         gnus-group-gmane-group-download-format.
15847         (gnus-group-read-ephemeral-gmane-group): Rename from
15848         gnus-group-read-ephemeral-gmane-group.
15849         (gnus-read-ephemeral-gmane-group-url): Rename from
15850         gnus-group-read-ephemeral-gmane-group-url.
15851         (gnus-bug-group-download-format-alist): New variable.
15852         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15853         (gnus-read-ephemeral-emacs-bug-group): New commands.
15854
15855 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15856
15857         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15858         (gnus-visible-headers): Improve custom type.
15859
15860 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * mml.el (mml-menu): Add workarounds for XEmacs.
15863
15864         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15865         X-Boundary header.
15866
15867         * message.el (message-simplify-recipients): Fix previous commit.
15868
15869 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15870
15871         * mm-util.el (mm-set-buffer-multibyte): New function.
15872         * mm-decode.el (mm-copy-to-buffer): Use it.
15873
15874         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15875         Prefer fboundp to functionp so it works with macros as well.
15876
15877 2008-03-19  Glenn Morris  <rgm@gnu.org>
15878
15879         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15880         Accidentally removed in the sync process with Emacs.
15881
15882 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15883
15884         * message.el (message-alter-recipients-discard-bogus-full-name):
15885         New function.
15886         (message-alter-recipients-function): New variable.
15887         (message-get-reply-headers): Use it.
15888         (message-replace-header): New helper function.
15889         (message-recipients-without-full-name): New variable.
15890         (message-simplify-recipients): New command.
15891
15892         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15893
15894         * message.el (message-info): Handle EasyPG manual.
15895
15896         * mml.el (mml-menu): Add entry for EasyPG.
15897
15898 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15899
15900         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15901         parameter.
15902
15903         * message.el (message-disassociate-draft): Specify drafts group name
15904         fully.
15905
15906 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15907
15908         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15909         Eliminate unnecessary duplicates from the match list.
15910
15911 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15914
15915         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15916
15917         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15918         args of `how-many' of which the XEmacs version doesn't take; declare
15919         Info-index-next as function.
15920
15921 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * gnus-score.el (gnus-score-headers): Fix handling of
15924         gnus-inhibit-slow-scoring.
15925
15926         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15927         string.
15928         (gnus-button-url-regexp): Improve handling of parenthesis.
15929         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15930         (gnus-button-handle-info-keystrokes): Handle index entries.
15931
15932 2008-03-15  Glenn Morris  <rgm@gnu.org>
15933
15934         * parse-time.el (parse-time-string): Simplify.
15935
15936 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15939         Incoming* files.
15940
15941 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15942
15943         * auth-source.el (auth-sources): Rename from auth-source-choices.
15944         (auth-source-pick): Use it.
15945
15946 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15947
15948         * binhex.el (binhex-decode-region-internal):
15949         * uudecode.el (uudecode-decode-region-internal):
15950         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15951         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15952         setting default-enable-multibyte-characters.
15953
15954 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * auth-source.el (auth-source-protocols)
15957         (auth-source-protocols-customize, auth-source-choices): Add and
15958         modified variable customizations and defaults.
15959         (auth-source-pick, auth-source-user-or-password)
15960         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15961         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15962         (auth-source-user-or-password-sftp)
15963         (auth-source-user-or-password-smtp): Use new variables and provide an
15964         interface to netrc.el.
15965
15966 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15969         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15970         Make sure the nntp port to specify is a string.
15971
15972 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15973
15974         * nntp.el: Use with-current-buffer.
15975         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15976         dubious mm-with-unibyte-current-buffer.
15977         (nntp-with-open-group-function): New function extracted from
15978         nntp-with-open-group macro.
15979         (nntp-with-open-group): Use the function, so it's easier to debug.
15980         Add indentation and debugging info.
15981         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15982         Recommend the use of the netcat alternatives.
15983
15984         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15985         Avoid mm-string-as-multibyte as well.
15986
15987         * nnweb.el (nnweb-insert-html):
15988         Remove use of nnheader-string-as-multibyte.
15989
15990         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15991         (nnheader-string-as-multibyte): Remove.
15992
15993         * mm-view.el: Use inhibit-read-only.
15994         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15995         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15996         or unibyte-string.
15997
15998         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15999         (mm-uu-yenc-extract): Use with-current-buffer.
16000
16001         * gnus-soup.el (gnus-soup-send-packet): Don't use
16002         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16003
16004         * nnmh.el: Use with-current-buffer.
16005         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16006         mm-string-as-multibyte on the output of mm-encode-coding-string.
16007
16008         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16009         (nnimap-request-move-article): Use with-current-buffer.
16010
16011         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16012         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16013         conversion uses string-make-unibyte rather than string-as-unibyte.
16014
16015         * gnus-msg.el: Use with-current-buffer.
16016
16017         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16018
16019 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16020
16021         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16022         string for caching if it is 'PIN.
16023
16024 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * lpath.el: Consider the case without Emacs/W3.
16027
16028 2008-03-08  Glenn Morris  <rgm@gnu.org>
16029
16030         * time-date.el (date-to-time, time-subtract, time-add)
16031         (safe-date-to-time): Doc fixes.
16032
16033 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * mail-source.el (mail-source-delete-old-incoming-confirm):
16036         Change default to nil.
16037         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16038
16039 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * lpath.el: Rearrange.
16042
16043         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16044         (gnus-article-goto-prev-page): Work for articles having ^L's.
16045
16046         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16047
16048         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16049
16050 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16051
16052         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16053         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16054         (gnus-bookmark-jump): Adjust some variable names.
16055
16056 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * auth-source.el: New package.
16059         (auth-source-choices): Add customization entry point variable.
16060
16061         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16062         bug.
16063
16064 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16065
16066         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16067         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16068         (gnus-registry-install-shortcuts): Rename from
16069         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16070         the `gnus-registry-mark-map' keymap dynamically from
16071         `gnus-registry-marks'.  The generated functions update the summary line
16072         when a registry mark is added or deleted, and will call
16073         `gnus-registry-install-p' (see the comments in the code).
16074         (gnus-registry-user-format-function-M): Use concat intelligently.
16075
16076         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16077         the registry mark functions.
16078
16079 2008-03-05  Glenn Morris  <rgm@gnu.org>
16080
16081         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16082         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16083         gnus-art.
16084         (top-level): No need to load own source when compiling.
16085
16086 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16087
16088         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16089         Suggested by <chris.anderton@zetnet.co.uk>.
16090
16091 2008-03-04  Glenn Morris  <rgm@gnu.org>
16092
16093         * gnus-sum.el (top-level): No need to require gnus when compiling,
16094         since unconditionally required near start of file.
16095         (gnus-summary-display-while-building): Move definition before use.
16096
16097 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16098
16099         * gnus-registry.el (gnus-registry-user-format-function-M):
16100         Add formatting function.
16101
16102 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16103
16104         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16105         with plists.
16106         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16107         Use new format.
16108
16109 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16112         `where-is-internal' that returns a range of key sequences.
16113
16114 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16115
16116         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16117
16118         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16119         (gnus-summary-jump-to-group): Consider windows on other displayed
16120         frames as well.  Similar changes might be needed elsewhere, but that's
16121         the one I've bumped into during my use.
16122
16123         * nndoc.el (nndoc-oe-dbx-type-p):
16124         * gnus-msg.el (gnus-debug):
16125         * gnus-group.el (gnus-update-group-mark-positions):
16126         Use mm-string-to-multibyte.
16127
16128 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16129
16130         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16131         doesn't handle NotDashEscaped.
16132
16133         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16134         (mml-dnd-attach-options): Fix typo in custom choice.
16135
16136         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16137         Change nndoc-article-type to mbox.
16138         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16139
16140         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16141         to nil, instead of html2text.
16142
16143         * imap.el (imap-debug): Add `imap-ping-server'.
16144
16145         * gnus-bookmark.el: Add FIXMEs.
16146
16147         * message.el (message-form-letter-separator)
16148         (message-send-form-letter-delay): New variables.
16149         (message-send-form-letter): Use them.  New command to send form
16150         letters.  Requested by Uwe Siart.
16151         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16152
16153 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * Update copyright years.
16156
16157 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         Sync from EMACS_22_BASE.
16160
16161         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16162
16163 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16164
16165         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16166         empty author.
16167
16168 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16169
16170         * gnus-registry.el (gnus-registry-marks): Add variable for
16171         customization of marks and their appearance.
16172         (gnus-registry-read-mark): Use it.
16173         (gnus-registry-do-marks): Add utility function to loop through
16174         `gnus-registry-marks'.
16175         (gnus-registry-install-shortcuts-and-menus): Add function to install
16176         shortcuts and menus.
16177         (gnus-registry-initialize): Use it.
16178         (gnus-registry-default-mark): Clarify documentation.
16179
16180 2008-02-29  Glenn Morris  <rgm@gnu.org>
16181
16182         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16183         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16184         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16185         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16186         Change defcustom :version from 23.0 to 23.1.
16187
16188 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16189
16190         * gnus-registry.el (gnus-registry-follow-group-p)
16191         (gnus-registry-post-process-groups): Add functions to aid registry
16192         splitting and improve logging.  Clarify behavior in function
16193         documentation.
16194         (gnus-registry-split-fancy-with-parent): Use them.
16195
16196 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16197
16198         * gnus-art.el: Use with-current-buffer.
16199
16200 2008-02-27  David Engster  <dengste@eml.cc>
16201
16202         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16203         Express real group name in the response.
16204
16205 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16208         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16209         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16210         autoload gnus-registry-fetch-group when compiling.
16211         (nnmairix-request-group-with-article-number-correction):
16212         Remove unreferenced argument passed to nnmairix-call-backend.
16213
16214 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16217         (mm-uu-extract): Improve face for low color ttys.
16218         Reported by Sascha Wilde.
16219
16220 2008-02-27  Glenn Morris  <rgm@gnu.org>
16221
16222         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16223         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16224         variables to defconsts.  Convert comments to doc-strings.
16225         (nnmairix-last-server, nnmairix-current-server): Convert from free
16226         variables to defvars.  Convert comments to doc-strings.
16227         (gnus-registry-fetch-group): Autoload.
16228         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16229         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16230         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16231         caddr.
16232         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16233         nnmairix-request-group-with-article-number-correction call.
16234         (nnmairix-fast, nnmairix-group): New, less general names, for free
16235         variables passed from nnmairix-request-group to
16236         nnmairix-request-group-with-article-number-correction.  Declare.
16237         (nnmairix-request-group-with-article-number-correction):
16238         Use nnmairix-fast, nnmairix-group rather than fast, group.
16239
16240 2008-02-26  David Engster  <dengste@eml.cc>
16241
16242         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16243         version 0.5.
16244
16245 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16246
16247         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16248         instead of making an extra function call.  Don't add the current group
16249         to articles only when they have the group.  Use
16250         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16251         Reported by David <de_bb@arcor.de>.
16252
16253 2008-02-24  Miles Bader  <miles@gnu.org>
16254
16255         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16256         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16257         (mm-find-mime-charset-region):
16258         * mm-bodies.el (mm-encode-body):
16259         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16260
16261 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16264         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16265
16266 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16267
16268         * mail-source.el (mail-source-delete-incoming): Change default.
16269         Supplement doc string.
16270
16271         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16272
16273 2008-02-14  Glenn Morris  <rgm@gnu.org>
16274
16275         * time-date.el (format-seconds): New function.
16276
16277 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * nnmail.el (nnmail-message-id-cache-file): Derive from
16280         `gnus-home-directory'.
16281
16282 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16283
16284         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16285         Document negative prefix.
16286
16287         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16288
16289 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16290
16291         * message.el (message-unsent-separator): Add the Exim bounce
16292         separator.
16293
16294 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16295
16296         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16297         list.
16298         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16299         recipient/signer list.
16300
16301 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * Makefile.in (datarootdir): Define.
16304         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16305         name that might contain whitespace.
16306
16307 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16308
16309         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16310         fbound (Emacs 23 unicode), signal an error.
16311
16312 2008-02-08  Glenn Morris  <rgm@gnu.org>
16313
16314         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16315
16316 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16317
16318         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16319         ports to the calls to `netrc-machine-user-or-password' in addition to
16320         "imap" and "imaps".
16321
16322 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16323
16324         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16325
16326         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16327
16328 2008-02-01  Kenichi Handa  <handa@m17n.org>
16329
16330         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16331         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16332         (rfc2104-hash): Convert the result of concat to unibyte string.
16333
16334 2008-02-01  Dave Love  <fx@gnu.org>
16335
16336         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16337         coding-system-for-read.
16338         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16339
16340 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16343         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16344         <hanche@math.ntnu.no>.
16345
16346 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16349
16350         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16351
16352 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16353
16354         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16355         * message.el (message-beginning-of-line): Use featurep instead of bound
16356         tests in order to resolve conditionals at compile time.
16357
16358 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16359
16360         * mail-source.el (mail-sources): Add `group' choice.
16361
16362         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16363         parameter `in-group' to control into which group the articles go.
16364         Add treatment of `group' mail-source.
16365
16366 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16369
16370         * mm-decode.el (mm-dissect-buffer): Decode description.
16371
16372         * mml.el (mml-to-mime): Encode message header first.
16373
16374 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16377         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16378
16379         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16380         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16381
16382 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16383
16384         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16385
16386 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16389         prefix keys.
16390         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16391         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16392         gnus-xmas.el.
16393
16394         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16395         (gnus-xmas-article-describe-bindings): New function.
16396         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16397         gnus-xmas-article-describe-bindings.
16398
16399         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16400
16401 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16404         Add new variables for article mark management.
16405         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16406         list of extra data entries which, when present, will indicate that the
16407         article ID should not be trimmed from the registry.
16408         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16409         functions.
16410         (gnus-registry-read-mark): New function to read a mark name from the
16411         user.
16412         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16413         (gnus-registry-set-article-mark-internal): New functions to add and
16414         remove marks.
16415         (gnus-registry-get-article-marks): New function to show the marks for
16416         an article, or retrieve them for further use.
16417
16418 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16421         keys when no argument is given.
16422
16423 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16424
16425         * imap.el (imap-ping-server): New variable.
16426         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16427         (imap-ping-server): Minor doc string fixes.
16428
16429 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16430
16431         * imap.el (imap-ping-server): New function.
16432         (imap-opened): Call imap-ping-server.
16433
16434 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * gnus-sum.el (gnus-article-sort-by-random)
16437         (gnus-thread-sort-by-random): Fix doc strings.
16438         Reported by jidanni@jidanni.org.
16439
16440 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-art.el (gnus-article-describe-bindings): New function.
16443         (gnus-article-read-summary-keys): Use it.
16444         (gnus-article-mode-map): Bind `C-h b' to it.
16445
16446 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16449         XEmacs.
16450         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16451         Protect against non-character events.
16452
16453         * lpath.el: Fbind map-keymap for Emacs 21.
16454
16455 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16456
16457         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16458         New command.
16459         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16460         instead of END.  Change name of the temp file.
16461         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16462         customizable.
16463
16464 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16467         bind `S W' to gnus-article-wide-reply-with-original; set default
16468         binding to gnus-article-read-summary-send-keys.
16469         (gnus-article-read-summary-keys): Fix the order of keys; display
16470         continuation keys correctly in the echo area; describe bindings
16471         correctly when keys end with `C-h'.
16472         (gnus-article-read-summary-send-keys): New function.
16473         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16474         Work for gnus-article-read-summary-send-keys; display continuation keys
16475         correctly in the echo area.
16476         (gnus-article-reply-with-original): Ignore prefix argument.
16477         (gnus-article-wide-reply-with-original): New function.
16478
16479         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16480         Emacs 21.
16481
16482 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16485         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16486
16487 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16490         (gnus-group-read-ephemeral-gmane-group): New command.
16491
16492 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16493
16494         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16495
16496 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * message.el (message-send-mail-function): Increase custom version.
16499
16500         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16501         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16502
16503 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16504
16505         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16506         for the cases where imap-authenticate is called with a nil buffer
16507         parameter.
16508
16509 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16512         html parts correctly; support forwarded messages.
16513         (gnus-article-browse-html-article): Remove work buffers.
16514
16515         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16516         compiling.
16517         (netrc-bound-and-true-p): New macro.
16518         (netrc-parse): Use it instead of bound-and-true-p that is not available
16519         in XEmacs 21.4.
16520
16521 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16522
16523         * gnus-registry.el (gnus-registry-mark-article)
16524         (gnus-registry-article-marks): Add functionality to mark articles
16525         through the Gnus registry.
16526
16527         * encrypt.el: Clarify documentation for the new pgg method.
16528         (encrypt-file-alist): Add PGG option.
16529         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16530         functionality.  Abstract password key and messaging to external
16531         functions.
16532         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16533         (encrypt-message-method-and-cipher): Add new convenience external
16534         functions.
16535         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16536         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16537
16538         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16539         (netrc-parse): Use encrypt-file-alist to determine if
16540         encrypt-find-model or encrypt-insert-file-contents should be used.
16541
16542         * encrypt.el: Clarify documentation.  Load password-cache or
16543         password, whichever one is found first, instead of autoloading.
16544
16545 2007-12-19  Glenn Morris  <rgm@gnu.org>
16546
16547         * mml.el (message-options-set, message-narrow-to-head)
16548         (message-in-body-p, message-mail-p, message-encode-message-body):
16549         Autoload.
16550         (message-remove-header, message-narrow-to-headers-or-head)
16551         (message-subscribed-p, message-make-mail-followup-to)
16552         (message-position-on-field, message-news-p)
16553         (message-options-set-recipient, message-generate-headers)
16554         (message-sort-headers): Declare as functions.
16555
16556 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16559         convention in doc string.
16560
16561 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16564         title to html parts.
16565         (gnus-article-browse-html-article): Pass message header to it.
16566
16567         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16568
16569 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16570
16571         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16572         or password compatible with XEmacs.
16573
16574 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16575
16576         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16577         format document.
16578         (gnus-mime-delete-part): Don't write description line if empty.
16579         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16580
16581 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16582
16583         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16584         (gnus-summary-mark-read-and-unread-as-read)
16585         (gnus-summary-mark-current-read-and-unread-as-read)
16586         (gnus-summary-mark-unread-as-ticked): Doc fix.
16587         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16588
16589 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16592         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16593
16594 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16597         yes-or-no-p.
16598
16599 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * mm-decode.el (mm-add-meta-html-tag): New function.
16602         (mm-save-part-to-file, mm-pipe-part): Use it.
16603
16604         * gnus-art.el (gnus-article-browse-delete-temp-files):
16605         Use gnus-y-or-n-p instead of y-or-n-p.
16606         (gnus-article-browse-html-parts): Work with message/external-body; use
16607         mm-add-meta-html-tag.
16608
16609 2007-12-11  Glenn Morris  <rgm@gnu.org>
16610
16611         * gnus-cache.el: Require gnus-sum not just when compiling.
16612
16613         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16614
16615         * gnus-int.el (gnus-server-opened, gnus-status-message):
16616         Move definitions before use.
16617
16618         * mm-decode.el: Require gnus-util.
16619         (mm-remove-part): Only call delete-annotation on XEmacs.
16620
16621         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16622
16623         * nnmail.el: Require gnus-int.
16624
16625         * spam.el: Move `require's before `eval-when-compile's.
16626
16627         * gnus-ems.el (gnus-alive-p):
16628         * gnus-fun.el (message-goto-eoh):
16629         * gnus-util.el (gnus-group-name-decode):
16630         * mail-source.el (gnus-compress-sequence):
16631         * message.el (Info-goto-node, format-spec):
16632         * mm-bodies.el (message-options-get):
16633         * mm-decode.el (mm-view-pkcs7):
16634         * mm-util.el (gmm-write-region):
16635         * mml-smime.el (mml-compute-boundary)
16636         (gnus-completing-read-with-default):
16637         * mml.el (widget-button-press, gnus-make-hashtable):
16638         * mml1991.el (mm-decode-content-transfer-encoding)
16639         (mm-encode-content-transfer-encoding)
16640         (message-options-get, message-options-set):
16641         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16642         * nnfolder.el (gnus-request-group):
16643         * nnheader.el (ietf-drums-unfold-fws):
16644         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16645         * smime.el (gnus-run-mode-hooks):
16646         * spam-stat.el (gnus-message): Autoload.
16647
16648         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16649         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16650         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16651         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16652         Add declare-function compatibility definition.
16653
16654         * gnus-cache.el (nnvirtual-find-group-art):
16655         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16656         (gnus-add-image, gnus-add-wash-type):
16657         * gnus-group.el (nnkiboze-score-file):
16658         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16659         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16660         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16661         (message-tokenize-header, gnus-get-buffer-create)
16662         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16663         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16664         * gnus.el (gnus-group-decoded-name):
16665         * mail-source.el (imap-capability):
16666         * mm-bodies.el (message-options-set):
16667         * mm-decode.el (gnus-configure-windows):
16668         * mm-extern.el (message-goto-body):
16669         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16670         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16671         (epg-sub-key-validity, message-options-set):
16672         * mml.el (widget-event-point, gnus-configure-windows):
16673         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16674         * mml2015.el (epg-check-configuration, epg-configuration)
16675         (message-options-set):
16676         * nndb.el (nndb-request-article):
16677         * nnfolder.el (gnus-request-create-group):
16678         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16679         * nnmaildir.el (gnus-group-mark-article-read):
16680         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16681         * rfc1843.el (message-fetch-field):
16682         * spam.el (gnus-extract-address-components):
16683         Declare as functions.
16684
16685 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16688
16689         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16690
16691         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16692         bind show-trailing-whitespace for XEmacs.
16693
16694 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16697         new no-op macro for backward compatibility.
16698
16699         * imap.el (imap-string-to-integer): New function.
16700
16701 2007-12-09  Glenn Morris  <rgm@gnu.org>
16702
16703         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16704
16705         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16706         * message.el, mm-view.el, sieve-manage.el, smime.el:
16707         Add declare-function compatibility definition.
16708
16709         * gnus-art.el (w3-region, w3m-region, Info-menu):
16710         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16711         * gnus-sum.el (gnus-get-predicate):
16712         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16713         * message.el (mail-abbrev-in-expansion-header-p):
16714         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16715         (w3m-detect-meta-charset, w3m-region):
16716         * sieve-manage.el (password-read, password-cache-add)
16717         (password-cache-remove):
16718         * smime.el (password-read-and-add): Declare as functions.
16719
16720 2007-12-08  David Kastrup  <dak@gnu.org>
16721
16722         * gnus-sum.el (gnus-summary-simplify-subject-query):
16723         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16724         `message'.
16725
16726 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16729         it to bind idna-program, installation-directory, defined-colors, and
16730         face-attribute for XEmacs of the version that compiles defcustom forms.
16731
16732 2007-12-07  Glenn Morris  <rgm@gnu.org>
16733
16734         * gnus-art.el (article-make-date-line): Revert previous change.
16735
16736 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16737
16738         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16739
16740 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16741
16742         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16743         Call gnus-add-to-range ranges only once with a prepared article-list.
16744
16745 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16746
16747         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16748         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16749         group names with backslashes.
16750         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16751
16752 2007-12-06  Deepak Goel  <deego3@gmail.com>
16753
16754         * gnus-art.el (article-make-date-line):
16755         * gnus-start.el (gnus-load):
16756         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16757
16758 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * gnus-art.el (gnus-use-idna):
16761         * gnus-start.el (gnus-site-init-file):
16762         * message.el (message-use-idna):
16763         * mm-uu.el (mm-uu-hide-markers):
16764         * smiley.el (smiley-style): Revert changes that suppress warnings.
16765
16766 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16769         specify charset to html source.
16770         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16771
16772 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16775         idna-program in order to suppress byte compile warning issued by XEmacs
16776         that came to byte compile the default value section of defcustom forms
16777         recently.
16778
16779         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16780         value of installation-directory.
16781
16782         * message.el (message-use-idna): Don't directly refer to the value of
16783         idna-program.
16784
16785         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16786
16787         * smiley.el (smiley-style): Don't directly call face-attribute.
16788
16789 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16790
16791         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16792
16793         * gnus-dired.el: Reduce Gnus dependencies.
16794         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16795         Don't require.  Use autoloads instead.
16796         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16797         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16798         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16799         (gnus-dired-mode): Adjust doc string.
16800         (gnus-dired-mail-mode): New variable.
16801         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16802         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16803         (gnus-dired-mail-buffers): New function.  Return mail or message
16804         composition buffers.
16805         (gnus-dired-attach): Use it.
16806         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16807         NO-DECODE.
16808         (gnus-dired-print): Use `gnus-print-buffer' depending on
16809         `gnus-dired-mail-mode'.
16810
16811 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * rfc2047.el (rfc2047-encoded-word-regexp)
16814         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16815         explaining what regexp patterns are for.
16816
16817 2007-12-04  Glenn Morris  <rgm@gnu.org>
16818
16819         * password.el: Move to password-cache.el.
16820
16821         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16822         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16823         * mml-smime.el (password-read, password-cache-add)
16824         (password-cache-remove):
16825         No need to autoload, since mml-sec requires password.
16826
16827         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16828         * message.el (gnus-extract-address-components):
16829         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16830
16831         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16832         password.
16833
16834 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * mailcap.el: Reduce dependencies.
16837         (mail-header-parse-content-type): Autoload.
16838         (mailcap-delete-duplicates): New alias.
16839         (mailcap-mime-info): Add optional argument NO-DECODE.
16840         (mailcap-mime-types): Use mailcap-delete-duplicates.
16841
16842         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16843
16844 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16845
16846         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16847         (imap-parse-status): Upcase status-att for servers that sends them
16848         lower-case (e.g., MS Exchange 2007).
16849
16850 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851
16852         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16853         function.
16854
16855         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16856         (gnus-uu-yenc-article): New function.
16857
16858         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16859
16860         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16861
16862 2007-12-02  Glenn Morris  <rgm@gnu.org>
16863
16864         * binhex.el (binhex): New custom group.
16865         (binhex-decoder-program, binhex-decoder-switches)
16866         (binhex-use-external): Move to the binhex custom group.
16867
16868         * uudecode.el (uudecode): New custom group.
16869         (uudecode-decoder-program, uudecode-decoder-switches)
16870         (uudecode-use-external): Move to the uudecode custom group.
16871
16872         * netrc.el (top-level): Don't load `encrypt' features.
16873         (netrc-parse): Don't use encrypt.
16874         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16875
16876         * encrypt.el: Remove file.
16877
16878 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16881         matches on patches.
16882
16883         * gnus-art.el (gnus-article-browse-html-article):
16884         Mention `mm-text-html-renderer' in the doc string.
16885
16886         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16887         string.  Add comments.
16888
16889         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16890         if rhs is ASCII.
16891
16892 2007-12-01  Glenn Morris  <rgm@gnu.org>
16893
16894         * mail-source.el (top-level): Require format-spec before
16895         eval-when-compile.
16896
16897 2007-11-30  Glenn Morris  <rgm@gnu.org>
16898
16899         * encrypt.el: Require password, rather than autoloading password-read.
16900
16901 2007-11-29  Glenn Morris  <rgm@gnu.org>
16902
16903         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16904         (sasl-make-client, sasl-next-step, sasl-step-data)
16905         (sasl-step-set-data): Declare as functions.
16906
16907 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16908
16909         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16910
16911 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16912
16913         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16914         certs should be verified and what is to be done in the event of a
16915         verification failure.
16916
16917         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16918         caller can indicate whether the cache should be disregarded for this
16919         call.  This way the result of the call is reproducible at all times and
16920         can be considered a canonical server name for the supplied method.
16921         (gnus-agent-method-p): Canonicalize server names by pushing their
16922         method through `gnus-method-to-server' using the no-cache argument.
16923
16924         * gnus-srvr.el (gnus-server-insert-server-line):
16925         Call `gnus-method-to-server' with `no-cache' argument.
16926
16927         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16928         gnus-agent-possibly-synchronize-flags as this should be called when the
16929         server is actually being opened.
16930         (gnus-agent-possibly-synchronize-flags)
16931         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16932         flags file of an agentized server to the latter function.
16933
16934         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16935         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16936         after a connection has been established successfully.
16937
16938 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-art.el (article-display-face): Force to display face if called
16941         interactively; check if gnus-article-x-face-too-ugly matches author.
16942         (article-display-x-face): Display face even if From header is missing
16943         as article-display-face does.
16944
16945 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16946
16947         * hashcash.el (message-narrow-to-headers-or-head)
16948         (message-fetch-field, message-goto-eoh)
16949         (message-narrow-to-headers): Declare as functions.
16950
16951 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * mail-source.el (mail-sources): Default to fetch from file for
16954         compatibility with default of nnmail-spool-file.
16955
16956 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16959         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16960         to look for encoded word that should be encoded again.
16961         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16962         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16963         encoding pattern.
16964         (rfc2047-decode-region): Switch strict regexp and loose one according
16965         to rfc2047-allow-irregular-q-encoded-words.
16966
16967 2007-11-25  Romain Francoise  <romain@orebokech.com>
16968
16969         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16970
16971 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16972
16973         * tls.el (tls-program): Provide more custom choices from
16974         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16975         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16976
16977 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16978
16979         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16980         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16981
16982         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16983         `nnmail-spool-file'.
16984
16985         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16986         `nnmail-spool-file'.
16987
16988         * gnus-move.el (gnus-change-server): Ditto.
16989
16990         * gnus-kill.el (gnus-batch-score): Ditto.
16991
16992         * gnus-cache.el (gnus-jog-cache): Ditto.
16993
16994         * gnus-msg.el (gnus-summary-reply):
16995         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16996
16997 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16998
16999         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17000         version.  Minor improvement to doc strings.
17001         (tls-program): Add comment.
17002
17003 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17004
17005         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17006         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17007         mismatch between the hostname provided in the certificate and the name
17008         of the host connnecting to.
17009         (open-tls-stream): Use them.  Check certificates against trusted root
17010         certificates.
17011
17012 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17013
17014         * gnus-cache.el (gnus-cache-generate-nov-databases):
17015         Use nnml-generate-nov-databases-directory instead of
17016         nnml-generate-nov-databases-1.
17017
17018 2007-11-24  Glenn Morris  <rgm@gnu.org>
17019
17020         * message.el (message-tool-bar-retro): Update for rename
17021         mail_send.xpm->mail-send.xpm.
17022
17023 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17026         `smime-ldap-search' for Emacs 22 and up.
17027
17028 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17029
17030         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17031
17032         * message.el (message-send-mail-function): Fix error convention.
17033         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17034         (message-widen-reply, message-send-mail, message-talkative-question)
17035         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17036         (message-clone-locals, message-send-news): Use with-current-buffer.
17037         (message-insert-or-toggle-importance): Remove unused var `valid'.
17038         (message-make-references): Remove unused var `new-references'.
17039         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17040
17041 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17042
17043         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17044         (spam-split-symbolic-return-positive): Reflow docstring.
17045         (spam-backends, spam-summary-exit-behavior)
17046         (spam-mark-ham-unread-before-move-from-spam-group)
17047         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17048         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17049         (spam-clear-cache, spam-backend-check, spam-install-backend)
17050         (spam-install-statistical-backend, spam-list-of-processors)
17051         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17052         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17053         (spam-check-crm114, spam-initialize, spam-unload-hook):
17054         Fix typos in docstrings.
17055
17056 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17059         been checked if they have never been read and those group levels are
17060         higher than the one that a user specified.
17061
17062 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17065         foreign groups unless a group level is specified by a user.
17066         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17067
17068 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * message.el (message-send-mail-function): Require sendmail.
17071
17072 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * message.el (message-send-mail-function): Check for smtpmail too.
17075
17076         * utf7.el (utf7-encode, utf7-decode): Use coding system
17077         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17078
17079         * message.el (message-send-mail-function): New function.
17080         (message-send-mail-function): Set default using
17081         message-send-mail-function.  Adjust doc string.
17082         (message-send-mail-with-mailclient): New function.
17083
17084 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17085
17086         * smime.el (from):
17087         * rfc2047.el (message-posting-charset):
17088         * qp.el (mm-use-ultra-safe-encoding):
17089         * pop3.el (parse-time-months):
17090         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17091         * nnml.el (files):
17092         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17093         (jka-compr-compression-info-list, ange-ftp-path-format)
17094         (efs-path-regexp):
17095         * nndiary.el (files):
17096         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17097         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17098         (epg-digest-algorithm-alist, inhibit-redisplay)
17099         (password-cache-expiry):
17100         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17101         (pgg-output-buffer, password-cache-expiry):
17102         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17103         (efs-path-regexp):
17104         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17105         (inhibit-redisplay):
17106         * mm-uu.el (file-name, start-point, end-point, entry)
17107         (gnus-newsgroup-name, gnus-newsgroup-charset):
17108         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17109         (latin-unity-ucs-list):
17110         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17111         (mm-uu-binhex-decode-function):
17112         * message.el (gnus-message-group-art, gnus-list-identifiers)
17113         (rmail-enable-mime-composing, gnus-local-organization)
17114         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17115         (gnus-read-active-file, facemenu-add-face-function)
17116         (facemenu-remove-face-function, gnus-article-decoded-p)
17117         (tool-bar-mode):
17118         * mail-source.el (display-time-mail-function):
17119         * gnus-util.el (nnmail-pathname-coding-system)
17120         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17121         (gnus-original-article-buffer, gnus-user-agent)
17122         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17123         (xemacs-codename, sxemacs-codename, emacs-program-version):
17124         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17125         * gnus-start.el (gnus-agent-covered-methods)
17126         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17127         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17128         (gnus-newsgroup-headers, gnus-group-list-mode)
17129         (gnus-group-mark-positions, gnus-newsgroup-data)
17130         (gnus-newsgroup-unreads, nnoo-state-alist)
17131         (gnus-current-select-method, mail-sources)
17132         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17133         (nnmail-spool-file, gnus-cache-active-hashtb):
17134         * gnus-mh.el (mh-lib-progs):
17135         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17136         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17137         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17138         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17139         (gnus-group-buffer):
17140         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17141         (font-lock-set-defaults):
17142         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17143         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17144         (gnus-summary-post-menu, total-parts, type, condition, length):
17145         * gnus-agent.el (gnus-agent-read-agentview):
17146         * flow-fill.el (show-trailing-whitespace):
17147         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17148         eval-and-compile wrappers for byte compiler pacifiers.
17149
17150         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17151         (mm-display-inline-fontify): Check for featurep 'xemacs not
17152         extent-list.
17153
17154         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17155         itimer-list.
17156         (mm-create-image-xemacs): Only do something for XEmacs.
17157         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17158
17159         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17160
17161         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17162         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17163
17164 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17165
17166         * nnimap.el (nnimap-split-download-body):
17167         * gnus-demon.el (gnus-demon):
17168         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17169
17170 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17173         New macros.
17174         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17175         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17176         copy data from unibyte buffer to multibyte current buffer.
17177         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17178         to copy data from unibyte current buffer to multibyte buffer.
17179         (nntp-make-process-buffer): Make process buffer unibyte.
17180
17181         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17182
17183 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17184
17185         * pop3.el (pop3-open-server): Accept and process data more robustly at
17186         connection start to avoid spurious "POP SSL connection failed" errors.
17187
17188 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17191         read group names.
17192
17193 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17196
17197 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17200         (nnmail-save-active): Use a unibyte buffer when saving active file,
17201         which may contain non-ASCII group names.
17202
17203         * nnml.el (nnml-request-group): Decode group names in messages.
17204
17205 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * message.el (message-citation-line-function)
17208         (message-insert-formatted-citation-line): Fix spelling of
17209         `message-insert-formated-citation-line'.
17210
17211 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17212
17213         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17214
17215 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17218         nnmail-pathname-coding-system.
17219
17220         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17221         that a user enters; decode group names in messages.
17222
17223         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17224
17225 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17228
17229         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17230
17231         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17232         risky local variable.
17233
17234         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17235
17236 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17237
17238         * encrypt.el: Improve documentation to fix function name typo.
17239         Reported by Daiki Ueno <ueno@unixuser.org>.
17240
17241 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17244         even if the point is not in the last page of an article.
17245         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17246         back to the previous page.
17247
17248 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17249
17250         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17251
17252 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17255
17256 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17257
17258         * message.el (message-check-news-body-syntax):
17259         Avoid mm-string-as-multibyte.
17260         (message-hide-headers): Don't assume (point-min)==1.
17261
17262 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17263
17264         * message.el (message-remove-blank-cited-lines): Fix if remove is
17265         given.
17266         (message-bogus-address-regexp): New variable.
17267         (message-bogus-recipient-p): New function.
17268         (message-check-recipients): New command.
17269         (message-syntax-checks): Add `bogus-recipient'.
17270         (message-fix-before-sending): Add `bogus-recipient'.
17271
17272         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17273         (gnus-treat-body-boundary): Don't test window-system.
17274
17275 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17276
17277         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17278
17279 2007-10-28  Miles Bader  <miles@gnu.org>
17280
17281         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17282         at compile-time too.
17283
17284 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * gnus-msg.el (gnus-message-setup-hook):
17287         Add `message-remove-blank-cited-lines' to options.
17288
17289 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * message.el (message-remove-blank-cited-lines): New function.
17292         Suggested by Karl Plästerer.
17293
17294 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17297         mapc.
17298
17299         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17300         (top-level): Use mapc to set functions to be traced for debugging.
17301
17302         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17303         called for effect with while loop.
17304
17305         * message.el (message-talkative-question): Replace mapcar called for
17306         effect with mapc.
17307
17308         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17309         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17310         called for effect with dolist.
17311
17312         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17313
17314         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17315         gnus-extra-headers and nnmail-extra-headers.
17316
17317         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17318         called for effect with dolist.
17319         (top-level): Use mapc to set functions to be traced for debugging.
17320
17321         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17322         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17323         dolist.
17324
17325         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17326         Replace mapcar called for effect with mapc.
17327         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17328         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17329         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17330         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17331
17332         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17333         remove-if that's a cl function.
17334
17335         * webmail.el (webmail-debug): Replace mapcar called for effect with
17336         dolist.
17337
17338         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17339         with mapc.
17340
17341 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17344         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17345         with while loop.
17346
17347         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17348         functions from article-* functions.
17349         (gnus-multi-decode-header): Replace mapcar called for effect with
17350         dolist.
17351
17352         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17353         (gnus-bookmark-show-details): Replace mapcar called for effect with
17354         while loop.
17355
17356         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17357         called for effect with while loop.
17358
17359         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17360         with dolist.
17361
17362         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17363         Replace mapcar called for effect with dolist.
17364
17365         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17366
17367         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17368         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17369         Replace mapcar called for effect with dolist.
17370         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17371         mapc.
17372
17373         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17374         Replace mapcar called for effect with dolist.
17375         (gnus-topic-list): Replace mapcar called for effect with mapc.
17376
17377         * gnus.el: Use mapc instead of mapcar to add autoloads.
17378
17379 2007-10-23  Richard Stallman  <rms@gnu.org>
17380
17381         * gnus-group.el (gnus-group-highlight): Mark as risky.
17382
17383 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * gnus.el (gnus-server-to-method): Return method found first in
17386         gnus-newsrc-alist.
17387
17388         * gnus-art.el (gnus-article-highlight-signature)
17389         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17390         button overlay without the front stickiness.
17391
17392 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17393
17394         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17395         overview buffer needed a catch to receive its throw.
17396         (gnus-agent-flush-cache): Declare as interactive to make this function
17397         easier to use.
17398
17399 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17400
17401         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17402         `next-line'.
17403
17404 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17407         exclude address matching message-dont-reply-to-names.
17408
17409 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-util.el (gnus-string<): New function.
17412
17413         * gnus-sum.el (gnus-article-sort-by-author)
17414         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17415
17416 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17419         the frame-focus tag is set in gnus-buffer-configuration.
17420
17421 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17424         the front stickiness.
17425
17426 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17429         url pattern; remove duplicate one.
17430         (gnus-article-extend-url-button): New function.
17431         (gnus-article-add-buttons): Use it.
17432         (gnus-button-push): Use concatenated url that it makes.
17433
17434 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17435
17436         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17437
17438 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17439
17440         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17441         Don't hardcode point-min==1.
17442
17443 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17444
17445         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17446         Fix comment about "iso8859-1".
17447
17448 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17449
17450         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17451         ones returned from the verify-function.
17452
17453         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17454         Call mml2015-extract-cleartext-signature if extraction failed.
17455
17456 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17457
17458         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17459         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17460         failed.
17461
17462 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17465
17466 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17469         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17470         recommends to use EasyPG instead of PGG.
17471
17472         * pgg.el: Revert to revision 6.23.2.16.
17473
17474         * pgg-def.el: Revert to revision 6.6.2.14.
17475
17476         * pgg-gpg.el: Revert to revision 6.23.2.34.
17477
17478 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17479
17480         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17481         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17482         thread for both the null and zero (kill/expire thread) universal prefix
17483         cases.
17484         (gnus-summary-expire-thread): Add new function to expire a thread,
17485         using gnus-summary-kill-thread.
17486         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17487         shortcuts for gnus-summary-expire-thread.
17488         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17489         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17490
17491 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17492
17493         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17494         extras value, so an extras entry can be deleted.
17495         (gnus-registry-delete-extra-entry): Use it.
17496         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17497         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17498         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17499         storage through the gnus-registry, and provide an appropriate API for
17500         it.
17501
17502 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17505         Suggested by Leo <sdl.web@gmail.com>.
17506
17507         * gnus.el: Do.
17508
17509 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17512         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17513
17514         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17515
17516         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17517         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17518
17519 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17522         newline.
17523         (nnmbox-request-accept-article): Don't change article in source buffer;
17524         narrow to header to use message-fetch-field rather than
17525         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17526         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17527         as delimiters; make sure article ends with newline.
17528         (nnmbox-delete-mail): Correct last position of article to be deleted;
17529         ignore X-Gnus-Newsgroup header in article body.
17530         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17531         positions; make sure article ends with newline.
17532
17533         * message.el (message-display-abbrev): Don't infloop when a user
17534         inserts SPC in the beginning of header.
17535
17536         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17537         coding-system-for-read and coding-system-for-write for XEmacs having no
17538         file-coding feature.
17539
17540         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17541
17542 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17543
17544         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17545         list of groups not followed by default.  Fix type to be regexp.
17546         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17547
17548 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17549
17550         * hmac-def.el (define-hmac-function): Switch from old-style to
17551         new-style backquotes.
17552
17553         * md4.el (md4-make-step): Likewise.
17554
17555 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17558         raw-text coding system when saving .newsrc file, which may contain
17559         non-ASCII group names.
17560
17561 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-cus.el (gnus-score-extra): New widget.
17564         (gnus-score-extra-convert): New function.
17565         (gnus-score-customize): Use it for Extra.
17566
17567 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17568
17569         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17570         (mml2015-mailcrypt-clear-verify): Use it.
17571         (mml2015-gpg-clear-verify): Use it.
17572         (mml2015-pgg-clear-verify): Use it.
17573         (mml2015-epg-clear-verify): Replace the current part with the output
17574         from GnuPG; don't extract the plaintext by itself.
17575
17576         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17577         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17578         mml2015-clear-verify-function; don't touch the armor headers or
17579         dash-escaped text here.
17580
17581 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17584         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17585         parts, or application/octet-stream as a last resort.
17586         (gnus-mime-view-part-as-type): Don't toggle display.
17587         (gnus-mime-view-part-as-charset): Don't turn off display before
17588         querying charset.
17589
17590         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17591         stuff to undisplayer function in Emacs.
17592         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17593
17594         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17595         text/calendar parts.
17596
17597 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17600         decoding text/calendar parts.
17601
17602         * message.el (message-forward-make-body-mime): Always mark body as
17603         having no illegible text; remove signed-or-encrypted argument.
17604         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17605
17606         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17607         (mml-generate-mime-1): Don't encode body if it is specified to be in
17608         raw form; don't make buffer be unibyte when inserting multibyte string.
17609
17610 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17611
17612         * sha1.el: Fix up comment style.
17613         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17614         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17615
17616         * hex-util.el: Fix up comment style.
17617         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17618
17619         * gnus-salt.el: Use with-current-buffer.
17620         (gnus-pick-setup-message): Fix long-standing typo.
17621
17622 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * imap.el (imap-logout-timeout): New variable.
17625         (imap-logout, imap-logout-wait): New functions.
17626         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17627
17628         * nnimap.el (nnimap-logout-timeout): New server variable.
17629         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17630         nnimap-logout-timeout.
17631
17632         * gnus-art.el (gnus-article-summary-command-nosave)
17633         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17634
17635 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus.el (gnus-maximum-newsgroup): New variable.
17638
17639         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17640         according to gnus-maximum-newsgroup.
17641
17642         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17643         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17644         Limit the range of articles according to gnus-maximum-newsgroup.
17645
17646 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17647
17648         * gnus-art.el (gnus-sticky-article): Fix problems described in
17649         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17650         Don't perform gnus-configure-windows here; reuse existing sticky
17651         article buffer.
17652
17653         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17654         it doesn't exist in gnus-article-mode.
17655
17656 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17659         (gnus-agent-decoded-group-name): New function.
17660         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17661         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17662
17663 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17664
17665         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17666         Add binding for gnus-sticky-article.
17667         (gnus-summary-exit): Don't kill sticky article buffers.
17668
17669         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17670         article buffer.
17671         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17672         (gnus-kill-sticky-article-buffers): New commands.
17673
17674 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * nntp.el (nntp-xref-number-is-evil): New server variable.
17677         (nntp-find-group-and-number): If it is non-nil, don't trust article
17678         numbers in the Xref header.
17679
17680 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * gnus-agent.el (gnus-agent-read-group): New function.
17683         (gnus-agent-flush-group, gnus-agent-expire-group)
17684         (gnus-agent-regenerate-group): Use it.
17685         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17686         nnmail-pathname-coding-system.
17687
17688 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17691
17692         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17693         that are unread as unread, and also as selected so that information of
17694         marks having been changed by a user may be updated when exiting group.
17695
17696 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17699
17700 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17703         calculated ignoring signature parts to gnus-treat-article.
17704
17705 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17708         a point here in order to keep the window start.
17709         (gnus-insert-mime-security-button): Make a button overlay without the
17710         front stickiness.
17711         (gnus-mime-display-security): Goto the end of a button.
17712
17713         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17714
17715 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17718         group-name-at-point.
17719         (gnus-group-completing-read): New function that offers decoded
17720         non-ASCII group names for completion.
17721         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17722         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17723         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17724         (gnus-group-fetch-control): Use it.
17725         (gnus-fetch-group): Use group-name-at-point for the initial value
17726         rather than the default value; use gnus-alive-p.
17727
17728         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17729         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17730         (gnus-summary-post-news): Use gnus-group-completing-read.
17731
17732         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17733         (gnus-read-move-group-name): Decode group name for completion.
17734
17735 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17736
17737         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17738         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17739         Yamaoka slightly modified the code).
17740
17741 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17744         (nnmail-split-incoming): Bind it.
17745
17746         * nnml.el (nnml-group-name-charset): New function.
17747         (nnml-decoded-group-name): Use it; don't decode group name if
17748         nnmail-group-names-not-encoded-p is non-nil.
17749         (nnml-encoded-group-name): New function.
17750         (nnml-group-pathname): Inline nnml-decoded-group-name.
17751         (nnml-request-expire-articles): Decode group name in message.
17752         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17753         nnmail-pathname-coding-system.
17754         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17755         not decoded ones according to nnmail-group-names-not-encoded-p.
17756         (nnml-generate-active-info): Use nnml-encoded-group-name.
17757
17758 2007-08-08  Glenn Morris  <rgm@gnu.org>
17759
17760         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17761         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17762         doc-strings and comments.
17763
17764 2007-07-25  Glenn Morris  <rgm@gnu.org>
17765
17766         * Relicense all FSF files to GPLv3 or later.
17767
17768 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-sum.el (gnus-summary-move-article):
17771         Make gnus-summary-respool-article work.
17772
17773 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17776         string.
17777
17778 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17779
17780         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17781         that should be ignored when comparing distant RSS articles with local
17782         ones.
17783         (nnrss-make-hash-index): New function.  Create a hash index according
17784         to the ignored fields.
17785         (nnrss-check-group): Use it.
17786
17787 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17790
17791         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17792
17793         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17794         the new optional argument ENCODED is non-nil.
17795         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17796         coding system for encoding group name.
17797         (gnus-group-make-rss-group): Pass un-encoded group name to
17798         gnus-group-make-group.
17799         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17800         encoded.
17801
17802         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17803         Encode group name to which articles are moved or copied.
17804         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17805         coding system for encoding Newsgroup, Followup-To and Xref headers.
17806
17807         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17808         marks; use nnheader-file-coding-system to write a file.
17809         (nnagent-retrieve-headers): Bind file-name-coding-system to
17810         nnmail-pathname-coding-system.
17811
17812         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17813
17814         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17815         (nnml-request-article, nnml-request-create-group)
17816         (nnml-request-rename-group, nnml-find-id)
17817         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17818         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17819         (nnml-save-marks): Use nnml-group-pathname instead of
17820         nnmail-group-pathname.
17821
17822         (nnml-request-create-group, nnml-request-expire-articles)
17823         (nnml-request-move-article, nnml-request-delete-group)
17824         (nnml-deletable-article-p, nnml-possibly-create-directory)
17825         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17826         (nnml-open-marks): Bind file-name-coding-system to
17827         nnmail-pathname-coding-system.
17828
17829         (nnml-request-article): Pass server argument to nnml-find-group-number.
17830         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17831         Pass server argument to nnml-possibly-create-directory.
17832         (nnml-request-accept-article): Pass server argument to
17833         nnml-active-number and nnml-save-mail.
17834         (nnml-find-group-number): Pass server argument to nnml-find-id.
17835         (nnml-request-update-info): Pass server argument to
17836         nnml-marks-changed-p.
17837
17838         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17839         (nnml-save-mail, nnml-active-number): Add server argument.
17840
17841         (nnml-request-delete-group): Warn if group is missing.
17842         (nnml-get-nov-buffer): Decode group name.
17843         (nnml-generate-active-info): Encode group name.
17844         (nnml-open-marks): Decode group name in messages.
17845
17846 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17849         if it is not specified.
17850         (gnus-article-pipe-part, gnus-article-save-part)
17851         (gnus-article-interactively-view-part, gnus-article-copy-part)
17852         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17853         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17854         (gnus-article-replace-part, gnus-article-delete-part)
17855         (gnus-article-view-part-as-type): Pass raw prefix argument to
17856         gnus-article-part-wrapper.
17857
17858 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * gnus-agent.el (gnus-agent-save-active):
17861         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17862
17863         * gnus-cache.el (gnus-cache-save-buffers)
17864         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17865         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17866         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17867         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17868         (gnus-cache-generate-active, gnus-cache-rename-group)
17869         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17870         (gnus-cache-update-overview-total-fetched-for):
17871         Bind file-name-coding-system to nnmail-pathname-coding-system.
17872         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17873         New variables.
17874         (gnus-cache-decoded-group-name): New function.
17875         (gnus-cache-file-name): Use it.
17876         (gnus-cache-generate-active): Use non-decoded group name for active.
17877
17878         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17879         right place.
17880         (gnus-write-active-file): Don't break non-ASCII group names.
17881
17882         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17883         nnmail-pathname-coding-system.
17884
17885         * lpath.el: Bind default-file-name-coding-system,
17886         file-name-coding-system and language-info-alist for XEmacs.
17887
17888         * gnus-uu.el (gnus-uu-decode-save): Typo.
17889
17890 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17893
17894 2007-07-14  David Kastrup  <dak@gnu.org>
17895
17896         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17897         finishing actions if we did not edit the article.
17898
17899 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17902         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17903         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17904         (gnus-agent-flush-group, gnus-agent-flush-cache)
17905         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17906         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17907         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17908         (gnus-agent-regenerate-group)
17909         (gnus-agent-update-files-total-fetched-for)
17910         (gnus-agent-update-view-total-fetched-for):
17911         Bind file-name-coding-system to nnmail-pathname-coding-system.
17912         (gnus-agent-group-pathname): Don't encode file names by
17913         nnmail-pathname-coding-system.
17914         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17915         coding-system-for-write instead of buffer-file-coding-system to
17916         gnus-agent-file-coding-system.
17917
17918         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17919         Decode group name.
17920
17921         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17922
17923         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17924         (gnus-read-newsrc-el-file): Make group names unibyte.
17925
17926         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17927         nnmail-pathname-coding-system.
17928
17929         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17930         (nnrss-request-delete-group): Bind file-name-coding-system to
17931         nnmail-pathname-coding-system.
17932         (nnrss-read-server-data, nnrss-read-group-data):
17933         Bind file-name-coding-system correctly.
17934         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17935
17936         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17937         (nntp-server-to-method-cache): New variable.
17938         (nntp-group-pathname): New function that decodes non-ASCII group names.
17939         (nntp-possibly-create-directory, nntp-marks-changed-p)
17940         (nntp-save-marks, nntp-open-marks): Use it.
17941         (nntp-possibly-create-directory, nntp-open-marks):
17942         Bind file-name-coding-system to nnmail-pathname-coding-system.
17943         (nntp-open-marks): Decode group names when bootstrapping marks.
17944
17945         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17946         Newsgroups and Followup-To headers.
17947
17948 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17951         (gnus-server-closed-face, gnus-server-denied-face)
17952         (gnus-server-offline-face): Remove variable.
17953         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17954
17955         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17956         of modifying message-stack directly for XEmacs.
17957
17958         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17959         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17960         if the coding-system argument is nil for XEmacs.
17961
17962         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17963         mm-charset-override-alist.
17964
17965         * rfc2047.el: Don't require base64; require rfc2045 for the function
17966         rfc2045-encode-string.
17967         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17968         to quote the parameter value.
17969
17970 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17973         form in gnus-group-name-charset-method-alist.
17974
17975         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17976         overrides the default layout edit-form.
17977
17978         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17979
17980         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17981
17982 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17985         as unfetched articles.
17986
17987 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17988
17989         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17990
17991 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17994         original back end that keeps marks in the local system.
17995
17996 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17999         arg of pop-to-buffer for XEmacs.
18000         (gnus-article-read-summary-keys): Ditto; don't restore window
18001         configuration if summary command ends up with neither article buffer
18002         nor summary buffer; describe bindings if summary keys end with C-h.
18003
18004 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * message.el (message-fix-before-sending): Skip raw message part to be
18007         forwarded while checking illegible text.
18008         (message-forward-make-body-mime, message-forward-make-body):
18009         Mark signed or encrypted raw message as having no illegible text.
18010
18011 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18014         (gnus-message-with-timestamp-1): New macro.
18015         (gnus-message-with-timestamp): New function.
18016         (gnus-message): Use them.
18017
18018         * nnheader.el (nnheader-message): Use them.
18019
18020 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18021
18022         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18023         .newsrc.eld file.
18024
18025 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * gnus-agent.el (gnus-agent-fetch-headers)
18028         (gnus-agent-retrieve-headers):
18029         Bind gnus-decode-encoded-address-function to identity.
18030
18031         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18032         available also when the server returns simply a dot.
18033
18034         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18035
18036 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18039
18040 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * gnus-ems.el (gnus-x-splash): Make it work.
18043
18044         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18045         from being used.
18046
18047         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18048
18049 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18052         4th and the 5th arguments.
18053
18054         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18055         the front stickiness.
18056         (gnus-article-summary-command-nosave): Correct the order of the
18057         arguments passed to pop-to-buffer.
18058         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18059         summary command ends up with the article buffer.
18060
18061         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18062         the same faces.
18063
18064 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18065
18066         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18067
18068 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18069
18070         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18071         * gnus-sum.el (gnus-summary-highlight):
18072         * pgg.el (pgg-sign-region, pgg-sign):
18073         * mail-source.el (mail-source-delete-old-incoming-confirm):
18074         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18075
18076 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * gnus-art.el (gnus-mime-view-part-externally)
18079         (gnus-mime-view-part-internally): Fix predicate function passed to
18080         completing-read.
18081
18082         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18083
18084         * gnus.el (gnus-update-message-archive-method): Add :version.
18085
18086 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus.el (gnus-update-message-archive-method): New variable.
18089
18090         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18091         according to gnus-message-archive-method if
18092         gnus-update-message-archive-method is non-nil.
18093
18094 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18097         Suggested by Loic Dachary <loic@dachary.org>.
18098         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18099
18100 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * message.el (message-pop-to-buffer): Add switch-function argument.
18103         (message-mail): Pass switch-function argument to it.
18104
18105 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18108         Improve doc string.
18109
18110 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18113         (gnus-header-content):
18114         * gnus-cite.el (gnus-cite-10):
18115         * gnus-srvr.el (gnus-server-closed):
18116         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18117         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18118         (gnus-group-mail-3-empty, gnus-group-mail-low)
18119         (gnus-group-mail-low-empty, gnus-splash):
18120         * message.el (message-header-to, message-header-cc)
18121         (message-header-subject, message-header-other, message-header-name)
18122         (message-header-xheader, message-separator, message-cited-text)
18123         (message-mml): Lighten colors of faces used for dark background.
18124
18125 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18126
18127         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18128         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18129
18130 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * message.el (message-narrow-to-headers-or-head):
18133         Ignore mail-header-separator in the body.
18134
18135 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18138         same as window size.
18139
18140 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18141
18142         * message.el (message-font-lock-keywords): Use message-header-xheader
18143         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18144         ahead of the anything pattern, to get it recognized.
18145
18146 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18149         spam.el loads uses it in the compiled defadvice form.
18150
18151 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18152
18153         * gnus-sum.el (gnus-articles-to-read)
18154         (gnus-summary-insert-old-articles): Don't truncate group name for
18155         `read-string'.
18156
18157         * gnus-util.el (gnus-limit-string): Delete this function.
18158
18159         * gnus-sum.el (gnus-simplify-subject-fully):
18160         Use `truncate-string-to-width' instead.
18161
18162 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18163
18164         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18165         Tell if, on summary exit, the next group has to be selected.
18166         (gnus-summary-exit): Use it.
18167
18168 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18171         non-break space.
18172
18173 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18176         Check if group is not a directory.
18177         (nnfolder-request-expire-articles): Don't delete articles if the target
18178         group is not available.
18179
18180         * nnml.el (nnml-request-create-group): Properly check if group is not a
18181         file.
18182         (nnml-request-expire-articles): Don't delete articles if the target
18183         group is not available.
18184
18185         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18186         Don't quote characters that are within parentheses.
18187
18188 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18191         (gnus-handle-ephemeral-exit): Select article according to it.
18192
18193 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18194
18195         * message.el (message-insert-formated-citation-line): Remove newline.
18196         (message-citation-line-format): Add final \n here so that the user can
18197         avoid a blank line.
18198
18199 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18200
18201         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18202         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18203         Update lanl/arXiv support.
18204
18205 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18206
18207         * gnus.el: Bump version number.
18208
18209 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18210
18211         * gnus.el (gnus-version-number): Bump version.
18212
18213 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18214
18215         * gnus.el: No Gnus v0.6 is released.
18216
18217 2007-04-27  Didier Verna  <didier@xemacs.org>
18218
18219         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18220         * gmm-utils.el (gmm-regexp-concat): ... here.
18221         * message.el: Don't require 'gnus-util.
18222         (message-dont-reply-to-names): Handle name change above.
18223         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18224
18225 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18228         since the initial value varies according to the system.
18229
18230 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18233
18234 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18235
18236         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18237
18238 2007-04-24  Didier Verna  <didier@xemacs.org>
18239
18240         Improve the type of gnus-ignored-from-addresses.
18241         * gnus-util.el (gnus-orify-regexp): New function.
18242         * message.el (gnus-util): Require it.
18243         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18244         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18246
18247 2007-04-24  Didier Verna  <didier@xemacs.org>
18248
18249         * gnus-sum.el:
18250         * gnus-utils.el: Fix some trailing whitespaces.
18251
18252 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18255         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18256         article's Message-ID; refer parent article in summary buffer.
18257
18258         * message.el (message-bounce): Call mime-to-mml.
18259
18260         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18261         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18262         optimize and/or forms properly.
18263
18264 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18265
18266         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18267         URL.
18268
18269 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18272
18273 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18276         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18277         displayed of multipart/alternative part if it is invoked from summary
18278         buffer.
18279
18280         * mm-view.el (mm-inline-text-html-render-with-w3m)
18281         (mm-inline-text-html-render-with-w3m-standalone)
18282         (mm-inline-render-with-function): Use mail-parse-charset by default.
18283
18284 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18285
18286         * parse-time.el (parse-time-string-chars): Check if CHAR
18287         is less than the length of parse-time-syntax.
18288
18289 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18292         from gnus-newsgroup-processable.
18293
18294 2007-04-16  Didier Verna  <didier@xemacs.org>
18295
18296         * gnus-msg.el (gnus-configure-posting-styles):
18297         Handle message-signature-directory properly with :file syntax.
18298         Reported by "Leo".
18299
18300 2007-04-11  Didier Verna  <didier@xemacs.org>
18301
18302         New user option: message-signature-directory.
18303         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18304         * message.el (message-insert-signature): Ditto.
18305         * message.el (message-signature-file): Doc update.
18306         * message.el (message-signature-directory): New.
18307
18308 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * gnus-msg.el (gnus-inews-yank-articles):
18311         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18312
18313 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * message.el (message-yank-original): Make sure cited text ends with
18316         newline; don't exchange point and mark.
18317
18318 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18319
18320         * tls.el (open-tls-stream): Properly handle case where there
18321         is no associated buffer.
18322
18323 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18324
18325         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18326         message-yank-original, make sure (< mark TEXT point).
18327
18328 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * message.el (message-fill-column): New variable.
18331         (message-mode): Use it.  Add comment on a possible new hook.
18332
18333         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18334         (nnmail-get-new-mail): Reformat.
18335
18336         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18337
18338         * gmm-utils.el: Fix Commentary.
18339         (gmm-tool-bar-from-list): Fix typo in doc string.
18340
18341 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18342
18343         * message.el (message-yank-original): Don't switch point and mark
18344         unnecessarily to put point and mark as documented.
18345
18346 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18347
18348         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18349         from the message heads.
18350
18351 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18352
18353         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18354         article buffer does not have a window.  This may not be the best
18355         solution but is certainly better than setting the start of the null,
18356         that is the current, window.
18357
18358 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18361         (gnus-draft-setup): Run it.
18362
18363         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18364         gnus-score-fast-scoring.  Allow regexp.
18365         (gnus-score-headers): Use it.
18366
18367         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18368         XEmacs.
18369
18370         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18371         string.
18372         (gnus-button-alist): Also catch `<f1> k ...'.
18373         (gnus-treat-display-x-face): Fix doc string.
18374
18375 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18376
18377         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18378         evaluation of gnus-extended-version to ensure correct generation of the
18379         User-Agent header when message-generate-headers-first is used.
18380
18381 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18382
18383         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18384         hashcash-path is nil.  Don't call callback with incorrect number of
18385         parameters if val is 0.
18386
18387 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18388
18389         * message.el (message-required-news-headers):
18390         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18391
18392 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18393
18394         * tls.el (open-tls-stream): In handshake-waiting loop,
18395         don't wait more if there is output available to process.
18396
18397 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18398
18399         * tls.el (tls-program): Doc fix.
18400
18401 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * message.el (message-generate-new-buffers): Change the meaning of the
18404         nil value; add `standard' to the choices; treat t as `unique'; improve
18405         doc string.
18406         (gnus-select-frame-set-input-focus): Autoload.
18407         (message-buffer-name): Search for the existing message buffer if
18408         message-generate-new-buffers is nil or `standard'; treat the value t of
18409         message-generate-new-buffers as `unique'.
18410         (message-pop-to-buffer): Raise the frame already displaying the message
18411         buffer; clear the echo area after querying.
18412         (message-setup): Pass the `continue' argument to compose-mail.
18413         (message-mail): Prefer `switch-function' if it is given; search for the
18414         existing message buffer if the `continue' argument is non-nil; pass
18415         continue and switch-function arguments to compose-mail by way of
18416         message-setup.
18417         (message-mail-other-window): Adjust argument of message-setup.
18418         (message-mail-other-frame): Ditto.
18419
18420 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18423         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18424         to turn font-lock on when turning gnus-message-citation-mode on.
18425
18426 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18427
18428         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18429         (mml-smime-function-alist): New variable; add epg as the backend.
18430         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18431         mml-smime- functions instead.
18432         * mm-view.el: Require smime.
18433
18434 2007-03-05  Didier Verna  <didier@xemacs.org>
18435
18436         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18437         instead of just inheritance for posting styles.
18438         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18439
18440 2007-02-24  Chris Moore  <dooglus@gmail.com>
18441
18442         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18443         * pgg-pgp.el (pgg-pgp-encrypt-region):
18444         * pgg-gpg.el (pgg-gpg-encrypt-region):
18445         Check pgg-encrypt-for-me if no other recipients.
18446
18447 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18448
18449         * tls.el (tls-certtool-program): Fix custom type.
18450
18451 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18454         and point-at-eol instead of line-(beginning|end)-position.
18455
18456         * assistant.el (assistant-parse-buffer): Ditto.
18457
18458         * netrc.el (netrc-parse-services): Ditto.
18459
18460 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18461
18462         * mml2015.el (mml2015-epg-find-usable-key): New function.
18463         (mml2015-epg-sign): Use it.
18464         (mml2015-epg-encrypt): Use it.
18465
18466 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * message.el (message-make-in-reply-to): Quote name containing
18469         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18470         if there are special characters.  Reported by NAKAJI Hiroyuki
18471         <nakaji@jp.freebsd.org>.
18472
18473 2007-02-27  Didier Verna  <didier@xemacs.org>
18474
18475         Include the group parameters as well as the topic ones in the
18476         inheritance filter process.
18477         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18478         argument GROUP-PARAMS-LIST.
18479         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18480
18481 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18482
18483         * nntp.el (nntp-never-echoes-commands)
18484         (nntp-open-connection-functions-never-echo-commands): New variables.
18485         (nntp-send-command): Use them.
18486
18487 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18488
18489         * mml2015.el (mml2015-epg-verify): Simplify.
18490
18491 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * mml.el (mml-content-disposition-alist): New user option.
18494         (mml-content-disposition): New function.
18495         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18496         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18497
18498 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18499
18500         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18501         verification.
18502
18503 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18504
18505         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18506         articles posted in the last 24 hours.
18507
18508 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18509
18510         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18511
18512 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18513
18514         * nntp.el (nntp-send-command): Don't wait for echoes when
18515         nntp-open-ssl-stream is used.
18516
18517 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18520         (gnus-message-add-citation-keywords)
18521         (gnus-message-remove-citation-keywords): Remove.
18522         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18523         directly, make the variables in font-lock-defaults buffer-local, add
18524         gnus-message-citation-keywords to them and then update the value of
18525         font-lock-keywords.
18526
18527 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * message.el (message-cite-original-1): Don't call
18530         gnus-article-highlight-citation.
18531
18532         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18533         citations; fix line count.
18534
18535 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18538         (gnus-message-add-citation-keywords)
18539         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18540         versions of font-lock-add-keywords and font-lock-remove-keywords to
18541         work with XEmacs correctly.
18542
18543 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * gnus-cite.el (gnus-cite-face-list): Set the values of
18546         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18547         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18548         (gnus-message-cite-prefix-regexp): New variable.
18549         (gnus-message-search-citation-line): Use it; protect against long
18550         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18551         the 0th match data for Emacs.
18552         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18553         (gnus-message-add-citation-keywords): Append keywords rather than
18554         prepending; emulate font-lock-add-keywords if it is not available.
18555         (gnus-message-remove-citation-keywords):
18556         Emulate font-lock-remove-keywords if it is not available.
18557
18558         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18559
18560         * message.el (message-cite-prefix-regexp): Set the value of
18561         gnus-message-cite-prefix-regexp.
18562
18563 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18564
18565         * nnweb.el (nnweb-google-parse-1): Update parser.
18566
18567 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18568
18569         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18570
18571 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18572
18573         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18574         regexp.
18575
18576 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18579         string-to-multibyte.
18580         (uudecode-decode-region-internal): Use it.
18581
18582         * lpath.el: Fbind string-as-multibyte for XEmacs.
18583
18584 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18585
18586         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18587         Fix custom choice.
18588
18589         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18590
18591 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18592
18593         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18594
18595         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18596         `write-region' to respect `mm-inhibit-file-name-handlers'.
18597
18598 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18601         Use gnus-home-directory instead of "~/" or "$HOME".
18602
18603 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18604
18605         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18606         to mention filename.
18607         Add comments at beginning regarding usage.
18608         (encrypt-write-file-contents): Change interactive so a string is
18609         acceptable.  If the file has no associated model, show an error instead
18610         of a nonsense prompt.
18611
18612 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18613
18614         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18615         Thanks to Yoshihiko Yamada for kind notification of this typo.
18616
18617 2007-01-12  Kenichi Handa  <handa@m17n.org>
18618
18619         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18620         multibyte buffer.
18621
18622 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * gnus-score.el (gnus-score-fast-scoring): New variable.
18625         (gnus-score-headers): Use it.
18626
18627         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18628
18629         * message.el (message-cite-original-1):
18630         Call gnus-article-highlight-citation if requested.
18631         (message-make-from): Allow name and address as optional arguments.
18632
18633         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18634
18635         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18636         bugs to doc string.
18637         (gnus-button-alist): Add mid\\|message-id.
18638         (gnus-button-fetch-group): Extend for use in
18639         `browse-url-browser-function'.
18640         (gnus-button-url-regexp): Try to catch paired parentheses like in
18641         Wikipedia URLs.
18642
18643         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18644         Suggested by Simon Krahnke <overlord@gmx.li>.
18645
18646 2007-01-13  Romain Francoise  <romain@orebokech.com>
18647
18648         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18649         Update copyright.
18650
18651 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18652
18653         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18654
18655 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18656
18657         * gnus-registry.el (gnus-registry-unfollowed-groups)
18658         (gnus-registry-split-fancy-with-parent): Fix documentation.
18659
18660 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18661
18662         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18663         from nnweb groups.
18664
18665 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18666
18667         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18668         Xref urls.  Erase buffer before requesting head.
18669
18670         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18671
18672 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18675         customizable.
18676
18677 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18678
18679         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18680         no signing key is found.
18681         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18682         no encrypting and/or signing key is found.
18683
18684 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18685
18686         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18687
18688 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18689
18690         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18691         headers read from disk with the ones newly found in the current search.
18692         This should no longer cause problems, because the article numbers in
18693         Gmane's `nov.php' output are ignored since the previous change.
18694
18695 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18696
18697         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18698
18699 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18702         replace-regexp-in-string; bind url-version; fbind display-images-p and
18703         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18704         find-face and set-itimer-function for Emacs; bind itimer-list for
18705         Emacs.
18706
18707         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18708
18709 2007-01-01  Romain Francoise  <romain@orebokech.com>
18710
18711         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18712
18713 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18714
18715         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18716         `define-minor-mode' macro definition expanded properly.
18717         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18718         exclude it there.
18719
18720         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18721         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18722         `fboundp' test.
18723         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18724         This is OK to autoload in (S)XEmacs now.
18725
18726 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18727
18728         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18729         keystroke.
18730         (gnus-summary-limit-to-singletons): Fix typo.
18731
18732         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18733         else fails.
18734
18735 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18736
18737         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18738         docstring.
18739
18740         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18741         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18742         (gnus-summary-insert-dormant-articles): Fix typo in message.
18743
18744 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18747         nil for XEmacs.
18748         (gnus-message-citation-mode): Don't autoload in XEmacs.
18749
18750         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18751
18752 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18753
18754         * nnimap.el (nnimap-expunge-search-string):
18755         Mention nnimap-search-uids-not-since-is-evil in docstring.
18756
18757 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * spam.el: Revert to make-obsolete-variable because
18760         define-obsolete-variable-alias is not supported in Emacs 21.
18761
18762         * spam.el (spam-ifile-path, spam-ifile-database-path)
18763         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18764         make-obsolete-variable.
18765         (spam-bsfilter-path, spam-bsfilter-program)
18766         (spam-spamassassin-path, spam-spamassassin-program)
18767         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18768         Don't use "path" inappropriately.
18769         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18770         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18771         variable names.
18772
18773 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18774
18775         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18776         summary buffer.
18777
18778         * password.el (password-cache-remove): Use clear-string to burn
18779         password, if available.
18780
18781 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18782
18783         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18784
18785         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18786
18787         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18788         (gnus-message-highlight-citation): Move defcustom here from
18789         gnus-cite.el.
18790         (gnus-message-citation-mode): Autoload.
18791
18792         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18793         checks to make it compile with XEmacs.
18794         (gnus-message-citation-mode): New minor mode.
18795         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18796         (gnus-message-highlight-citation): New variables.
18797         (gnus-message-search-citation-line)
18798         (gnus-message-add-citation-keywords)
18799         (gnus-message-remove-citation-keywords)
18800         (turn-on-gnus-message-citation-mode)
18801         (turn-off-gnus-message-citation-mode): New functions.
18802
18803 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18804
18805         * gnus-cite.el: Enable highlighting of different citation levels in
18806         message-mode.
18807
18808 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * message.el (message-make-fqdn): Fix comment.
18811         (message-bogus-system-names): Add ".local".
18812
18813         * spam.el (spam-ifile-path, spam-ifile-program)
18814         (spam-ifile-database-path, spam-ifile-database)
18815         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18816         Don't use "path" inappropriately.
18817         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18818         strings.
18819         (spam-check-ifile, spam-ifile-register-with-ifile)
18820         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18821         Use new variable names.
18822
18823         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18824         (gnus-treat-display-smileys): Simplify using
18825         gnus-image-type-available-p.
18826
18827         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18828         available.
18829
18830         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18831         Use `display-images-p' if available.
18832
18833 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18836         one after turning on the buffer's multibyteness instead of decoding
18837         them directly in the unibyte buffer that causes unexpected conversion
18838         in Emacs 23 (unicode).
18839
18840 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18841
18842         * message.el (message-generate-hashcash): Fix custom type.
18843
18844 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18847
18848 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18851         disconnect icons.  Add help text.
18852
18853 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18854
18855         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18856         negated to be consistent with the others we handle.
18857
18858 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18859
18860         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18861         version of gnus-summary-buffer to something, so that we can use two
18862         article buffers at the same time.
18863
18864 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18865
18866         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18867         trigger all the extra headers.
18868         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18869         sorting.
18870
18871 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18872
18873         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18874         solid groups.
18875
18876 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18877
18878         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18879
18880 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18881
18882         * legacy-gnus-agent.el: Add Copyright notice.
18883
18884 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18885
18886         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18887
18888 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18889
18890         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18891
18892         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18893         to make it work reliably in CVS Emacs.
18894         (gnus-summary-limit-strange-charsets-predicate)
18895         (gnus-summary-limit-to-predicate): New functions.
18896
18897 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18898
18899         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18900         specifying array size.
18901         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18902         array if it is too small.
18903         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18904         (gnus-sort-threads-loop): New function.
18905
18906 2006-12-06  Chris Moore  <dooglus@gmail.com>
18907
18908         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18909         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18910
18911 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18912
18913         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18914         options.
18915
18916 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18917
18918         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18919         DOS-ing the recipient.
18920
18921         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18922         the headers when creating the mapping to avoid mismappings.
18923         (nnweb-gmane-create-mapping): Always nix out old mapping.
18924
18925 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18928         and mm-verify-option to never.
18929
18930 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * message.el (message-signed-or-encrypted-p): New function.
18933         (message-forward-make-body): Use it.
18934
18935         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18936         Replace encode-coding-string with mm-encode-coding-string.
18937
18938 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18939
18940         * nneething.el (nneething-decode-file-name):
18941         Replace decode-coding-string with mm-decode-coding-string.
18942
18943         * gnus-int.el (gnus-open-server): Say failed server's name.
18944
18945 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18946
18947         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18948         strings to a single string.  Quote `errors-file-name'.
18949         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18950         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18951         Adjust calls.  Use `shell-quote-argument'.
18952
18953 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18954
18955         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18956         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18957
18958         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18959         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18960         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18961         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18962         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18963         (gnus-subscribe-newsgroup, gnus-1):
18964         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18965         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18966         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18967         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18968
18969 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18970
18971         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18972         keystroke.
18973         (gnus-summary-limit-to-bodies): Implement headersp.
18974
18975 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18976
18977         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18978
18979 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18980
18981         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18982
18983 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18984
18985         * message.el (message-generate-hashcash): Expand range of values to
18986         include `opportunistic'.
18987         (message-send-mail): Use it.
18988
18989 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18990
18991         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18992         and comment it.
18993
18994         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18995
18996 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18997
18998         * gnus-util.el (gnus-extract-address-components): Improve comment.
18999
19000 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-util.el (gnus-extract-address-components): Work with address in
19003         which the name portion contains @.
19004
19005         * lpath.el: Fbind custom-autoload.
19006
19007 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19008
19009         * gnus.el (gnus-start): Move custom group up.
19010         (gnus-select-method): Don't autoload, but make it available for
19011         `customize-variable'.
19012         (gnus-getenv-nntpserver): Don't autoload.
19013
19014 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19015
19016         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19017
19018 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19019
19020         * message.el (message-sendmail-extra-arguments): New variable.
19021         (message-send-mail-with-sendmail): Use it.
19022
19023 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19026         mm-with-unibyte-current-buffer to make string unibyte.
19027
19028         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19029         mm-string-as-multibyte.
19030
19031 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19032
19033         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19034         Reported by Werner Koch <wk@gnupg.org>.
19035
19036 2006-11-14  Daiki Ueno  <ueno@p360>
19037
19038         * mml2015.el: Autoload epa-select-keys when compiling.
19039
19040 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19041
19042         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19043         message-options.
19044         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19045
19046 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19047
19048         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19049         EasyPG (< 0.0.6).
19050         (mml2015-always-trust): New user option.
19051         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19052         prompt.
19053
19054 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * nntp.el (nntp-authinfo-force): New variable.
19057         (nntp-send-authinfo): Use it.
19058
19059 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19060
19061         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19062         decode encoded words.  Improve prompt.  Add comment about forwarding.
19063         (message-replacement-char): Move up.
19064
19065 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19066
19067         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19068         instead of gnus-intersection because arguments of gnus-sorted-nunion
19069         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19070
19071 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19072
19073         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19074         (message-simplify-subject-functions):
19075         Enable message-strip-subject-encoded-words by default.
19076
19077 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19078
19079         * message.el (message-strip-subject-encoded-words): New function.
19080         (message-simplify-subject-functions): New variable.
19081         (message-simplify-subject): Use it.  Fix typo in doc string.
19082         Support message-strip-subject-encoded-words.
19083
19084 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19085
19086         * gnus-diary.el (gnus-diary-delay-format-function):
19087         * nndiary.el (nndiary-reminders):
19088         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19089
19090 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19091
19092         * gnus-art.el (article-hide-boring-headers): Fetch date from
19093         gnus-original-article-buffer to avoid problems with localized date
19094         strings.
19095
19096 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19099
19100 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19101
19102         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19103         New variables.
19104         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19105         (mm-charset-synonym-alist): Move some entries to
19106         mm-codepage-iso-8859-list.
19107         (mm-charset-synonym-alist, mm-charset-override-alist):
19108         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19109
19110 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19113
19114 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19117         with Emacs 21 and XEmacs.
19118
19119 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19120
19121         * spam.el (spam-parse-address): New function for better parsing,
19122         catching errors, etc.
19123         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19124
19125 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19126
19127         * mm-view.el: Add interactive arg to html2text autoload.
19128
19129 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19132
19133 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19134
19135         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19136         New variables.
19137         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19138         (mm-charset-synonym-alist): Move some entries to
19139         mm-codepage-iso-8859-list.
19140
19141         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19142
19143 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19144
19145         * message.el (message-citation-line-format)
19146         (message-insert-formated-citation-line): Fix implementation of %E, %N
19147         and %n according to the doc string.
19148
19149 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19150
19151         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19152         Use car-safe to avoid bad parses.
19153
19154 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19157         names.
19158
19159         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19160
19161 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19164         header.
19165
19166         * message.el (message-draft-headers): Add Date.
19167         (message-headers-to-generate): Fix typo in docstring.
19168
19169         * nndraft.el (nndraft-required-headers): New variable.
19170         (nndraft-generate-headers): Use it.
19171
19172         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19173
19174 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19175
19176         * gnus-registry.el (gnus-registry-wash-for-keywords)
19177         (gnus-registry-find-keywords): New functions to allow easy searching of
19178         articles that are in the registry.
19179
19180 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19181
19182         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19183         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19184         Reported by Damien Elmes <damien@repose.cx>.
19185
19186 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19187
19188         * gnus.el (gnus-mime): Remove unused custom group.
19189
19190 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19191
19192         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19193         "blank line" when searching for end of armor headers.
19194
19195 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19196
19197         * gmm-utils.el (gmm-write-region): Fix variable name.
19198
19199 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * gmm-utils.el (gmm-write-region): New function based on compatibility
19202         code from `mm-make-temp-file'.
19203
19204         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19205
19206         * nnmaildir.el (nnmaildir--update-nov)
19207         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19208         Use `gmm-write-region'.
19209
19210 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19211
19212         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19213         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19214
19215         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19216
19217         * message.el (message-replacement-char): New variable.
19218         (message-fix-before-sending): Use it.
19219         (message-simplify-subject): New function to remove duplicate code.
19220         (message-reply, message-followup): Use it.
19221
19222         * gnus-sum.el (gnus-summary-make-menu-bar):
19223         Clarify gnus-summary-limit-to-articles.
19224
19225 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * gnus-util.el (gnus-with-local-quit): New macro.
19228
19229         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19230
19231 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19232
19233         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19234         ignore non-string data.
19235
19236 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19237
19238         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19239         non-string data (needs to be done in the registry too).
19240
19241 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19242
19243         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19244         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19245         (gnus-registry-split-fancy-with-parent)
19246         (gnus-registry-fetch-simplified-message-subject-fast)
19247         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19248         Remove text properties on ingress into the registry and when it's saved.
19249         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19250         registry from entries with no groups.
19251
19252 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19253
19254         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19255         function to remove string properties.
19256
19257 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * gmm-utils.el (gmm): Adjust custom version.
19260
19261         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19262         Adjust custom version.
19263
19264         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19265
19266 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19267
19268         * gnus-art.el (gnus-insert-prev-page-button)
19269         (gnus-insert-next-page-button): Simplify.  Reformat.
19270
19271 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19272
19273         * gnus-art.el (gnus-insert-prev-page-button)
19274         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19275
19276 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19277
19278         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19279
19280 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19281
19282         * gnus-art.el (gnus-insert-mime-button)
19283         (gnus-insert-mime-security-button):
19284         Apply gnus-article-button-face to MIME and security buttons.
19285
19286 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19287
19288         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19289         readable.
19290
19291 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19294
19295 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19296
19297         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19298         `browse-url-of-file' instead of `browse-url'.
19299
19300 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19301
19302         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19303         regexp.  Articles containing quotation were cut prematurely.
19304
19305 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * message.el (message-cite-original-1): Use nobody by default for the
19308         value of From header.
19309         (message-reply): Ditto.
19310
19311 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19312
19313         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19314         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19315         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19316
19317 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19318
19319         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19320         mails in the doc string.  Add some URLs in comment.
19321         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19322
19323 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19326         backslashes handling and the way to find boundaries of quoted strings.
19327
19328 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19329
19330         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19331         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19332         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19333         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19334
19335 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19336
19337         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19338         doc string.
19339         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19340
19341 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * lpath.el: Fbind epg-check-configuration.
19344
19345 2006-09-06  Simon Josefsson  <jas@extundo.com>
19346
19347         * mml2015.el (mml2015-use): Doc fix, mention epg.
19348
19349 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19350
19351         * mml2015.el (mml2015-use): Default to epg, if available.
19352
19353 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19354
19355         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19356         message-sender.
19357         (mml1991-epg-encrypt): Ditto.
19358         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19359         message-sender.
19360         (mml2015-epg-encrypt): Ditto.
19361
19362 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19363
19364         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19365         several common directories.
19366
19367 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19368
19369         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19370         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19371
19372 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-art.el (article-decode-encoded-words): Make it fast.
19375
19376 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19379
19380         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19381         in quoted string into `\'.
19382
19383 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19386         Use standard-syntax-table.
19387
19388 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19389
19390         * gnus-art.el (gnus-decode-address-function): New variable.
19391         (article-decode-encoded-words): Use it to decode headers which are
19392         assumed to contain addresses.
19393         (gnus-mime-delete-part): Remove useless `or'.
19394
19395         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19396         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19397         (gnus-nov-parse-line): Use it to decode From header.
19398         (gnus-get-newsgroup-headers): Ditto.
19399         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19400
19401         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19402         (mail-decode-encoded-address-string): New alias.
19403
19404         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19405         New function.
19406         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19407         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19408         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19409         (rfc2047-decode-string): Ditto.
19410         (rfc2047-decode-address-region): New function.
19411         (rfc2047-decode-address-string): New function.
19412
19413 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19414
19415         * message.el (message-caesar-buffer-body): Allow rotating headers.
19416
19417         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19418
19419         * message.el (message-insert-formated-citation-line): Fix %f.
19420         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19421
19422 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19425         (gnus-bookmark-mouse-available-p): New macro.
19426         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19427         (gnus-bookmark-bmenu-show-infos): Use it.
19428         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19429         (gnus-bookmark-bmenu-hide-infos): Ditto.
19430         (gnus-bookmark-remove-properties): New function.
19431         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19432         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19433         (gnus-bookmark-write-file): Bind coding-system-for-write.
19434         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19435         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19436         group before selecting it.
19437         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19438         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19439         quit-window if it is not available; use gnus-mouse-2 and bind it to
19440         gnus-bookmark-bmenu-select-by-mouse.
19441         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19442         (gnus-bookmark-bmenu-select-by-mouse): New function.
19443
19444 2006-08-13  Romain Francoise  <romain@orebokech.com>
19445
19446         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19447         space.
19448
19449 2006-08-10  Romain Francoise  <romain@orebokech.com>
19450
19451         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19452         (dns-mode-soa-auto-increment-serial): New user option.
19453         (dns-mode-soa-maybe-increment-serial): New function.
19454         (dns-mode): Add the latter to `write-contents-functions'.
19455
19456 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19457
19458         * compface.el (uncompface): Use binary rather than raw-text-unix.
19459
19460 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * compface.el (uncompface): Make sure the eol conversion doesn't take
19463         place when communicating with the external programs.
19464         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19465
19466 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19469
19470 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19471
19472         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19473         Make it more robust by parsing author and date independently.
19474
19475 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19478
19479 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19480
19481         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19482         first matching secret key.
19483         (mml2015-epg-encrypt): Ditto.
19484
19485         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19486         first matching secret key.
19487         (mml1991-epg-encrypt): Ditto.
19488
19489         * mml2015.el (mml2015-encrypt-to-self): New user option.
19490         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19491         mml2015-epg-encrypt-to-self is set.
19492
19493         * mml1991.el (mml1991-encrypt-to-self): New variable.
19494         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19495         mml1991-epg-encrypt-to-self is set.
19496
19497         * mml2015.el (mml2015-signers): New user option.
19498         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19499         (mml2015-epg-encrypt): Allow to select signing keys.
19500
19501         * mml1991.el (mml1991-signers): New variable.
19502         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19503         (mml1991-epg-encrypt): Allow to select signing keys.
19504
19505 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * nnheader.el (nnheader-insert-head): Make it work even if the file
19508         uses CRLF for the line-break code.
19509
19510 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19511
19512         * mml2015.el: Require mml-sec instead of password.
19513         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19514         (mml2015-cache-passphrase): Inherit the default value from
19515         mml-secure-cache-passphrase.
19516         (mml2015-passphrase-cache-expiry): Inherit the default value from
19517         mml-secure-passphrase-cache-expiry.
19518
19519         * mml1991.el: Require mml-sec instead of password.
19520         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19521         (mml1991-cache-passphrase): Inherit the default value from
19522         mml-secure-cache-passphrase.
19523         (mml1991-passphrase-cache-expiry): Inherit the default value from
19524         mml-secure-passphrase-cache-expiry.
19525
19526         * mml-sec.el: Require password.
19527         (mml-secure-verbose): New user option.
19528         (mml-secure-cache-passphrase): New user option.
19529         (mml-secure-passphrase-cache-expiry): New user option.
19530
19531 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19532             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19533
19534         * pgg-def.el (pgg-truncate-key-identifier):
19535         Truncate the key ID to 8 letters from the end.
19536
19537 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19538
19539         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19540         workaround for the url package included with Emacs.
19541
19542         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19543
19544 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19547         correctly.  This fixes a bug caused by the 2006-05-12 change.
19548
19549 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19550
19551         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19552         some information about the error when saying that the `bogus' mail
19553         group will be used.
19554
19555 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19556
19557         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19558         string.
19559
19560 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19561
19562         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19563
19564 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19565
19566         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19567
19568 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19569
19570         * mml1991.el (mml1991-function-alist): Add epg.
19571         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19572         (mml1991-epg-encrypt): New functions.
19573
19574 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19575
19576         * mml2015.el (mml2015-verbose): New variable.
19577         (mml2015-cache-passphrase): Ditto.
19578         (mml2015-passphrase-cache-expiry): Ditto.
19579         (mml2015-function-alist): Add epg.
19580         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19581         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19582         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19583         New functions.
19584
19585 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19586
19587         * message.el (message-cite-original-1): Preserve region when removing
19588         quoted text due to X-No-Archive in order to avoid bogus attribution
19589         when citing multiple messages.
19590
19591 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19592
19593         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19594         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19595
19596 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * gnus-diary.el (gnus-user-format-function-d)
19599         (gnus-user-format-function-D): Autoload.
19600
19601         * imap.el (Commentary): Fix typo.
19602
19603         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19604         2006-04-22 contribution.
19605
19606 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19607
19608         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19609         It didn't really fix the bogosity I'm seeing with solid web groups.
19610
19611 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19612
19613         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19614         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19615         created using server names.  If we use the feature without declaring
19616         it, Gnus does not properly manage server and group state.
19617
19618         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19619         bound.
19620
19621 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19622
19623         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19624         looking up the method using GROUP's prefix before inventing a new one.
19625         It is used on killed/unknown groups in various places where returning
19626         an all-new method isn't expected by the caller.
19627
19628         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19629         and match semantics of gnus-group-real-prefix.
19630
19631 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19632
19633         * nnmail.el (nnmail-broken-references-mailers): New variable.
19634         (nnmail-ignore-broken-references): New function generalizing
19635         nnmail-fix-eudora-headers.
19636         (nnmail-fix-eudora-headers): Now obsolete.
19637
19638         * gnus-art.el (gnus-button-handle-custom):
19639         Support `customize-apropos*'.
19640
19641 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19642
19643         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19644
19645         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19646         articles.
19647
19648 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19649
19650         * message.el (message-cite-reply-above): New variable.
19651         (message-yank-original): Use it.
19652
19653 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19656
19657 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19658
19659         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19660         as read.
19661
19662         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19663
19664 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19667         (gnus-bookmark-default-file): Use gnus-directory.
19668         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19669         Remove "*" in doc string.
19670         (gnus-bookmark-write-file): Simplify.
19671         (gnus-bookmark-maybe-sort-alist): Use `when'.
19672         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19673         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19674         Add FIXME about Emacs 21 and XEmacs compatibility.
19675         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19676         compatibility.
19677         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19678         compatibility.
19679         (gnus-bookmark-menu-heading): Fix version.
19680
19681 2006-06-19  Bastien Guerry  <bzg@altern.org>
19682
19683         * gnus-bookmark.el: New file.
19684
19685 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * message.el (message-syntax-checks): Doc fix.
19688
19689 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19690
19691         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19692         unsubscribed groups as if they were killed ones.  It causes duplicate
19693         entries in gnus-newsrc-alist.
19694
19695 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19696
19697         * message.el (message-syntax-checks): Doc fix.
19698         (message-send-mail): Add check for continuation headers.
19699         (message-check-news-header-syntax): Fix regexp used to check for
19700         continuation headers.
19701
19702 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19705
19706 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19707
19708         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19709
19710 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19713         default-truncate-lines.
19714
19715 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19718         to fill the utf-8 entry.
19719
19720         * lpath.el: Fbind unicode-precedence-list.
19721
19722 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19723
19724         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19725
19726 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19727
19728         * gnus-agent.el (directory-files-and-attributes): Move all the way
19729         forward (the third and final move).
19730         (gnus-agent-read-agentview): Trap reconstruction errors due to
19731         nonexistent directory.  Handle by returning nil.
19732
19733 2006-05-30  Didier Verna  <didier@xemacs.org>
19734
19735         * message.el (message-dont-reply-to-names): Update the custom type.
19736         * message.el (message-dont-reply-to-names): New defsubst: potentially
19737         convert a list of regexps into a single one.
19738         * message.el (message-get-reply-headers): Use it.
19739         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19740
19741 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19742
19743         * gnus-agent.el (directory-files-and-attributes): Move forward.
19744
19745 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19746
19747         * gnus-ml.el (gnus-mailing-list-subscribe)
19748         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19749         (gnus-mailing-list-message): Fix doc strings.
19750
19751 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19752
19753         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19754         of doing it manually.
19755
19756 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19757
19758         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19759         comment.
19760
19761 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19762
19763         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19764         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19765         (gnus-agent-read-local): All symbols allocated in my-obarray.
19766         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19767         (gnus-agent-regenerate-group): Check numeric names to see if they are
19768         messages or groups.
19769         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19770         better way of do this...)
19771
19772         * gnus-cache.el (gnus-agent-total-fetched-for):
19773         Ignore 'dummy.group' (there should be a better way of do this...)
19774
19775 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19778         (gnus-saved-headers): Ditto.
19779         (gnus-default-article-saver): Mention functions may have properties.
19780         (gnus-article-save): Override gnus-save-all-headers and
19781         gnus-saved-headers by :headers property which saver function may have.
19782         (gnus-summary-save-in-file): Add :headers property.
19783         (gnus-summary-write-to-file): Ditto.
19784
19785         * gnus-sum.el (gnus-summary-save-article): Bind
19786         gnus-prompt-before-saving to t when saving many articles in a file;
19787         always show all headers.
19788
19789         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19790
19791 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19792
19793         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19794         marks.
19795
19796         * message.el (message-indent-citation): Add optional arguments to allow
19797         using it outside of message buffers.
19798
19799         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19800         (gnus-article-treat-unfold-headers): Use it.
19801         (gnus-article-truncate-lines): New variable.
19802         (gnus-article-mode): Use it.
19803         (gnus-article-toggle-truncate-lines): New function.
19804
19805         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19806         Add gnus-article-toggle-truncate-lines.
19807
19808         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19809         coding system in XEmacs, use binary.
19810
19811 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19812
19813         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19814         after-load-alist.
19815
19816         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19817         this function should save decoded articles.
19818         (gnus-summary-write-to-file): Use property to specify this function
19819         should save decoded articles and specify gnus-summary-save-in-file
19820         should be used to save articles other than the first one when saving
19821         many articles.
19822         (gnus-summary-save-body-in-file): Use property to specify this
19823         function should save decoded articles.
19824         (gnus-summary-write-body-to-file): Use property to specify this
19825         function should save decoded articles and specify
19826         gnus-summary-save-body-in-file should be used to save articles other
19827         than the first one when saving many articles.
19828
19829         * gnus-sum.el (gnus-summary-save-article): Simplify.
19830
19831 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * gnus-art.el (gnus-default-article-saver):
19834         Add gnus-summary-write-body-to-file.
19835         (gnus-article-save-coding-system): Don't use coding system object
19836         in XEmacs.
19837         (gnus-read-save-file-name): Add optional `dir-var' argument which
19838         specifies directory in which files are saved; work even if optional
19839         `variable' argument is not specified.
19840         (gnus-summary-write-to-file): Read file name.
19841         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19842         (gnus-summary-write-body-to-file): New function.
19843
19844         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19845         (gnus-summary-local-variables): Add it.
19846         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19847         (gnus-summary-save-article): Remove optional `decode' argument;
19848         determine whether to decode articles by the value of
19849         gnus-default-article-saver; when saving many files using
19850         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19851         it first and use gnus-summary-save-in-file or
19852         gnus-summary-save-body-in-file thereafter unless
19853         gnus-prompt-before-saving is always; move point to article which
19854         will be saved.
19855         (gnus-summary-save-article-file): Revert.
19856         (gnus-summary-write-article-file): Revert.
19857         (gnus-summary-save-article-body-file): Revert.
19858         (gnus-summary-write-article-body-file): New function.
19859
19860 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19861
19862         * gnus-art.el (gnus-default-article-saver): Doc fix.
19863         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19864         from gnus-summary-save-article-coding-system, and default to a
19865         certain coding system.
19866         (gnus-output-to-file): Add coding cookie and encode text according
19867         to gnus-article-save-coding-system; don't use mm-append-to-file.
19868
19869         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19870         gnus-art.el and rename to gnus-article-save-coding-system.
19871         (gnus-summary-save-article): Require gnus-art; don't show all
19872         headers if it decodes articles; don't add coding cookie here;
19873         don't bind mm-text-coding-system-for-write.
19874         (gnus-summary-save-article-file): Save decoded articles.
19875         (gnus-summary-write-article-file): When saving many files, use
19876         gnus-summary-write-to-file first and gnus-summary-save-in-file
19877         thereafter unless gnus-prompt-before-saving is always.
19878         (gnus-summary-save-article-body-file): Save decoded articles.
19879
19880         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19881
19882 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19883
19884         * nnrss.el (nnrss-check-group): Bind hash-index.
19885
19886 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19887
19888         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19889         its hash index.  Store this hash in `nnrss-group-data'.
19890         (nnrss-read-group-data): Update accordingly.
19891
19892 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19893
19894         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19895         entry.
19896
19897         * gnus-sum.el (gnus-summary-make-menu-bar):
19898         Add gnus-article-browse-html-article.
19899
19900 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19901
19902         * gnus-sum.el (gnus-summary-mime-map):
19903         Add gnus-article-browse-html-article.
19904
19905         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19906
19907 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19908
19909         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19910         suitable coding systems in customize.
19911
19912 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * mail-source.el (mail-sources): Fix custom type.
19915
19916 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19917
19918         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19919         (gnus-summary-expire-articles-now): Shorten prompt.
19920
19921         * gmm-utils.el (wid-edit): Require.
19922         (defun-gmm): Rename from `gmm-defun-compat'.
19923         (gmm-image-search-load-path): Use it.
19924         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19925
19926 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19927
19928         * gnus-sum.el (gnus-summary-save-article-coding-system):
19929         New variable.
19930         (gnus-summary-save-article): Add optional `decode' argument.
19931         If it is set and gnus-summary-save-article-coding-system is non-nil,
19932         save decoded article.
19933         (gnus-summary-write-article-file): Save decoded article if
19934         gnus-summary-save-article-coding-system is non-nil.
19935
19936         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19937         type.
19938
19939 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19942
19943 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19946         first to test gnus-single-article-buffer which may be buffer-local.
19947
19948         * gnus-sum.el (gnus-summary-setup-buffer):
19949         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19950         group; make gnus-article-buffer, gnus-article-current, and
19951         gnus-original-article-buffer always buffer-local.
19952         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19953         group.
19954         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19955
19956 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * nnml.el (nnml-request-compact-group): Compressed files might not
19959         have .gz extension.
19960
19961 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19962
19963         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19964         (mm-copy-to-buffer): Use with-current-buffer.
19965         (mm-display-part): Simplify.
19966         (mm-inlinable-p): Add optional arg `type'.
19967
19968 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19969
19970         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19971         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19972         Try harder to show the attachment internally or externally using
19973         gnus-mime-view-part-as-type.
19974
19975 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19976
19977         * message.el (message-from-style, message-signature-separator)
19978         (message-user-organization-file, message-send-mail-function)
19979         (message-citation-line-function, message-yank-prefix)
19980         (message-indent-citation-function, message-signature)
19981         (message-signature-file, message-signature-insert-empty-line):
19982         Remove autoloads.
19983
19984         * gnus-art.el (gnus-buttonized-mime-types):
19985         Remove "multipart/signed".  Revert 2006-04-26 change.
19986
19987 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19988
19989         * gnus.el (gnus-version-number): Bump version.
19990
19991 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19992
19993         * gnus.el: No Gnus v0.5 is released.
19994
19995 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19996
19997         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19998         fetching articles by message-id.
19999
20000 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20001
20002         * message.el (hashcash): Require hashcash as normal.
20003
20004         * ecomplete.el (ecomplete-highlight-match-line):
20005         Use point-at-eol.
20006         (ecomplete-highlight-match-line): Use `highlight', because that
20007         face exists in both Emacs and XEmacs.
20008
20009         * message.el (message-display-abbrev): Use point-at-bol.
20010
20011         * mail-source.el: Don't require timer/timer-funcs.
20012
20013         * gnus-async.el: Ditto.
20014
20015         * password.el: Ditto.
20016
20017         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20018
20019         * mm-url.el: Ditto.
20020
20021         * gnus-xmas.el: Don't require timer-funcs.
20022
20023         * mm-util.el: Require timer/timer-funcs.
20024
20025 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20026
20027         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20028         Close.
20029
20030 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20033         unibyte after clear-decrypt function runs.
20034
20035         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20036         returns as a unibyte string.
20037
20038 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * lpath.el: Revert.
20041
20042         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20043         (pgg-gpg-process-sentinel): Revert.
20044
20045         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20046         (pgg-pgp-lookup-key): Revert.
20047
20048         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20049         (pgg-pgp5-lookup-key): Revert.
20050
20051         * pgg.el (pgg-fetch-key): Revert.
20052
20053 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20054
20055         * lpath.el: Fbind string-as-multibyte for XEmacs.
20056
20057         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20058         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20059         (mml1991-pgg-encrypt): Ditto.
20060
20061         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20062         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20063         a multibyte buffer.
20064
20065         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20066         (pgg-pgp-lookup-key): Ditto.
20067
20068         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20069         (pgg-pgp5-lookup-key): Ditto.
20070
20071         * pgg.el (pgg-fetch-key): Ditto.
20072
20073 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20074
20075         * message.el (message-user-organization-file): Check several
20076         locations of the organization file.
20077
20078         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20079         Add gnus-article-view-part-as-type.
20080
20081         * gnus-art.el (gnus-article-view-part-as-type): New function.
20082
20083         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20084         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20085
20086         * mml.el: Simplify autoload.
20087         (mml-mode): defvar dnd-protocol-alist instead of using
20088         symbol-value.
20089         (mml-default-directory): New variable.
20090         (mml-minibuffer-read-file): Use it.
20091         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20092
20093         * message.el (message-citation-line-format): New variable.
20094         (message-insert-formated-citation-line): New function.
20095         (message-citation-line-function):
20096         Add `message-insert-formated-citation-line' to custom type.
20097
20098         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20099         to doc string.
20100
20101         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20102         depending on mm-verify-option.
20103
20104 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20105
20106         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20107         binding pgg-* variables; reimplement the section which prevents
20108         MIME header from being signed.
20109         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20110         pgg-text-mode; remove a blank line at the top of body.
20111
20112         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20113         lines at the top of body; use gnus-newsgroup-charset if there's no
20114         Charset header.
20115
20116 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20117
20118         * message.el (message-self-insert-commands): Doc fix.
20119
20120         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20121         (mm-uu-pgp-encrypted-test): Ditto.
20122         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20123         between header and body; return application/pgp-encrypted handle
20124         if decryption failed; decode decrypted body by charset.
20125
20126         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20127         element match to application/pgp-*.
20128
20129 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20130
20131         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20132         HTML.
20133
20134 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20135
20136         * mail-source.el (mail-source-call-script): Message the error
20137         string.
20138
20139 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20140
20141         * gnus-util.el (gnus-byte-compile): Use it.
20142
20143 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20144
20145         * gnus-util.el (kill-empty-logs): New function.
20146
20147 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20148
20149         * message.el (message-mail-alias-type): Doc fix.
20150         (message-mail-alias-type-p): New function.
20151         (message-send): Use it.
20152         (message-mode): Ditto.
20153         (message-strip-forbidden-properties): Ditto.
20154
20155         * ecomplete.el (ecomplete-database-file-coding-system):
20156         New variable.
20157         (ecomplete-save): Use it.
20158         (ecomplete-setup): Use it.
20159
20160 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20161
20162         * message.el (message-self-insert-commands): New variable.
20163         (message-strip-forbidden-properties): Use it.
20164
20165 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20166
20167         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20168         that doesn't make XEmacs choke.
20169
20170 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20171
20172         * gnus-util.el (gnus-replace-in-string):
20173         Prefer replace-regexp-in-string over of replace-in-string.
20174
20175 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * gnus-util.el (gnus-select-frame-set-input-focus):
20178         Use select-frame-set-input-focus if it is available in XEmacs; use
20179         definition defined in Emacs 22 for old Emacsen.
20180
20181         * dgnushack.el: Autoload unmorse-region for XEmacs.
20182
20183         * lpath.el: Bind cursor-in-non-selected-windows and
20184         select-frame-set-input-focus for XEmacs.
20185
20186 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20187
20188         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20189
20190 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20191
20192         * gnus-registry.el (gnus-registry-cache-save): Remove text
20193         properties when saving via the temp buffer.
20194
20195 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20196
20197         * message.el (message-generate-hashcash): Honor custom type.
20198
20199 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20200
20201         * message.el (message-generate-hashcash): Default to non-nil when
20202         hashcash is found.
20203
20204         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20205         (gnus-refer-thread-limit): Increase default to 500.
20206
20207         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20208
20209         * flow-fill.el (fill-flowed): Allow delete-space.
20210
20211 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20212
20213         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20214         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20215         Remove autoloads.
20216
20217 2006-04-18  Simon Josefsson  <jas@extundo.com>
20218
20219         * message.el (message-generate-hashcash): Default to.
20220
20221 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20224         concatenating segments rather than before concatenating them.
20225
20226 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20229
20230 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20231
20232         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20233
20234         * message.el (message-forward-make-body-plain):
20235         Allow message-forward-ignored-headers to be a list.
20236         (message-remove-ignored-headers): Factor out into function.
20237         (message-forward-make-body-mml): Use it.
20238
20239         * imap.el (imap-quote-specials): New function.
20240         (imap-login-auth): Quote specials.
20241
20242         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20243         (rfc2231-parse-string): Allow concatanation of parameters that
20244         aren't contiguous.  The test case is
20245           (mail-header-parse-content-type "message/external-body;
20246             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20247             access-type=LOCAL-FILE;
20248             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20249
20250 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20251
20252         * nntp.el (nntp-accept-process-output): Return the value of
20253         `nnheader-accept-process-output'.
20254
20255 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20256
20257         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20258         (gnus-button-alist): Recognize more diff formats.
20259         (gnus-button-patch): Strip directory.
20260
20261 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20262
20263         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20264         Emacs 22 when setting focus.
20265
20266 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20267
20268         * gnus-art.el (gnus-article-treat-types): Do treatment of
20269         text/x-verbatim parts.
20270         (gnus-button-patch): New command.
20271
20272         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20273         addresses that contain invalid characters.
20274
20275 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20276
20277         * message.el (message-put-addresses-in-ecomplete):
20278         Use gnus-replace-in-string.
20279         (message-is-yours-p): Use the more correct
20280         mail-header-parse-address instead of
20281         mail-extract-address-components.
20282         (message-put-addresses-in-ecomplete): Fix typo.
20283
20284         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20285         keystroke.
20286
20287         * gnus-art.el (gnus-treatment-function-alist): Change order of
20288         newsgroups/generic header folding to avoid double-folding.
20289
20290         * message.el (message-hidden-headers): Add X-Draft-From.
20291
20292         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20293         New command.
20294         (gnus-summary-repeat-search-article-backward): New command.
20295
20296         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20297         groups in the parent topic.
20298
20299 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20300
20301         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20302         (spam-extra-header-to-number): Return the CRM114 number as a
20303         number instead of a string.
20304
20305 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20306
20307         * gnus-art.el (gnus-face-properties-alist): Move here from
20308         gnus-fun.
20309
20310         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20311
20312 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20313
20314         * message.el (message-strip-forbidden-properties): Only display on
20315         self-insert-command.
20316
20317         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20318         reindent.
20319         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20320
20321 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20322
20323         * smiley.el (smiley-style): Fix typo.
20324
20325 2006-03-23  Kenichi Handa  <handa@m17n.org>
20326
20327         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20328         instead of set-buffer-multibyte.
20329
20330 2006-03-23  Kenichi Handa  <handa@m17n.org>
20331
20332         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20333         buffer and then decode the buffer text if necessary.
20334         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20335         first, and after mm-encode-body, change the buffer to unibyte.
20336
20337 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20338
20339         * hashcash.el (hashcash-insert-payment-async-2):
20340         Use message-goto-eoh instead of doing it manually.
20341         (mail-add-payment): Use message-narrow-to-header instead of trying
20342         to do the same itself.
20343
20344         * message.el (message-hidden-headers): Add Face.
20345
20346         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20347         reparenting code.
20348         (gnus-summary-reparent-children): Refactored out code.
20349         (gnus-summary-thread-map): New keystroke.
20350         (gnus-summary-reparent-children): Make into command.
20351
20352         * smiley.el (smiley-style): Default to `medium' if using a large
20353         font.
20354
20355         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20356         does it itself.
20357
20358         * message.el (message-point-in-header-p): Simplify definition.
20359
20360 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20361
20362         * nnagent.el (nnagent-request-set-mark): Silence log file
20363         writing.
20364         (nnagent-request-set-mark): Use write-region instead of
20365         append-to-file.
20366
20367         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20368         strange select method.
20369
20370         * ecomplete.el (ecomplete-display-matches): Get highlightling
20371         right.
20372         (ecomplete-display-matches): Use literals.
20373         (ecomplete-display-matches): Disable message logging.
20374
20375         * message.el (message-display-abbrev): Small optimization.
20376
20377         * ecomplete.el (ecomplete-display-matches): Allow automatic
20378         display.
20379
20380         * message.el (message-strip-forbidden-properties):
20381         Display abbrevs.
20382         (message-display-abbrev): Get automatic display right.
20383
20384         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20385         keystrokes.
20386
20387 2006-04-13  Romain Francoise  <romain@orebokech.com>
20388
20389         TODO: Backport to v5-10!
20390
20391         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20392         Move here (and rename) from gnus-registry.el.
20393
20394         * gnus-registry.el: Require gnus-util.
20395         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20396
20397 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20398
20399         * gnus-group.el (gnus-group-catchup-current):
20400         Change if-then-else-if-then-else into cond.
20401         (gnus-group-catchup): Indent.
20402         (group-name-at-point): New function.
20403         (gnus-fetch-group): Provide default from thing at point.
20404
20405 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20406
20407         * message.el (message-display-abbrev): Fix regexp.
20408
20409         * ecomplete.el (ecomplete-highlight-match-line):
20410         Reimplement choosing.
20411         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20412         dead variables.
20413
20414         * message.el (message-newline-and-indent): Remove debugging.
20415         (message-display-abbrev): Use new implementation.
20416
20417 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20418
20419         * gnus-art.el (gnus-article-mode):
20420         Set cursor-in-non-selected-windows to nil.
20421
20422         * smiley.el: Revert previous change.
20423         (smiley-data-directory): defvar it before using it in the
20424         defcustom of `smiley-style'.
20425
20426 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20427
20428         * message.el (message-newline-and-indent): New function.
20429
20430         * ecomplete.el: Implement more bits.
20431
20432         * message.el (message-put-addresses-in-ecomplete): Clean up the
20433         string.
20434
20435         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20436
20437         * gnus-sum.el (gnus-summary-save-parts):
20438         Bind gnus-summary-save-parts-counter and use it to make unique file
20439         names.
20440
20441         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20442
20443         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20444         parameter to say whether to actually parse the individual
20445         addresses.
20446
20447         * message.el (message-put-addresses-in-ecomplete): New function.
20448         (ecomplete): Require.
20449         (message-mail-alias-type): Add ecomplete as an option.
20450
20451 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20452
20453         * flow-fill.el (fill-flowed): Remove trailing space from blank
20454         quoted lines.
20455
20456 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20457
20458         * smiley.el (smiley-style): Move definition later to avoid a
20459         compilation warning.
20460
20461 2006-04-12  Kenichi Handa  <handa@m17n.org>
20462
20463         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20464         buffer and then decode the buffer text if necessary.
20465         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20466         first, and after mm-encode-body, change the buffer to unibyte.
20467         Use mm-disable-multibyte instead of set-buffer-multibyte.
20468
20469 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20472         Content-Type header instead of Content-Disposition header.
20473         (gnus-mime-inline-part): Ditto.
20474         (gnus-mime-view-part-as-charset): Ignore charset that the part
20475         specifies.
20476
20477         * mm-decode.el (mm-display-part): Work with external parts and
20478         usual parts similarly.
20479
20480         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20481         instead of gnus-display-mime.
20482
20483         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20484         instead of with-temp-buffer.
20485
20486         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20487         tag to summarized topics part in order to encode non-ASCII text.
20488
20489 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20490
20491         * smiley.el (smiley-style): New variable.
20492         (smiley-directory): New function.
20493         (smiley-data-directory): Derive from `smiley-style' using
20494         `smiley-directory'.
20495         (smiley-regexp-alist): Add new entries.
20496
20497         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20498         (gnus-article-browse-delete-temp): Add :version.
20499
20500 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20501
20502         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20503         the sieve region.
20504
20505 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20506
20507         * gnus.el (gnus-version-number): Bump version.
20508
20509 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20510
20511         * gnus.el: No Gnus v0.4 is released.
20512
20513 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20514
20515         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20516         layout.
20517
20518         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20519         unknown charset.
20520
20521         * message.el (message-header-synonyms): Add Original-To to the
20522         default.
20523
20524         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20525         optional parameter.
20526
20527 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20528
20529         * gnus-fun.el (gnus): Require it for gnus-directory.
20530
20531 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20534
20535 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20536
20537         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20538
20539 2006-04-05  Simon Josefsson  <jas@extundo.com>
20540
20541         * password.el (password-reset): New function.
20542
20543 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20544
20545         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20546         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20547
20548 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20549
20550         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20551         Some whitespace was matched into the url, which broke browsing hits
20552         > 100 when mm-url-use-external was nil.
20553
20554 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20555
20556         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20557         Check gnus-extra-headers for 'Newsgroups.
20558
20559         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20560         bound.
20561
20562 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20563
20564         * pgg-gpg.el: Clean up process buffers every time gpg processes
20565         complete.
20566
20567 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20568
20569         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20570         doc string.
20571
20572 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20573
20574         * pgg-gpg.el (pgg-gpg-process-filter)
20575         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20576
20577         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20578         lines, temporary fix.
20579
20580 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20581
20582         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20583
20584 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20585
20586         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20587         default-enable-multibyte-characters.  This reverts the change from
20588         revision 6.17 which is no longer necessary because the passphrase
20589         is sent separately now.  GnuPG messages are unreadable under
20590         multibyte locales with default-enable-multibyte-characters set to
20591         nil.
20592
20593 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20594
20595         * message.el (message-tool-bar-gnome): Move "spell".
20596
20597 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20598
20599         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20600         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20601         instead.
20602
20603 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20604
20605         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20606         Improve newsgroups handling for NNTP overviews which don't include
20607         Newsgroups.
20608
20609 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20610
20611         * message.el (message-resend): Bind message-generate-hashcash to nil.
20612
20613 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20614
20615         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20616         when searching for already-paid recipients.
20617
20618 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20619
20620         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20621         passphrases when it is not needed.
20622         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20623         passphrase stuff from gpg, should only be necessary when you use
20624         gpg with a smartcard.
20625
20626 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20627
20628         * mml.el (mml-insert-mime): Ignore cached contents of
20629         message/external-body part.
20630
20631         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20632         (mm-insert-part): Ditto.
20633
20634 2006-03-23  Simon Josefsson  <jas@extundo.com>
20635
20636         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20637         Reiner.
20638         (pgg-gpg-use-agent-p): Use it again.
20639
20640 2006-03-23  Simon Josefsson  <jas@extundo.com>
20641
20642         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20643         older emacsen.
20644         (pgg-gpg-use-agent-p): Don't use it.
20645
20646 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20647
20648         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20649         if we can.
20650
20651 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20652
20653         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20654         (pgg-gpg-update-agent): New function.
20655         (pgg-gpg-use-agent-p): New function.
20656         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20657         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20658         (pgg-gpg-sign-region): Use it.
20659
20660 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20663         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20664
20665 2006-03-21  Simon Josefsson  <jas@extundo.com>
20666
20667         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20668         <wilde@sha-bang.de>.
20669         (pgg-gpg-use-agent): New variable.
20670         (pgg-gpg-process-region): Use it.
20671         (pgg-gpg-encrypt-region): Likewise.
20672         (pgg-gpg-encrypt-symmetric-region): Likewise.
20673         (pgg-gpg-decrypt-region): Likewise.
20674         (pgg-gpg-sign-region): Likewise.
20675         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20676
20677 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20680
20681         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20682         Add comment on version.
20683
20684 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20685
20686         * smiley.el: Add missing test smiley.
20687
20688 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20689
20690         * mm-decode.el (mm-with-part): New macro.
20691         (mm-get-part): Use it; work with message/external-body as well.
20692         (mm-save-part): Treat name and filename equally.
20693
20694         * mm-extern.el (mm-extern-cache-contents): New function.
20695         (mm-inline-external-body): Use it; force the part to be displayed;
20696         move undisplayer added to the cached handle to the parent.
20697
20698         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20699         (gnus-mime-view-part-as-type): Work with message/external-body.
20700
20701         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20702
20703 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20706         images in image-load-path.  [Sync with image.el, revision 1.60, in
20707         Emacs.]
20708
20709 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20710
20711         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20712         path rather than symbol.  Always return list of directories.
20713         Guarantee that image directory comes first.  [Sync with image.el,
20714         revision 1.59, in Emacs.]
20715
20716         * message.el (message-make-tool-bar): Adjust to new API of
20717         `gmm-image-load-path-for-library'.
20718
20719         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20720
20721         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20722
20723 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20724
20725         * gnus-art.el (gnus-article-only-boring-p):
20726         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20727         intangible text.
20728         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20729
20730 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20731
20732         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20733         Use `defun' instead of `gmm-defun-compat'.
20734
20735 2006-03-14  Simon Josefsson  <jas@extundo.com>
20736
20737         * message.el (message-unique-id): Don't use message-number-base36
20738         if (user-uid) is a float.
20739         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20740
20741 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20742
20743         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20744
20745         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20746         empty line between a part and a message part.
20747
20748 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20749
20750         * smiley.el: Add more test smileys.
20751         (smiley-data-directory, smiley-regexp-alist)
20752         (gnus-smiley-file-types): Fix doc strings.
20753         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20754         adding new elements.
20755         (smiley-mouse-map): Unused code.  Make it a comment.
20756
20757 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20760         scan latest NoCeM messages instead of old ones.
20761         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20762         delimiters that are recently used.
20763         (gnus-nocem-load-cache): Add autoload cookie.
20764
20765         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20766
20767         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20768         level which is larger than gnus-use-nocem is specified.
20769
20770         * gnus-group.el (gnus-group-get-new-news): Ditto.
20771
20772 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20773
20774         * gnus-util.el (gnus-tool-bar-update): New function.
20775
20776         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20777         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20778
20779         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20780
20781         * gnus-group.el (gnus-group-redraw-when-idle)
20782         (gnus-group-redraw-check): Remove.
20783         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20784
20785 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20788         if optional last element is specified in splits (FIELD VALUE...).
20789
20790 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20791
20792         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20793         to gmm-image-load-path-for-library.  Call with no-error argument.
20794         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20795
20796         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20797
20798         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20799
20800         * gmm-utils.el (gmm-image-load-path): Remove alias.
20801
20802 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20803
20804         * gmm-utils.el (gmm-image-load-path): Add alias.
20805
20806         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20807         nnml-generate-nov-databases-1.
20808         (nnml-generate-nov-databases): Use it.
20809         (nnml-generate-nov-databases-directory): Document no-active
20810         argument.
20811
20812         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20813         directory if path is t.  Add no-error.
20814
20815         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20816         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20817
20818         * gnus-art.el (gnus-article-browse-delete-temp-files):
20819         Simplify resetting gnus-article-browse-html-temp-list.
20820
20821         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20822         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20823         Add example to docstring.  Rename local variables.  Move error
20824         checks to default case in cond and simplify.
20825
20826 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20829         handle is multipart when calling it recursively.
20830         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20831
20832 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20833
20834         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20835         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20836
20837 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20840         is loaded.
20841
20842         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20843         loaded.
20844
20845 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20846
20847         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20848         to "Emacs 23 (unicode)" in doc string.
20849
20850         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20851         "Emacs 23 (unicode)" in comment.
20852
20853 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20856
20857         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20858         characters 160 through 255 in Emacs 23.
20859
20860 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20861
20862         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20863         gnus-article-browse-html-temp.
20864         (gnus-article-browse-delete-temp): Make it customizable.
20865         Add `file'.  Adjust doc string.
20866         (gnus-article-browse-delete-temp-files): Add argument.
20867         Allow query for each file.  Adjust doc string.
20868         (gnus-article-browse-html-parts):
20869         Add `gnus-article-browse-delete-temp-files' to
20870         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20871
20872 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20873
20874         * gnus-art.el (gnus-article-browse-html-temp)
20875         (gnus-article-browse-delete-temp): New variables.
20876         (gnus-article-browse-delete-temp-files): New function.
20877         (gnus-article-browse-html-parts): Use it.
20878
20879 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20880
20881         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20882
20883         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20884         string.
20885
20886         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20887         gnus-summary-insert-new-articles when unplugged.
20888         Remove gnus-summary-search-article-forward.
20889
20890         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20891         display-visual-class instead of display-color-cells.
20892
20893 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * dgnushack.el: Autoload customize-group for XEmacs.
20896
20897         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20898         message/* containing non-ASCII text properly.
20899
20900 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20901
20902         * message.el: Require gmm-utils, remove autoloads.
20903         (message-tool-bar): Set default based on
20904         gmm-tool-bar-style.
20905         (message-tool-bar-gnome): Add gmm-customize-mode.
20906
20907         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20908         gmm-tool-bar-style.
20909         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20910
20911         * gnus-group.el (gnus-group-tool-bar): Set default based on
20912         gmm-tool-bar-style.
20913         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20914
20915         * gmm-utils.el (gmm-image-directory): Rename variable from
20916         gmm-image-load-path.
20917         (gmm-image-load-path): Use gmm-image-directory.
20918         (gmm-customize-mode): New function.
20919         (gmm-tool-bar-style): New variable.
20920
20921         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20922         gnus-group-redraw-line-number.
20923         (gnus-group-redraw-check): Simplify.
20924         (gnus-group-tool-bar-update): Remove redraw check.
20925         (gnus-group-make-tool-bar): Add redraw check.
20926
20927 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20928
20929         * gnus-art.el (gnus-button): Add missing parentheses.
20930
20931 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20932
20933         * lpath.el: Fbind line-number-at-pos.
20934
20935 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20938
20939 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20940
20941         * gnus-art.el (gnus-button): New face.
20942         (gnus-article-button-face): Use it.
20943
20944         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20945         Add gnus-summary-next-page.  Re-order.
20946
20947         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20948         next-node are now included.
20949         (gnus-group-redraw-line-number): New internal variable.
20950         (gnus-group-redraw-check): Helper function for updating the tool
20951         bar.
20952         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20953
20954         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20955
20956         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20957         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20958         Use it to match format of Spamassassin 3.0 and later.
20959         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20960         (spam-check-bogofilter)
20961         (spam-bogofilter-register-with-bogofilter): Fix args of
20962         `gnus-error' calls.
20963
20964 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20967         unnecessary interaction when sending queued mails.
20968         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20969
20970 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20971
20972         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20973         first or last are nil.
20974
20975 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20976
20977         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20978
20979 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20980
20981         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20982
20983 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20984
20985         * dns.el (query-dns): Protect more against buggy tcp output.
20986
20987 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20988
20989         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20990         nov.php.
20991
20992 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20993
20994         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20995         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20996         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20997         output on the server side.
20998         (nnweb-google-create-mapping): Update regexps and add some
20999         progress indication.
21000
21001 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21002
21003         * gnus-group.el (gnus-group-tool-bar-gnome):
21004         Fix gnus-agent-toggle-plugged.  Re-order icons.
21005         (gnus-group-tool-bar-gnome):
21006         Add gnus-group-{prev,next}-unread-group.
21007         (gnus-group-tool-bar-gnome): Re-order icons.
21008
21009         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21010         Move gnus-summary-insert-new-articles.
21011
21012         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21013         Fix comments.
21014
21015         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21016         also available in Emacs 21.3.
21017
21018         * message.el (message-fix-before-sending): Change "Emacs 22" to
21019         "Emacs 23 (unicode)" in comment.
21020
21021         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21022         "Emacs 23 (unicode)" in comment.
21023
21024         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21025         comment.
21026         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21027
21028         * mm-view.el (mm-fill-flowed): Add :version.
21029
21030 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21031
21032         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21033         and load-path.
21034
21035 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21036
21037         * message.el: Autoload gmm-image-load-path.
21038         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21039         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21040         consitency.
21041
21042         * gmm-utils.el (gmm-image-load-path): Also search in
21043         "../etc/images".  Don't set gmm-image-load-path if we don't find
21044         the image.
21045
21046 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21047
21048         * gmm-utils.el (gmm-image-load-path): Don't make
21049         `gmm-image-load-path' include subdirectories which the second arg
21050         `image' might specify.
21051
21052         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21053         subdirectory to icon file names.
21054
21055         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21056
21057 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21058
21059         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21060         gmm-image-load-path calls.
21061
21062         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21063
21064         * message.el (message-make-tool-bar): Ditto.
21065
21066         * mml.el (mml-preview): Add comment concerning tool bar icons.
21067
21068         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21069         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21070
21071         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21072         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21073
21074         * message.el (message-tool-bar-gnome): Use new icon names.
21075         (message-make-tool-bar): Use `gmm-image-load-path'.
21076
21077         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21078         New functions from MH-E.
21079         (gmm-image-load-path): New variable from MH-E.
21080         (gmm-image-load-path): New function from MH-E.  Add arguments
21081         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21082         *-image-load-path-called-flag.
21083
21084 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21085
21086         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21087
21088 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21089
21090         * nnimap.el (nnimap-request-move-article): Change folder back to
21091         source group before deleting.
21092
21093 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21094
21095         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21096
21097         * gnus-art.el (mm-url-insert-file-contents-external):
21098         Autoload mm-url.
21099
21100         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21101
21102 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21105         coding system which mm-charset-to-coding-system returns for a
21106         given charset is valid.
21107
21108 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21109
21110         * html2text.el (html2text-remove-tag-list):
21111         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21112
21113 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21114
21115         * gnus-cus.el: Revert 2005-10-17 change.
21116
21117 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21118
21119         * gnus-art.el (article-strip-banner):
21120         Call article-really-strip-banner only when the regexp match is made.
21121
21122 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * gnus-art.el (article-strip-banner):
21125         Use gnus-extract-address-components instead of
21126         mail-header-parse-addresses to make it work with non-ASCII text;
21127         remove mail-encode-encoded-word-string.
21128
21129         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21130         values which are surrounded with \"...\"; make it never cause a
21131         Lisp error; give up parsing of parameters if it failed in
21132         extracting type.
21133
21134 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21135
21136         * smime.el (smime-cert-by-ldap-1): Fix bug where
21137         `smime-ldap-search' returns results without userCertificates.
21138
21139 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21140
21141         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21142
21143 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21144
21145         * spam.el (spam-check-spamassassin-headers): Adapt format for
21146         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21147         <ari@mbf.ocn.ne.jp>.
21148         (spam-list-of-processors): Add spam-use-gmane.
21149
21150 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21151
21152         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21153         make-temp-file; make it work with XEmacs as well.
21154
21155         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21156         mm-make-temp-file.
21157
21158         * mm-decode.el (mm-display-external): Use the 3rd arg of
21159         mm-make-temp-file.
21160         (mm-create-image-xemacs): Ditto.
21161
21162 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21165         with message-narrow-to-headers.
21166         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21167         (gnus-draft-check-draft-articles): New function.
21168         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21169
21170 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21171
21172         * gnus-art.el (gnus-article-browse-html-parts):
21173         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21174         Don't use suffix argument for mm-make-temp-file for Emacs 21
21175         compatibility.  Remove useless `format'.
21176
21177 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21178
21179         * nnweb.el (nnweb-google-wash-article): Update regexps.
21180         (nnweb-group-alist): Use defvoo instead of defvar.
21181
21182 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21183
21184         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21185         re-loading nn* modules.
21186
21187 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21188
21189         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21190         for `tool-bar-mode' and don't check it's default-value.
21191
21192         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21193
21194         * message.el (message-make-tool-bar): Ditto.
21195
21196         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21197         `substring'.  Shorten tmp-file name.
21198
21199         * gnus.el: Remove bogus comment.
21200
21201 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21202
21203         * gnus-art.el (gnus-article-browse-html-parts): New function.
21204         (gnus-article-browse-html-article): New function for viewing html
21205         articles with a browser.
21206
21207 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21208
21209         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21210         in elisp.
21211         (pgg-gpg-encrypt-symmetric-region): Ditto.
21212         (pgg-gpg-sign-region): Ditto.
21213
21214         * pgg-def.el (pgg-text-mode): New variable.
21215
21216         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21217         (mml2015-pgg-encrypt): Ditto.
21218
21219         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21220         (mml1991-pgg-encrypt): Ditto.
21221
21222 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21223
21224         * nnfolder.el (nnfolder-insert-newsgroup-line):
21225         Use message-make-date instead of current-time-string.
21226
21227         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21228         to gnus-decoded which mm-uu might set.
21229
21230 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21231
21232         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21233         don't decode quoted parameters; remove misimported Emacs code.
21234         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21235         (rfc2231-decode-encoded-string): Don't use split-string which
21236         behaves differently according to Emacs version; use
21237         mm-decode-coding-region to convert charset to coding-system.
21238         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21239         (rfc2231-encode-string): Remove misimported Emacs code.
21240
21241 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21242
21243         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21244         when calling mail-header-parse-content-type.
21245         (article-de-quoted-unreadable): Ditto.
21246         (article-de-base64-unreadable): Ditto.
21247         (article-wash-html): Ditto.
21248
21249         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21250         calling mail-header-parse-content-type and
21251         mail-header-parse-content-disposition.
21252         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21253         mail-header-parse-content-type.
21254
21255         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21256         insert charset and format parameters; encode description after
21257         inserting it to buffer.
21258         (mml-insert-parameter): Fold lines properly even if a parameter is
21259         segmented into two or more lines; change the max column to 76.
21260
21261         * rfc1843.el (rfc1843-decode-article-body): Don't use
21262         ignore-errors when calling mail-header-parse-content-type.
21263
21264         * rfc2231.el (rfc2231-parse-string): Return at least type if
21265         possible; don't cause an error even if it fails in parsing of
21266         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21267         (rfc2231-encode-string): Don't break lines at the beginning, leave
21268         it to mml-insert-parameter.
21269
21270         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21271         calling mail-header-parse-content-type.
21272
21273 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21274
21275         * spam-report.el (spam-report-gmane-use-article-number):
21276         Improve doc string.
21277         (spam-report-gmane-internal): Check if a suitable header was found
21278         in the article.
21279
21280 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21283         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21284
21285 2006-02-05  Romain Francoise  <romain@orebokech.com>
21286
21287         Update copyright notices of all files in the gnus directory.
21288
21289 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21290
21291         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21292
21293 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21294
21295         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21296         segmented lines of parameter value to cope with Thunderbird 1.5
21297         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21298         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21299         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21300
21301 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21302
21303         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21304         parts.
21305
21306 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21307
21308         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21309         there's only one active file for all servers.
21310         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21311         solid groups.  Gnus might have used a FAST request to select the group.
21312         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21313         and nnweb-search redundantly in the active file.
21314         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21315         (nnweb-request-create-group): Don't use ARGS.
21316         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21317         initializations.  Let nnoo do the work.
21318
21319 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21322         Say the part has been decoded.
21323
21324         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21325
21326 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21327
21328         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21329         mailcap-viewer-test-cache when there's no 'test clause, since that
21330         will invert the meaning of a "nil" test previously determined by
21331         mailcap-mailcap-entry-passes-test.
21332
21333 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21336         compiling.
21337
21338         * gnus-sum.el: Ditto.
21339
21340         * message.el: Don't bind tool-bar-map when compiling.
21341
21342 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21343
21344         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21345
21346 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21347
21348         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21349         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21350         current Google Groups.
21351
21352 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21353
21354         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21355         and tool-bar-mode.
21356
21357         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21358         and tool-bar-mode.
21359
21360         * message.el (message-tool-bar-update): Simplify.
21361         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21362
21363         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21364         gnus-summary-buffer.
21365         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21366         gnus-summary-reply.
21367
21368         * gmm-utils.el (gmm): Add :version.
21369
21370 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21371
21372         * Makefile.in (clean): New rule.
21373         (distclean): Use it.
21374
21375 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21376
21377         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21378         Don't autoload.
21379
21380 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21381
21382         * gmm-utils.el (gmm-verbose): Add :group.
21383
21384 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21385
21386         * message.el: Change some comments WRT tool-bars.
21387
21388         * gnus-sum.el (gnus-summary-tool-bar)
21389         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21390         (gnus-summary-tool-bar-zap-list): New variables.
21391         (gnus-summary-make-tool-bar): Complete rewrite using
21392         `gmm-tool-bar-from-list'.
21393
21394         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21395         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21396         New variables.
21397         (gnus-group-make-tool-bar): Complete rewrite using
21398         `gmm-tool-bar-from-list'.
21399         (gnus-group-tool-bar-update): New function.
21400
21401         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21402
21403 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21404
21405         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21406         is dissected into a single part of which the type is the same as
21407         the given one; decode charset.
21408
21409 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21410
21411         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21412         into alists as symbol not string, since that's what
21413         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21414         look for.
21415
21416 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21417
21418         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21419         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21420
21421         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21422
21423 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21424
21425         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21426         (gnus-xmas-mime-security-button-menu): New function.
21427
21428         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21429         (gnus-mime-security-button-menu): New definition.
21430         (gnus-mime-security-button-map): Use them.
21431         (gnus-mime-security-button-menu): New function.
21432         (gnus-insert-mime-security-button): Addition to help echo.
21433         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21434         (gnus-mime-security-pipe-part): New functions.
21435
21436         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21437         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21438
21439         * mm-decode.el (mm-handle-set-disposition): Remove.
21440         (mm-handle-set-description): Remove.
21441
21442 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21443
21444         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21445         (mm-w3m-standalone-supports-m17n-p): New function.
21446         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21447         w3m usage.
21448
21449         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21450         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21451
21452 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21453
21454         * message.el (message-tool-bar-zap-list):
21455         Use gmm-tool-bar-zap-list as custom type.
21456         (message-tool-bar-update): New function.
21457         (message-tool-bar, message-tool-bar-gnome)
21458         (message-tool-bar-retro): Add message-tool-bar-update.
21459         (message-tool-bar-gnome): Add flyspell-buffer.
21460
21461         * gnus-util.el (gnus-error): Describe `args'.
21462
21463         * gmm-utils.el (gmm-error): Describe `args'.
21464         (gmm-tool-bar-zap-list): New widget.
21465         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21466
21467 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21470         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21471         the number of recursive calls.
21472
21473         * mm-decode.el (mm-handle-set-disposition): New macro.
21474         (mm-handle-set-description): New macro.
21475
21476 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21479         encoding.
21480
21481 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21482
21483         * message.el (message-tool-bar-zap-list, message-tool-bar)
21484         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21485         (message-tool-bar-local-item-from-menu): Remove.
21486         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21487         (message-make-tool-bar): New function.
21488         (message-mode): Use `message-make-tool-bar'.
21489
21490         * gmm-utils.el: New file.
21491         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21492         (gmm-lazy): New widget copied from `nnmail.el'.
21493         (gmm-tool-bar-from-list): New function for creating customizable
21494         tool bars.
21495         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21496         output.
21497         (gmm): Add :prefix to defgroup.
21498
21499 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21500
21501         * gmm-utils.el (gmm-widget-p): New function.
21502
21503 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * mml.el (mml-attach-file): Describe `description' in doc string.
21506         (mml-menu): Add Emacs MIME manual and PGG manual.
21507
21508 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21509
21510         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21511
21512 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21513
21514         * nntp.el (nntp-end-of-line): Doc fix.
21515
21516 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21517
21518         * imap.el (imap-open): Handle case where buffer is a buffer
21519         object.
21520
21521 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21522
21523         * gnus-delay.el (gnus-delay): Don't autoload.
21524         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21525         to be re-loaded when customizing the `gnus-delay' group.
21526
21527 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21528
21529         * message.el (message-insert-citation-line): Use newlines.
21530
21531 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21532
21533         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21534         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21535         these routines, so the passphrase can be managed externally and
21536         passed in to the system.
21537         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21538         pgg-add-passphrase-to-cache function.
21539
21540         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21541         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21542         these routines, so the passphrase can be managed externally and
21543         passed in to the system.
21544         (pgg-pgp5-sign-region): Use new name of
21545         pgg-add-passphrase-to-cache function.
21546
21547 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21548
21549         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21550         part of the decoded armor to find the key-identifier.
21551         (pgg-gpg-lookup-key-owner): New function to return the
21552         human-readable identifier of a key owner.
21553         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21554         itself.
21555         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21556         the key value) if we have a key and can match it against a secret
21557         key.  Also, added a note pointing out fact that the prompt only
21558         indicates the first matching key.
21559
21560         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21561         pgg-decrypt-region.
21562         (pgg-add-passphrase-to-cache): Rename from
21563         `pgg-add-passphrase-cache' to reduce confusion (all callers
21564         changed).
21565         (pgg-remove-passphrase-from-cache): Rename from
21566         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21567         changed).
21568         (pgg-read-passphrase, pgg-add-passphrase-cache)
21569         (pgg-remove-passphrase-cache): Add informative docstrings.
21570         (pgg-decrypt): Convey provided passphrase in subordinate call to
21571         pgg-decrypt-region.
21572
21573 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21574
21575         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21576         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21577         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21578         'passphrase' argument, so the passphrase can be managed externally
21579         and then passed in to the system.
21580
21581         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21582         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21583         so the passphrase cache can be used reliably with identifiers
21584         besides a pgp packet's key id.
21585
21586         * pgg-gpg.el (pgg-gpg-encrypt-region)
21587         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21588         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21589         these routines, so the passphrase can be managed externally and
21590         passed in to the system.
21591
21592         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21593         'notruncate' argument, so the passphrase cache can be used
21594         reliably with identifiers besides a pgp packet's key id.
21595
21596 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21597
21598         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21599         symmetric encryption.
21600         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21601         encrypted session key.
21602         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21603         message ask for the passphrase in a proper way.
21604
21605         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21606         New user commands for symmetric encryption.
21607
21608 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21609
21610         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21611
21612         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21613
21614 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21615
21616         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21617
21618 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21619
21620         * mm-decode.el (mm-inlined-types): Add application/pgp.
21621         (mm-automatic-display): Ditto.
21622
21623         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21624         part as text.
21625
21626 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21627
21628         * nnrss.el: Update copyright.
21629         (nnrss-opml-import): Query whether to subscribe to each entry.
21630
21631         * gnus-art.el:
21632         * gnus-sum.el:
21633         * gnus-xmas.el:
21634         * messagexmas.el:
21635         * mm-uu.el:
21636         * mm-view.el: Update copyright.
21637
21638 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21639
21640         * message.el (message-info): New function.
21641         (message-mode-menu): Add it.
21642         Update copyright.
21643
21644         * ChangeLog: Fix and update copyright.
21645
21646 2006-01-13  Romain Francoise  <romain@orebokech.com>
21647
21648         * message.el (message-forward-subject-name-subject): Prefer the
21649         address to 'nowhere' if the sender has no name.
21650         Fix typo.  Update copyright year.
21651
21652 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21653
21654         * gnus-art.el (article-wash-html):
21655         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21656         (gnus-article-wash-html-with-w3m-standalone): New function.
21657
21658         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21659         mm-inline-text-html-render-with-w3m-standalone.
21660         (mm-text-html-washer-alist): Map w3m-standalone to
21661         gnus-article-wash-html-with-w3m-standalone.
21662         (mm-inline-text-html-render-with-w3m-standalone): New function.
21663
21664 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21665
21666         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21667         Improve LaTeX.
21668
21669 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21672         (nnrss-request-article): Render text/plain parts as HTML.
21673
21674         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21675         the buffer.
21676
21677 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21678
21679         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21680         custom definition of `gnus-posting-styles'.
21681
21682         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21683         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21684
21685 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21686
21687         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21688         Use nntp for bug archive.
21689
21690 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21693         parts.
21694         (nnrss-normalize-date): New function converts ISO 8601 date into
21695         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21696         (nnrss-check-group): Use it.
21697
21698 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21699
21700         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21701
21702         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21703         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21704         (nnrss-insert-w3): Ditto.
21705
21706 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21707
21708         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21709         the articles to be forwarded including the case where neither a
21710         number of articles nor a region is specified.
21711
21712 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21713
21714         * nnrss.el (nnrss-request-article): Fix last change; fill
21715         text/plain parts.
21716
21717 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21718
21719         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21720         in text/plain part.
21721         (nnrss-check-group): Don't add excessive newline to dc:subject.
21722
21723 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21724
21725         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21726         article.
21727
21728 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21729
21730         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21731         (nnml-use-compressed-files, nnml-save-mail): Support other
21732         comression programs such as bzip2.
21733
21734 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21735
21736         * dns.el (query-dns): Make sure we check the buffer size before
21737         removing tcp headers.
21738
21739 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21740
21741         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21742         remove MIME buttons associated with multipart/alternative parts.
21743         (gnus-mime-display-alternative): Tag buttons using `article-type'
21744         text property.
21745
21746         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21747         associated with multipart/alternative parts.
21748
21749         * gnus-art.el (gnus-signature-separator): Fix custom type.
21750
21751         * mm-decode.el (mm-inlined-types): Fix custom type.
21752         (mm-keep-viewer-alive-types): Ditto.
21753         (mm-automatic-display): Ditto.
21754         (mm-attachment-override-types): Ditto.
21755         (mm-inline-override-types): Ditto.
21756         (mm-automatic-external-display): Ditto.
21757
21758 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21759
21760         * spam-report.el (spam-report-user-mail-address)
21761         (spam-report-user-agent): New variables.
21762         (spam-report-url-ping-plain): Use spam-report-user-agent.
21763
21764 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21765
21766         * gnus-art.el (gnus-button-handle-custom): Do not just use
21767         `customize-apropos' for any "M-x customize-*" button but the
21768         function called for.  Accept both the function name and its
21769         argument in order to achieve this.
21770         (gnus-button-alist): Remove support for "custom:" URL's.
21771         Pass function name to `gnus-button-handle-custom' in case of "M-x
21772         customize-*" buttons.
21773
21774 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21775
21776         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21777         multipart/alternative and add xref to mm-discouraged-alternatives
21778         in doc string.
21779
21780         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21781         gnus-buttonized-mime-types in doc string.
21782
21783 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21784
21785         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21786         Suggest image/.* in the doc string.
21787
21788 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21789
21790         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21791         message-marks (Debian bug#342521).
21792
21793 2005-12-12  Simon Josefsson  <jas@extundo.com>
21794
21795         * password.el (password-read-from-cache): Add.
21796         (password-read): Use it.
21797
21798 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * rfc2047.el (rfc2047-charset-to-coding-system):
21801         Recognize us-ascii as a MIME charset.
21802
21803         * mm-bodies.el (mm-decode-content-transfer-encoding):
21804         Protect against the case where the 2nd arg TYPE is nil.
21805
21806 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21807
21808         * pop3.el (pop3-stream-type): Fix custom version.
21809
21810         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21811
21812 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21813
21814         * mm-decode.el (mm-display-external): Add missing cdr.
21815
21816 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21817
21818         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21819         RFC1524) if it is in mailcap or add a suffix according to
21820         mailcap-mime-extensions when generating a temp filename; postpone
21821         deleting a temp file for 2 seconds for some wrappers, shell
21822         scripts, and so on, which might exit right after having started a
21823         viewer command as a background job.
21824
21825 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21826
21827         * nntp.el (nntp-marks-directory): Fix custom group.
21828
21829         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21830         steps when < 10.
21831
21832         * gnus-start.el (gnus-no-server-1):
21833         Mention `gnus-level-default-subscribed' in doc string.
21834
21835 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21836
21837         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21838         parens.
21839
21840 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21841
21842         * gnus-xmas.el (gnus-use-toolbar): Revert.
21843         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21844         gnus-use-toolbar is default.
21845
21846         * messagexmas.el (message-use-toolbar): Revert.
21847         (message-setup-toolbar): Use global default-toolbar if
21848         message-use-toolbar is default.
21849
21850 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21853         according to default-toolbar-visible-p.
21854
21855         * messagexmas.el (message-use-toolbar): Ditto.
21856
21857 2005-11-26  Dave Love  <fx@gnu.org>
21858
21859         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21860         (tls-program, tls-success): Provide openssl alternative.
21861
21862         * starttls.el: Doc fixes.
21863         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21864         SERVICE to PORT.
21865
21866         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21867         port null or service name.
21868         (starttls-negotiate): Autoload.
21869
21870 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * message.el (message-kill-to-signature): Fix interactive spec.
21873
21874 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21875
21876         * pop3.el (pop3-open-server): Recognize a string as a service name.
21877
21878 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21879
21880         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21881
21882 2005-11-23  Dave Love  <fx@gnu.org>
21883
21884         Add pop3s, pop3/starttls.
21885
21886         * pop3.el (pop3-authentication-scheme): Clarify doc.
21887         (open-tls-stream, starttls-open-stream): Autoload.
21888         (pop3-stream-type): New.
21889         (pop3-open-server): Use it.
21890
21891         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21892         for POP.
21893         (mail-source-keyword-map): Add :stream for POP.
21894         (mail-source-fetch-pop): Use pop3-stream-type.
21895
21896 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21899         of current-time-string.
21900
21901 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21902
21903         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21904         date header.
21905
21906 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21907
21908         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21909         it can seriously impact performance as it bypasses the agent's
21910         local caches.
21911
21912 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21913
21914         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21915         must be explicitly online rather than "not explicitly offline" for
21916         its flags to be synchronized.
21917
21918         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21919         that gnus-uu-unmark-thread will function correctly.
21920
21921         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21922         1024K is instead displayed as 1M.
21923
21924 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21925
21926         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21927
21928 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21929
21930         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21931
21932 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21933
21934         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21935         error message to display actual error condition.
21936         (gnus-agent-save-local): Avoid saving symbols that are bound to
21937         nil as they simply result in a warning message in
21938         gnus-agent-read-local.
21939
21940 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21941
21942         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21943         rather than make-variable-buffer-local for file-precious-flag.
21944
21945 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21946
21947         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21948         for duplicates which are removed.  The invalid sort check then
21949         triggers a rescan after the sort as sorting may have moved
21950         duplicate entries such that they can be cheaply detected.
21951
21952 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21953
21954         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21955
21956 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21957
21958         * gnus-agent.el (gnus-agent-article-alist-save-format):
21959         Change internal variable to a custom variable.  Change default value
21960         from compressed(2) to uncompressed(1).
21961         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21962         support for uncompressed agentview files.  Taken together, reading
21963         the agentview file should now be 6-7 times faster.
21964
21965 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21966
21967         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21968         as a buffer-local variable.  This avoids creating truncated
21969         dribble files as a result of a hang up, eg.
21970
21971 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21972
21973         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21974         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21975         XEmacs.
21976
21977 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21978
21979         * gnus-start.el (gnus-start-draft-setup):
21980         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21981
21982         * gnus.el (gnus-splash): Change custom group.
21983         (gnus-group-get-parameter, gnus-group-parameter-value):
21984         Describe allow-list argument.
21985
21986         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21987         string.
21988
21989 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21990
21991         * gnus-art.el (gnus-default-article-saver): Add user-defined
21992         `function' to custom type.
21993
21994 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21995
21996         * imap.el (imap-open): Handle case where buffer is a buffer
21997         object.
21998
21999 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22000
22001         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22002         long lines.
22003         (gnus-cache-delete-group): Wrap doc strings.
22004
22005         * gnus-agent.el (gnus-agent-rename-group)
22006         (gnus-agent-delete-group): Wrap doc strings.
22007
22008 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * messagexmas.el (message-use-toolbar): Change the valid values
22011         into default, top, bottom, left, and right.
22012         (message-toolbar-thickness): New variable.
22013         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22014         well.
22015         (message-setup-toolbar): Make it work.
22016
22017         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22018         (gnus-use-toolbar): Change the valid values into default, top,
22019         bottom, left, and right.
22020         (gnus-toolbar-thickness): New variable.
22021         (gnus-xmas-setup-toolbar): New function.
22022         (gnus-xmas-setup-group-toolbar): Use it.
22023         (gnus-xmas-setup-summary-toolbar): Use it.
22024
22025 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22026
22027         * gnus-start.el (gnus-1): Add "native" to
22028         gnus-predefined-server-alist.
22029
22030         * gnus.el (gnus-method-to-server): Don't add "native" to the
22031         lists here, because that leads to problems when
22032         gnus-select-method is bound.
22033
22034 2005-11-09  Simon Josefsson  <jas@extundo.com>
22035
22036         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22037         use (not sort-by-date) instead.
22038
22039 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22040
22041         * gnus-delay.el (gnus-delay-group): Don't autoload.
22042         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22043         to be re-loaded when customizing the `gnus-delay' group.
22044
22045 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22046
22047         * message.el: Revert last changes.
22048         (message-insert-citation-line): Use newlines.
22049
22050 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22051
22052         * message.el (message-courtesy-message)
22053         (message-mark-insert-begin, message-mark-insert-end)
22054         (message-elide-ellipsis, message-cancel-message)
22055         (message-add-header, message-change-subject)
22056         (message-cross-post-followup-to-header)
22057         (message-cross-post-insert-note, message-reduce-to-to-cc)
22058         (message-widen-reply, message-delete-not-region)
22059         (message-kill-to-signature, message-insert-signature)
22060         (message-insert-importance-high, message-insert-importance-low)
22061         (message-insert-or-toggle-importance)
22062         (message-insert-disposition-notification-to)
22063         (message-indent-citation, message-yank-original)
22064         (message-cite-original-without-signature, message-cite-original)
22065         (message-insert-citation-line, message-position-on-field)
22066         (message-fix-before-sending, message-send-mail-partially)
22067         (message-send-mail, message-send-mail-with-sendmail)
22068         (message-send-mail-with-qmail, message-send-news)
22069         (message-check-news-header-syntax, message-generate-headers)
22070         (message-insert-courtesy-copy, message-fill-address)
22071         (message-fill-header, message-shorten-references)
22072         (message-setup-1, message-cancel-news)
22073         (message-forward-make-body-plain, message-forward-make-body-mime)
22074         (message-forward-make-body-mml, message-encode-message-body)
22075         (message-forward-make-body-digest-plain)
22076         (message-forward-make-body-digest-mime)
22077         (message-use-alternative-email-as-from): Insert `hard-newline'
22078         instead of ordinary newlines.
22079
22080 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * message.el (message-generate-headers): Downcase the argument
22083         given to message-check-element.
22084
22085 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22086
22087         * nntp.el (nntp-authinfo-rejected): New error condition.
22088         (nntp-wait-for): Use new error condition to signal authentication
22089         error.
22090         (nntp-retrieve-data): Rethrow new error condition to break out of
22091         recursive call to nntp-send-authinfo.
22092
22093 2005-11-08  Romain Francoise  <romain@orebokech.com>
22094
22095         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22096         (gnus-summary-exit-map): Bind to `Z p'.
22097         (gnus-summary-make-menu-bar): Add menu item.
22098
22099 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22100
22101         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22102         (gnus-treat-*): Add `first' in all doc strings.
22103
22104         * gnus-group.el (gnus-group-compact-group): Fix typo.
22105
22106 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22107
22108         * gnus.el (gnus-parameters-case-fold-search): New variable.
22109         (gnus-parameters-get-parameter): Use it.
22110
22111         * gnus-score.el (gnus-home-score-file): Doc fix.
22112
22113 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22114
22115         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22116
22117 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22118
22119         * mm-util.el (mm-special-display-p): New function.
22120
22121         * mml.el (mml-preview): Use it; doc fix.
22122
22123 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22124
22125         * imap.el (imap-open): Handle case where buffer is a buffer object.
22126
22127 2005-10-29  Romain Francoise  <romain@orebokech.com>
22128
22129         * message.el (message-fix-before-sending): Fix comment.
22130
22131 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22132
22133         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22134
22135 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22136
22137         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22138         Used in gnus-score.el.
22139
22140 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22141
22142         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22143
22144 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22145
22146         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22147         whitespace removed in revision 7.8.  Use concatenated string to
22148         protect trailing whitespace.
22149
22150 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22151
22152         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22153         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22154         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22155         Courier IMAP ("some version from 2004").  Mostly based on similar
22156         code in the same function.
22157
22158 2005-10-26  Didier Verna  <didier@xemacs.org>
22159
22160         * gnus-group.el (gnus-group-compact-group): Invalidate original
22161         article buffer.
22162         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22163         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22164         NOV database and in article itself.
22165         Invalidate article backlog.
22166
22167 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22168
22169         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22170
22171 2005-10-26  Simon Josefsson  <jas@extundo.com>
22172
22173         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22174         part of 2004-07-25 change.
22175
22176 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22177
22178         * message.el (message-display-completion-list): New function.
22179         (message-expand-group): Use it; make sure the Completions buffer
22180         is modifiable.
22181 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22182
22183         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22184         user-mail-name is an empty string.
22185
22186 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22187
22188         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22189         depending on gnus-score-decay-constant.
22190
22191         * encrypt.el (encrypt-insert-file-contents)
22192         (encrypt-write-file-contents): Don't use `gnus-message'.
22193
22194         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22195         arguments.
22196         (mm-uu-type-alist): Add message-marks and insert-marks.
22197         Pass arguments to mm-uu-verbatim-marks-extract.
22198         (mm-uu-hide-markers): New variable.
22199         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22200
22201         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22202         (gnus-convert-image-to-face-command): Use "convert" by default to
22203         allow other input image formats.
22204         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22205         accordingly.
22206
22207 2005-10-23  Simon Josefsson  <jas@extundo.com>
22208
22209         * imap.el (imap-gssapi-program): Align command line parameters
22210         with latest GNU SASL.
22211         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22212
22213 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22214
22215         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22216         HTML.
22217         (nnslashdot-request-article): Ditto.
22218
22219         * lpath.el (featurep): Add nobreak-char-display.
22220
22221 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22222
22223         * mail-source.el (mail-source-fetch-pop): Require pop3.
22224         (mail-source-check-pop): Ditto.
22225
22226 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22229         errors.
22230
22231 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22232
22233         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22234         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22235
22236         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22237
22238         * mm-bodies.el (mm-decode-string):
22239         Call `mm-charset-to-coding-system' with allow-override argument.
22240
22241 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22244         (rfc2047-charset-to-coding-system): New function.
22245         (rfc2047-decode-encoded-words): New function.
22246         (rfc2047-decode-region): Use them.
22247         (rfc2047-decode-cte): Remove.
22248         (rfc2047-parse-and-decode): Remove.
22249         (rfc2047-decode): Remove.
22250
22251 2005-10-15  Kenichi Handa  <handa@m17n.org>
22252
22253         * rfc2047.el (rfc2047-decode-cte): New function.
22254         (rfc2047-decode-region): Change the way to decode successive
22255         encoded-words: decode B- or Q-encoding in each encoded-word,
22256         concatenate them, and decode it as charset.
22257
22258 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22259
22260         * lpath.el: Fbind codepage-setup for XEmacs.
22261
22262 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22263
22264         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22265         widget-move-and-invoke.
22266         (gnus-custom-mode): Use gnus-custom-map.
22267
22268 2005-10-15  Bill Wohler  <wohler@newt.com>
22269
22270         * message.el (message-tool-bar-map): Rename image file from
22271         mail_send to mail/send.
22272
22273 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22274
22275         * message.el (message-expand-group): Pass the common
22276         prefix substring of completion to `display-completion-list'.
22277
22278 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22279
22280         * mml-sec.el (mml-secure-method): New internal variable.
22281         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22282         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22283         New functions using mml-secure-method.
22284
22285         * mml.el (mml-mode-map): Add key bindings for those functions.
22286         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22287         Harder <harder@myrealbox.com>.
22288         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22289         Goto end of message if point is the headers of the message.
22290
22291         * message.el (message-in-body-p): New function.
22292
22293         * assistant.el: Autoload gnus-util and netrc.
22294
22295         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22296         Use `mm-charset-override-alist' only when decoding.
22297
22298         * mm-bodies.el (mm-decode-body):
22299         Call `mm-charset-to-coding-system' with allow-override argument.
22300
22301         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22302         `filename' from Content-Disposition if Content-Type doesn't
22303         provide `name'.
22304         (gnus-mime-view-part-as-type): Set default instead of
22305         initial-input.
22306
22307 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22308
22309         * format-spec.el (format-spec): Propagate text properties of % spec.
22310
22311 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22312
22313         * gnus-art.el (gnus-treat-predicate): Add `first'.
22314
22315 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22316
22317         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22318         (mm-charset-override-alist): New variable.
22319         (mm-charset-to-coding-system): Use it.
22320         (mm-codepage-setup): New helper function.
22321         (mm-charset-eval-alist): New variable.
22322         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22323         Warn about unknown charsets.
22324
22325         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22326
22327 2005-10-04  David Hansen  <david.hansen@gmx.net>
22328
22329         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22330         (nnrss-check-group): Ditto.
22331
22332 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22333
22334         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22335         Rename x-gnus-verbatim to x-verbatim.
22336         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22337
22338         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22339         x-verbatim.
22340
22341         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22342
22343         * gnus-util.el (gnus-remove-duplicates): Remove.
22344
22345         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22346         instead of gnus-remove-duplicates.
22347
22348         * message.el (message-remove-duplicates): Remove.
22349         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22350         message-remove-duplicates.
22351
22352         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22353         available, else use implementation from `delete-dups'.
22354
22355         * message.el (message-insert-expires): New function.
22356         (message-mode-map): Add key binding.
22357         (message-mode-field-menu): Add menu entry.
22358         (message-mode): Document it.
22359         (message-make-expires-date): Use `message-make-date'.
22360
22361 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22362
22363         * message.el (message-make-expires-date): New function.
22364
22365 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22366
22367         * Makefile.in (list-installed-shadows): New entry.
22368         (install): Use it.
22369         (remove-installed-shadows): New entry.
22370
22371         * dgnushack.el (dgnushack-default-load-path): New variable.
22372         (dgnushack-find-lisp-shadows): New function.
22373         (dgnushack-remove-lisp-shadows): New function.
22374
22375 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22376
22377         * Makefile.in (install-el-elc): New entry.
22378         (install): Use it so that .el files are necessarily installed.
22379
22380 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22381
22382         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22383
22384 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22385
22386         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22387         function rather than the diff-mode.el package.
22388         (mm-display-external): Use with-current-buffer.
22389         (mm-viewer-completion-map, mm-viewer-completion-map):
22390         Move initialization inside declaration.
22391
22392 2005-09-29  Simon Josefsson  <jas@extundo.com>
22393
22394         * spam.el: Load hashcash when compiling, to avoid warnings.
22395         Don't autoload mail-check-payment.
22396         (spam-check-hashcash): Define unconditionally, since hashcash.el
22397         is part of Gnus now.  Ignore errors from payment checking.
22398
22399 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22400
22401         * message.el (message-bold-region, message-unbold-region):
22402         Rename from `bold-region' and `unbold-region'.
22403
22404         * message.el: Remove useless autoloads.
22405
22406 2005-09-28  Simon Josefsson  <jas@extundo.com>
22407
22408         * message.el (message-use-idna): Default to t.
22409         (message-use-idna): Test whether encoding works too.  Doc fix.
22410
22411 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22412
22413         * nntp.el (nntp-warn-about-losing-connection): Remove.
22414
22415 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22416
22417         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22418         customizable.  Change default value.
22419         (mm-uu-diff-groups-regexp): Change default value.
22420         (mm-uu-type-alist): Add doc string.
22421         (mm-uu-configure): Add doc string.  Make it interactive.
22422         (mm-uu-tex-groups-regexp): New variable.
22423         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22424         (mm-uu-type-alist): Add LaTeX documents.
22425         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22426         of "text/verbatim".
22427         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22428
22429         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22430         instead of "text/verbatim".
22431
22432         * message.el (message-mark-inserted-region)
22433         (message-mark-insert-file): Use slrn style marks when called with
22434         prefix argument.
22435
22436 2005-09-27  Simon Josefsson  <jas@extundo.com>
22437
22438         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22439
22440 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22441
22442         * message.el (message-remove-duplicates): New function.
22443         Implementation borrowed from `gnus-remove-duplicates'.
22444         (message-idna-to-ascii-rhs): Also encode idna addresses in
22445         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22446         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22447         only ask about the same idna domain once per header and also tell
22448         in what header to replace the idna domain.
22449
22450         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22451         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22452         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22453         a header is decoded and not just the last one.
22454
22455 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22458         has been decoded.
22459
22460         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22461         (mm-insert-part): Don't modify text if it has been decoded.
22462
22463         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22464         decoded.
22465
22466         * mm-view.el (mm-inline-text): Don't strip text props unless
22467         decoding enriched or richtext parts.
22468
22469 2005-09-25  Romain Francoise  <romain@orebokech.com>
22470
22471         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22472         * gnus-start.el (gnus-subscribe-interactively):
22473         * gnus-uu.el (gnus-uu-grab-articles):
22474         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22475         space.
22476
22477 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22478
22479         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22480         * mm-view.el (mm-view-pkcs7-decrypt):
22481         * gnus-sum.el (gnus-summary-limit-to-extra)
22482         (gnus-summary-respool-article, gnus-read-move-group-name):
22483         * gnus-score.el (gnus-summary-increase-score):
22484         * gnus-util.el (gnus-completing-read-with-default):
22485         * gnus-art.el (gnus-read-save-file-name)
22486         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22487         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22488         * message.el (message-check-news-header-syntax):
22489         Follow convention for reading with the minibuffer.
22490
22491 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * spam-report.el (spam-report-url-ping-plain):
22494         Use gnus-extended-version as User-Agent.
22495
22496         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22497         default value is nil.
22498
22499         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22500         (mm-uu-verbatim-marks-extract): New function.
22501         (mm-uu-extract): New face.
22502         (mm-uu-copy-to-buffer): Use it.
22503
22504         * spam-report.el (spam-report-gmane-ham): Rename from
22505         `spam-report-gmane-unspam'.
22506         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22507         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22508
22509         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22510         Autoload.
22511         (spam-report-gmane-unregister-routine):
22512         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22513
22514 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22515
22516         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22517         (spam-report-gmane-unregister-routine): Add support for gmane
22518         unregistration.
22519
22520         * spam-report.el (spam-report-gmane-unspam)
22521         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22522         (spam-report-gmane): Change to take a single article and do unspam
22523         registration.
22524
22525 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22526
22527         * mm-url.el (mm-url-decode-entities): Fix regexp.
22528
22529 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22530
22531         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22532         default to nil, to be able to use Gnus at all.  If the default
22533         switches to something else, then the function should be fixed not
22534         be exceedingly slow.
22535
22536 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22537
22538         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22539         fail hard.
22540
22541         * spam-report.el: Add better Keywords line.
22542
22543         * spam.el: Add Maintainer and better Keywords line.
22544
22545 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22546
22547         * gnus-art.el (gnus-article-replace-part)
22548         (gnus-mime-replace-part): New functions.
22549         (gnus-mime-action-alist, gnus-mime-button-commands)
22550         (gnus-mime-save-part-and-strip): Add file argument.
22551         (gnus-article-part-wrapper): Add interactive argument.
22552
22553         * gnus-sum.el (gnus-summary-mime-map):
22554         Add `gnus-article-replace-part'.
22555
22556 2005-09-19  Didier Verna  <didier@xemacs.org>
22557
22558         The nnml compaction feature:
22559         * nnml.el (nnml-request-compact-group): New function.
22560         * nnml.el (nnml-request-compact): New function.
22561         * gnus-int.el (gnus-request-compact-group): New function.
22562         * gnus-int.el (gnus-request-compact): New function.
22563         * gnus-group.el (gnus-group-compact-group): New function.
22564         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22565         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22566         * gnus-srvr.el (gnus-server-compact-server): New function.
22567         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22568         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22569
22570 2005-09-18  Deepak Goel  <deego@gnufans.org>
22571
22572         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22573         format spec.
22574
22575 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22576
22577         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22578
22579 2005-09-15  Romain Francoise  <romain@orebokech.com>
22580
22581         * message.el (message-fill-paragraph): Clarify docstring.
22582
22583 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22584
22585         * gnus-art.el (gnus-mime-display-part): Protect against broken
22586         MIME messages.
22587
22588 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22589
22590         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22591         before parsing header.
22592
22593 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22594
22595         * html2text.el (html2text-replace-list): Add new entities.
22596
22597 2005-09-11  Romain Francoise  <romain@orebokech.com>
22598
22599         * message.el (message-alternative-emails): Improve docstring.
22600         (message-setup-1): Call `message-use-alternative-email-as-from'
22601         after `message-setup-hook' to give it precedence over posting
22602         styles, etc.
22603         (message-use-alternative-email-as-from): Add docstring.
22604         Remove the original From header if present.
22605
22606         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22607         (nnml-save-mail): Use it.
22608
22609         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22610         articles.  Add new argument `silent'.
22611         (gnus-uu-mark-all): Report the total number of marked articles.
22612
22613 2005-09-10  Romain Francoise  <romain@orebokech.com>
22614
22615         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22616         (gnus-uu-mark-series): Likewise.
22617
22618 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22619
22620         * spam-report.el (spam-report-gmane): Fix generation of spam
22621         report URL.
22622
22623 2005-09-10  Simon Josefsson  <jas@extundo.com>
22624
22625         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22626         t, based on discussion on the ding list with Robert Epprecht
22627         <epprecht@solnet.ch>.
22628
22629 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22630
22631         * spam-report.el (spam-report-gmane): Make it work without
22632         X-Report-Spam header.  Gmane now only provides Archived-At.
22633         This is only used if `spam-report-gmane-use-article-number' is nil.
22634         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22635
22636         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22637         make `gnus-summary-sort-by-recipient' work with threading.
22638
22639         * nnweb.el (nnweb-google-wash-article): Print a message if article
22640         is not available.
22641
22642 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22643
22644         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22645         change.  Decode text/* parts content before displaying.
22646
22647 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22648
22649         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22650
22651 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22654
22655         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22656         url-package-name, url-package-version,
22657         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22658         w3m-display-inline-images, and w3m-minor-mode-map.
22659
22660 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22661
22662         * message.el (message-tab-body-function): Fix mismatched custom type.
22663
22664         * gnus.el (gnus-group-change-level-function): Ditto.
22665
22666         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22667
22668         * gnus-art.el (gnus-signature-limit)
22669         (gnus-article-mime-part-function): Ditto.
22670
22671 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22672
22673         * mml.el (mml-mode): Silence the byte compiler.
22674
22675         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22676         using `(sit-for 0)' before moving the point to the specified part;
22677         skip unbuttonized parts.
22678         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22679         return to the summary window if gnus-auto-select-part is non-nil.
22680
22681 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22682
22683         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22684         New variables.
22685         (mml-dnd-attach-file, mml-mode): Use them.
22686
22687         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22688         Make fetching article by MID work again for Google Groups.
22689         Add FIXME concerning gnus-group-make-web-group.
22690
22691         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22692         Don't depend on Gnus by using mail-extract-address-components if
22693         gnus-extract-address-components is not bound.
22694
22695 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22696
22697         * gnus-art.el (gnus-mime-display-security): Don't display the
22698         signature, but only the signed part.
22699
22700 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22701
22702         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22703
22704         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22705         list, not listp.
22706
22707 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22708
22709         * mm-encode.el (mm-encode-content-transfer-encoding):
22710         Likewise when encoding.
22711
22712         * mm-bodies.el (mm-decode-content-transfer-encoding):
22713         De-canonicalize CRLF for all text content types, not just
22714         text/plain.
22715
22716 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22717
22718         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22719         valid article; point arrow and cursor at the MIME button.
22720
22721 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22722
22723         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22724         Suggested by Dan Christensen <jdc@uwo.ca>.
22725
22726         * mm-decode.el (mm-save-part): Enable change of prompt.
22727
22728 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22729
22730         * gnus-msg.el (gnus-inews-add-send-actions):
22731         Make `message-post-method' lambda parameter ARG `&optional'.
22732
22733 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22734
22735         * gnus-sum.el (gnus-summary-mime-map):
22736         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22737         gnus-article-jump-to-part.
22738
22739         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22740         (gnus-article-edit-part): Use it.
22741         (gnus-article-part-wrapper): Add no-handle argument.
22742         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22743         New functions.
22744
22745 2005-08-29  Romain Francoise  <romain@orebokech.com>
22746
22747         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22748         docstring.
22749         (gnus-face-from-file): Likewise.
22750
22751 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22752
22753         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22754         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22755         non-nil.
22756         (gnus-auto-select-part): New variable.
22757         (gnus-article-jump-to-part): New function.
22758         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22759         (gnus-mime-delete-part): Allow selecting specified part after
22760         deleting or stripping parts.
22761         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22762         part if argument is bogus.
22763
22764 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22765
22766         * gnus-art.el (w3m-minor-mode-map):
22767         * gnus-spec.el (gnus-newsrc-file-version):
22768         * gnus-util.el (nnmail-active-file-coding-system)
22769         (gnus-original-article-buffer, gnus-user-agent):
22770         * gnus.el (gnus-ham-process-destinations)
22771         (gnus-parameter-ham-marks-alist)
22772         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22773         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22774         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22775         * mm-decode.el (gnus-current-window-configuration):
22776         * mm-extern.el (gnus-article-mime-handles):
22777         * mm-url.el (url-current-object, url-package-name)
22778         (url-package-version):
22779         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22780         (smime-keys, w3m-cid-retrieve-function-alist)
22781         (w3m-current-buffer, w3m-display-inline-images)
22782         (w3m-minor-mode-map):
22783         * mml-smime.el (gnus-extract-address-components):
22784         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22785         (gnus-newsrc-hashtb, message-default-charset)
22786         (message-deletable-headers, message-options)
22787         (message-posting-charset, message-required-mail-headers)
22788         (message-required-news-headers):
22789         * mml1991.el (mc-pgp-always-sign):
22790         * mml2015.el (mc-pgp-always-sign):
22791         * nnheader.el (nnmail-extra-headers):
22792         * rfc1843.el (gnus-decode-encoded-word-function)
22793         (gnus-decode-header-function, gnus-newsgroup-name):
22794         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22795
22796 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22797
22798         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22799         the end of the date treatments.
22800
22801 2005-08-15  Simon Josefsson  <jas@extundo.com>
22802
22803         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22804         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22805         Capello and Romain Francoise.
22806         (pgg-fetch-key-function): Remove, not used?
22807         (pgg-insert-url-with-w3): Require url, to get
22808         url-insert-file-contents regardless of where it is defined.
22809
22810 2005-08-13  Romain Francoise  <romain@orebokech.com>
22811
22812         * message.el (message-cite-original-1): New function.
22813         (message-cite-original): Use it.
22814         (message-cite-original-without-signature): Ditto.
22815
22816 2005-08-08  Romain Francoise  <romain@orebokech.com>
22817
22818         * message.el (message-yank-empty-prefix): New variable.
22819         (message-indent-citation): Use it.
22820         (message-cite-original-without-signature): Respect X-No-Archive.
22821
22822 2005-08-08  Simon Josefsson  <jas@extundo.com>
22823
22824         * pgg.el: Autoload url-insert-file-contents instead of loading
22825         w3/url.
22826         (pgg-insert-url-with-w3): Don't load url here.
22827
22828 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22829
22830         * message.el (message-kill-to-signature): Don't insert newline at
22831         bol.
22832         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22833
22834 2005-08-06  Romain Francoise  <romain@orebokech.com>
22835
22836         * message.el (message-user-fqdn): Fix typo in docstring.
22837
22838 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22839
22840         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22841
22842         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22843
22844 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22845
22846         * mm-bodies.el (mm-encode-body): Use coding system rather than
22847         charset to encode text.
22848
22849         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22850         number of charsets if utf-8 is available (XEmacs).
22851
22852 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22853
22854         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22855         taken from `gnus-button-mid-or-mail-regexp'.
22856         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22857         (gnus-button-alist): Improve regexp for domain part of the MIDs
22858         for news:localpart@domain buttons.
22859         (gnus-button-ctan-directory-regexp): Update.
22860
22861 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22862
22863         * sieve-manage.el (sieve-manage-interactive-login):
22864         Use make-local-variable rather than make-variable-buffer-local.
22865         (sieve-manage-open): Ditto.
22866         (sieve-manage-authenticate): Ditto.
22867
22868         * mml.el (mml-generate-mime-1): Make the content type default to
22869         text/plain if the filename is not specified.
22870
22871 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22872
22873         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22874         instead of insert-buffer.
22875
22876         * message.el (message-yank-original): Ditto; set the mark at the
22877         end of the yanked message.
22878
22879 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22880
22881         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22882         lines to scroll rather than to stop it.
22883
22884         * mml.el (mml-generate-default-type): Add doc string.
22885         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22886         default to application/octet-stream when determining the content
22887         type if it is not specified for the part or the mml contents; add
22888         a comment about mml-generate-default-type.
22889
22890 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22891
22892         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22893         make it default to application/octet-stream when determining the
22894         content type if it is not specified for the external contents.
22895
22896 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22897
22898         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22899         segmented parameter but also other parameters might be there.
22900
22901 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22902
22903         * mm-decode.el (mm-display-external): Delete temp file, directory
22904         and buffer immediately if the external process is exited.
22905
22906 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22909         fewer lines than that of scroll-margin.
22910         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22911
22912 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22913
22914         * gnus-art.el (gnus-article-next-page): Revert.
22915         (gnus-article-beginning-of-window): New macro.
22916         (gnus-article-next-page-1): Use it.
22917         (gnus-article-prev-page): Ditto.
22918         (gnus-article-edit-part): Use insert-buffer-substring instead of
22919         insert-buffer.
22920         (gnus-article-edit-exit): Ditto.
22921
22922         * gnus-util.el (gnus-beginning-of-window): Remove.
22923         (gnus-end-of-window): Remove.
22924
22925         * lpath.el: Don't bind header-line-format and scroll-margin.
22926
22927 2005-07-25  Simon Josefsson  <jas@extundo.com>
22928
22929         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22930         to have the url package without w3.  Reported by Daiki Ueno
22931         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22932
22933 2005-07-20  Didier Verna  <didier@xemacs.org>
22934
22935         * gnus-diary.el: Remove the description comment (nndiary is now
22936         properly documented in the Gnus manual).
22937         Fix the spelling of "Back End".
22938         * nndiary.el: Ditto.
22939         Fix the copyright notice.
22940
22941 2005-07-18  Romain Francoise  <romain@orebokech.com>
22942
22943         * gnus-sum.el (gnus-summary-to-prefix)
22944         (gnus-summary-newsgroup-prefix): New variables.
22945         (gnus-summary-from-or-to-or-newsgroups): Use them.
22946
22947 2005-07-17  Romain Francoise  <romain@orebokech.com>
22948
22949         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22950         space as it's generally not especially interesting to the user.
22951
22952 2005-07-16  Romain Francoise  <romain@orebokech.com>
22953
22954         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22955         nil to avoid prompting and file modification if one of the
22956         messages at the top of the nnfolder file contains a copyright
22957         notice.
22958         Update copyright notice.
22959
22960         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22961         instead of `current-time-string' as the latter creates a time
22962         string that is not RFC 2822 compliant (it lacks the zone).
22963         Update copyright notice.
22964
22965 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22966
22967         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22968         for text/rtf.  Display default in prompt.  Pass default for M-n.
22969
22970         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22971
22972 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22973
22974         * gnus-msg.el (gnus-button-mailto):
22975         Remove save-selected-window-window hackery because it relies on
22976         save-selected-window internals.
22977
22978 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22979
22980         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22981         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22982         (gnus-article-prev-page): Ditto.
22983
22984         * gnus-util.el (gnus-beginning-of-window): New function.
22985         (gnus-end-of-window): New function.
22986
22987         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22988
22989 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22990
22991         * gnus-score.el (gnus-score-edit-all-score):
22992         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22993         gnus-message.
22994
22995 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22996
22997         * gnus-msg.el (gnus-button-mailto):
22998         Remove save-selected-window-window hackery because it relies on
22999         save-selected-window internals.
23000
23001 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23002
23003         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23004         add-minor-mode.
23005         (gnus-binary-mode): Ditto.
23006
23007         * gnus-topic.el (gnus-topic-mode): Ditto.
23008
23009 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23010
23011         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23012         (gnus-article-prev-page): Take scroll-margin into consideration.
23013
23014 2005-07-04  Lute Kamstra  <lute@gnu.org>
23015
23016         Update FSF's address in GPL notices.
23017
23018 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23019
23020         * gnus.el (gnus-exit):
23021         * gnus-group.el (gnus-group-icons):
23022         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23023
23024         * gnus-nocem.el (gnus-nocem):
23025         * message.el (message-various, message-buffers, message-sending)
23026         (message-interface, message-forwarding, message-insertion)
23027         (message-headers, message-news, message-mail):
23028         * pgg-gpg.el (pgg-gpg):
23029         * pgg-parse.el (pgg-parse):
23030         * pgg-pgp.el (pgg-pgp):
23031         * pgg-pgp5.el (pgg-pgp5):
23032         * pop3.el (pop3): Finish `defgroup' description with period.
23033
23034 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23035
23036         * gnus-art.el (article-display-face): Improve the efficiency.
23037         (article-display-x-face): Ditto; remove gray x-face stuff.
23038
23039 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23040
23041         * gnus-art.el (article-display-face): Correct the position in
23042         which Faces are inserted.
23043
23044 2005-06-29  Didier Verna  <didier@xemacs.org>
23045
23046         * gnus-art.el (article-display-face): Display faces in correct
23047         order.
23048
23049 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23050
23051         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23052         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23053         (gnus-nocem-check-article): Fetch the Type header.
23054         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23055         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23056         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23057         make sure gnus-nocem-hashtb is initialized.
23058         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23059         (gnus-nocem-unwanted-article-p): Ditto.
23060
23061         * pgg.el (pgg-verify): Return the verification result.
23062
23063 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23064
23065         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23066         is ascii.
23067
23068 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23069
23070         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23071         `show-nonbreak-escape'.
23072
23073 2005-06-23  Lute Kamstra  <lute@gnu.org>
23074
23075         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23076
23077         * dig.el (dig-mode):
23078         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23079
23080 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23081
23082         * nnimap.el (nnimap-split-download-body): Fix spellings.
23083
23084 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23085
23086         * gnus-art.el (gnus-article-encrypt-body):
23087         * gnus-cus.el (gnus-score-customize):
23088         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23089         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23090
23091 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23092
23093         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23094         header by looking for magic "MII" at the beginning.
23095
23096 2005-06-16  Miles Bader  <miles@gnu.org>
23097
23098         * gnus-xmas.el (gnus-xmas-group-startup-message):
23099         Use renamed gnus-splash face.
23100
23101         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23102         (assistant-field-face): New backward-compatibility alias for renamed
23103         face.
23104         (assistant-render-text): Use renamed assistant-field face.
23105
23106         * spam.el (spam): Remove "-face" suffix from face name.
23107         (spam-face): New backward-compatibility alias for renamed face.
23108         (spam-face, spam-initialize): Use renamed spam face.
23109
23110         * message.el (message-header-to, message-header-cc)
23111         (message-header-subject, message-header-newsgroups)
23112         (message-header-other, message-header-name)
23113         (message-header-xheader, message-separator, message-cited-text)
23114         (message-mml): Remove "-face" suffix from face names.
23115         (message-header-to-face, message-header-cc-face)
23116         (message-header-subject-face, message-header-newsgroups-face)
23117         (message-header-other-face, message-header-name-face)
23118         (message-header-xheader-face, message-separator-face)
23119         (message-cited-text-face, message-mml-face):
23120         New backward-compatibility aliases for renamed faces.
23121         (message-font-lock-keywords): Use renamed message faces.
23122
23123         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23124         (sieve-test-commands, sieve-tagged-arguments):
23125         Remove "-face" suffix from face names.
23126         (sieve-control-commands-face, sieve-action-commands-face)
23127         (sieve-test-commands-face, sieve-tagged-arguments-face):
23128         New backward-compatibility aliases for renamed faces.
23129         (sieve-control-commands-face, sieve-action-commands-face)
23130         (sieve-test-commands-face, sieve-tagged-arguments-face):
23131         Use renamed sieve faces.
23132
23133         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23134         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23135         (gnus-group-news-3-empty, gnus-group-news-4)
23136         (gnus-group-news-4-empty, gnus-group-news-5)
23137         (gnus-group-news-5-empty, gnus-group-news-6)
23138         (gnus-group-news-6-empty, gnus-group-news-low)
23139         (gnus-group-news-low-empty, gnus-group-mail-1)
23140         (gnus-group-mail-1-empty, gnus-group-mail-2)
23141         (gnus-group-mail-2-empty, gnus-group-mail-3)
23142         (gnus-group-mail-3-empty, gnus-group-mail-low)
23143         (gnus-group-mail-low-empty, gnus-summary-selected)
23144         (gnus-summary-cancelled, gnus-summary-high-ticked)
23145         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23146         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23147         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23148         (gnus-summary-low-undownloaded)
23149         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23150         (gnus-summary-low-unread, gnus-summary-normal-unread)
23151         (gnus-summary-high-read, gnus-summary-low-read)
23152         (gnus-summary-normal-read, gnus-splash):
23153         Remove "-face" suffix from face names.
23154         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23155         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23156         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23157         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23158         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23159         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23160         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23161         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23162         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23163         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23164         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23165         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23166         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23167         (gnus-summary-normal-ticked-face)
23168         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23169         (gnus-summary-normal-ancient-face)
23170         (gnus-summary-high-undownloaded-face)
23171         (gnus-summary-low-undownloaded-face)
23172         (gnus-summary-normal-undownloaded-face)
23173         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23174         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23175         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23176         (gnus-splash-face):
23177         New backward-compatibility aliases for renamed faces.
23178         (gnus-group-startup-message): Use renamed gnus faces.
23179
23180         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23181         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23182         (gnus-server-agent): Remove "-face" suffix from face names.
23183         (gnus-server-agent-face, gnus-server-opened-face)
23184         (gnus-server-closed-face, gnus-server-denied-face)
23185         (gnus-server-offline-face):
23186         New backward-compatibility aliases for renamed faces.
23187         (gnus-server-agent-face, gnus-server-opened-face)
23188         (gnus-server-closed-face, gnus-server-denied-face)
23189         (gnus-server-offline-face): Use renamed gnus faces.
23190
23191         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23192         Remove "-face" suffix from face names.
23193         (gnus-picon-xbm-face, gnus-picon-face):
23194         New backward-compatibility aliases for renamed faces.
23195
23196         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23197         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23198         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23199         (gnus-cite-11): Remove "-face" suffix from face names.
23200         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23201         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23202         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23203         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23204         New backward-compatibility aliases for renamed faces.
23205         (gnus-cite-attribution-face, gnus-cite-face-list)
23206         (gnus-article-boring-faces): Use renamed gnus faces.
23207
23208         * gnus-art.el (gnus-signature, gnus-header-from)
23209         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23210         (gnus-header-content): Remove "-face" suffix from face names.
23211         (gnus-signature-face, gnus-header-from-face)
23212         (gnus-header-subject-face, gnus-header-newsgroups-face)
23213         (gnus-header-name-face, gnus-header-content-face):
23214         New backward-compatibility aliases for renamed faces.
23215         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23216
23217         * gnus-sum.el (gnus-summary-selected-face)
23218         (gnus-summary-highlight): Use renamed gnus faces.
23219         * gnus-group.el (gnus-group-highlight): Likewise.
23220
23221 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23222
23223         * gnus-sieve.el (gnus-sieve-article-add-rule):
23224         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23225         * spam-stat.el (spam-stat-buffer-change-to-spam)
23226         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23227
23228         * message.el (message-is-yours-p):
23229         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23230
23231 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23232
23233         * mm-view.el (mm-inline-text): Withdraw the last change.
23234
23235 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23236
23237         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23238         executing enriched-decode.
23239
23240 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23241
23242         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23243         charset of tar files.
23244
23245 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23246
23247         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23248
23249 2005-06-04  Lute Kamstra  <lute@gnu.org>
23250
23251         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23252         information is never recorded.
23253
23254 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23255
23256         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23257
23258 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23259
23260         * pop3.el (pop3-apop): Run md5 in the binary mode.
23261
23262         * starttls.el (starttls-set-process-query-on-exit-flag):
23263         Use eval-and-compile.
23264
23265 2005-05-31  Simon Josefsson  <jas@extundo.com>
23266
23267         * smime.el (smime-replace-in-string): Define.
23268         (smime-cert-by-ldap-1): Use it.
23269
23270 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23271
23272         * gnus-art.el (article-display-x-face): Replace
23273         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23274
23275         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23276         set-process-query-on-exit-flag or process-kill-without-query.
23277
23278         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23279         loop instead of replace-regexp.
23280
23281         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23282         instead of process-kill-without-query if it is available.
23283
23284         * lpath.el: Fbind ldap-search-entries.
23285
23286         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23287         instead of find-file-hooks if it is available.
23288
23289         * mml1991.el: Bind pgg-default-user-id when compiling.
23290
23291         * mml2015.el: Bind pgg-default-user-id when compiling.
23292
23293         * nndraft.el (nndraft-request-associate-buffer):
23294         Use write-contents-functions instead of write-contents-hooks if it is
23295         available.
23296
23297         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23298         instead of find-file-hooks if it is available.
23299
23300         * nntp.el (nntp-open-connection): Replace
23301         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23302         (nntp-open-ssl-stream): Ditto.
23303         (nntp-open-tls-stream): Ditto.
23304
23305         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23306         set-process-query-on-exit-flag or process-kill-without-query.
23307         (starttls-open-stream-gnutls): Use it instead of
23308         process-kill-without-query.
23309         (starttls-open-stream): Ditto.
23310
23311 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23312
23313         * smime.el (smime-cert-by-ldap-1): Don't use
23314         replace-regexp-in-string.
23315
23316 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23317
23318         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23319
23320         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23321         in PEM format.  Adjust to the XEmacs compatibility.
23322
23323 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23324
23325         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23326         by `string-to-number'.
23327         * gnus-agent.el (gnus-agent-regenerate-group)
23328         (gnus-agent-fetch-articles): Ditto.
23329         * gnus-art.el (gnus-button-fetch-group): Ditto.
23330         * gnus-cache.el (gnus-cache-generate-active)
23331         (gnus-cache-articles-in-group): Ditto.
23332         * gnus-group.el (gnus-group-set-current-level)
23333         (gnus-group-insert-group-line): Ditto.
23334         * gnus-score.el (gnus-score-set-expunge-below)
23335         (gnus-score-set-mark-below, gnus-summary-score-effect)
23336         (gnus-summary-score-entry): Ditto.
23337         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23338         (gnus-soup-pack): Ditto.
23339         * gnus-spec.el (gnus-xmas-format): Ditto.
23340         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23341         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23342         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23343         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23344         * nndb.el (nndb-get-remote-expire-response): Ditto.
23345         * nndiary.el (nndiary-parse-schedule-value)
23346         (nndiary-string-to-number, nndiary-request-replace-article)
23347         (nndiary-request-article): Ditto.
23348         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23349         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23350         * nneething.el (nneething-make-head): Ditto.
23351         * nnfolder.el (nnfolder-request-article)
23352         (nnfolder-retrieve-headers): Ditto.
23353         * nnheader.el (nnheader-file-to-number): Ditto.
23354         * nnkiboze.el (nnkiboze-request-article): Ditto.
23355         * nnmail.el (nnmail-process-unix-mail-format)
23356         (nnmail-process-babyl-mail-format): Ditto.
23357         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23358         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23359         (nnmh-request-create-group, nnmh-request-list-1)
23360         (nnmh-request-group, nnmh-request-article): Ditto.
23361         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23362         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23363         * nnsoup.el (nnsoup-make-active): Ditto.
23364         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23365         * nntp.el (nntp-find-group-and-number)
23366         (nntp-retrieve-headers-with-xover): Ditto.
23367         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23368         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23369         (pgg-format-key-identifier): Ditto.
23370         * pop3.el (pop3-last, pop3-stat): Ditto.
23371         * qp.el (quoted-printable-decode-region): Ditto.
23372
23373         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23374         of concat.
23375
23376 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23377
23378         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23379
23380         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23381
23382         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23383
23384         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23385
23386         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23387
23388         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23389
23390         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23391         (gnus-carpal-mode): Ditto.
23392
23393         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23394         (gnus-browse-mode): Ditto.
23395
23396         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23397
23398         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23399
23400 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23401
23402         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23403
23404 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23405
23406         * gnus-util.el (gnus-run-mode-hooks): New function.
23407
23408         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23409
23410         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23411         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23412
23413 2005-05-27  Lute Kamstra  <lute@gnu.org>
23414
23415         * dns-mode.el (dns-mode): Specify customization group.
23416
23417 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23418
23419         * gnus-agent.el (gnus-agent-make-mode-line-string):
23420         Use mode-line-highlight as mouse-face.
23421
23422 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23423
23424         * canlock.el (canlock): Change the parent group to news.
23425
23426         * deuglify.el (gnus-outlook-deuglify): Add :group.
23427
23428         * dig.el (dig): Add :group.
23429
23430         * dns-mode.el (dns-mode): Add :group.
23431
23432         * encrypt.el (encrypt): Add :group.
23433
23434         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23435         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23436         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23437         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23438         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23439
23440         * gnus-diary.el (gnus-diary): Add :group.
23441
23442         * gnus.el (gnus-group-news-1-face): Add :group.
23443         (gnus-group-news-1-empty-face): Ditto.
23444         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23445         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23446         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23447         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23448         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23449         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23450         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23451         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23452         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23453         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23454         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23455         (gnus-summary-high-ticked-face): Ditto.
23456         (gnus-summary-low-ticked-face): Ditto.
23457         (gnus-summary-normal-ticked-face): Ditto.
23458         (gnus-summary-high-ancient-face): Ditto.
23459         (gnus-summary-low-ancient-face): Ditto.
23460         (gnus-summary-normal-ancient-face): Ditto.
23461         (gnus-summary-high-undownloaded-face): Ditto.
23462         (gnus-summary-low-undownloaded-face): Ditto.
23463         (gnus-summary-normal-undownloaded-face): Ditto.
23464         (gnus-summary-high-unread-face): Ditto.
23465         (gnus-summary-low-unread-face): Ditto.
23466         (gnus-summary-normal-unread-face): Ditto.
23467         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23468         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23469
23470         * hashcash.el (hashcash): New custom group.
23471         (hashcash-default-payment): Add :group.
23472         (hashcash-payment-alist): Ditto.
23473         (hashcash-default-accept-payment): Ditto.
23474         (hashcash-accept-resources): Ditto.
23475         (hashcash-path): Ditto.
23476         (hashcash-extra-generate-parameters): Ditto.
23477         (hashcash-double-spend-database): Ditto.
23478         (hashcash-in-news): Ditto.
23479
23480         * message.el (message-minibuffer-local-map): Add :group.
23481
23482         * netrc.el (netrc): Add :group.
23483
23484         * sieve-manage.el (sieve-manage-log): Add :group.
23485         (sieve-manage-default-user): Diito.
23486         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23487         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23488         (sieve-manage-authenticators): Ditto.
23489         (sieve-manage-authenticator-alist): Ditto.
23490         (sieve-manage-default-port): Ditto.
23491
23492         * sieve-mode.el (sieve-control-commands-face): Add :group.
23493         (sieve-action-commands-face): Ditto.
23494         (sieve-test-commands-face): Ditto.
23495         (sieve-tagged-arguments-face): Ditto.
23496
23497         * smime.el (smime): Add :group.
23498
23499         * spam-report.el (spam-report): Add :group.
23500
23501         * spam.el (spam, spam-face): Add :group.
23502
23503 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23504
23505         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23506         return \n.\n.\n at the end of articles.  Protect against that.
23507         (nntp-with-open-group): Allow debugging.
23508
23509         * nnheader.el (mail-header-set-extra): Make into a function
23510         because I just could't understand how to quote the list properly.
23511
23512         * dns.el (query-dns-cached): New function.
23513
23514 2005-05-26  Lute Kamstra  <lute@gnu.org>
23515
23516         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23517
23518 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23519
23520         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23521
23522         * gnus-art.el: Don't autoload mail-extract-address-components.
23523
23524         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23525         eval-and-compile to evaluate it.
23526
23527         * hashcash.el: Don't autoload executable-find.
23528
23529         * nndb.el: Don't declare the nndb back end two or more times; don't
23530         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23531
23532         * nntp.el: Autoload format-spec instead of format; use
23533         eval-and-compile to evaluate autoload forms.
23534
23535 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23536
23537         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23538
23539 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23540
23541         * gnus.el (gnus-version-number): Bump version.
23542
23543 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23544
23545         * gnus.el: No Gnus v0.3 is released.
23546
23547 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23548
23549         * lpath.el (featurep): Bind show-nonbreak-escape.
23550
23551 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23552
23553         * gnus-art.el (gnus-article-edit-part): Disable undo.
23554
23555 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23556
23557         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23558         gnus-article-date-lapsed-new-header is t if date timer is active;
23559         skip headers in which the original date value is empty.
23560         (gnus-article-save-original-date): Redefine it as a macro.
23561         (gnus-display-mime): Use it.
23562
23563 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23564
23565         * gnus-art.el (article-date-ut): Support converting date in
23566         forwarded parts as well.
23567         (gnus-article-save-original-date): New function.
23568         (gnus-display-mime): Use it.
23569
23570 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23571
23572         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23573         enclosure element of <item>.
23574
23575 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23576
23577         * message.el (message-kill-buffer-query): Rename from
23578         `message-kill-buffer-query-if-modified'.  Add :version.
23579
23580 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23583         window layout.
23584
23585 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23586
23587         * mml.el: Autoload dnd when compiling.
23588
23589 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23590
23591         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23592         x-dnd-*.
23593
23594 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23595
23596         * qp.el (quoted-printable-encode-region): Save excursion.
23597
23598 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23599
23600         * message.el (message-kill-buffer-query-if-modified): Add new variable
23601         so the user can kill a modified message buffer quickly.
23602         (message-kill-buffer): Use it.
23603
23604 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23605
23606         * lpath.el: Fbind display-time-event-handler; don't fbind
23607         string-to-multibyte.
23608
23609         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23610
23611 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23612
23613         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23614         contained in text because xml.el decodes entities) with LFs.
23615
23616 2005-04-11  Lute Kamstra  <lute@gnu.org>
23617
23618         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23619         differently.
23620
23621 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23622
23623         * mm-util.el (mm-detect-coding-region): Typo.
23624
23625 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23626
23627         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23628
23629 2005-04-06  Deepak Goel  <deego@gnufans.org>
23630
23631         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23632         user-function allow user modifications of the scores.
23633         (spam-stat-score-buffer-user): New function, to allow
23634         user-computed modifications to the score.
23635         (spam-stat-score-buffer-user-functions): List of additional
23636         scoring functions.
23637         (spam-stat-error-holder): Global temporary error holder.
23638         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23639         variable.
23640
23641 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23642
23643         * gnus-registry.el (gnus-registry-clean-empty-function)
23644         (gnus-registry-trim, gnus-registry-fetch-groups)
23645         (gnus-registry-delete-group): Groups that match
23646         `gnus-registry-ignored-groups' are removed from the registry
23647         entries, not just ignored for splitting.  This helps clean up the
23648         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23649         to get all the groups a message ID is in.
23650
23651         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23652         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23653         (spam-stat-score-buffer-user-functions): Add :number custom type.
23654
23655 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23656
23657         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23658         argument in XEmacs.
23659
23660         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23661         (nnrss-request-group): Decode group name first.
23662         (nnrss-request-article): Make a text/plain article if mml-to-mime
23663         failed.
23664         (nnrss-get-encoding): Return a compatible encoding according to
23665         nnrss-compatible-encoding-alist.
23666         (nnrss-find-el): Use consp instead of listp.
23667         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23668
23669 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23670
23671         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23672         which Emacs 20 doesn't support.
23673         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23674
23675 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23676
23677         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23678         silence the byte compiler inside the defun.
23679
23680         * gnus-demon.el (parse-time-string): Add autoload.
23681
23682         * gnus-delay.el (parse-time-string): Add autoload.
23683
23684         * gnus-art.el (parse-time-string): Add autoload.
23685
23686         * nnultimate.el (parse-time): Require for `parse-time-string'.
23687
23688 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23689
23690         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23691
23692         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23693
23694         * smime.el (smime-ldap-host-list): Add :version.
23695
23696 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23697
23698         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23699         pass it to `gnus-browse-read-group'.
23700         (gnus-browse-read-group): Add NUMBER argument and pass it to
23701         `gnus-group-read-ephemeral-group'.
23702
23703         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23704         argument and pass it to `gnus-group-read-group'.
23705
23706 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23707
23708         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23709         mm-xemacs-find-mime-charset-1 if we have the mule feature
23710         available at runtime.
23711
23712 2005-03-25  Werner Lemberg  <wl@gnu.org>
23713
23714         * nnmaildir.el: Replace `illegal' with `invalid'.
23715
23716 2005-03-23  Lute Kamstra  <lute@gnu.org>
23717
23718         * time-date.el: Add comment on time value formats.
23719         Don't require parse-time.
23720         (with-decoded-time-value): New macro.
23721         (encode-time-value): New function.
23722         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23723         (days-to-time): Return a valid time value when arg is huge.
23724         (time-since): Use time-subtract.
23725         (time-to-number-of-days): Use time-to-seconds.
23726
23727 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23728
23729         * gnus-start.el (gnus-display-time-event-handler):
23730         Check display-time-timer at runtime rather than only at load time
23731         in case display-time-mode is turned off in the mean time.
23732
23733 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23734
23735         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23736         used.
23737
23738         * nneething.el (nneething-map-file-directory): Derive from
23739         `gnus-directory'.
23740
23741         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23742         the To/Cc button.
23743
23744 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23745
23746         * nnmaildir.el (nnmaildir-request-accept-article):
23747         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23748
23749 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23750
23751         * gnus-async.el: Require timer-funcs at compile time when in
23752         XEmacs for `run-with-idle-timer'.
23753
23754 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23755
23756         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23757         autoloaded function.
23758
23759 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23760
23761         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23762
23763 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23764
23765         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23766
23767 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23768
23769         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23770         Add gnus-expert-user to default.
23771
23772 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23773
23774         * nnimap.el (nnimap-open-server): Ditto.
23775
23776         * imap.el (imap-authenticate): Fix typo.
23777
23778 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23779
23780         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23781         buffer (since IMAP server might return FETCH response out of
23782         order, and the nntp buffer must be sorted).
23783
23784 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23785
23786         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23787         comparison on string.
23788
23789         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23790         (gnus-agent-score): Rename category keywords to match gnus-cus.
23791         (gnus-agent-summary-fetch-series): Modify to protect against
23792         gnus-agent-summary-fetch-group clearing processable flags.
23793         (gnus-agent-synchronize-group-flags): Update live group buffer as
23794         synchronization may occur due to the user toggle the plugged
23795         status.
23796         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23797         successfully downloaded.
23798         (gnus-agent-expire-group-1): Avoid using markers when the overview
23799         is in ascending order; greatly improves performance.
23800         (gnus-agent-regenerate-group):
23801         Use gnus-agent-synchronize-group-flags to reset read status in both
23802         gnus and server.
23803         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23804
23805 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23806
23807         * message.el: Don't autoload former message-utils variables.
23808         (message-strip-subject-trailing-was): Change doc string.
23809
23810         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23811         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23812         (nnweb-google-search): Add "hl=en" here.
23813         (nnweb-google-parse-1, nnweb-google-create-mapping):
23814         Don't hardcode URL.
23815
23816 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23817
23818         * message.el (message-get-reply-headers, message-followup):
23819         Mention related variables `message-use-followup-to' and
23820         `message-use-mail-followup-to', in the information buffer.
23821
23822         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23823         of broken groups(-beta).google.com.
23824
23825 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23826
23827         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23828         parameter to invoked gnus-request-move-article; remove the
23829         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23830         all at once instead of once per article.
23831         (gnus-summary-remove-process-mark): Accept a list of articles as
23832         well as a single article for processing.
23833
23834         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23835         parameter.
23836
23837         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23838
23839         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23840
23841         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23842         parameter.
23843
23844         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23845         parameter.
23846
23847         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23848         parameter and remove the gnus-sum-hint-move-is-internal variable.
23849
23850         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23851         parameter.
23852
23853         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23854         parameter.
23855
23856         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23857         parameter.
23858
23859         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23860
23861         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23862         parameter.
23863
23864         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23865         parameter.
23866
23867 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23868
23869         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23870         a more conservative way.
23871
23872 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23873
23874         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23875         buffer, so it moves the window's cursor.
23876
23877 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23878
23879         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23880         `mm-dissect-multipart' and receive the from field as an (optional)
23881         argument from `mm-dissect-multipart'.
23882         (mm-dissect-multipart): Receive the from field as an argument and
23883         pass it on when we call `mm-dissect-buffer' on MIME parts.
23884         Fixes verification/decryption of signed/encrypted MIME parts.
23885
23886 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23887
23888         * gnus-sum.el (gnus-summary-move-article):
23889         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23890         whatever it calls (right now, only nnimap-request-move article
23891         respects it).
23892
23893         * nnimap.el (nnimap-request-move-article):
23894         When gnus-sum-hint-move-is-internal is set, don't do the extra
23895         nnimap-request-article.
23896
23897 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23898
23899         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23900
23901         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23902         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23903
23904         * gnus-sum.el (gnus-summary-caesar-message):
23905         Apply `gnus-treat-article' after rotation.
23906
23907         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23908         doc string.
23909
23910 2005-02-22  Simon Josefsson  <jas@extundo.com>
23911
23912         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23913         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23914         <arne@arnested.dk>.
23915         (encrypt): Add password-cache and password-cache-expiry as group
23916         members.
23917
23918 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23919
23920         * smime.el (smime-ldap-host-list): Doc fix.
23921         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23922         cache) password.
23923         (smime-sign-region): Use it.
23924         (smime-decrypt-region): Use it.
23925         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23926         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23927         fails.
23928         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23929         certificate from DER to PEM format rather than calling openssl.
23930
23931         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23932
23933         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23934         for signing/encryption.
23935
23936         * mml.el (mml-parse-1): Use them.
23937
23938 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23939
23940         * nnrss.el (nnrss-verbose): Remove.
23941         (nnrss-request-group): Use `nnheader-message' instead.
23942
23943 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23944
23945         * nnrss.el (nnrss-verbose): New variable.
23946         (nnrss-request-group): Make it say nnrss is requesting a group.
23947
23948 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23949
23950         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23951         Handle news URL with given port correctly.
23952
23953 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23956         containing special characters.
23957
23958         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23959
23960         * mml.el (mime-to-mml): Ditto.
23961
23962         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23963         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23964         (rfc2047-decode-region): Quote decoded words containing special
23965         characters when rfc2047-quote-decoded-words-containing-tspecials
23966         is non-nil.
23967
23968 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23969
23970         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23971
23972         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23973
23974 2005-02-15  Simon Josefsson  <jas@extundo.com>
23975
23976         * nnimap.el (nnimap-debug): Doc fix.
23977
23978         * imap.el (imap-debug): Doc fix.
23979
23980 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23981
23982         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23983
23984 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23985
23986         * gnus.el (spam-contents): Improve docs for spam-contents
23987         parameter in its variable incarnation.
23988
23989 2005-02-14  Simon Josefsson  <jas@extundo.com>
23990
23991         * smime-ldap.el: Use require instead of load-library for ldap.
23992         (smime-ldap-search): Indent.
23993         (smime-ldap-search-internal): Shorten line.
23994
23995         * smime.el (smime-cert-by-dns): Add doc-string.
23996         (smime-cert-by-ldap-1): Indent.
23997
23998         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23999         mml-smime-get-dns-ldap.
24000         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24001
24002 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24003
24004         * smime.el: Require smime-ldap.
24005         (smime-ldap-host-list): New variable.
24006         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24007
24008         * mml-smime.el (mml-smime-encrypt-query): New function.
24009         (mml-smime-encrypt-query): Use it.
24010
24011         * smime-ldap.el: New file.
24012
24013 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24016
24017 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24018
24019         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24020         argument in doc string.  Make query for type more clear.
24021
24022 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24023
24024         * gnus.el (gnus-group-startup-message): Search for gnus images in
24025         etc/images/gnus.
24026         * mm-util.el (mm-image-load-path): Likewise.
24027         * smiley.el (smiley-data-directory): Search for smilies in
24028         etc/images/smilies.
24029
24030 2005-02-09  Kim F. Storm  <storm@cua.dk>
24031
24032         Change Emacs release version from 21.4 to 22.1 throughout.
24033         Change Emacs development version from 21.3.50 to 22.0.50.
24034
24035 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24036
24037         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24038
24039         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24040         non-Mule XEmacs as well.
24041         (mm-decompress-buffer): Signal an error intentionally if it does
24042         not decompress compressed data because auto-compression-mode is
24043         disabled.
24044
24045 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24046
24047         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24048         an ID in the registry even if it has no groups.
24049
24050 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24051
24052         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24053         merge it into mm-decompress-buffer.
24054         (gnus-mime-copy-part): Use the MIME part charset, the value which
24055         a user specified or gnus-newsgroup-charset for decoding, like
24056         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24057         save-buffer what was used.  Suggested by Kevin Ryde
24058         <user42@zip.com.au>.
24059         (gnus-mime-inline-part): Allow the name parameter as well as the
24060         filename parameter; force decompressing of compressed data; always
24061         display contents being not decoded as unibyte.
24062
24063         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24064         as well as the filename parameter.
24065
24066         * mm-util.el (mm-decompress-buffer):
24067         Merge gnus-mime-jka-compr-maybe-uncompress.
24068         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24069         of compressed data.
24070
24071 2005-02-08  Simon Josefsson  <jas@extundo.com>
24072
24073         * imap.el (imap-log): Doc fix.
24074
24075 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24076
24077         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24078         the coding cookies; decompress compressed parts.
24079
24080         * mml.el (mml-generate-mime-1): Add the charset parameter according
24081         to the value which a user specified manually or the coding cookie.
24082
24083         * mm-util.el (mm-string-to-multibyte): New function.
24084         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24085         (mm-coding-system-to-mime-charset): New function.
24086         (mm-decompress-buffer): New function.
24087         (mm-find-buffer-file-coding-system): New function.
24088
24089         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24090         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24091         parts.
24092
24093 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24094
24095         * mm-view.el (mm-display-inline-fontify): Decode a part according
24096         to the charset parameter.
24097
24098 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24099
24100         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24101         prefix arg is neither nil nor a number, as info specifies.
24102
24103 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24104
24105         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24106         timestamps.
24107
24108 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24109
24110         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24111         groups error checking and notify user.
24112
24113 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24114
24115         * message.el (message-send-mail-function): Check existence of
24116         sendmail-program first before using default value
24117         `message-send-mail-with-sendmail'.  Otherwise use more generic
24118         `smtpmail-send-it'.
24119
24120 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24121
24122         * nntp.el (nntp-request-update-info): Always return nil.
24123
24124 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24125
24126         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24127
24128 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24129
24130         * message.el (message-beginning-of-line): Change the behavior when
24131         invoked between BOL and : so that it first moves backward.
24132
24133 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24134
24135         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24136         article buffer when editing of the article is discarded.
24137         (gnus-article-prepare): Revert.
24138
24139 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24140
24141         * gnus-art.el (gnus-article-prepare):
24142         Remove message-strip-forbidden-properties from the local hook.
24143
24144 2005-01-27  Simon Josefsson  <jas@extundo.com>
24145
24146         * password.el (password-cache-add): Only start one timer per key.
24147         Reported by Derek Atkins <warlord@MIT.EDU>.
24148
24149 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24150
24151         * run-at-time.el: Remove.  It is no longer needed as
24152         timer-funcs.el in the xemacs-base package has a working version of
24153         `run-at-time'.
24154
24155         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24156
24157         * password.el: Require timer-funcs instead of run-at-time in
24158         XEmacs.
24159         Remove `password-run-at-time' macro.
24160         (password-cache-add): Use `run-at-time' instead of
24161         `password-run-at-time'.
24162
24163         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24164         Remove `nnheader-cancel-function-timers' alias,
24165         `cancel-function-timers' exists in XEmacs in timer-funcs.
24166
24167         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24168         for `run-with-idle-timer'.
24169
24170         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24171         for `run-at-time'.
24172
24173         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24174         for `with-timeout'.
24175
24176         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24177         the same as for XEmacs 21.4.
24178         No need to ignore `run-with-idle-timer', this function exists in
24179         XEmacs now in timer-funcs.el in the xemacs-base package.
24180         (dgnushack-compile): No need to delete
24181         run-at-time.el from the list of files to compile because it
24182         doesn't exist anymore.
24183
24184 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24185
24186         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24187         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24188
24189 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24190
24191         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24192         sensitively.
24193
24194 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24195
24196         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24197
24198 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24199
24200         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24201         which will be inserted according to the multibyteness of a buffer
24202         rather than the type of contents.  Suggested by ARISAWA Akihiro
24203         <ari@mbf.ocn.ne.jp>.
24204
24205         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24206         of string which old xml.el may return rather than a string.
24207
24208 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24209
24210         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24211
24212 2005-01-16  Simon Josefsson  <jas@extundo.com>
24213
24214         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24215         idn/idna.el isn't available.
24216         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24217         <michael@waxrat.com>.
24218
24219         * hashcash.el: Remove non-FSF copyright header.
24220
24221         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24222         (hashcash-generate-payment): Use it.
24223         (hashcash-generate-payment-async): Use it.
24224
24225 2005-01-15  Simon Josefsson  <jas@extundo.com>
24226
24227         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24228         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24229
24230         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24231         gnus-summary-idna-message.
24232         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24233         (gnus-summary-idna-message): New function.
24234
24235 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24236
24237         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24238         gnus-novice-user.
24239
24240 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24241
24242         * nnrss.el (nnrss-request-delete-group): Delete entries in
24243         nnrss-group-alist as well.
24244         (nnrss-save-server-data): Insert newline.
24245
24246 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24247
24248         * gnus.el (gnus-user-agent): Use list of symbols instead of
24249         symbols.  Display full version number for (S)XEmacs.
24250         Optionally display (S)XEmacs codename.
24251
24252         * gnus-util.el (gnus-emacs-version): Update for new
24253         `gnus-user-agent'.
24254
24255         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24256         Gnus version.
24257
24258 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24259
24260         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24261         which is unreadable in some setups.
24262
24263 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24264
24265         * gnus-spec.el (gnus-update-format-specifications): Flush the
24266         group format spec cache if it doesn't support decoded group names.
24267
24268 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24269
24270         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24271         Allow to apply decay on score files matching a regexp.
24272
24273 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24274
24275         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24276         compatibility in %g and %c.
24277
24278 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24279
24280         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24281         name for only %g and %c.
24282         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24283         of gnus-tmp-group to decoded group name.
24284         (gnus-group-make-rss-group): Exclude `/'s from group names.
24285
24286 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24287
24288         * nnrss.el (nnrss-get-encoding): Fix regexp.
24289
24290 2004-12-27  Simon Josefsson  <jas@extundo.com>
24291
24292         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24293         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24294         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24295
24296 2004-12-17  Kim F. Storm  <storm@cua.dk>
24297
24298         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24299
24300         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24301
24302 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24303
24304         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24305
24306 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24307
24308         * nnrss.el: Require rfc2047 and mml.
24309         (nnrss-file-coding-system): New variable.
24310         (nnrss-format-string): Redefine it as an inline function.
24311         (nnrss-decode-group-name): New function.
24312         (nnrss-string-as-multibyte): Remove.
24313         (nnrss-retrieve-headers): Decode group name; don't use
24314         nnrss-format-string.
24315         (nnrss-request-group): Decode group name.
24316         (nnrss-request-article): Decode group name; allow a Message-ID as
24317         well as an article number; don't use nnrss-format-string; encode a
24318         Message-ID string which may contain non-ASCII characters; use
24319         mml-to-mime to compose a MIME article.
24320         (nnrss-request-expire-articles): Decode group name.
24321         (nnrss-request-delete-group): Decode group name.
24322         (nnrss-fetch): Clarify error message.
24323         (nnrss-read-server-data): Use insert-file-contents instead of load;
24324         bind file-name-coding-system; use multibyte buffer.
24325         (nnrss-save-server-data): Bind coding-system-for-write to the
24326         value of nnrss-file-coding-system; bind file-name-coding-system;
24327         add coding cookie.
24328         (nnrss-read-group-data): Use insert-file-contents instead of load;
24329         bind file-name-coding-system; use multibyte buffer.
24330         (nnrss-save-group-data): Bind coding-system-for-write to the
24331         value of nnrss-file-coding-system; bind file-name-coding-system.
24332         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24333         make it work with non-ASCII text.
24334         (nnrss-find-el): Make it work with old xml.el as well.
24335
24336 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24337
24338         * nnrss.el (nnrss-get-encoding): New function.
24339         (nnrss-fetch): Use unibyte buffer initially; bind
24340         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24341         decode contents according to the encoding attribute.
24342         (nnrss-save-group-data): Add coding cookie.
24343         (nnrss-mime-encode-string): New function.
24344         (nnrss-check-group): Use it to encode subject and author.
24345
24346 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24347
24348         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24349         imaginary variable.
24350
24351 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24352
24353         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24354         correctly even if there are wide characters.
24355
24356 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24357
24358         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24359         downcased symbol names; make a new cache instead of reusing
24360         bbdb-hashtable.
24361
24362 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24363
24364         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24365         concatenating segments rather than before concatenating them.
24366         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24367
24368         * message.el (message-get-reply-headers): Bind `extra'.
24369
24370 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24371
24372         * message.el (message-extra-wide-headers): New variable.
24373         (message-get-reply-headers): Use it.
24374
24375 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24376
24377         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24378         (gnus-agent-group-pathname): Ditto.
24379
24380         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24381
24382         * gnus-group.el (gnus-group-make-group): Decode group name.
24383         (gnus-group-make-rss-group): Register the group data after opening
24384         the nnrss group.
24385
24386 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24387
24388         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24389         by expiry now get marked as read.
24390
24391 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24392
24393         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24394
24395 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24396
24397         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24398         unify Latin characters in XEmacs.
24399         (mm-find-mime-charset-region): Use it.
24400
24401 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24402
24403         * gnus-util.el (gnus-delete-directory): New function.
24404
24405         * gnus-agent.el (gnus-agent-delete-group): Use it.
24406
24407         * gnus-cache.el (gnus-cache-delete-group): Use it.
24408
24409 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24410
24411         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24412         names.
24413
24414 2004-12-16  Simon Josefsson  <jas@extundo.com>
24415
24416         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24417
24418 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24419
24420         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24421
24422         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24423         (gnus-group-set-current-level): Decode group name.
24424
24425 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24426
24427         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24428         failed.
24429
24430 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24431
24432         * gnus-group.el (gnus-group-delete-group): Decode group name.
24433         (gnus-group-make-rss-group): Encode group name.
24434         (gnus-group-catchup-current): Decode group name.
24435         (gnus-group-kill-group): Decode group name.
24436
24437 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24438
24439         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24440
24441 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24442
24443         * gnus-group.el (gnus-group-make-rss-group):
24444         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24445
24446         * gnus-start.el (gnus-setup-news): Honor user's setting to
24447         gnus-message-archive-method.  Suggested by Lute Kamstra
24448         <lute@gnu.org>.
24449
24450 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24451
24452         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24453         global counterparts of the buffer-local variables.
24454
24455 2004-11-16  Romain Francoise  <romain@orebokech.com>
24456
24457         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24458         counterparts of the buffer-local variables.
24459
24460 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24461
24462         * message.el (message-forbidden-properties): Fix typo in doc
24463         string.
24464
24465 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24466
24467         * gnus-util.el (gnus-replace-in-string): Add doc string.
24468
24469         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24470         to avoid problems when splitting mails with many recipients.
24471
24472 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24473
24474         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24475         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24476
24477 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24478
24479         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24480         if there is no hashtable in memory or file modification time is
24481         newer than cached timestamp.
24482
24483 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24484
24485         * gnus-sum.el (gnus-summary-limit-to-recipient):
24486         Implement not-matching option.
24487
24488 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24489
24490         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24491         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24492         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24493         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24494         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24495         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24496
24497 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24498
24499         * message.el (message-forward-make-body-mml): Remove headers
24500         according to message-forward-ignored-headers if a message is decoded.
24501
24502 2004-12-02  Romain Francoise  <romain@orebokech.com>
24503
24504         * message.el (message-forward-make-body-plain): Always remove
24505         headers according to message-forward-ignored-headers.
24506
24507 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24508
24509         * spam.el (spam-summary-prepare-exit): Remove the
24510         gnus-summary-limit pop for now, it has problems with ham marks for
24511         me.
24512
24513 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24514
24515         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24516         correctly.
24517
24518 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24519
24520         * format-spec.el (format-spec): Message the char.
24521
24522 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24523
24524         * gnus-art.el (gnus-split-methods): Reformat comments.
24525
24526         * spam.el (spam-summary-prepare-exit): Remove article limits
24527         before exiting the summary buffer.
24528
24529 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24530
24531         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24532         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24533
24534         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24535         order to silence the byte compiler.
24536
24537         * spam.el: Fix the way to silence the byte compiler, which
24538         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24539         bbdb-search-simple, spam-BBDB-register-routine,
24540         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24541         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24542         spam-stat-buffer-is-spam, spam-stat-load,
24543         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24544         spam-stat-save and spam-stat-split-fancy.
24545
24546 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24547
24548         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24549         which may confuse users.
24550         (canlock-password-for-verify): Ditto.
24551
24552         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24553
24554         * gnus-art.el (gnus-emphasis-alist): Ditto.
24555
24556         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24557
24558         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24559
24560         * gnus-start.el (gnus-save-killed-list): Ditto.
24561
24562         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24563         (gnus-sum-thread-tree-root): Ditto.
24564         (gnus-sum-thread-tree-false-root): Ditto.
24565         (gnus-sum-thread-tree-single-indent): Ditto.
24566
24567         * message.el (message-courtesy-message): Ditto.
24568         (message-archive-note): Ditto.
24569         (message-subscribed-address-file): Ditto.
24570         (message-user-fqdn): Ditto.
24571
24572         * spam-report.el (spam-report-gmane-regex): Ditto.
24573
24574         * spam.el (spam-blackhole-good-server-regex): Ditto.
24575
24576 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24577
24578         * mml.el (mml-preview): Widen the message buffer before copying
24579         the contents to the preview buffer; sort headers before previewing.
24580
24581         * message.el (message-hidden-headers): Fix the way to avoid a bug
24582         in the `repeat' widget in Emacs 21.3 or earlier.
24583
24584 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24585
24586         * message.el (message-hidden-headers): Default to "^References:".
24587         Improve customization type.  Suggested by Reiner Steib
24588         <Reiner.Steib@gmx.de>.
24589
24590 2004-11-25  Romain Francoise  <romain@orebokech.com>
24591
24592         * message.el (message-strip-forbidden-properties): Remove check for
24593         obsolete `message-hidden' text property, hidden headers are not
24594         accessible in the buffer anymore.
24595
24596 2004-11-22  Romain Francoise  <romain@orebokech.com>
24597
24598         * message.el (message-header-format-alist): Add `From' in list
24599         so that it can be sorted.
24600         (message-fix-before-sending): Widen and sort headers before
24601         sending.
24602         (message-hide-headers): Use narrowing to hide headers by moving
24603         them to the top of the buffer and narrowing to the region
24604         underneath.
24605
24606 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24607
24608         * message.el (message-strip-forbidden-properties):
24609         Bind buffer-read-only (etc) to nil.
24610
24611 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24612
24613         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24614         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24615
24616 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24617
24618         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24619
24620 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24621
24622         * dns.el (query-dns): Use sit-for to time instead of
24623         accept-process-output, since that doesn't seem to work on udp
24624         sockets.
24625
24626 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24627
24628         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24629
24630 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24631
24632         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24633         doc string.  Improve doc string.
24634
24635 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24636
24637         * nntp.el (nntp-request-update-info): Return nil if
24638         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24639         may not call gnus-activate-group which uselessly issues the GROUP
24640         commands for all nntp groups and wastes time.  Reported by Romain
24641         Francoise <romain@orebokech.com>.
24642
24643         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24644
24645 2004-11-15  Simon Josefsson  <jas@extundo.com>
24646
24647         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24648         headers separately.
24649         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24650         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24651
24652 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24653
24654         * gnus-start.el (gnus-convert-old-newsrc):
24655         Assign legacy-gnus-agent to 5.10.7.
24656
24657 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24658
24659         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24660         start of the lines.
24661
24662 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24663
24664         * hashcash.el (hashcash-default-payment): Change default to 20.
24665         (hashcash-default-accept-payment): Change default to 20.
24666         (hashcash-process-alist): New variable.
24667         (hashcash-generate-payment-async): Add.
24668         (hashcash-already-paid-p): Add.
24669         (hashcash-insert-payment): Don't generate payments twice.
24670         (hashcash-insert-payment-async): Add.
24671         (hashcash-insert-payment-async-2): Add.
24672         (hashcash-cancel-async): Add.
24673         (hashcash-wait-async): Add.
24674         (hashcash-processes-running-p): Add.
24675         (hashcash-wait-or-cancel): Add.
24676         (mail-add-payment): New optional argument.  Conditionally start
24677         asynchronous calculation.
24678         (mail-add-payment-async): Add.
24679
24680         * message.el (message-send-mail): Wait for asynchronous hashcash
24681         results.  Don't clobber existing X-Hashcash headers.
24682         (message-setup-1): Call mail-add-payment-async when
24683         message-generate-hashcash is non-nil.
24684
24685 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24686
24687         * message.el (message-use-alternative-email-as-from): Examine the
24688         From header as well; use message-make-from in order to include a
24689         user's full name.
24690
24691 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24692
24693         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24694         default; improve customization type.
24695         (gnus-emphasis-custom-with-format): New macro.
24696         (gnus-emphasis-custom-value-to-external): New function.
24697         (gnus-emphasis-custom-value-to-internal): New function.
24698
24699 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24700
24701         * dns.el (query-dns): Resolve reverse addresses.
24702
24703 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24704
24705         * gnus-group.el (gnus-group-get-new-news): Use it.
24706
24707         * gnus-start.el (gnus-check-reasonable-setup): New function.
24708
24709 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24710
24711         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24712         "Args out of range" error.  Reported by Arnaud Giersch
24713         <arnaud.giersch@free.fr>.
24714
24715 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24716
24717         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24718
24719 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24720
24721         * spam.el (spam group): Add :version.
24722
24723         * pgg-def.el (pgg group): Add :version.
24724
24725 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24726
24727         * gnus-art.el (gnus-article-edit-article): Don't associate the
24728         article buffer with a draft file.  This is a temporary measure
24729         against the 2004-08-22 change to gnus-article-edit-mode.
24730
24731 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24732
24733         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24734         (html2text-format-tags): Remove unused variable `attr'.
24735
24736 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24737
24738         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24739
24740         * tls.el (tls-process-connection-type, tls-success)
24741         (tls-certtool-program): Add :version.
24742
24743         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24744         (starttls-extra-arguments, starttls-process-connection-type)
24745         (starttls-connect, starttls-failure, starttls-success): Add :version.
24746
24747         * spam-stat.el (spam-stat): Add :version.
24748
24749         * sieve.el (sieve): Add :version.
24750
24751         * sha1.el (sha1): Add :version.
24752         (sha1-use-external): Remove redundant version.
24753
24754         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24755         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24756         (nnmail-split-fancy-match-partial-words)
24757         (nnmail-split-lowercase-expanded): Add :version.
24758
24759         * nndiary.el (nndiary): Add :version.
24760
24761         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24762
24763         * mml-sec.el (mml-default-sign-method)
24764         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24765         Add :version.
24766
24767         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24768
24769         * mm-url.el (mm-url-use-external, mm-url-program)
24770         (mm-url-arguments): Add :version.
24771
24772         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24773         (mm-attachment-file-modes, mm-decrypt-option)
24774         (mm-w3m-safe-url-regexp): Add :version.
24775
24776         * message.el (message-cite-prefix-regexp)
24777         (message-sendmail-envelope-from, message-minibuffer-local-map)
24778         (message-user-fqdn, message-completion-alist): Add :version.
24779
24780         * gnus-win.el (gnus-configure-windows-hook)
24781         (gnus-use-frames-on-any-display): Add :version.
24782
24783         * gnus-art.el (gnus-article-address-banner-alist)
24784         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24785         (gnus-treat-from-picon, gnus-treat-mail-picon)
24786         (gnus-treat-x-pgp-sig): Add :version.
24787
24788         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24789         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24790         (gnus-summary-article-delete-hook)
24791         (gnus-summary-display-while-building): Add :version.
24792
24793         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24794         (gnus-get-top-new-news-hook): Add :version.
24795
24796         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24797         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24798
24799         * gnus-registry.el (gnus-registry): Add :version.
24800
24801         * gnus-spec.el (gnus-use-correct-string-widths)
24802         (gnus-make-format-preserve-properties): Add :version.
24803
24804         * gnus.el (gnus-group-charter-alist)
24805         (gnus-group-fetch-control-use-browse-url)
24806         (gnus-install-group-spam-parameters): Add :version.
24807
24808         * gnus-diary.el (gnus-diary): Add :version.
24809
24810         * gnus-delay.el (gnus-delay): Add :version.
24811
24812         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24813         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24814         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24815         Add :version.
24816
24817         * gnus-agent.el (gnus-agent-max-fetch-size)
24818         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24819         (gnus-agent-prompt-send-queue): Add :version.
24820
24821         * deuglify.el (gnus-outlook-deuglify): Add :version.
24822
24823         * html2text.el: Beautify code.  Improve doc strings.
24824         Some checkdoc cleanup.
24825         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24826
24827 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24828
24829         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24830
24831 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24832
24833         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24834         when package is loaded.
24835
24836         * spam.el (spam-summary-score-preferred-header): Add global preference
24837         for people who want to override the default SpamAssassin over
24838         Bogofilter preference (when both are set).
24839         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24840         (spam-user-format-function-S):
24841         Check spam-summary-score-preferred-header.
24842         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24843         (spam-user-format-function-S): Format the score correctly.
24844
24845 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24846
24847         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24848         signature file.  Suggested by Manoj Srivastava
24849         <srivasta@golden-gryphon.com>.
24850
24851         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24852         iso-2022-jp even in the Japanese language environment.
24853         Suggested by Jason Rumney <jasonr@gnu.org>.
24854
24855 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24856
24857         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24858         use the same characters as the dummy marks; make it free from
24859         getting affected by the language environment.
24860         (gnus-summary-read-group-1): Update mark positions only when the
24861         format spec is updated.
24862
24863         * gnus-spec.el (gnus-update-format-specifications): Return a list
24864         of updated types.
24865
24866 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24867
24868         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24869         of boundp to check if display-warning is available.
24870
24871 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24872
24873         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24874
24875 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24876
24877         * nnspool.el (nnspool-spool-directory): Use news-path if the
24878         news-directory variable is not bound.
24879
24880         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24881         function instead of display-warning if it is not available.
24882
24883 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24884
24885         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24886         v5-10: Use `point-at-bol'.
24887
24888 2004-10-26  Simon Josefsson  <jas@extundo.com>
24889
24890         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24891         <chenggao@gmail.com>.
24892
24893 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24894
24895         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24896         instead.
24897
24898 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24899
24900         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24901         to remove a server from the nnimap-server-buffer-alist.
24902         (nnimap-open-connection, nnimap-close-server): Use it.
24903
24904         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24905
24906 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24907
24908         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24909         running the major-mode function.
24910
24911 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24912
24913         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24914         dummy marks in the right way.
24915
24916 2004-10-18  David Edmondson  <dme@dme.org>
24917
24918         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24919         excessively.
24920
24921 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24922
24923         * gnus-util.el (gnus-split-references): Accept a nil references
24924         string and go on blissfully.
24925
24926         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24927         cases where the references string is non-nil but has no references.
24928
24929         * encrypt.el: Add autoload tags.
24930
24931         * spam.el (spam-resolve-registrations-routine): Remove article
24932         from unregistration list too.  Reported by David Hanak
24933         <dhanak@isis.vanderbilt.edu>
24934
24935 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24936
24937         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24938         nil.  Change custom type.
24939
24940 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24941
24942         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24943
24944         * gnus-sum.el (gnus-summary-move-article): Use it.
24945
24946 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24947
24948         * encrypt.el: Add autoload cookies.
24949
24950         * spam.el (spam-backend-article-list-property)
24951         (spam-backend-get-article-todo-list)
24952         (spam-backend-put-article-todo-list)
24953         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24954         Resolve registrations separately.
24955         (spam-register-routine): Format comments.
24956         (spam-unregister-routine, spam-register-routine): Always call with
24957         specific-articles, no default list.
24958         (spam-summary-prepare-exit): Use the spam-classifications function.
24959
24960         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24961         gnus-encrypt.el.
24962
24963         * encrypt.el: Copied from gnus-encrypt.el.
24964
24965         * gnus-encrypt.el: Commented that it's obsolete.
24966
24967 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24968
24969         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24970         (gnus-score-save): Use it.
24971
24972         * message.el (message-bury): Use `window-dedicated-p'.
24973
24974 2004-10-15  Simon Josefsson  <jas@extundo.com>
24975
24976         * pop3.el (top-level): Don't require nnheader.
24977         (pop3-read-timeout): Add.
24978         (pop3-accept-process-output): Add.
24979         (pop3-read-response, pop3-retr): Use it.
24980
24981 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24982
24983         * spam.el (spam-register-routine): Move comment.
24984         (spam-verify-bogofilter): Use 'unknown for the initial
24985         spam-bogofilter-valid state, not 'never.
24986
24987         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24988         for netrc-machine.
24989
24990         * nnimap.el (nnimap-open-connection):
24991         Use netrc-machine-user-or-password.
24992
24993 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24994
24995         * gnus-registry.el (gnus-registry-unload-hook):
24996         Set as a variable with add-hook.
24997
24998         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24999         of news-path.
25000
25001         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25002
25003         * spam.el: Delete duplicate `provide'.
25004         (spam-unload-hook): Set as a variable with add-hook.
25005
25006 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25007
25008         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25009         in the doc string.
25010
25011         * message.el (message-ignored-news-headers)
25012         (message-ignored-supersedes-headers)
25013         (message-ignored-resent-headers)
25014         (message-forward-ignored-headers): Improve custom type.
25015
25016 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25017
25018         * message.el (message-tokenize-header): Fix 2004-09-06 change
25019         which used point-min in the wrong place.
25020
25021 2004-10-12  Simon Josefsson  <jas@extundo.com>
25022
25023         * tls.el (tls-certtool-program): New variable.
25024         (tls-certificate-information): New function, based on
25025         ssl-certificate-information.
25026
25027 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25028
25029         * compface.el: Move the version of ELisp-based uncompface program
25030         to the contrib directory because of the copyright problem.
25031
25032 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25033
25034         * message.el (message-kill-buffer): Raise the current frame.
25035
25036 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25037
25038         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25039
25040         * gnus.el (message-y-or-n-p): Autoload.
25041
25042         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25043         (pop3-password-required, pop3-authentication-scheme)
25044         (pop3-leave-mail-on-server): Make customizable.
25045         (pop3): New custom group.
25046         (pop3-retr): Remove `sleep-for' statements.
25047         Suggested by Dave Love <fx@gnu.org>.
25048
25049         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25050         Windows/DOS.
25051
25052         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25053         (imap-parse-body): Fix incorrect use of `assert'.
25054         Suggested by Dave Love <fx@gnu.org>.
25055
25056         * mml.el (mml-minibuffer-read-disposition): Require match.
25057         Suggested by Dave Love <fx@gnu.org>.
25058
25059 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25060
25061         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25062         doc string.
25063
25064 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25065
25066         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25067
25068 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25069
25070         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25071         instead of calling `mm-insert-inline', to decode text/* parts
25072         before displaying them.
25073
25074 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25075
25076         * mm-uu.el (mm-uu-text-plain-type): New variable.
25077         (mm-uu-pgp-signed-extract-1): Use it.
25078         (mm-uu-pgp-encrypted-extract-1): Use it.
25079         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25080         bind mm-uu-text-plain-type with that value.
25081         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25082         mm-uu-dissect.
25083
25084 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25085
25086         * gnus-group.el (gnus-update-group-mark-positions):
25087         * gnus-sum.el (gnus-update-summary-mark-positions):
25088         * message.el (message-check-news-body-syntax):
25089         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25090         of string-as-multibyte.
25091
25092 2004-10-05  Juri Linkov  <juri@jurta.org>
25093
25094         * gnus-group.el (gnus-update-group-mark-positions):
25095         * gnus-sum.el (gnus-update-summary-mark-positions):
25096         * message.el (message-check-news-body-syntax):
25097         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25098         8-bit unibyte values to a multibyte string for search functions.
25099
25100 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25101
25102         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25103         (mm-uu-dissect-text-parts): New function.
25104
25105         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25106         dissect text parts.
25107
25108         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25109         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25110
25111         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25112
25113         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25114         Use gnus-current-topics instead of gnus-current-topic.
25115
25116 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25117
25118         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25119
25120 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25121
25122         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25123         where appropriate.
25124
25125         * nnml.el (nnml-generate-active-info): do.
25126
25127         * nndiary.el (nndiary-generate-active-info): do.
25128
25129         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25130         (gnus-topic-move): do.
25131
25132         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25133         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25134
25135         * gnus-srvr.el (gnus-server-prepare)
25136         (gnus-server-open-all-servers): do.
25137
25138         * gnus-msg.el (gnus-summary-cancel-article)
25139         (gnus-summary-resend-message)
25140         (gnus-summary-mail-crosspost-complaint): do.
25141
25142         * gnus-move.el (gnus-change-server): do.
25143
25144         * gnus-group.el (gnus-group-unmark-all-groups)
25145         (gnus-group-set-current-level): do.
25146
25147 2004-10-04  Simon Josefsson  <jas@extundo.com>
25148
25149         * message.el (message-generate-hashcash): Doc fix.
25150
25151 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25152
25153         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25154         avoid infinite recursion via gnus-get-function.
25155
25156 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25157
25158         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25159
25160         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25161
25162         * nnmail.el (nnmail-split-history): do.
25163
25164         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25165         (nnml-request-delete-group): do.
25166
25167         * nnslashdot.el (nnslashdot-read-groups): do.
25168
25169         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25170         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25171
25172         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25173         (nnspool-sift-nov-with-sed): Use last.
25174         (nnspool-retrieve-headers-with-nov): Use mapc.
25175         (nnspool-request-newgroups): Use dolist.
25176         (nnspool-request-group): Use last.
25177
25178         * nntp.el (nntp-read-server-type): Use dolist.
25179
25180         * nnvirtual.el (nnvirtual-create-mapping)
25181         (nnvirtual-update-read-and-marked): Use dolist.
25182         (nnvirtual-convert-headers): Simplify.
25183
25184 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25185
25186         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25187         Add support for sync'ing tick marks.
25188
25189 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25190
25191         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25192         there's no visible header.
25193
25194 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25195
25196         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25197         When necessary, pass full group name to gnus-request-set-marks.
25198
25199 2004-10-01  Simon Josefsson  <jas@extundo.com>
25200
25201         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25202         acroread.
25203
25204 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25205
25206         * spam-report.el (spam-report-gmane): Fix interactive.
25207
25208         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25209
25210         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25211         when writing file.
25212         (gnus-agent-synchronize-flags): Don't default to being
25213         interactive.
25214
25215 2004-09-30  Simon Josefsson  <jas@extundo.com>
25216
25217         * message.el (message-generate-hashcash): Add.
25218         (message-send-mail): Use it, call mail-add-payment.
25219
25220 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25221
25222         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25223
25224 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25225
25226         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25227         gnus-requst-update-info with explicit code to sync the in-memory
25228         info read flags with the marks being sync'd to the backend.
25229
25230         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25231
25232 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25233
25234         * spam.el (spam-verify-bogofilter): Add new function.
25235         (spam-check-bogofilter)
25236         (spam-bogofilter-register-with-bogofilter): Use it.
25237         (spam-verify-bogofilter): Add small fixes.
25238
25239 2004-09-28  Simon Josefsson  <jas@extundo.com>
25240
25241         * hashcash.el (hashcash-generate-payment): Revert.
25242
25243 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25244
25245         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25246         Use gnus-extract-references instead of gnus-split-references.
25247
25248         * gnus-util.el (gnus-extract-references): Add new function, analogous
25249         to gnus-split-references but extracts only the message-ID without
25250         anything extra.
25251
25252         * hashcash.el (hashcash-generate-payment)
25253         (hashcash-check-payment): Do the right thing if hashcash-path is
25254         nil (because the hashcash program could not be found).
25255
25256         * spam.el (spam-use-hashcash): Remove comment.
25257
25258 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25259
25260         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25261         (gnus-cache-enter-article, gnus-cache-remove-article)
25262         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25263
25264         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25265
25266         * gnus-art.el (article-hide-boring-headers)
25267         (article-translate-strings, article-display-face)
25268         (gnus-article-mime-match-handle-first)
25269         (gnus-article-highlight-headers)
25270         (gnus-article-add-buttons-to-head): do.
25271
25272 2004-09-27  Simon Josefsson  <jas@extundo.com>
25273
25274         * hashcash.el: New version, from
25275         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25276         ../contrib/.
25277
25278 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25279
25280         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25281
25282 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25283
25284         * gnus-dup.el (gnus-dup-open): Use mapc.
25285         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25286
25287         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25288         Reported by Stefan Wiens <s.wi@gmx.net>.
25289
25290         * gnus.el (gnus-shutdown): Use dolist.
25291
25292         * gnus-undo.el (gnus-undo): Use mapc.
25293
25294         * nnrss.el (nnrss-generate-active): do.
25295
25296         * message.el (message-cite-original-without-signature)
25297         (message-cite-original): Use mapc.
25298         (message-do-actions, message-make-forward-subject): Use dolist.
25299
25300 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25301
25302         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25303         deletion to remove entire duplicate line.  Fixes merged article
25304         number bug.
25305
25306 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25307
25308         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25309         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25310         first ask if you want to open a server and then, even when you
25311         responded with no, asking if you want to synchronize the server's
25312         flags.
25313         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25314         multi-line expressions.
25315         (gnus-agent-synchronize-group-flags): New internal function.
25316         Updates marks in memory (in the info structure) AND in the
25317         backend.
25318
25319         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25320
25321         * nnagent.el (nnagent-request-set-mark):
25322         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25323         method, to ensure that synchronization updates marks in the
25324         backend and in the info (in memory) structure.
25325
25326 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25327
25328         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25329         convention fully; don't miss the root article of a thread; make
25330         the X-Draft-From header with correct article numbers.
25331
25332 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25333
25334         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25335         unless plugged.  Disable the agent so that an open failure causes
25336         an error.
25337
25338         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25339         Revert 2004-09-21 change.  The backend must be opened while
25340         synchronizing flags even when the backend stores the flags
25341         locally.
25342
25343 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25344
25345         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25346         in `header' match.  Reported by Svend Tollak Munkejord.
25347
25348         * message.el (message-cite-original): Fix use of
25349         `message-cite-articles-with-x-no-archive'.
25350
25351 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25352
25353         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25354         (gnus-window-to-buffer): Ditto.
25355
25356         * mml.el (mml-preview-buffer): New variable.
25357         (mml-preview): Manage window layout with gnus-buffer-configuration.
25358
25359         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25360         X-Draft-From header even if those articles aren't quoted.
25361
25362 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25363
25364         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25365         (gnus-request-set-mark, gnus-request-update-mark): Use new
25366         g-s-t-u-l-m to decide to use backend even when unplugged.
25367
25368 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25369
25370         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25371         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25372
25373 2004-09-20  Simon Josefsson  <jas@extundo.com>
25374
25375         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25376         "utf-16-le".
25377
25378 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25379
25380         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25381
25382 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25383
25384         * uudecode.el (uudecode-use-external): Add :version.
25385
25386         * smime.el (smime-CA-file, smime-encrypt-cipher)
25387         (smime-dns-server): Add :version.
25388
25389         * smiley.el (gnus-smiley-file-types): Add :version.
25390
25391         * sha1.el (sha1-use-external): Add :version.
25392
25393         * pgg-def.el (pgg-query-keyserver): Add :version.
25394
25395         * nnmail.el (nnmail-fancy-expiry-targets)
25396         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25397         Add :version.
25398
25399         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25400         (nnimap-retrieve-groups-asynchronous): Add :version.
25401         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25402
25403         * mml.el (mml-content-disposition-parameters)
25404         (mml-insert-mime-headers-always): Add :version.
25405
25406         * mm-util.el (mm-coding-system-priorities): Add :version.
25407
25408         * mm-decode.el (mm-inline-text-html-with-images)
25409         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25410         (mm-verify-option): Add :version.
25411         (mm-text-html-renderer): Change :version.
25412
25413         * message.el (message-fcc-externalize-attachments)
25414         (message-required-headers, message-draft-headers)
25415         (message-subject-trailing-was-query)
25416         (message-subject-trailing-was-ask-regexp)
25417         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25418         (message-mark-insert-end, message-archive-header)
25419         (message-archive-note, message-cross-post-default)
25420         (message-cross-post-note, message-followup-to-note)
25421         (message-cross-post-note-function, message-use-mail-followup-to)
25422         (message-subscribed-address-functions)
25423         (message-subscribed-address-file, message-subscribed-addresses)
25424         (message-subscribed-regexps, message-allow-no-recipients)
25425         (message-yank-cited-prefix, message-signature-insert-empty-line)
25426         (message-hidden-headers, message-hierarchical-addresses)
25427         (message-mail-user-agent, message-use-idna)
25428         (message-valid-fqdn-regexp)
25429         (message-strip-special-text-properties, message-header-synonyms)
25430         (message-beginning-of-line, message-tab-body-function): Add :version.
25431         (message-insert-canlock, message-wide-reply-confirm-recipients):
25432         Change :version.
25433
25434         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25435         and :version.
25436         (mail-source-delete-old-incoming-confirm)
25437         (mail-source-movemail-program): Add :version.
25438
25439         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25440         (gnus-agent-cache, gnus-agent): Change :version.
25441
25442         * gnus-util.el (gnus-use-byte-compile): Change :version.
25443
25444         * gnus-sum.el (gnus-summary-make-false-root-always)
25445         (gnus-summary-default-high-score)
25446         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25447         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25448         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25449         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25450         (gnus-sum-thread-tree-single-indent)
25451         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25452         (gnus-sum-thread-tree-leaf-with-other)
25453         (gnus-sum-thread-tree-single-leaf): Add :version.
25454         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25455         (gnus-article-loose-mime): Change :version.
25456
25457         * gnus-start.el (gnus-backup-startup-file)
25458         (gnus-save-startup-file-via-temp-buffer): Add :version.
25459
25460         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25461         (gnus-server-offline-face): Add :version.
25462
25463         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25464
25465         * gnus-msg.el (gnus-gcc-externalize-attachments)
25466         (gnus-debug-files, gnus-debug-exclude-variables)
25467         (gnus-discouraged-post-methods): Change :version.
25468         (gnus-confirm-mail-reply-to-news)
25469         (gnus-confirm-treat-mail-like-news): Add :version.
25470
25471         * gnus-int.el (gnus-server-unopen-status): Add :version.
25472
25473         * gnus-group.el (gnus-group-jump-to-group-prompt)
25474         (gnus-large-ephemeral-newsgroup)
25475         (gnus-fetch-old-ephemeral-headers): Add :version.
25476
25477         * gnus-fun.el (gnus-x-face-directory)
25478         (gnus-convert-pbm-to-x-face-command)
25479         (gnus-convert-image-to-x-face-command)
25480         (gnus-convert-image-to-face-command): Add :version.
25481
25482         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25483
25484         * gnus-cite.el (gnus-cite-blank-line-after-header)
25485         (gnus-article-boring-faces): Add :version.
25486
25487         * gnus-art.el (gnus-buttonized-mime-types)
25488         (gnus-inhibit-mime-unbuttonizing)
25489         (gnus-treat-display-face)
25490         (gnus-treat-body-boundary): Change :version.
25491         (gnus-body-boundary-delimiter, gnus-picon-databases)
25492         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25493         (gnus-treat-date-english, gnus-treat-fold-headers)
25494         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25495         (gnus-treat-mail-picon, gnus-treat-wash-html)
25496         (gnus-article-encrypt-protocol)
25497         (gnus-use-idna, gnus-article-over-scroll)
25498         (gnus-mime-display-multipart-alternative-as-mixed)
25499         (gnus-mime-display-multipart-related-as-mixed)
25500         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25501         (gnus-ctan-url, gnus-button-ctan-handler)
25502         (gnus-button-handle-ctan-bogus-regexp)
25503         (gnus-button-ctan-directory-regexp)
25504         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25505         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25506         (gnus-button-man-level, gnus-button-emacs-level)
25507         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25508
25509         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25510         (gnus-agent-go-online): Change :version.
25511         (gnus-agent-expire-unagentized-dirs)
25512         (gnus-agent-auto-agentize-methods): Add :version.
25513
25514         * flow-fill.el (fill-flowed-display-column)
25515         (fill-flowed-encode-column): Add :version.
25516
25517         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25518         (gnus-outlook-deuglify-unwrap-max)
25519         (gnus-outlook-deuglify-cite-marks)
25520         (gnus-outlook-deuglify-unwrap-stop-chars)
25521         (gnus-outlook-deuglify-no-wrap-chars)
25522         (gnus-outlook-deuglify-attrib-cut-regexp)
25523         (gnus-outlook-deuglify-attrib-verb-regexp)
25524         (gnus-outlook-deuglify-attrib-end-regexp)
25525         (gnus-outlook-display-hook): Add :version.
25526
25527         * binhex.el (binhex-use-external): Add :version.
25528
25529 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25530
25531         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25532         and `invisible'.
25533
25534 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25535
25536         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25537         in gnus-registry-trim.
25538
25539 2004-09-13  Simon Josefsson  <jas@extundo.com>
25540
25541         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25542
25543         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25544
25545         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25546         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25547         <yamaoka@jpl.org>.
25548         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25549         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25550         <yamaoka@jpl.org>.
25551
25552         * sieve.el (sieve-manage-mode): Ditto.
25553
25554 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25555
25556         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25557
25558 2004-09-11  Simon Josefsson  <jas@extundo.com>
25559
25560         * dns-mode.el: Add.
25561
25562         * mm-view.el (mm-display-dns-inline): Add.
25563
25564         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25565         (mm-automatic-display): Ditto.
25566
25567         * mailcap.el (mailcap-mime-data): Add text/dns.
25568         (mailcap-mime-extensions): Map .soa to text/dns.
25569
25570 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25571
25572         * gnus-art.el (article-decode-mime-words, article-babel)
25573         (gnus-article-highlight-signature, gnus-article-add-buttons)
25574         (gnus-signature-toggle): Remove unnecessary bindings of
25575         `inhibit-read-only' inherited from v5.10 merge.
25576
25577 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25578
25579         * nntp.el (nntp): New customization group.
25580         (nntp-authinfo-file): Add customization group.
25581
25582         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25583
25584         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25585
25586         * gnus.el (to-address, to-list, subscribed)
25587         (large-newsgroup-initial): Ditto.
25588
25589         * flow-fill.el (fill-flowed-display-column)
25590         (fill-flowed-encode-column): Ditto.
25591
25592 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25593
25594         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25595         Use point-min rather than 1.
25596         (message-send-mail): Use buffer-size rather than point-max.
25597
25598         * gnus-sum.el (gnus-summary-search-article-forward):
25599         Signal a specific `search-failed' rather than a generic `error'.
25600
25601         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25602         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25603         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25604
25605 2004-09-10  Simon Josefsson  <jas@extundo.com>
25606
25607         * nndb.el (require): Remove tcp and duplicate cl.
25608
25609 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25610
25611         * gnus-agent.el (directory-files-and-attributes): Move forward.
25612
25613 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25614
25615         * gnus-agent.el (directory-files-and-attributes):
25616         Optionally defined to support XEmacs.
25617
25618 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25619
25620         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25621         to avoid run-time CL dependencies.
25622         (gnus-agent-unfetch-articles): New function.
25623         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25624         article numbers even when local .overview file is missing.
25625         (gnus-agent-read-article-number): New function.  Only accepts
25626         27-bit article numbers.
25627         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25628         Use gnus-agent-read-article-number.
25629         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25630         from backend while recognizing that article numbers in .overview
25631         must be valid.
25632         (gnus-agent-update-files-total-fetched-for):
25633         Use directory-files-and-attributes to improve performance.
25634         * gnus-int.el (gnus-request-move-article):
25635         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25636         improve performance.
25637
25638         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25639         some users confused by references to .newsrc when they only have a
25640         .newsrc.eld file.
25641         (gnus-convert-mark-converter-prompt)
25642         (gnus-convert-converter-needs-prompt): Fix use of property list.
25643         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25644         New function.  Used internally to only display 'gnus converting
25645         files' message when actually necessary.
25646
25647         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25648         methods now autoloaded.
25649
25650 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25651
25652         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25653         identifiers.
25654
25655 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25656
25657         * gnus-picon.el: Fix indentation and closing parenthesis.
25658
25659 2004-09-01  Simon Josefsson  <jas@extundo.com>
25660
25661         * message.el (message-canlock-generate): Require sha1, not
25662         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25663         to require within a function.  Sadly, if sha1.el isn't loaded, the
25664         let binding in m-c-g will hide the defcustom definition, which is
25665         bad.)
25666
25667         * canlock.el: Require sha1, not sha1-el.
25668
25669         * message.el: Don't autoload sha1 (there is a autoload cookie in
25670         sha1.el).
25671
25672         * sha1-el.el: Rename to sha1.el.
25673
25674 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25675
25676         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25677
25678 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25679
25680         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25681
25682 2004-08-30  Kim F. Storm  <storm@cua.dk>
25683
25684         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25685
25686         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25687         Add :group 'nnimap.
25688
25689 2004-08-30  Andreas Schwab  <schwab@suse.de>
25690
25691         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25692         ?* and ?\;.
25693
25694         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25695         and ?\' to symbol instead of whitespace.
25696
25697 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25698
25699         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25700
25701         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25702         instead of re-search-forward.
25703
25704         * gnus-uu.el (gnus-uu-save-article): Ditto.
25705         (gnus-uu-post-encode-uuencode): Ditto.
25706
25707         * html2text.el (html2text-clean-list-items): Ditto.
25708         (html2text-clean-dtdd): Ditto.
25709         (html2text-format-tags): Ditto.
25710
25711         * message.el (message-send-mail-with-sendmail): Fix regexp.
25712         (message-fill-field-general): Use search-forward instead of
25713         re-search-forward.
25714         (unbold-region): Ditto.
25715
25716         * nnrss.el (nnrss-request-article): Ditto.
25717
25718         * nnslashdot.el (nnslashdot-request-article): Ditto.
25719
25720         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25721
25722         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25723         "Unrecognized menu descriptor" error in XEmacs.
25724
25725 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25726
25727         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25728         parent article of a sparse article in the thread hashtb.
25729
25730 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25731
25732         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25733         (nnmail-expand-newtext): Lowercase expanded entries if
25734         nnmail-split-lowercase-expanded is non-nil.
25735
25736 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25737
25738         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25739
25740         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25741         of gnus-tmp-news-method into string under XEmacs.  It will be
25742         passed to gnus-correct-length which takes only a string argument.
25743
25744 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25745
25746         * gnus-util.el (gnus-bind-print-variables): New macro.
25747         (gnus-prin1): Use it.
25748         (gnus-prin1-to-string): Use it.
25749         (gnus-pp): New function.
25750         (gnus-pp-to-string): New function.
25751
25752         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25753         Replace pp-to-string with gnus-pp-to-string.
25754         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25755         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25756         * gnus-msg.el (gnus-debug): Ditto.
25757         * gnus-score.el (gnus-score-save): Ditto.
25758         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25759         gnus-pp-to-string.
25760         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25761         with gnus-pp.
25762         * score-mode.el (gnus-score-pretty-print): Ditto.
25763         * webmail.el (webmail-debug): Ditto.
25764
25765 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25766
25767         * gnus-art.el (article-display-face, article-display-x-face):
25768         Use buffer-read-only.
25769
25770 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25771
25772         * gnus-art.el (article-hide-list-identifiers):
25773         Bind inhibit-read-only as t.
25774
25775 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25776
25777         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25778
25779 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25780
25781         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25782         (gnus-narrow-to-page): Don't assume point-min == 1.
25783         (gnus-article-edit-mode): Derive from message-mode.
25784
25785         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25786         point-min == 1.
25787
25788         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25789         Disable incorrect use of `assert'.
25790
25791         * message.el (message-mode): Set comment-start-skip.
25792
25793
25794 2004-08-22  Sam Steingold  <sds@gnu.org>
25795
25796         * pop3.el (pop3-leave-mail-on-server): New user variable.
25797         (pop3-movemail): Delete mail only when it is nil.
25798
25799 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25800
25801         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25802
25803         * mml.el (mml-preview): Use `pop-to-buffer'.
25804
25805         * message.el (message-goto-mail-followup-to): Insert after "To".
25806         (message-carefully-insert-headers): Add comment.
25807
25808         * gnus.el: Remove unused variable `gnus-article-check-size'.
25809
25810         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25811
25812         * gnus-art.el (gnus-button-alist):
25813         Improve `gnus-button-handle-library' entry.
25814
25815 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25816
25817         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25818         Use downcase, since XEmacs capitalizes error messages differently.
25819
25820 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25821
25822         * nntp.el: Add (require 'gnus) due to reference to
25823         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25824
25825 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25826
25827         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25828         Bind `mm-fill-flowed'.
25829
25830         * mm-decode.el (mm-dissect-singlepart): Check it.
25831
25832 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25833
25834         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25835         'imap' for netrc parsing.
25836
25837 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25838
25839         * mailcap.el (mailcap-mime-data): Mark as risky.
25840
25841 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25842
25843         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25844         may be included in the encoded word.
25845         (rfc2047-encode): Don't append a space if the encoded word
25846         includes close parenthesis.
25847
25848 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25849
25850         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25851         of text within parentheses.
25852
25853 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25854
25855         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25856         (gnus-encrypt-write-file-contents): Make the password key the file
25857         name PLUS the cipher, not just the cipher.  Also remove failed
25858         passwords from the cache.
25859
25860 2004-08-06  Simon Josefsson  <jas@extundo.com>
25861
25862         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25863         Doc fix.
25864
25865 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25866
25867         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25868         LWSP.
25869
25870 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25871
25872         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25873         Try to append in-reply-to: data to the references: header.
25874
25875         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25876         (netrc-parse): Use gnus-encrypt.el functions.
25877
25878         * gnus-encrypt.el: Add new file for encryption support; currently
25879         does only a few GPG ciphers and an internal XOR cipher.
25880
25881         * password.el: Add comments on using password-read-and-add.
25882         (password-read-and-add): Add function to read and add the
25883         password to the cache at once.
25884
25885 2004-07-28  Simon Josefsson  <jas@extundo.com>
25886
25887         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25888         parameter (but don't use it, for now).
25889
25890         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25891         instead of hard coding to nil.
25892
25893 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25894
25895         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25896         as mm-inline-image-xemacs does.
25897
25898 2004-07-26  Simon Josefsson  <jas@extundo.com>
25899
25900         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25901         Revert part of 2004-07-17 change below.
25902
25903 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25904
25905         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25906         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25907
25908 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25909
25910         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25911         quotes that actually start with ">" at the beginning of the
25912         lines.
25913
25914 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25915
25916         * rfc2047.el (rfc2047-encode-region): Fix last change.
25917         (rfc2047-encode-parameter): Remove useless concat.
25918
25919 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25920
25921         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25922         encode special characters; fix some kind of misconfigured headers;
25923         signal a real error if debug-on-quit or debug-on-error is non-nil.
25924         (rfc2047-encode-max-chars): New variable.
25925         (rfc2047-encode-1): Use it.
25926         (rfc2047-encode-parameter): New function.
25927
25928         * mml.el (mml-insert-parameter): Remove an excessive space.
25929
25930 2004-07-17  Simon Josefsson  <jas@extundo.com>
25931
25932         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25933         Kai Grossjohann <kai@emptydomain.de>.
25934         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25935         (gnus-group-make-menu-bar): Ditto.
25936
25937         * gnus-util.el (gnus-group-server): Add.
25938
25939 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25940
25941         * message.el (message-clone-locals): Clone sendmail and smtp
25942         variables.
25943
25944 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25945
25946         * rfc2047.el (rfc2047-encode-region): Fix last change.
25947
25948 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25949
25950         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25951         characters as non-special.
25952
25953 2004-07-09  Simon Josefsson  <jas@extundo.com>
25954
25955         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25956         Users will lose all flag changes made while unplugged with
25957         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25958         good default.  See numerous reports on ding mailing list.
25959
25960 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25961
25962         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25963         add generate-head-function and generate-article-function to the
25964         rfc822-forward entry.
25965         (nndoc-rfc822-forward-generate-article): New function.
25966         (nndoc-rfc822-forward-generate-head): New function.
25967
25968         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25969
25970 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25971
25972         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25973         respect display group parameter and gnus-summary-expunge-below.
25974         (gnus-articles-to-read): Remove unused reference to display group
25975         parameter.
25976
25977 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25978
25979         * nnheader.el (nnheader-uniquify-message-id): New experimental
25980         variable.
25981         (nnheader-nov-read-message-id): Use it.
25982
25983         * spam-report.el (spam-report-gmane): Add interactive.
25984
25985 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25986
25987         * mm-encode.el (mm-content-transfer-encoding-defaults):
25988         Use qp-or-base64 for the application/* types.
25989
25990 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25991
25992         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25993
25994 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25995
25996         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25997         trim value.
25998
25999 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26000
26001         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26002         New macro and function.
26003         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26004
26005 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26006
26007         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26008         after-load-alist.
26009
26010 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26011
26012         * gnus-group.el (gnus-group-get-new-news-this-group):
26013         Don't update info that isn't there.
26014
26015 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26016
26017         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26018         entry.
26019
26020 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26021
26022         * mm-view.el (mm-inline-render-with-function): Use multibyte
26023         buffer; decode html source by charset.
26024
26025         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26026
26027         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26028         Mule-UCS is loaded under XEmacs.
26029         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26030
26031 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26032
26033         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26034
26035 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26036
26037         * mm-util.el (mm-coding-system-p): Return a coding-system.
26038         (mm-mime-mule-charset-alist): Use shift_jis instead of
26039         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26040         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26041         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26042         instead of japanese-shift-jis and iso-latin-1 respectively in
26043         order to share the default value with both Emacs and XEmacs-mule.
26044         (mm-mule-charset-to-mime-charset):
26045         Make mm-coding-system-priorities effective.
26046         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26047         while predicating of candidates upon the priorities.
26048
26049 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26050
26051         * gnus-sum.el (gnus-summary-make-menu-bar):
26052         Add gnus-uu-invert-processable.
26053
26054         * gnus.el: Autoload gnus-uu-invert-processable.
26055
26056 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26057
26058         * mm-util.el (mm-with-multibyte-buffer): New macro.
26059
26060         * rfc2047.el (rfc2047-encode-string): Use it.
26061         (rfc2047-encode-region): Move point to the end of the region after
26062         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26063
26064 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26065
26066         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26067         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26068
26069 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26070
26071         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26072         (gnus-cite-parse): Ignore quoted envelope From_.
26073         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26074
26075 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26076
26077         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26078         invalid addresses.
26079
26080 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26081
26082         * spam.el: Change section markers, revise TODO list.
26083         (spam-backends): Make new master list of all installed backends.
26084         (spam-summary-exit-behavior): Add new variable to determine how
26085         messages moves are done at summary exit.
26086         (spam-move-spam-nonspam-groups-only)
26087         (spam-process-ham-in-nonham-groups)
26088         (spam-process-ham-in-spam-groups): Remove variables, the
26089         spam-summary-exit-behavior variable should be used to manage this
26090         behavior.
26091         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26092         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26093         and spam-old-spam-articles.
26094         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26095         Add empty variables, placeholders for the backends they represent.
26096         (spam-set-difference): Move, unchanged.
26097         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26098         unless the user has a processor variable.
26099         (spam-classifications, spam-classification-valid-p)
26100         (spam-backend-properties, spam-backend-property-valid-p)
26101         (spam-backend-function-type-valid-p)
26102         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26103         (spam-report-articles-gmane, spam-report-articles-resend):
26104         Remove functions, they are not needed.
26105         (spam-install-backend-super, spam-backend-list)
26106         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26107         (spam-backend-function, spam-backend-ham-registration-function)
26108         (spam-backend-spam-registration-function)
26109         (spam-backend-ham-unregistration-function)
26110         (spam-backend-spam-unregistration-function)
26111         (spam-backend-statistical-p, spam-backend-mover-p)
26112         (spam-install-backend-alias, spam-install-checkonly-backend)
26113         (spam-install-mover-backend, spam-install-nocheck-backend)
26114         (spam-install-backend, spam-install-statistical-backend)
26115         (spam-install-statistical-checkonly-backend): Add backend installation
26116         support.
26117         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26118         (spam-group-processor-p): Use the new backend code and respect the
26119         summary exit behavior.
26120         (spam-mark-spam-as-expired-and-move-routine): Remove.
26121         (spam-summary-prepare): Change to use the new spam-old-articles
26122         variable.
26123         (spam-copy-or-move-routine, spam-copy-spam-routine)
26124         (spam-move-spam-routine, spam-copy-ham-routine)
26125         (spam-move-ham-routine): Add code to copy/move ham or spam.
26126         (spam-fetch-field-fast): Improve doc and code, plus allow the
26127         'number request.
26128         (spam-list-of-checks, spam-list-of-statistical-checks):
26129         Remove variables.
26130         (spam-split, spam-find-spam): Use the new backend code.
26131         (spam-registration-functions): Remove variable.
26132         (spam-unregister-routine): Add convenience wrapper.
26133         (spam-log-undo-registration, spam-register-routine)
26134         (spam-log-processing-to-registry)
26135         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26136         where possible.
26137         (spam-check-gmane-xref, spam-check-regex-headers)
26138         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26139         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26140         (spam-check-bogofilter-headers, spam-check-spamoracle)
26141         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26142         (spam-check-crm114-headers): Use the spam-split-group that
26143         spam-split prepares, no need to determine it every time.
26144
26145         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26146         to the nnheader-parse-naked-head call.
26147
26148         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26149
26150         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26151         the nnheader-nov-read-message-id call.
26152
26153 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26154
26155         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26156         gnus-activate-group twice.  Suggested by Markus Peter
26157         <warp@spin.de>.
26158
26159 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26160
26161         * gnus-art.el (gnus-article-time-format): Exchange the order of
26162         day and month in the default value; fix customization type.
26163         (article-date-ut): Use add-text-properties.
26164         (article-make-date-line): Use message-make-date instead of
26165         current-time-string.
26166
26167         * message.el (message-fetch-field): Don't use set-text-properties.
26168         (message-make-date): Simplify.
26169
26170         * messagexmas.el (message-xmas-make-date): New function.
26171         (message-xmas-redefine): Defalias message-make-date to it.
26172
26173 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26174
26175         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26176         (rfc2047-encode-region): Treat text within parentheses as special;
26177         show the original text when error has occurred.
26178
26179         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26180         already-computed method to gnus-activate-group.
26181
26182         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26183         same select-methods identical Lisp objects.
26184
26185         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26186         object when modifying the info.
26187
26188 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26189
26190         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26191         gnus-opened-servers since it has never been opened with the new
26192         configuration yet.
26193
26194 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26195
26196         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26197         arg to nnheader-generate-fake-message-id.
26198
26199 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26200
26201         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26202         number and build a fake message ID localized to a group and
26203         article number (so it's repeatable from that point on).
26204         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26205         ID format.
26206
26207         * gnus-sum.el (gnus-get-newsgroup-headers):
26208         Call nnheader-generate-fake-message-id with the article number.
26209
26210 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26211
26212         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26213         end-of-buffer.
26214
26215 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26216
26217         * message.el (message-ignored-supersedes-headers): Add Approved.
26218
26219 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26220
26221         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26222         goto-char.
26223         (rfc2047-encode): Fold the line before encoding.
26224
26225 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26226
26227         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26228         folding -- not all headers can be folded, and this should be done
26229         by the message composition mode.  Probably.  I think.
26230
26231 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26232
26233         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26234         fast.
26235
26236         * gnus-ems.el (gnus-remove-image): Don't use
26237         message-text-with-property; remove only the image found first.
26238
26239         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26240         found first.
26241
26242 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26243
26244         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26245
26246 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26247
26248         * message.el (message-text-with-property): Make it fast and accept
26249         optional arguments.
26250         (message-strip-forbidden-properties): Use it.
26251         (message-fix-before-sending): Follow the m-t-w-p change.
26252
26253         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26254
26255 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26256
26257         * gnus-art.el (article-hide-headers): Don't change the buffer
26258         mistakenly when performing mml-preview even if
26259         gnus-single-article-buffer is nil.
26260
26261 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26262
26263         * message.el (message-expand-name-databases): New user option.
26264         (message-expand-name): Use it.
26265
26266 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26267
26268         * spam.el (spam-report-articles-resend)
26269         (spam-report-resend-register-routine): Allow ham reporting.
26270         (spam-report-resend-register-ham-routine): Add wrapper.
26271         (spam-registration-functions): Add ham resending functions.
26272         (spam-list-of-processors): Add ham resend processor.
26273
26274         * gnus.el (ham-resend-to): Add new group parameter.
26275         (spam-process): Add ham resend option.
26276
26277         * spam-report.el (spam-report-resend): Allow reporting ham.
26278         (spam-report-resend-ham): Add wrapper.
26279
26280 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26281
26282         * message.el (message-cite-articles-with-x-no-archive):
26283         New variable.
26284         (message-cite-original): Use it.
26285
26286 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26287
26288         * message.el (message-cite-original): Respect X-No-Archive.
26289
26290 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26291
26292         * gnus-art.el (article-hide-headers): Refer to the values for
26293         gnus-ignored-headers and gnus-visible-headers in the summary
26294         buffer since a user may have set them as group parameters.
26295
26296 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26297
26298         * assistant.el (assistant-node-name): Add convenience function.
26299         (assistant-render-text, assistant-render-node): Add error handling,
26300         plus handle multiple next nodes.
26301         (assistant-find-next-node): Comment out for now.
26302         (assistant-find-next-nodes): Add function, returns list of next
26303         nodes.
26304
26305 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26306
26307         * mail-source.el (mail-source-directory): Fix doc-string.
26308
26309 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26310
26311         * assistant.el (assistant-render-text, assistant-eval): Add :set
26312         widget type, which is different because it takes and returns a
26313         list.  Much hilarity ensues.
26314
26315 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26316
26317         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26318
26319         * gnus-group.el (gnus-group-get-new-news-this-group):
26320         Add doc-string.
26321
26322         * gnus-start.el (gnus-activate-group): Add doc-string.
26323
26324 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26325
26326         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26327
26328 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26329
26330         * assistant.el (assistant-render-text): Try to add a :set
26331         widget, more to come.
26332
26333         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26334         strings.
26335         (spam-report-articles-resend)
26336         (spam-register-routine): Do registration iff any articles warrant
26337         it.
26338         (spam-summary-prepare-exit): Change log message for nil group
26339         destinations.
26340
26341 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26342
26343         * spam.el (spam-report-resend-register-routine):
26344         Allow spam-report-resend-to to be a group parameter or a global value.
26345
26346 2004-05-26  Simon Josefsson  <jas@extundo.com>
26347
26348         * starttls.el: Merge with my GNUTLS based starttls.el.
26349         (starttls-gnutls-program, starttls-use-gnutls)
26350         (starttls-extra-arguments, starttls-process-connection-type)
26351         (starttls-connect, starttls-failure, starttls-success):
26352         New variables.
26353         (starttls-program, starttls-extra-args): Doc fix.
26354         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26355         New functions.
26356         (starttls-negotiate, starttls-open-stream):
26357         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26358         function if it is set.
26359
26360 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26361
26362         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26363         structured fields.
26364
26365 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26366
26367         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26368
26369 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26370
26371         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26372         Add variable.
26373         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26374         assigning the spam-mark to new messages.
26375
26376 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26377
26378         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26379
26380 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26381
26382         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26383
26384         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26385         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26386         default.
26387
26388 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26389
26390         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26391         correct data.
26392
26393 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26394
26395         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26396         (spam-group-processor-p): Fix function.
26397         (spam-group-processor-multiple-p)
26398         (spam-group-spam-processor-report-gmane-p)
26399         (spam-group-spam-processor-report-resend-p)
26400         (spam-group-spam-processor-bogofilter-p)
26401         (spam-group-spam-processor-blacklist-p)
26402         (spam-group-spam-processor-ifile-p)
26403         (spam-group-ham-processor-ifile-p)
26404         (spam-group-spam-processor-spamoracle-p)
26405         (spam-group-spam-processor-crm114-p)
26406         (spam-group-ham-processor-bogofilter-p)
26407         (spam-group-spam-processor-stat-p)
26408         (spam-group-ham-processor-stat-p)
26409         (spam-group-ham-processor-whitelist-p)
26410         (spam-group-ham-processor-BBDB-p)
26411         (spam-group-ham-processor-spamoracle-p)
26412         (spam-group-ham-processor-copy-p): Remove functions with some
26413         prejudice against unneeded code.
26414         (spam-report-articles-resend)
26415         (spam-report-resend-register-routine): Allow the group/topic
26416         spam-resend-to value to override spam-report-resend-to.
26417         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26418         properly now.
26419
26420         * gnus.el (spam-resend-to): Add group/topic parameter.
26421         (spam-process): Move the OBSOLETE processors to the end of the
26422         choices.
26423
26424 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26425
26426         * spam-report.el (spam-report-resend-to, spam-report-resend):
26427         Start with resend-to set to nil, and then ask the user if necessary.
26428         (spam-report-resend): spam-report-resend takes a list of articles, not
26429         separate article numbers.
26430
26431 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26432
26433         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26434         addition to emacs-w3m.
26435
26436 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26437
26438         * assistant.el (assistant-authinfo-data): New function.
26439         (assistant-eval): Eval for entire assistant.
26440
26441         * netrc.el (netrc-services-file): New variable.
26442         (netrc-parse-services): New function.
26443         (netrc-find-service-name): New function.
26444         (netrc-find-service-number): New function.
26445         (netrc-port-equal): New function.
26446         (netrc-machine): Use it.
26447
26448         * nnimap.el (nnimap-open-connection): Use netrc.
26449
26450         * gnus-util.el (gnus-netrc-get): Remove aliases.
26451
26452         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26453
26454         * assistant.el (wid-edit): Fix compilation.
26455
26456         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26457
26458 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26459
26460         * gnus-util.el (gnus-set-file-modes): New function.  (small
26461         patch).
26462
26463 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26464
26465         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26466
26467         * assistant.el (assistant-render-node): Fix up rendering and
26468         read-only text.
26469         (assistant-render-node): Reset.
26470         (assistant-make-read-only): Not sticky.
26471
26472 2004-05-20  Danny Siu  <dsiu@adobe.com>
26473
26474         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26475         centered even when gnus-auto-center-summary is t.
26476
26477 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26478
26479         * dns.el (dns-get-txt-answer): New function.
26480         (dns-read-txt): Ditto.
26481         (query-dns): Use it.
26482
26483 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26484
26485         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26486         active for foreign groups even if the group level is higher than
26487         the specified value.
26488
26489 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26490
26491         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26492         non-active groups.
26493
26494         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26495
26496 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26497
26498         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26499
26500 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26501
26502         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26503         (spam-crm114-header, spam-crm114-spam-switch)
26504         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26505         (spam-crm114-positive-spam-header)
26506         (spam-crm114-database-directory, spam-list-of-processors)
26507         (spam-group-spam-processor-crm114-p)
26508         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26509         (spam-generic-score, spam-list-of-checks)
26510         (spam-list-of-statistical-checks, spam-registration-functions)
26511         (spam-check-crm114-headers, spam-crm114-score)
26512         (spam-check-crm114, spam-crm114-register-with-crm114)
26513         (spam-crm114-register-spam-routine)
26514         (spam-crm114-unregister-spam-routine)
26515         (spam-crm114-register-ham-routine)
26516         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26517
26518 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26519
26520         * gnus.el: Add spam-use-crm114.
26521
26522         * spam.el (spam-list-of-processors, spam-registration-functions):
26523         Add spam-use-resend.
26524         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26525         (spam-report-articles-gmane): Add doc fix.
26526         (spam-report-articles-resend, spam-report-resend-register-routine):
26527         Add wrappers around spam-report-resend-to.
26528
26529         * spam-report.el (spam-report-resend-to, spam-report-resend):
26530         Add support for resending spam.
26531         (spam-report-gmane): Fix line length >80.
26532
26533         * gnus.el (spam-process): Add spam-use-resend.
26534
26535 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26536
26537         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26538         number of processed spam messages.
26539         (spam-ham-copy-or-move-routine): Return the number of processed
26540         ham messages.
26541         (spam-summary-prepare-exit): Use the above values to decide
26542         whether status messages should be displayed.
26543
26544 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26545
26546         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26547         `rfc2047-encoding-function-alist' in order to avoid conflicting
26548         with the old version.
26549         (rfc2047-encode-region): Concatenate words containing non-ASCII
26550         characters in structured fields; don't encode space-delimited
26551         ASCII words even in unstructured fields; don't break words at
26552         char-category boundaries.
26553         (rfc2047-encode-1): New function.
26554         (rfc2047-encode): Use it; encode text so that it occupies the
26555         maximum width within 76-column; work correctly on Q encoding for
26556         iso-2022-* charsets.
26557         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26558         sure not to break a line just after the header name.
26559         (rfc2047-b-encode-region): Remove.
26560         (rfc2047-b-encode-string): New function.
26561         (rfc2047-q-encode-region): Remove.
26562         (rfc2047-q-encode-string): New function.
26563
26564         * mm-util.el (mm-replace-in-string): New function.
26565
26566 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26567
26568         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26569         Really get it right.
26570         (gnus-inews-make-draft): Really.
26571
26572 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26573
26574         * nnmh.el (nnmh-request-list-1): Don't check the link count
26575         before descending.  (small patch)
26576
26577 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26578
26579         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26580         stuff.
26581
26582         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26583         Match on real group name.
26584
26585         * gnus-art.el (gnus-signature-limit): Doc fix.
26586
26587         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26588
26589         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26590
26591 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26592
26593         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26594         isn't a string.
26595
26596 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26597
26598         * gnus-draft.el (gnus-draft-send):
26599         Bind rfc2047-encode-encoded-words.
26600
26601         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26602         (rfc2047-encodable-p): Say that =? needs encoding.
26603         (rfc2047-encode-encoded-words): New variable.
26604
26605         * gnus-group.el (gnus-group-select-group): Doc fix.
26606
26607         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26608
26609         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26610         to nil.
26611
26612         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26613
26614         * nnheader.el (nnheader-get-lines-and-char): New function.
26615
26616 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26617
26618         * gnus-msg.el (gnus-summary-followup-with-original):
26619         Document yanking of region when active.
26620
26621 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26622
26623         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26624         groups if the group level is higher than the specified value.
26625
26626 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26627
26628         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26629         (gnus-group-jump-to-group): Add prefix argument using
26630         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26631         non-active group.
26632
26633         * compface.el (uncompface): Be verbose when changing
26634         `uncompface-use-external'.
26635
26636         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26637         handle manual section.
26638
26639 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26640
26641         * gnus-art.el (gnus-button-alist): Revert previous change.
26642
26643 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26644
26645         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26646
26647 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26648
26649         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26650         whether backend can accept message.
26651
26652         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26653
26654 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26655
26656         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26657         Avoid creating directory when nntp-marks-is-evil is true.
26658         Reported by Reiner Steib.
26659
26660 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26661
26662         * gnus-picon.el (gnus-picon-insert-glyph):
26663         Add optional `nostring' argument.
26664
26665 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26666
26667         * gnus-picon.el (gnus-picon-style): New variable.
26668         (gnus-picon-transform-address): Support `gnus-picon-style'.
26669
26670 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26671
26672         * message.el (message-fill-field): Return point.
26673         (message-generate-headers): Go to end of field.
26674
26675         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26676         stuff for non-living groups.
26677
26678 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26679
26680         * gnus-art.el (gnus-article-followup-with-original)
26681         (gnus-article-reply-with-original): gnus-mark-active-p ->
26682         gnus-region-active-p.
26683
26684 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26685
26686         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26687         only when there is spam or ham to be processed.
26688
26689 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26690
26691         * mail-source.el (mail-source-delete-crash-box): Refactor.
26692         (mail-source-fetch): Use it.
26693         (mail-source-fetch-file): Ditto.
26694         (mail-source-fetch-directory): Run postscript in loop.
26695         (mail-source-fetch-pop): Delete.
26696         (mail-source-fetch-maildir): Ditto.
26697         (mail-source-fetch-imap): Ditto.
26698
26699         * imap.el (imap-authenticators): Comment out sasl.
26700
26701         * message.el (message-skip-to-next-address): New function.
26702         (message-fill-header-address): Refactor.
26703         (message-fill-address): Use it.
26704         (message-delete-address): Use it.
26705         (message-fill-header-general): Refactor.
26706         (message-fill-field-address): Rename.
26707         (message-narrow-to-field): Find the start of the header.
26708         (message-header-format-alist): Don't pre-fill.
26709         (message-fill-header): Remove.
26710         (message-insert-header): New function.
26711         (message-shorten-references): Use it.
26712
26713         * rfc2047.el (rfc2047-field-value): Strip props.
26714
26715         * mail-parse.el (mail-header-make-address): New alias.
26716
26717         * ietf-drums.el (ietf-drums-make-address): New function.
26718
26719         * imap.el: Add compiler directives.
26720
26721         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26722
26723         * gnus-art.el (article-decode-idna-rhs): Don't use
26724         message-idna-inside-rhs-p.
26725
26726 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26727
26728         * message.el (message-idna-inside-rhs-p): Remove.
26729         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26730
26731         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26732         false positives.
26733
26734 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26735
26736         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26737
26738 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26739
26740         * nneething.el (nneething-file-name): Don't create spurious
26741         files.
26742
26743         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26744         (gnus-inews-do-gcc): Remove sleep.
26745
26746         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26747         part under point.
26748
26749         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26750         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26751
26752 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26753
26754         * spam.el (spam-summary-prepare-exit): Fix (length).
26755
26756 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26757
26758         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26759         as expired without moving it" message when there are spam
26760         messages left.
26761
26762 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26763
26764         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26765         header is not nil.
26766
26767 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26768
26769         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26770         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26771         (nntp-marks-changed-p): New arg SERVER.
26772         (nntp-request-update-info): Adjust caller.
26773
26774 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26775
26776         * nntp.el (nntp-save-marks): Pass missing arg.
26777
26778 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26779
26780         * nntp.el: Support marks.
26781         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26782         (nntp-marks-modtime, nntp-marks-directory): New variables.
26783         (nntp-request-set-mark, nntp-request-update-info)
26784         (nntp-possibly-create-directory, nntp-marks-changed-p)
26785         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26786         New functions.
26787
26788 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26789
26790         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26791         (gnus-xmas-redefine): Rename.
26792
26793         * gnus-score.el (gnus-score-insert-help):
26794         Use gnus-select-lowest-window.
26795
26796         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26797         appt-select-lowest-window and rename to gnus-select-lowest-window.
26798
26799         * gnus.el: do.
26800
26801 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26802
26803         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26804         encodings of MIME-encoded words, in order to improve
26805         interoperability with several broken MUAs.
26806
26807 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26808
26809         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26810         tags, only when charsets are not specified in headers.
26811         (mm-inline-text-html-render-with-w3m): Ditto.
26812
26813         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26814         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26815
26816 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26817
26818         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26819         instead of MIME-decoded from fields when checking
26820         `gnus-article-address-banner-alist'.
26821
26822 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26823
26824         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26825         description rather than subject.
26826
26827 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26828
26829         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26830
26831 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26832
26833         * gnus.el (gnus-version-number): Bump.
26834
26835 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26836
26837         * gnus.el: No Gnus v0.2 is released.
26838
26839 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26840
26841         * gnus-agent.el (gnus-agent-read-agentview):
26842         Inline gnus-uncompress-range.
26843
26844 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26845
26846         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26847         `exec-installed-p'.
26848
26849 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26850
26851         * gnus.el (spam-process, spam-autodetect-methods):
26852         Add bsfilter and bsfilter-headers.
26853
26854         * spam.el (spam-bsfilter): New customize group.
26855         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26856         (spam-bsfilter-header, spam-bsfilter-probability-header)
26857         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26858         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26859         (spam-bsfilter-database-directory): New options.
26860         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26861         (spam-list-of-statistical-checks, spam-registration-functions):
26862         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26863         (spam-bsfilter-score): New command.
26864         (spam-check-bsfilter-headers, spam-check-bsfilter)
26865         (spam-bsfilter-register-with-bsfilter)
26866         (spam-bsfilter-register-spam-routine)
26867         (spam-bsfilter-unregister-spam-routine)
26868         (spam-bsfilter-register-ham-routine)
26869         (spam-bsfilter-unregister-ham-routine): New functions.
26870         (spam-generic-score): Support bsfilter; Accept an optional argument
26871         to recalcurate spam score even if scoring header has already been
26872         added.
26873         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26874         optional argument to recalcurate spam score even if scoring header
26875         has already been added.
26876
26877 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26878
26879         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26880         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26881         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26882         link is missing.
26883
26884 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26885
26886         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26887         (html2text-get-attr): Rewrite.
26888
26889         * message.el (message-setup-1): Remove redundant put-text-property
26890         on mail-header-separator.
26891
26892 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26893
26894         * gnus-registry.el (gnus-registry-cache-whitespace)
26895         (gnus-registry-action, gnus-registry-spool-action)
26896         (gnus-registry-split-fancy-with-parent): Change message levels
26897         from 5 to 3 or 7, as needed.
26898
26899         * spam.el (spam-summary-prepare-exit)
26900         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26901         (spam-split, spam-find-spam, spam-log-undo-registration)
26902         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26903         level from 5 to 6.
26904
26905 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26906
26907         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26908         2004-03-04 change).
26909
26910 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26911
26912         * sieve-manage.el (sieve-manage-open):
26913         * nnweb.el (nnweb-insert-html):
26914         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26915         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26916         * nnspool.el (nnspool-request-group):
26917         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26918         * nnml.el (nnml-request-update-info):
26919         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26920         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26921         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26922         (nnimap-request-set-mark):
26923         * nnfolder.el (nnfolder-request-update-info):
26924         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26925         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26926         * gnus-uu.el (gnus-uu-find-articles-matching):
26927         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26928         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26929         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26930         * gnus-nocem.el (gnus-nocem-scan-groups):
26931         * gnus-int.el (gnus-start-news-server):
26932         * gnus-group.el (gnus-group-make-kiboze-group)
26933         (gnus-group-browse-foreign-server):
26934         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26935         Use mapc when appropriate.
26936
26937 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26938             Adam Sjøgren  <asjo@koldfront.dk>
26939             Wes Hardaker  <wes@hardakers.net>
26940             Michael Shields  <shields@msrl.com>
26941
26942         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26943         may need for spam sorting and scoring.
26944         (spam-user-format-function-S): Add user format function suitable for
26945         general use.
26946         (spam-article-sort-by-spam-status): Add sorting function for summary
26947         sorting.
26948         (spam-extra-header-to-number): Add function to get a score from a
26949         header.
26950         (spam-summary-score): Add function to get a numeric score from the
26951         headers.
26952         (spam-generic-score): Fix function doc, was in wrong place.
26953         (spam-initialize): Take symbols when it's run, and install the
26954         extra headers that spam-necessary-extra-headers thinks we need.
26955
26956 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26957
26958         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26959         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26960
26961 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26962
26963         * gnus-sum.el (gnus-set-global-variables)
26964         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26965         (gnus-article-get-xrefs, gnus-summary-best-group)
26966         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26967         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26968         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26969         Use with-current-buffer.
26970
26971 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26972
26973         * spam.el (spam-summary-prepare-exit): Simplify logic.
26974         (spam-fetch-article-header): Read the article header if it's not
26975         available.
26976         (spam-list-articles): Simplify logic.
26977         (spam-filelist-register-routine): Fix bug with unregister-list.
26978
26979         * gnus-registry.el: Fix comments at beginning.
26980
26981 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26982
26983         * message.el (message-cater-to-broken-inn): Remove.
26984         (message-shorten-references): Make sure the total folded length of
26985         References is shorter than 998 characters to cater to a bug in INN
26986         2.3.  Also, don't pretend that references aren't folded -- this
26987         hasn't worked for a while.
26988
26989 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26990
26991         * gnus-agent.el (gnus-agentize):
26992         gnus-agent-send-mail-real-function no longer set to current value
26993         of message-send-mail-function but rather a lambda that calls
26994         message-send-mail-function.  The change makes the agent real-time
26995         responsive to user changes to message-send-mail-function.
26996
26997 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26998
26999         * legacy-gnus-agent.el
27000         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27001         help from Florian Weimer <fw@deneb.enyo.de>
27002
27003 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27004
27005         * nnmail.el (nnmail-cache-insert): Revert last change.
27006
27007 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27008
27009         * nnmail.el (nnmail-cache-insert): Always check whether
27010         nnmail-cache-ignore-groups matches a group name.
27011
27012 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27013
27014         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27015         (spam-find-spam, spam-log-processing-to-registry)
27016         (spam-log-registered-p, spam-log-unregistration-needed-p)
27017         (spam-log-undo-registration): Use gnus-message instead of
27018         gnus-error, none of these errors are fatal.
27019
27020         * gnus-registry.el (gnus-registry-clean-empty-function)
27021         (gnus-registry-clean-empty): Remove only empty entries without
27022         extra data.
27023
27024 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27025
27026         * spam-stat.el (spam-stat-buffer-change-to-spam)
27027         (spam-stat-buffer-change-to-non-spam): Change (error) to
27028         (gnus-message 8) invocation.
27029
27030 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27031
27032         * nntp.el (nntp-via-netcat-command): New variable.
27033         (nntp-via-netcat-switches): New variable.
27034         (nntp-open-via-rlogin-and-netcat): New function.
27035         (nntp-open-connection-function): Doc fix.
27036         (nntp-telnet-command): Doc fix.
27037         (nntp-end-of-line): Doc fix.
27038         (nntp-via-rlogin-command): Doc fix.
27039         (nntp-via-user-name): Doc fix.
27040         (nntp-via-address): Doc fix.
27041
27042 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27043
27044         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27045         error in Emacs 21.1.
27046
27047 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27048
27049         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27050
27051 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27052
27053         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27054         (gnus-agent-with-refreshed-group): New macro.
27055         (gnus-agent-rename-group): New function.
27056         (gnus-agent-delete-group): New function.
27057         (gnus-agent-save-group-info): Use gnus-command-method when
27058         `method' parameter is nil.  Don't write nil entries into the
27059         active file.
27060         (gnus-agent-get-group-info): New function.
27061         (gnus-agent-fetch-articles):
27062         Use gnus-agent-update-files-total-fetched-for to increment disk space
27063         used.
27064         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27065         Use gnus-agent-update-view-total-fetched-for to increment disk space
27066         used.
27067         (gnus-agent-get-local): Add optional parameters to avoid calling
27068         gnus-group-real-name and gnus-find-method-for-group.
27069         (gnus-agent-set-local): Delete stored entry if either min, or max,
27070         are nil.
27071         (gnus-agent-fetch-session): Reworded error/quit messages.
27072         On quit, use gnus-agent-regenerate-group to record existance of any
27073         articles fetched to disk before the quit occurred.
27074         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27075         gnus-agent-update-view-total-fetched-for, and
27076         gnus-agent-update-files-total-fetched-for to decrement disk space
27077         used.
27078         (gnus-agent-retrieve-headers):
27079         Use gnus-agent-update-view-total-fetched-for to increment disk space
27080         used.
27081         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27082         with gnus-agent-update-files-total-fetched-for to decrement disk
27083         space and fresh group buffer.
27084         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27085         (gnus-agent-need-update-total-fetched-for): New variable.
27086         (gnus-agent-update-files-total-fetched-for): New function.
27087         (gnus-agent-update-view-total-fetched-for): New function.
27088         (gnus-agent-total-fetched-for): New function.
27089
27090         * gnus-cache.el (gnus-cache-save-buffers):
27091         Use gnus-cache-update-overview-total-fetched-for to change disk space
27092         used by this group.
27093         (gnus-cache-possibly-enter-article):
27094         Use gnus-cache-update-file-total-fetched-for to increment disk space
27095         used by this group.
27096         (gnus-cache-possibly-remove-article):
27097         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27098         used by this group.
27099         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27100         (gnus-cache-rename-group): New function.
27101         (gnus-cache-delete-group): New function.
27102         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27103         (gnus-cache-need-update-total-fetched-for): New variable.
27104         (gnus-cache-with-refreshed-group): New macro.
27105         (gnus-cache-update-file-total-fetched-for): New function.
27106         (gnus-cache-update-overview-total-fetched-for): New function.
27107         (gnus-cache-rename-group-total-fetched-for): New function.
27108         (gnus-cache-delete-group-total-fetched-for): New function.
27109         (gnus-cache-total-fetched-for): New function.
27110
27111         * gnus-group.el: Require gnus-sum and autoload functions to
27112         resolve warnings when gnus-group.el compiled alone.
27113         (gnus-group-line-format): Document new %F.
27114         (size of Fetched data) group line format; identifies disk space
27115         used by agent and cache.
27116         (gnus-group-line-format-alist): Define new F format.
27117         (gnus-total-fetched-for): New function.
27118         (gnus-group-delete-group): No longer update
27119         gnus-cache-active-altered as gnus-request-delete-group now keeps
27120         the cache in sync.
27121         (gnus-group-list-active): Let the agent store a server's active
27122         list if currently plugged.
27123
27124         * gnus-int.el (gnus-request-delete-group):
27125         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27126         local disk in sync with the server.
27127         (gnus-request-rename-group):
27128         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27129         local disk in sync with the server.
27130
27131         * gnus-start.el (gnus-get-unread-articles):
27132         Cosmetic simplification to logic.
27133
27134         * gnus-util.el (gnus-rename-file): New function.
27135
27136 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27137
27138         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27139
27140 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27141
27142         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27143         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27144
27145 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27146
27147         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27148         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27149
27150 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27151
27152         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27153
27154 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27155
27156         * spam.el (spam-set-difference): Add function to replace
27157         gnus-set-difference in spam.el.
27158         (spam-summary-prepare-exit): Use spam-set-difference.
27159
27160 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27161
27162         * gnus-registry.el (gnus-registry-cache-file): Update to use
27163         gnus-dribble-directory OR gnus-home-directory OR ~.
27164         (gnus-registry-split-fancy-with-parent): Fix doc.
27165
27166 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27167
27168         * message.el (message-exchange-point-and-mark):
27169         Use message-mark-active-p.  Suggested by Jesper Harder
27170         <harder@ifa.au.dk>.
27171
27172 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27173
27174         * message.el (message-exchange-point-and-mark): Don't activate
27175         region if it was inactive.  Suggested by Hiroshi Fujishima
27176         <pooh@nature.tsukuba.ac.jp>.
27177
27178 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27179
27180         * gnus-art.el (article-display-face): Display Faces in the same
27181         order as X-Faces.
27182
27183 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27184
27185         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27186
27187 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27188
27189         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27190         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27191         (gnus-article-mime-hierarchy): Remove.
27192         (gnus-article-mime-hierarchy-next): Remove.
27193         (gnus-article-mode): Revert 2004-03-19 change.
27194         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27195         (gnus-insert-mime-button): Revert 2004-03-19 change.
27196         (gnus-mime-accumulate-hierarchy): Remove.
27197         (gnus-mime-enter-multipart): Remove.
27198         (gnus-mime-leave-multipart): Remove.
27199         (gnus-mime-display-part): Revert 2004-03-19 change.
27200         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27201
27202         * mml.el (mml-preview): Revert 2004-03-19 change.
27203
27204 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27205
27206         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27207
27208 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27209
27210         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27211         t while entering a file name using the mm-with-multibyte macro.
27212         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27213
27214         * mm-util.el (mm-with-multibyte): New macro.
27215
27216 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27217
27218         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27219         New user option.
27220         (gnus-mime-multipart-functions): Doc and customization fix.
27221         (gnus-article-mime-hierarchy): New variable.
27222         (gnus-article-mime-hierarchy-next): New variable.
27223         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27224         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27225         gnus-article-mime-hierarchy-next to nil.
27226         (gnus-insert-mime-button): Show hierarchy numbers.
27227         (gnus-mime-accumulate-hierarchy): New function.
27228         (gnus-mime-enter-multipart): New function.
27229         (gnus-mime-leave-multipart): New function.
27230         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27231         (gnus-mime-display-alternative): Show hierarchy numbers.
27232
27233         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27234         gnus-article-mime-hierarchy-next to nil.
27235
27236 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27237
27238         * dns.el: Don't require gnus-xmas.
27239
27240 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27241
27242         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27243         inline PGP.
27244         (mml-menu): Disable mml-quote-region if mark is inactive.
27245
27246 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27247
27248         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27249         when the group's active is not available.
27250
27251 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27252
27253         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27254         error.
27255
27256 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27257
27258         * imap.el (imap-store-password): New variable.
27259         (imap-interactive-login): Use it.
27260         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27261
27262 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27263
27264         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27265         window-start and hscroll to summary window.
27266
27267 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27268
27269         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27270         conversion message to newsrc-dribble when an actual conversion is
27271         performed.
27272
27273 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27274
27275         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27276
27277 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27278
27279         * mm-decode.el (mm-complicated-handles): New function reviving
27280         former definition of mm-multiple-handles.
27281
27282         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27283         (gnus-mime-delete-part): Use it.
27284
27285 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27286
27287         * gnus-agent.el (gnus-agent-read-local):
27288         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27289         avoid the implicit assumption that they will always be equal.
27290         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27291         coding-system-for-write, as the with-temp-file macro first prints
27292         to a buffer then saves the buffer.
27293
27294 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27295
27296         * gnus-art.el (gnus-article-edit-part): New function.
27297         (gnus-mime-save-part-and-strip): Use it; do query instead of
27298         signaling an error; don't use mm-multiple-handles.
27299         (gnus-mime-delete-part): Ditto.
27300
27301 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27302
27303         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27304         old file versions.
27305         (gnus-group-prepare-hook): Remove function that converted list
27306         form of gnus-agent-expire-days to group properties.
27307
27308         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27309         (gnus-request-accept-article): Re-indented.
27310
27311         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27312         converters to handle old agent file formats.  Add logic for a
27313         "backup before upgrading warning".
27314         (gnus-convert-mark-converter-prompt): Developers can mark
27315         functions as needing (default), or not needing,
27316         gnus-convert-old-newsrc's "backup before upgrading warning".
27317         (gnus-convert-converter-needs-prompt): Tests whether the user
27318         should be protected from potentially irreversable changes by the
27319         function.
27320
27321         * legacy-gnus-agent.el: New.  Provides converters that are only
27322         loaded when gnus-convert-old-newsrc needs to call them.
27323
27324 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27325
27326         * mail-source.el (mail-source-touch-pop): Doc fix.
27327
27328         * message.el (message-smtpmail-send-it): Doc fix.
27329
27330 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27331
27332         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27333
27334         * nnmail.el (nnmail-split-fancy): do.
27335
27336         * gnus-kill.el (gnus-kill, gnus-execute): do.
27337
27338 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27339
27340         * gnus-sum.el (gnus-widget-reversible-match)
27341         (gnus-widget-reversible-to-internal)
27342         (gnus-widget-reversible-to-external): New functions.
27343         (gnus-widget-reversible): New widget.
27344         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27345
27346 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27347
27348         * gnus-sum.el (gnus-thread-sort-functions)
27349         (gnus-article-sort-functions): Document `(not F)' items.
27350
27351 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27352
27353         * spam.el (spam-use-gmane-xref): Add new backend.
27354         (spam-gmane-xref-spam-group): Add variable to control the name of the
27355         Gmane spam group.
27356         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27357         (spam-regex-headers-spam, spam-regex-headers-ham)
27358         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27359         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27360         backends and checks.
27361         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27362
27363         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27364         an autodetect method.
27365
27366 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27367
27368         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27369         articles are being added to a group.
27370         (gnus-request-replace-article): Inform the agent that articles
27371         need to be uncached as the cached contents are no longer valid.
27372
27373 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27374
27375         * binhex.el: Don't autoload executable-find.
27376
27377         * canlock.el: Don't autoload mail-fetch-field.
27378
27379         * dgnushack.el: Autoload c-mode for XEmacs.
27380
27381         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27382
27383         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27384         rmail-dont-reply-to and rmail-output.
27385
27386         * gnus-score.el: Don't autoload ffap-string-at-point.
27387
27388         * gnus-setup.el: Don't autoload sc-cite-original.
27389
27390         * imap.el: Don't autoload base64-decode-string,
27391         base64-encode-string and md5.
27392
27393         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27394         and rmail-msg-restore-non-pruned-header.
27395
27396         * mm-decode.el: Don't autoload executable-find.
27397
27398         * mm-url.el: Don't autoload executable-find.
27399
27400         * mm-view.el: Don't autoload diff-mode.
27401
27402         * nndb.el: Don't autoload news-reply-mode, news-setup,
27403         cancel-timer and telnet.
27404
27405         * password.el: Don't autoload run-at-time for Emacs.
27406
27407         * sha1-el.el: Don't autoload executable-find.
27408
27409         * sieve-mode.el: Don't autoload c-mode.
27410
27411         * uudecode.el: Don't autoload executable-find.
27412
27413 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27414
27415         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27416         (gnus-agent-possibly-alter-active): Avoid null in numeric
27417         comparison.
27418         (gnus-agent-set-local): Refuse to save null in local object table.
27419         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27420         list of articles that will be marked as unread.
27421
27422 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27423
27424         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27425
27426 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27427
27428         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27429         language tags.
27430
27431 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27432
27433         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27434         Don't bind "obarray".
27435
27436         * gnus-sum.el (gnus-thread-sort-functions):
27437         Add `gnus-thread-sort-by-most-recent-number' and
27438         `gnus-thread-sort-by-most-recent-date'.
27439         Reported by Kai Grossjohann <kai@emptydomain.de>.
27440
27441 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27442
27443         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27444
27445 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27446
27447         * gnus-cus.el (gnus-agent-customize-category):
27448         Remove ignore-errors macro reference that required cl to be loaded at
27449         run-time.
27450
27451         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27452         single-interval range of the form (min . max).  Previously the
27453         range had to look like ((min . max)).  Likewise, return
27454         (min . max) rather than ((min . max)).
27455         (gnus-range-map): Use gnus-range-normalize to accept
27456         single-interval range.
27457
27458         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27459         the cache, but not the agent, now appear with their usual face.
27460
27461         * dgnushack.el (loaddir): New variable that is bound to the
27462         directory containing the dgnushack.el file.  Use loaddir, rather
27463         than srcdir, to update load-path.  Change lets dgnushack compile
27464         code in directories other than GNUS/lisp.
27465
27466 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27467
27468         * lpath.el: Don't bind w3m-safe-url-regexp.
27469
27470         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27471         w3m-safe-url-regexp variable buffer-local.
27472
27473         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27474
27475 2004-02-27  Simon Josefsson  <jas@extundo.com>
27476
27477         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27478         gnus-group-real-prefix.
27479         (gnus-summary-move-article): Use it, instead of
27480         gnus-group-real-prefix.
27481
27482 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27483
27484         * lpath.el: Bind w3m-safe-url-regexp.
27485
27486         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27487         w3m-safe-url-regexp variable buffer-local and set it as the value
27488         of mm-w3m-safe-url-regexp.
27489
27490         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27491
27492         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27493         parsing gnus-posting-styles when the message is not for replying.
27494
27495         * dgnushack.el: Autoload sgml-mode for XEmacs.
27496
27497         * nnrss.el (nnrss-opml-export):
27498         Use mm-set-buffer-file-coding-system instead of
27499         set-buffer-file-coding-system.
27500
27501 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27502
27503         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27504         of checkdoc.el).
27505         * nnrss.el: do.
27506         * gnus-mlspl.el: do.
27507         * gnus-ml.el: do.
27508         * gnus-srvr.el: do.
27509
27510         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27511
27512 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27513
27514         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27515         Corrections to custom-manual links.
27516
27517         * gnus-art.el (gnus-article): Ditto.
27518
27519         * mm-decode.el (mime-display, mime-security): Ditto.
27520
27521 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27522
27523         * flow-fill.el: Typo.
27524
27525 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27526
27527         * spam-wash.el: New file.
27528
27529 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27530
27531         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27532
27533 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27534
27535         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27536         to be run with new-articles as LIST1, not LIST2.
27537         (spam-registration-functions): Add spam-use-ham-copy as a nil
27538         registration backend.
27539
27540 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27541
27542         * spam-stat.el (spam-stat-washing-hook): New option.
27543         (spam-stat-buffer-words): Use it.
27544         (spam-stat-process-directory, spam-stat-test-directory):
27545         Use insert-file-contents-literally.
27546         (spam-stat-coding-system): New variable.
27547         (spam-stat-load, spam-stat-save): Use it.
27548
27549 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27550
27551         * spam-report.el (spam-report-plug-agent):
27552         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27553
27554 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27555
27556         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27557         Allow / in mailto URLs.
27558
27559 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27560
27561         * spam-report.el (spam-report-process-queue): Fix interactive use.
27562         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27563         (spam-report-unplug-agent): Doc fixes.
27564         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27565         (spam-report-agentize, spam-report-deagentize): Autoload.
27566
27567 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27568
27569         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27570
27571         * message.el (message-setup-fill-variables): Add mml tags to
27572         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27573         <ajk@iu.edu>.
27574         (message-mode): Don't modify paragraph-separate there.
27575
27576 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27577
27578         * compface.el (uncompface-use-external): Default to undecided.
27579         (uncompface-use-external-threshold): New variable.
27580         (uncompface-float-time): New macro.
27581         (uncompface): Determine whether to use the external decoder if
27582         uncompface-use-external is undecided.
27583
27584 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27585
27586         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27587         after images.
27588
27589         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27590
27591 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27592
27593         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27594
27595         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27596
27597         * gnus-sum.el (gnus-summary-limit-to-age)
27598         (gnus-summary-limit-children): do.
27599
27600         * gnus-int.el (gnus-request-scan): do.
27601
27602         * gnus-group.el (gnus-group-suspend): do.
27603
27604         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27605
27606         * gnus-cite.el (gnus-cite-parse-attributions): do.
27607
27608         * gnus-agent.el (gnus-summary-set-agent-mark)
27609         (gnus-agent-regenerate-group): do.
27610
27611         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27612
27613         * binhex.el (binhex-decode-region-internal): do.
27614
27615 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27616
27617         * gnus-fun.el (gnus-face-properties-alist): New user option.
27618         (gnus-display-x-face-in-from): Use it.
27619
27620         * gnus-art.el (article-display-face): Ditto.
27621
27622         * compface.el (uncompface-use-external): Default to nil.
27623
27624 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27625
27626         * nntp.el (nntp-erase-buffer): New function.
27627         (nntp-retrieve-data, nntp-send-command)
27628         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27629         (nntp-possibly-change-group): Use it.
27630
27631         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27632         Use with-current-buffer.
27633
27634 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27635
27636         * compface.el: Merge the ELisp-based uncompface program.
27637         (compface): New customization group.
27638         (uncompface-use-external): New user option.
27639         (uncompface): Call uncompface-internal if uncompface-use-external
27640         is nil.
27641         (uncompface-internal): New function.  Note that there are also
27642         some other functions and variables added for this function.
27643
27644 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27645
27646         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27647         if necessary.
27648
27649 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27650
27651         * spam-report.el (spam-report-unplug-agent)
27652         (spam-report-plug-agent, spam-report-deagentize)
27653         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27654         Add support for the Agent in spam-report: when unplugged, report to a
27655         file; when plugged, submit all the requests.
27656
27657         * spam.el (spam-register-routine): Fix message about
27658         registration.
27659
27660 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27661
27662         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27663         dependencies.
27664         (rfc2047-encode): Use it.
27665
27666         * gnus-art.el (gnus-button-marker-list): Move before first
27667         reference.
27668
27669         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27670         (imap-parse-body): Fix format string mismatch.
27671
27672         * gnus-score.el (gnus-summary-increase-score): do.
27673
27674         * nnrss.el (nnrss-close): New function.
27675
27676 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27677
27678         * nnrss.el (nnrss-make-filename): New function.
27679         (nnrss-request-delete-group, nnrss-read-server-data)
27680         (nnrss-save-server-data, nnrss-read-group-data)
27681         (nnrss-save-group-data): Use it.
27682         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27683         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27684         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27685
27686 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27687
27688         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27689
27690 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27691
27692         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27693         files.
27694
27695         * message.el (message-generate-headers-first): Don't quote nil
27696         and t in docstrings.
27697
27698         * imap.el (imap-id): do.
27699
27700         * gnus-agent.el (gnus-agent-consider-all-articles)
27701         (gnus-agent-queue-mail): do.
27702
27703 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27704
27705         * spam-report.el (spam-report-process-queue): New function.
27706         Process requests from `spam-report-requests-file'.
27707         (spam-report-process-queue): Doc fix.
27708
27709 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27710
27711         * spam.el (spam-register-routine)
27712         (spam-log-processing-to-registry, spam-log-registered-p)
27713         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27714         Change "check" to "spam-check" for semi-clarity.
27715
27716 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27717
27718         * pop3.el: Require nnheader.
27719
27720         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27721
27722         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27723
27724         * gnus-picon.el: Require cl.
27725
27726         * gnus-fun.el: Require gnus-ems and gnus-util.
27727
27728         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27729
27730         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27731
27732         * gnus-art.el (gnus-article-edit-mode): Define before first
27733         reference.
27734
27735 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27736
27737         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27738         (gnus-uu-post-encoded): Use point-at-bol.
27739
27740         * gnus-topic.el (gnus-group-active-topic-p): do.
27741
27742         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27743
27744         * gnus-group.el (gnus-group-kill-region): do.
27745
27746         * gnus-art.el (article-date-ut): do.
27747
27748         * message.el (message-fetch-field): Remove redundant
27749         case-fold-search binding.
27750         (message-narrow-to-field): Simplify.
27751
27752 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27753
27754         * spam.el (spam-directory): Derive from `gnus-directory'.
27755
27756         * spam-report.el (spam-report-url-to-file)
27757         (spam-report-requests-file): New function and variable for offline
27758         reporting.
27759         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27760         and user defined function.
27761         (spam-report-url-ping-mm-url): Remove doubled slash.
27762
27763 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27764
27765         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27766
27767 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27768
27769         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27770         Fix format string mismatch.
27771
27772         * sieve.el (sieve-deactivate-all): do.
27773
27774         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27775
27776         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27777
27778         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27779
27780         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27781
27782 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27783
27784         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27785         the list of checks.
27786
27787 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27788
27789         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27790         padding.
27791
27792 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27793
27794         * mm-view.el (mm-fill-flowed): New variable.
27795         (mm-inline-text): Use it.
27796
27797 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27798
27799         * spam.el (spam-spamassassin-register-ham-routine)
27800         (spam-spamassassin-register-spam-routine): Fix function names.
27801
27802 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27803
27804         * gnus.el (gnus-tmp-grouplens): Remove.
27805         (gnus-summary-line-format): Remove grouplens.
27806
27807         * gnus-group.el (gnus-group-line-format): Ditto.
27808
27809         * gnus-spec.el (gnus-format-specs): Ditto.
27810         (gnus-update-format-specifications): Flush the group format spec
27811         cache if there's the grouplens stuff.
27812         (gnus-parse-simple-format): Replace %l with the empty string.
27813
27814 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27815
27816         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27817         omission.
27818
27819 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27820
27821         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27822         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27823
27824 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27825
27826         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27827         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27828         New macros and functions.
27829         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27830         Handle > NLINK_MAX messages.
27831         * nnmaildir.el (nnmaildir-request-set-mark):
27832         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27833
27834 2004-01-25  Alex Schroeder  <alex@gnu.org>
27835
27836         * spam-stat.el (spam-stat-process-directory-age): New option.
27837         (spam-stat-process-directory): Use it.
27838
27839 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27840
27841         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27842         (spam-stat-save): Accept prefix argument.
27843
27844 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27845
27846         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27847         links" error.
27848
27849 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27850
27851         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27852         the rest of the and/or forms.
27853
27854 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27855
27856         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27857         compatibility with old .newsrc.eld files.
27858
27859         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27860
27861         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27862
27863         * gnus-start.el (gnus-1): do.
27864
27865         * gnus-group.el (gnus-group-line-format-alist): do.
27866
27867         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27868
27869         * gnus-gl.el: Remove.
27870
27871 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27872
27873         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27874         marks consisting of a single range {for example, (3 . 5)} rather
27875         than a list of a single range { ((3 . 5)) }.
27876
27877 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27878
27879         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27880         Use with-current-buffer.
27881         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27882         avoid consing a string.
27883
27884         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27885         Remove obsolete entries for big5 and gb2312.
27886
27887 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27888
27889         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27890         uncompressed list.
27891
27892 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27893
27894         * spam-stat.el (spam-stat-strip-xref): New function.
27895         (spam-stat-process-directory): Use it.
27896
27897         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27898         here -- it's done in message-fetch-field.
27899
27900 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27901
27902         * gnus-agent.el (gnus-agent-queue-mail)
27903         (gnus-agent-prompt-send-queue): New variables.
27904         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27905         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27906         "nndraft:queue" along to gnus-draft-send.
27907         Use gnus-agent-prompt-send-queue.
27908         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27909         is "nndraft:queue".  Suggested by Gaute Strokkenes
27910         <gs234@srcf.ucam.org>
27911
27912         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27913         (agent-enable-undownloaded-faces): Add.
27914         (gnus-agent-cat-groups): Use eval-and-compile, not
27915         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27916         method of gnus-agent-cat-groups even when the buffer has been
27917         evaled.
27918         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27919         delete gnus-agent-save-active-1.
27920         (gnus-agent-save-groups): Delete.  Identical to
27921         gnus-agent-save-active.
27922         (gnus-agent-write-active): No longer adjust agent's copy of active
27923         file as agent's adjustments are now stored in their own
27924         file.  Remove optional parameter.
27925         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27926         servers.  Add use of min/max range limits from server's local
27927         file.
27928         (gnus-agent-save-alist): Remove unused optional argument.
27929         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27930         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27931         (gnus-agent-set-local): A per-server file that keeps min/max range
27932         limits for articles known to the agent.  Provides a fast mechanism
27933         for altering many active ranges.
27934         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27935         active file (local makes it unnecessary).
27936         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27937
27938         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27939         (agent-enable-undownloaded-faces): Add.
27940
27941         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27942         disable it when sending to "nndraft:queue".
27943         (gnus-group-send-queue): Add safety check to avoid sending queue
27944         when unplugged.
27945
27946         * gnus-group.el (gnus-group-catchup): Use new
27947         gnus-sequence-of-unread-articles, not
27948         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27949         numbers of articles.  Use gnus-range-map to avoid having to
27950         uncompress the unread list.
27951         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27952         Fix invalid ange-ftp reference.
27953
27954         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27955         (gnus-sorted-range-intersection): Intersection of two ranges
27956         without requiring that they first be uncompressed.
27957
27958         * gnus-start.el (gnus-activate-group): Unless blocked by the
27959         caller, possibly expand the active range to include both cached
27960         and agentized articles.
27961         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27962         multiple version-dependent converters.
27963         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27964         gnus-agent-save-active.
27965         (gnus-save-newsrc-file): Save dirty agent range limits.
27966
27967         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27968         gnus-agent-possibly-alter-active.
27969         (gnus-adjust-marked-articles): Faster handling of simple lists.
27970
27971 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27972
27973         * spam-stat.el (spam-stat-test-directory): New optional argument
27974         displays a list of files detected.  Suggested by Andrew Cohen
27975         <cohen@andy.bu.edu>.
27976         (spam-stat-buffer-words-with-scores): Don't narrow and change
27977         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27978
27979 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27980
27981         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27982         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27983         (spam-spamassassin-arguments)
27984         (spam-spamassassin-spam-flag-header)
27985         (spam-spamassassin-positive-spam-flag-header)
27986         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27987         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27988         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27989         (spam-list-of-processors, spam-list-of-checks)
27990         (spam-list-of-statistical-checks, spam-registration-functions)
27991         (spam-check-spamassassin-headers, spam-check-spamassassin)
27992         (spam-spamassassin-score)
27993         (spam-spamassassin-register-with-sa-learn)
27994         (spam-spamassassin-register-spam-routine)
27995         (spam-spamassassin-register-ham-routine)
27996         (spam-assassin-register-spam-routine)
27997         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27998         (spam-bogofilter-score): Fix to show article before scoring.
27999
28000 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28001
28002         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28003         default scoring function.
28004         (spam-generic-score): Call spam-spamassassin-score if
28005         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28006         spam-bogofilter-score otherwise.
28007
28008         * gnus.el (spam-process, spam-autodetect-methods):
28009         Add spamassassin and spamassassin-headers.
28010
28011 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28012
28013         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28014         Suppress unnecessary messages.
28015
28016 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28017
28018         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28019         make-hash-table.
28020
28021 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28022
28023         * canlock.el (base64-encode-string): Don't autoload it.
28024
28025 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28026
28027         * run-at-time.el: Remove useless (require 'itimer),
28028         eval-and-compile and (featurep 'xemacs).
28029
28030 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28031
28032         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28033         GROUP is a virtual group.
28034
28035 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28036
28037         * gnus.el: Autoload `message-y-or-n-p'.
28038
28039 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28040
28041         * pgg-parse.el: Remove unnecessary (require 'custom).
28042
28043         * pgg-def.el: do.
28044
28045         * nnmail.el: do.
28046
28047         * gnus-undo.el: do.
28048
28049         * gnus-picon.el: do.
28050
28051         * gnus-util.el: do.
28052
28053 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28054
28055         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28056
28057 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28058
28059         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28060         handle, as well as a list.
28061
28062         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28063         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28064         (mm-w3m-cid-retrieve): Simplify.
28065
28066 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28067
28068         * message.el (message-kill-to-signature): Allow prefix arg to
28069         specify number of lines to keep before signature.
28070
28071 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28072
28073         * message.el (message-kill-to-signature): Change docstring.
28074
28075 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28076
28077         * canlock.el: Always require sha1-el.
28078         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28079
28080         * message.el: Autoload sha1 only when compiling.
28081
28082         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28083         eudc-expand-inline for XEmacs.
28084
28085 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28086
28087         * message.el (message-canlock-generate): Require sha1-el.
28088
28089 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28090
28091         * message.el (message-expand-name): Silence the byte compiler.
28092
28093         * lpath.el: Add detect-coding-system.
28094
28095         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28096         cus-edit.
28097
28098 2004-01-13  Simon Josefsson  <jas@extundo.com>
28099
28100         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28101         Invoke gnus-score-mode.
28102         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28103
28104         * gnus-range.el (gnus-compress-sequence): Doc fix.
28105         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28106
28107 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28108
28109         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28110
28111 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28112
28113         * spam.el (spam-get-article-as-string): Update to use
28114         gnus-request-article-this-buffer, much simpler.
28115         (spam-get-article-as-buffer): Remove.
28116
28117 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28118
28119         * message.el (message-expand-name): Use EUDC if the user uses that.
28120
28121 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28122
28123         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28124         character for the encoding to avoid consing a string.
28125
28126         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28127         unnecessarily.
28128
28129         * mm-util.el (mm-replace-chars-in-string): Remove.
28130
28131         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28132         of mm-replace-chars-in-string.
28133
28134 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28135
28136         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28137
28138         * mm-util.el (mm-subst-char-in-string): Support inplace.
28139
28140         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28141         a new string in every iteration.  Use shy groups.
28142
28143 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28144
28145         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28146         * gnus-soup.el (gnus-soup-group-brew):
28147         * gnus-msg.el (gnus-put-message):
28148         * gnus-move.el (gnus-group-move-group-to-server):
28149         * gnus-kill.el (gnus-batch-score):
28150         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28151         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28152         (gnus-group-update-group, gnus-group-read-group)
28153         (gnus-group-make-group, gnus-group-make-help-group)
28154         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28155         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28156         (gnus-group-sort-by-unread, gnus-group-catchup)
28157         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28158         (gnus-group-yank-group, gnus-group-set-info)
28159         (gnus-group-list-groups):
28160         * gnus.el (gnus-generate-new-group-name):
28161         * gnus-delay.el (gnus-delay-send-queue):
28162         * nnvirtual.el (nnvirtual-catchup-group):
28163         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28164         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28165         (gnus-group-prepare-topics, gnus-topic-check-topology):
28166         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28167         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28168         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28169         (gnus-group-make-articles-read):
28170         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28171         (gnus-group-change-level, gnus-kill-newsgroup)
28172         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28173         (gnus-get-unread-articles, gnus-make-articles-unread)
28174         (gnus-make-ascending-articles-unread): Use accessor
28175         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28176         to get group information for improved readability.
28177
28178
28179 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28180
28181         * gnus-art.el (article-decode-mime-words, article-babel)
28182         (gnus-article-highlight-signature, gnus-article-add-buttons)
28183         (gnus-signature-toggle): Use gnus-with-article-buffer.
28184
28185         * gnus-art.el (gnus-article-highlight-headers)
28186         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28187
28188         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28189         (gnus-article-set-globals, gnus-request-article-this-buffer)
28190         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28191         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28192         (gnus-mime-display-alternative): Use with-current-buffer.
28193
28194 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28195
28196         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28197         also under 80 char limit, and call gnus-error if needed.
28198         (spam-fetch-article-header): Fix - it was a
28199         buffer-local variable (gnus-newsgroup-data).
28200         (spam-find-spam): Use spam-generate-fake-headers, forget about
28201         spam-insert-fake-headers.
28202         (spam-insert-fake-headers): Remove.
28203
28204 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28205
28206         * deuglify.el (gnus-article-outlook-unwrap-lines)
28207         (gnus-outlook-rearrange-article)
28208         (gnus-outlook-repair-attribution-outlook)
28209         (gnus-outlook-repair-attribution-block)
28210         (gnus-outlook-repair-attribution-other): Remove redundant
28211         save-excursion.
28212
28213 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28214
28215         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28216         (spam-fetch-field-subject-fast)
28217         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28218         (spam-fetch-article-header): Add functions to deal with Gnus
28219         internals for fast retrieval of article header data.
28220         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28221
28222 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28223
28224         * pop3.el (pop3-md5): Remove.
28225         (pop3-apop): Replace pop3-md5 with md5.
28226
28227         * mm-bodies.el: base64 is always built-in.
28228
28229         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28230         Use with-current-buffer.
28231
28232 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28233
28234         * canlock.el (canlock-insert-header): Remove excessive grouping in
28235         regexp.
28236
28237         * gnus-sum.el (gnus-summary-read-document): Ditto.
28238
28239         * gnus-uu.el (gnus-uu-part-number): Ditto.
28240
28241         * html2text.el (html2text-remove-tags): Ditto.
28242         (html2text-format-tags): Ditto.
28243         (html2text-format-single-elements): Ditto.
28244
28245         * mml.el (mml-parse-1): Ditto.
28246
28247 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28248
28249         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28250
28251         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28252
28253         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28254
28255         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28256
28257 2003-11-15  Simon Josefsson  <jas@extundo.com>
28258
28259         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28260         (pgg-gpg-lookup-key): Use regexp match instead of
28261         split-string (split-string is different between emacs 21.2 and
28262         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28263
28264 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28265
28266         * gnus-art.el (gnus-mime-view-all-parts)
28267         (gnus-article-part-wrapper, gnus-article-view-part):
28268         Use with-current-buffer.
28269
28270 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28271
28272         * spam.el (spam-disable-spam-split-during-ham-respool)
28273         (spam-spamoracle-database, spam-cache-lookups)
28274         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28275         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28276         (spam-group-ham-marks, spam-group-spam-marks)
28277         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28278         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28279         also add spam-use-blackholes to the statistical checks.
28280         (spam-fetch-field-fast): Add interface to fetching fields, may
28281         become a macro.
28282         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28283         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28284         (spam-insert-fake-headers): Fake an article when needed.
28285         (spam-find-spam): Fake article when possible.
28286         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28287         (spam-check-bogofilter-headers): Use message-fetch-field instead
28288         of nnmail-fetch-field.
28289
28290 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28291
28292         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28293
28294 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28295
28296         * spam.el (spam-split): Do not require spam-use-CHECK to be
28297         enabled if that check is passed to spam-split explicitly; also
28298         fix so 'spam doesn't get converted to spam-split-group when
28299         spam-split-symbolic-return is t.
28300         (spam-find-spam): Find registrations of the article and use those
28301         instead of re-running spam-split to find the spam/ham
28302         classification of the article.
28303         (spam-log-processing-to-registry, spam-log-registered-p)
28304         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28305         Use gnus-error instead of gnus-message.
28306         (spam-log-registration-type): Add function to determine the
28307         classification of a message based on registry entries; will
28308         return nil if both 'spam and 'ham are found.
28309         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28310         a reasonably fast local cache without the loading errors.
28311         (spam-cache-lookups): Set to t by default.
28312         (spam-find-spam): Don't try to guess spam-cache-lookups.
28313         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28314         spam-caches entry.
28315         (spam-filelist-build-cache, spam-filelist-check-cache):
28316         Fix caching of whitelist/blacklist entries.
28317         (spam-check-whitelist, spam-check-blacklist):
28318         Invoke spam-from-listed-p with a type, not a cache variable.
28319         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28320
28321 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28322
28323         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28324
28325         * nnmail.el (nnmail-split-fancy): do.
28326
28327         * mml.el (mml-parse): do.
28328
28329         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28330         (gnus-score-adaptive): do.
28331
28332 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28333
28334         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28335         (gnus-mime-button-map): Don't set keymap parent.
28336         (gnus-button-ctan-directory-regexp): Use shy grouping.
28337         (gnus-prev-page-map): Don't set keymap parent.
28338         (gnus-prev-page-map): Remove duplicated one.
28339         (gnus-next-page-map): Don't set keymap parent.
28340         (gnus-mime-security-button-map): Ditto.
28341
28342         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28343         version number.
28344
28345         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28346
28347 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28348
28349         * canlock.el (canlock-sha1-function): Remove.
28350         (canlock-sha1-function-for-verify): Remove.
28351         (canlock-openssl-program): Remove.
28352         (canlock-openssl-args): Remove.
28353         (canlock-ignore-errors): Remove.
28354         (canlock-sha1-with-openssl): Remove.
28355         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28356         (canlock-verify): Don't use canlock-ignore-errors.
28357
28358         * sha1-el.el (sha1-string-external): Make it can return a string
28359         in binary form.
28360         (sha1-region-external): Ditto.
28361         (sha1-string-internal): Ditto.
28362         (sha1-region-internal): Ditto.
28363         (sha1-region): Ditto.
28364         (sha1-string): Ditto.
28365         (sha1): Ditto.
28366
28367 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28368
28369         * spam.el (spam-report-articles-gmane): New command.
28370
28371 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28372
28373         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28374
28375         * run-at-time.el (run-at-time-saved): Remove.
28376         (run-at-time): Doc fix.
28377
28378 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28379
28380         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28381         (gnus-summary-limit-map): Add it.
28382         (gnus-summary-make-menu-bar): do.
28383
28384 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28385
28386         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28387         Make attempt at some caching support (done for BBDB only now).
28388         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28389         addresses to be checked.
28390         (spam-clear-cache-BBDB): Add function, to be invoked by
28391         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28392         (spam-check-BBDB): Check and use the caches, if
28393         spam-cache-lookups is on, remove superfluous (provide).
28394
28395 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28396
28397         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28398
28399 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28400
28401         * run-at-time.el (run-at-time-saved): Move to after the definition
28402         of `run-at-time'.
28403
28404         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28405
28406 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28407
28408         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28409         mm-w3m-local-map-property.
28410
28411         * mm-view.el (mm-w3m-mode-map): Remove.
28412         (mm-w3m-local-map-property): Remove.
28413         (mm-inline-text-html-render-with-w3m): Don't use
28414         mm-w3m-local-map-property.
28415
28416 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28417
28418         * run-at-time.el: New file.
28419
28420         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28421         under Emacs.
28422
28423         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28424         of gnus-set-text-properties.
28425
28426         * gnus-uu.el (gnus-uu-save-article): Ditto.
28427
28428         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28429
28430         * gnus-cite.el (gnus-cite-parse): Ditto.
28431
28432         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28433         of gnus-.
28434
28435         * gnus-xmas.el (run-at-time): Require run-at-time.
28436
28437         * gnus.el: Change calls to nnheader-run-at-time and
28438         password-run-at-time throughout to use run-at-time directly.
28439
28440         * password.el: Remove definition of run-at-time.
28441
28442         * nnheaderxm.el: Remove definition of run-at-time.
28443
28444 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28445
28446         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28447         in prompt.
28448
28449 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28450
28451         * messagexmas.el (message-xmas-redefine): Alias
28452         `message-make-caesar-translation-table' to
28453         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28454         version.
28455
28456         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28457         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28458         `gnus-xmas-set-text-properties'.
28459         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28460         `gnus-xmas-completing-read'.
28461         (gnus-xmas-completing-read): Removed.
28462         (gnus-xmas-open-network-stream): Removed.
28463
28464         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28465         XEmacs version.
28466
28467         * dns.el (dns-make-network-process): Use `open-network-stream'
28468         instead of `gnus-xmas-open-network-stream'.
28469
28470         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28471
28472         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28473
28474 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28475
28476         * gnus-art.el (gnus-mime-display-alternative)
28477         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28478         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28479         Don't use gnus-local-map-property.
28480
28481         * gnus-util.el (gnus-local-map-property): Remove.
28482
28483         * mm-view.el (mm-view-pkcs7-decrypt):
28484         Replace gnus-completing-read-maybe-default with completing-read.
28485
28486         * gnus-util.el (gnus-completing-read): do.
28487         (gnus-completing-read-maybe-default): Remove.
28488
28489 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28490
28491         * password.el: Only autoload `run-at-time' if not XEmacs.
28492         Only autoload the itimer functions if XEmacs.
28493
28494 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28495
28496         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28497         XEmacsen.
28498
28499         * dgnushack.el: Autoload executable-find for XEmacs.
28500
28501 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28502
28503         * gnus-art.el (gnus-read-string): Remove.
28504         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28505         read-string.
28506
28507 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28508
28509         * netrc.el: Autoload password-read.
28510         (netrc): Add configuration group.
28511         (netrc-encoding-method, netrc-openssl-path):
28512         Add variables for encoding and decoding of files with symmetric
28513         ciphers.
28514         (netrc-encode): Add assistant function to encode a file with
28515         netrc-encoding-method.
28516         (netrc-parse): Add interactive parameter, added optional
28517         decoding if netrc-encoding-method is non-nil but otherwise
28518         behavior is standard.
28519         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28520         Do s/encode/encrypt/ everywhere.
28521
28522         * spam.el: Remove executable-find autoload.
28523
28524 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28525
28526         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28527
28528         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28529
28530 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28531
28532         * gnus-art.el (gnus-treat-ansi-sequences)
28533         (article-treat-ansi-sequences): New variable and function.
28534         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28535
28536         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28537         Use it.
28538
28539 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28540
28541         * mm-util.el (mm-quote-arg): Remove.
28542
28543         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28544         shell-quote-argument.
28545
28546         * gnus-uu.el (gnus-uu-command): do.
28547
28548         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28549
28550         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28551         with make-char.
28552
28553         * mm-util.el (mm-make-char): Remove.
28554
28555         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28556         add-minor-mode.
28557
28558         * gnus-undo.el (gnus-undo-mode): do.
28559
28560         * gnus-topic.el (gnus-topic-mode): do.
28561
28562         * gnus-sum.el (gnus-dead-summary-mode): do.
28563
28564         * gnus-start.el (gnus-slave-mode): do.
28565
28566         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28567
28568         * gnus-ml.el (gnus-mailing-list-mode): do.
28569
28570         * gnus-gl.el (gnus-grouplens-mode): do.
28571
28572         * gnus-draft.el (gnus-draft-mode): do.
28573
28574         * gnus-dired.el (gnus-dired-mode): do.
28575
28576         * gnus-ems.el (gnus-add-minor-mode): Remove.
28577
28578         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28579         Replace gnus-char-width with char-width.
28580
28581         * gnus-ems.el (gnus-char-width): Remove.
28582
28583         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28584         Replace gnus-char-width with char-width.
28585
28586         * gnus-ems.el (gnus-char-width): Remove.
28587
28588         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28589         definition.
28590         Remove Emacs 20 hash table compatibility code.
28591
28592         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28593         20 compatibility code.
28594
28595         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28596
28597         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28598
28599         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28600         Replace with point-at-{eol,bol}.
28601
28602         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28603
28604         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28605
28606         * flow-fill.el (fill-flowed-point-at-bol)
28607         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28608
28609         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28610         Replace with point-at-{eol,bol} throughout all files.
28611
28612 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28613
28614         * ntlm.el (ntlm-string-as-unibyte): New macro.
28615         (ntlm-build-auth-response): Use it.
28616
28617         Remove Emacs 20 stuff:
28618         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28619         (butlast, mapc, remove): Remove the compiler macros.
28620         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28621         of delq and copy-sequence.
28622         * gnus-art.el (popup-menu): Remove the compiler macro.
28623         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28624         Emacs 20.
28625
28626 2004-01-05  Simon Josefsson  <jas@extundo.com>
28627
28628         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28629         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28630         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28631         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28632         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28633         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28634         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28635         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28636         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28637         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28638         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28639         string-xor into ntlm-string-xor.
28640         Suggested by Jesper Harder <harder@myrealbox.com>.
28641
28642         * ntlm.el: Don't include poem.
28643
28644         * md4.el (print-int32, print-string-hexa): Remove.
28645         Suggested by Jesper Harder <harder@myrealbox.com>.
28646
28647         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28648
28649         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28650         probably breaks emacs with DL patch, but do we care? Is anyone
28651         still using the DL stuff?)
28652
28653         * sieve-manage.el: Use the password package.
28654         (sieve-manage-read-passwd): Remove.
28655         (sieve-manage-interactive-login): Use password.  Re-add
28656         condition-case around loop.
28657
28658         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28659         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28660         Use the password package.
28661
28662 2003-02-19  Simon Josefsson  <jas@extundo.com>
28663
28664         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28665         token.
28666
28667 2002-08-07  Simon Josefsson  <jas@extundo.com>
28668
28669         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28670         (sieve-manage-authenticators)
28671         (sieve-manage-authenticator-alist): Add some SASL mechs.
28672         (sieve-sasl-auth): New function.
28673         (sieve-manage-cram-md5-auth)
28674         (sieve-manage-plain-auth): Rewrite using SASL library.
28675         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28676         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28677         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28678         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28679
28680 2004-01-05  Simon Josefsson  <jas@extundo.com>
28681
28682         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28683         New files.
28684
28685 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28686
28687         * gnus-group.el (gnus-no-groups-message): Update.
28688
28689         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28690
28691 2003-11-09  Simon Josefsson  <jas@extundo.com>
28692
28693         * imap.el: Support for ID IMAP extension (RFC 2971).
28694         (imap-local-variables): Add imap-id.
28695         (imap-id): New variable.
28696         (imap-id): New function.
28697         (imap-parse-response): Parse untagged ID response.
28698         * nnimap.el (nnimap-id): New variable.
28699         (nnimap-open-connection): Use it.
28700
28701 2003-12-28  Simon Josefsson  <jas@extundo.com>
28702
28703         * gnus-score.el (gnus-score-edit-all-score): New.
28704         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28705
28706 2004-01-04  Simon Josefsson  <jas@extundo.com>
28707
28708         * password.el: Add.
28709
28710 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28711
28712         * dns.el (dns-query-types): Fix typo.
28713         (dns-query-types): New function.
28714         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28715         PTR and SOA replies, see RFC 1035.
28716
28717 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28718
28719         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28720
28721         * Move to Changelog.2.
28722
28723 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28724
28725         * gnus.el (gnus-version-number): Bump version.
28726
28727 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28728
28729         * gnus.el: No Gnus v0.1 is released.
28730
28731 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28732
28733         * gnus.el: No Gnus v0.0 is released.
28734
28735 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28736
28737         * gnus.el (gnus-version-number): Bump.
28738         (gnus-version): No.
28739
28740 See ChangeLog.2 for earlier changes.
28741
28742   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28743
28744   This file is part of GNU Emacs.
28745
28746   GNU Emacs is free software: you can redistribute it and/or modify
28747   it under the terms of the GNU General Public License as published by
28748   the Free Software Foundation, either version 3 of the License, or
28749   (at your option) any later version.
28750
28751   GNU Emacs is distributed in the hope that it will be useful,
28752   but WITHOUT ANY WARRANTY; without even the implied warranty of
28753   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28754   GNU General Public License for more details.
28755
28756   You should have received a copy of the GNU General Public License
28757   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28758
28759 ;; Local Variables:
28760 ;; coding: utf-8
28761 ;; fill-column: 79
28762 ;; add-log-time-zone-rule: t
28763 ;; End: