48877aba563c2abca5dd088d21a43dbd4c227c89
[gnus] / lisp / ChangeLog
1 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * ntlm.el (ntlm-unibyte-string): New compatibility function.
4
5 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
6
7         Add support for NTLMv2 authentication.
8         * ntlm.el (ntlm): New customization group.
9         (ntlm-compatibility-level): New defcustom.
10         (ntlm-compute-timestamp): New function.
11         (ntlm-generate-nonce): Likewise.
12         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
13
14 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
15
16         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
17         isn't always passed in, check it's not nil before making it into a
18         list.  The active arg will also be nil if the group is new, check for
19         that.
20
21 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
22
23         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
24
25 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
26
27         * gmm-utils.el (gmm-image-load-path-for-library):
28         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
29         * gnus-registry.el (gnus-registry-split-strategy):
30         * gnus-start.el (gnus-check-new-newsgroups):
31         * gnus-sum.el (gnus-select-group-hook):
32         * gnus-uu.el (gnus-uu-user-archive-rules):
33         * gnus.el (gnus-message-archive-group, gnus-visual):
34         * message.el (message-cite-style):
35         * nnir.el (nnir-swish++-additional-switches)
36         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
37         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
38         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
39         * nntp.el (nntp-server-action-alist):
40         * tls.el (tls-checktrust):
41         Fix some more docstring etc. quoting problems.
42         Mostly these fixes prevent the transliteration of apostrophes
43         that should stay apostrophes.  Also, prefer curved quotes in
44         Bahá’í proper names, as that’s the preferred Bahá’í style and
45         these names are chock-full of non-ASCII characters anyway.
46
47 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48
49         Escape ` and ' in doc
50         * gnus-art.el (gnus-article-address-banner-alist)
51         (gnus-face-properties-alist):
52         * gnus-sum.el (gnus-newsgroup-variables):
53         * nndiary.el (nndiary-reminders):
54         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
55         Escape apostrophes and grave accents in docstrings if they
56         are supposed to stand for themselves and are not quotes.  Remove
57         apostrophes from docstring examples like ‘'(calendar-nth-named-day
58         -1 0 10 year)’ that confuse source code with data.  Do some other
59         minor docstring fixups as well, e.g., insert a missing close
60         quote.
61
62 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-util.el (gnus-format-message):
65         * tls.el (tls-format-message): Use defalias at the top level so as to
66         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
67
68         * gnus-sum.el (gnus-summary-search-article):
69         Ensure that the article where the search word is found is displayed
70         and pointed to in the summary buffer.
71
72 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * tls.el (tls-format-message):
75         Alias to format-message, or format if not available.
76         (open-tls-stream): Use it.
77
78 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
79
80         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
81         * gnus-art.el (gnus-article-browse-delete-temp-files):
82         * gnus-eform.el (gnus-edit-form):
83         * gnus-fun.el (gnus-display-x-face-in-from):
84         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
85         * gnus-topic.el (gnus-topic-edit-parameters):
86         * mail-source.el (mail-source-delete-old-incoming):
87         * message.el (message-strip-subject-encoded-words)
88         (message-check-recipients, message-send-form-letter):
89         * mm-decode.el (mm-display-part):
90         * mm-uu.el (mm-uu-pgp-signed-extract-1):
91         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
92         * spam-report.el (spam-report-process-queue):
93         * tls.el (open-tls-stream):
94         Respect ‘text-quoting-style’ in diagnostics.
95         * gnus-art.el (article-display-face):
96         * gnus-fun.el (gnus-display-x-face-in-from):
97         Use straight quoting in email.
98         * rfc2231.el (rfc2231-decode-encoded-string):
99         Escape apostrophes in doc strings.
100
101 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
102
103         Go back to grave quoting in Gnus
104
105         * auth-source.el (auth-source-netrc-parse-entries):
106         * gnus-agent.el (gnus-agent-check-overview-buffer)
107         (gnus-agent-fetch-headers):
108         * gnus-int.el (gnus-start-news-server):
109         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
110         (gnus-registry-post-process-groups):
111         * gnus-score.el (gnus-summary-increase-score):
112         * gnus-start.el (gnus-convert-old-newsrc):
113         * gnus-topic.el (gnus-topic-rename):
114         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
115         * spam.el (spam-check-blackholes):
116         Stick with grave quoting in diagnostics strings.  This is more
117         portable to older Emacs, desirable for Gnus.
118
119 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
120
121         Prefer directed to neutral quotes in docstings and diagnostics.
122         In docstrings, escape apostrophes that would otherwise be translated
123         to curved quotes using the newer, simpler rules.
124
125         * auth-source.el (auth-source-netrc-parse-entries):
126         * gnus-agent.el (gnus-agent-check-overview-buffer)
127         (gnus-agent-fetch-headers):
128         * gnus-int.el (gnus-start-news-server):
129         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
130         * gnus-score.el (gnus-summary-increase-score):
131         * gnus-start.el (gnus-convert-old-newsrc):
132         * gnus-topic.el (gnus-topic-rename):
133         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
134         * nnmairix.el (nnmairix-widget-create-query):
135         * spam.el (spam-check-blackholes):
136         Use directed rather than neutral quotes in diagnostics.
137
138         * gnus-util.el (gnus-format-message):
139         Alias to format-message, or format if not available.
140
141 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
142
143         * auth-source.el (auth-sources):
144         Prefer (substitute-command-keys "`\\[foo-command]'")
145         to "`M-x foo-command'" in docstring.
146
147         * time-date.el (format-seconds):
148         Use curved quotes in diagnostic format strings.
149
150         * nnmairix.el (nnmairix-propagate-marks-upon-close):
151         * pop3.el (pop3-authentication-scheme):
152         Don't quote symbols with apostrophes in doc strings.
153         Use asymmetric quotes instead.
154
155 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         Use overlay functions directly
158
159         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
160         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
161
162         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
163         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
164         (gnus-article-highlight-signature, gnus-article-extend-url-button)
165         (gnus-article-add-button, gnus-insert-prev-page-button)
166         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
167         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
168         * gnus-html.el (gnus-html-wash-tags):
169         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
170         (gnus-highlight-selected-tree):
171         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
172         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
173         * gnus-util.el (gnus-put-overlay-excluding-newlines):
174         * message.el (message-fix-before-sending)
175         (message-toggle-image-thumbnails):
176         * mm-decode.el (mm-convert-shr-links):
177         * sieve.el (sieve-highlight, sieve-insert-scripts):
178         Use overlay functions directly instead of using gnus-overlay-*,
179         message-overlay-*, and sieve-overlay-*.
180
181         * gnus-sum.el (gnus-remove-overlays):
182         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
183         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
184         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
185         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
186         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
187         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
188         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
189         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
190         (gnus-overlays-at, gnus-overlays-in):
191         * message.el (message-delete-overlay, message-make-overlay)
192         (message-overlay-get, message-overlay-put, message-overlays-in):
193         * messagexmas.el (message-delete-overlay, message-make-overlay)
194         (message-overlay-get, message-overlay-put, message-overlays-in):
195         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
196         Remove.
197
198 2015-08-19  Glenn Morris  <rgm@gnu.org>
199
200         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
201
202 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * message.el (message-overlay-put, message-make-overlay)
205         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
206         (message-delete-overlay, message-window-inside-pixel-edges):
207         Declare before using.
208
209 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * message.el (message-overlay-get, message-overlays-in)
212         (message-window-inside-pixel-edges):
213         * messagexmas.el (message-overlay-get, message-overlays-in):
214         XEmacs compatible functions.
215
216 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * message.el (message-toggle-image-thumbnails): New command.
219
220 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
221
222         * message.el (message-send-form-letter): Change (message (format ...))
223         to (message ...).  This lessens the probability of confusion when
224         the output of `format' contains `%'.
225
226 2015-08-04  David Kastrup  <dak@gnu.org>
227
228         * gnus-art.el (gnus-article-describe-key)
229         (gnus-article-describe-key-briefly):
230         Do not overwrite preexisting contents of unread-command-events.
231
232 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
233
234         * nnimap.el (nnimap-request-move-article)
235         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
236         extension if available.
237
238 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
239
240         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
241         capabilities instead of relying on LOGIN response.
242
243 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
244
245         * nnbabyl.el (nnbabyl-retrieve-headers):
246         * nndiary.el (nndiary-retrieve-headers):
247         * nneething.el (nneething-retrieve-headers):
248         * nnmbox.el (nnmbox-retrieve-headers):
249         * nnmh.el (nnmh-retrieve-headers):
250         * nnml.el (nnml-retrieve-headers):
251         * nnspool.el (nnspool-retrieve-headers):
252         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
253         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
254         progress-report percentages and the like.  This avoids problems
255         if (* 100 NUMERATOR) would overflow.
256
257         * gnus-registry.el (gnus-registry-import-eld):
258         * registry.el (registry-reindex):
259         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
260
261 2015-07-17  Julien Danjou  <jd@abydos>
262
263         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
264         command.
265
266 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
267
268         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
269         of function arguments.
270
271 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
272
273         * nnimap.el: Clean up "unused var" warnings.
274         (auth-source-creation-prompts): Declare.
275         (nnimap-retrieve-headers, nnimap-status-message)
276         (nnimap-request-create-group, nnimap-request-delete-group)
277         (nnimap-close-group, nnimap-request-move-article)
278         (nnimap-request-accept-article, nnimap-request-newgroups)
279         (nnimap-request-post, nnimap-dummy-active-number)
280         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
281         (nnimap-parse-flags): Remove unused var `p'.
282         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
283         (nnimap-flags-to-marks): Remove unused var `totalp'.
284
285 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
286
287         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
288         before RFC822.SIZE.
289
290 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
291
292         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
293         so that a 'plain value for the `nnimap-stream' server variable is
294         handled correctly.
295
296 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
297
298         Remove unused let variables
299         * nnimap.el (nnimap-request-group): Variables are not used.
300
301         Check if group names are already strings
302         * gnus-group.el (gnus-group-group-name):
303         The group name may already be a string.
304         Specifically, in the group list reached from the *Server* buffer,
305         the 'gnus-group text property returns a string.  Everywhere else
306         it returns a symbol.
307
308 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
309
310         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
311         (nnmaildir--update-nov): Remove unused var `numdir'.
312         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
313         (nnmaildir-request-group, nnmaildir-request-create-group)
314         (nnmaildir-request-post, nnmaildir-request-move-article)
315         (nnmaildir-request-accept-article, nnmaildir-active-number):
316         Mark unused args.
317         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
318         Declare.
319         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
320         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
321         `mark', `end', `new-mark', and `mark-sym'.
322         (nnmaildir-retrieve-headers):
323         Remove unused args `srv-dir', `dir', `nlist2'.
324         (nnmaildir-request-expire-articles):
325         Remove unused vars `article', `stop' and `nlist2'.
326         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
327         `end'.  Use nnmaildir--article when dyn-binding is needed.
328         Give the value directly in the `let' for `del-mark', `del-action',
329         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
330         (nnmaildir-close-server):
331         Declare those local vars that need to be dyn-bound.
332
333 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
334
335         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
336
337 2015-05-31  David Engster  <deng@randomsample.de>
338
339         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
340         instead of using `sleep-for', as the latter does not seem to reliably
341         wait (see for instance bug 15990).
342
343 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gnus-art.el (gnus-button-alist): Re-revert last change.
346         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
347
348 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
349
350         * gnus-art.el (gnus-button-alist): Revert last change.
351         It wasn't that important, and it caused a Gnus build to fail.  See:
352         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
353
354         * gnus-art.el (gnus-button-alist):
355         Also treat "‘" and "’" as quoting chars.
356
357 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
358
359         * gnus-art.el (gnus-treat-strip-list-identifiers)
360         (gnus-article-mode-syntax-table):
361         * gnus-group.el (gnus-group-nnimap-edit-acl):
362         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
363         e.g., missing quote, ``x'' where `x' was meant, etc.
364
365 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
368         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
369         into just c.
370
371 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
374         Normalize characters into numbers in spec keys.
375
376 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * dgnushack.el (declare-function): Redefine it to use autoload.
379         * lpath.el (gnus-html-prefetch-images): Declare.
380
381 2015-05-04  Glenn Morris  <rgm@gnu.org>
382
383         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
384
385         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
386
387         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
388         (gnus-topic-create-topic, gnus-topic-enter-dribble):
389         Declare rather than autoload.
390
391         * mm-archive.el (gnus-recursive-directory-files)
392         (mailcap-extension-to-mime): Autoload at run-time.
393
394         * mm-util.el (latin-unity-massage-name)
395         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
396         (latin-unity-representations-present-region):
397         Declare rather than autoload.
398
399         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
400         Autoload at run-time.
401         (epg-context-set-signers, epg-context-result-for)
402         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
403         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
404         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
405         (epg-configuration, epg-expand-group, epa-select-keys):
406         Declare rather than autoload.
407
408         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
409         Autoload at run-time.
410         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
411         (gnus-registry-get-id-key, gnus-registry-action):
412         Declare rather than autoload.
413
414         * nnmail.el (mail-send-and-exit): Autoload at run-time.
415
416         * spam.el (spam-stat-buffer-change-to-non-spam)
417         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
418         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
419         (spam-stat-split-fancy): Remove pointless autoloads.
420
421         * mm-view.el (epg-decrypt-string): Autoload.
422         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
423         (epg-sub-key-validity): Fix declarations.
424
425 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
426
427         * gnus.el: Ma Gnus v0.13 is released.
428
429 2015-05-01  Glenn Morris  <rgm@gnu.org>
430
431         * gnus-util.el (iswitchb-read-buffer):
432         * mm-decode.el (libxml-parse-html-region):
433         * mml.el (libxml-parse-html-region):
434         * nnrss.el (libxml-parse-html-region): Update declaration.
435
436 2015-04-27  Glenn Morris  <rgm@gnu.org>
437
438         * message.el (gnus-extract-address-components):
439         Remove bogus declaration that was masking previous problem.
440
441 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
444         altering the buffer.
445         (hashcash-insert-payment-async-2): Revert previous change because it
446         still means that the mark is moving around.
447
448 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-uu.el (gnus-uu-save-article):
451         Make the save-restriction/widen calls make more sense.
452
453 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * gnus-art.el (gnus-use-idna):
456         * gnus-sum.el (gnus-summary-idna-message):
457         * message.el (message-use-idna):
458         Catch the invalid-operation error that idna.el will issue.
459
460 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
461
462         * gnus-group.el (gnus-group--setup-tool-bar-update):
463         cursor-sensor-functions should be a list of functions.
464
465 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
466
467         * gnus-group.el (gnus-tmp-*): Declare.
468         (gnus-update-group-mark-positions): Remove unused `topic' var.
469         (gnus-group-insert-group-line): Remove unused var `header'.
470         (gnus-group--setup-tool-bar-update): New function.
471         (gnus-group-insert-group-line): Use it.
472         (gnus-group-update-eval-form): Declare local
473         dynamically-bound variables.
474         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
475
476         * gnus-topic.el (gnus-topic-jump-to-topic)
477         (gnus-group-prepare-topics, gnus-topic-update-topic)
478         (gnus-topic-change-level, gnus-topic-catchup-articles)
479         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
480         Use inhibit-read-only.
481         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
482         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
483
484 2015-04-12  João Távora  <joaotavora@gmail.com>
485
486         * message.el (message-mode):
487         Use `set' and `make-local-variable' instead of `setq-local'.
488
489 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
490
491         * gnus-sum.el (gnus-summary-refer-thread):
492         Make sure gnus-newsgroup-unreads remains sorted.
493
494 2015-04-12  João Távora  <joaotavora@gmail.com>
495
496         Improve sexp-based movement in message-mode
497         * message.el (message--syntax-propertize): New function.
498         (message-mode): Set syntax-related vars.d
499         (message-smileys): New variable.
500
501 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
502
503         * gnus-art.el (gnus-hidden-properties): Simplify.
504         (gnus-article-hide-text, gnus-article-unhide-text)
505         (gnus-article-unhide-text-type): Remove special handling of
506         `intangible' since that property is not used any more.
507         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
508
509 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
512         and a runtime function for it, of which the XEmacs version takes only
513         two arguments.
514
515 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
516
517         Use American spelling for 'normalize'
518         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
519         All uses changed.  Add an alias for obsolete usages.
520
521 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * gnus-art.el (gnus-article-browse-html-save-cid-content):
524         Always return relative file name.
525         (gnus-article-browse-html-parts):
526         Make external links absolute and cid file names relative.
527
528 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
529
530         * registry.el (registry-prune): Re-use `registry-full' in
531         `registry-prune'.  It's a bit of redundant work, but safer.
532         Also ensure that target-size is an integer.
533
534 2015-03-31  Daiki Ueno  <ueno@gnu.org>
535
536         * plstore.el (plstore--decrypt): Clear entry in
537         `plstore-passphrase-alist' if decryption failed (bug#20030).
538
539 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
540
541         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
542         to "Display" menu.
543
544 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
545
546         * nnimap.el (nnimap-split-incoming-mail): If a message is already
547         in the group it should be split to, don't re-copy it into the group.
548
549 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
550
551         * nnmh.el (nnmh-request-expire-articles):
552         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
553
554 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
555
556         * registry.el (registry-lookup-secondary, registry-full)
557         (registry-prune, registry-collect-prune-candidates):
558         * gnus-registry.el (gnus-registry-load): Use slot names rather than
559         initarg names in `oref' and `oset'.
560
561 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
562
563         * registry.el (registry-prune): Allow registry to reach full size
564         before pruning.
565
566 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
567
568         * registry.el (registry-collect-prune-candidates): Fix call to
569         cl-subseq.
570
571 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * registry.el (registry-db): Temporary fix old Emacsen compilation.
574
575 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
576
577         * gnus-registry.el (gnus-registry-handle-action)
578         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
579         (gnus-registry-keywords): Make it do something.
580         (gnus-registry-import-eld): Remove unused var `new-entry'.
581         (gnus-registry-action): Remove unused var `to-name'.
582         (gnus-registry-make-db): Prefer `make-instance' to avoid
583         compiler warnings.
584         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
585
586         * registry.el (registry-db): Don't oset-default an instance-allocated
587         slot.
588
589 2015-03-10  Glenn Morris  <rgm@gnu.org>
590
591         * message.el (message-valid-fqdn-regexp): Bump :version for
592         2014-11-17 change.
593
594 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
595
596         * gnus-notifications.el (gnus-notifications-action): Raise window
597         frame.
598         (gnus-notifications-action): Allow mark as read.
599         (gnus-notifications-notify): Show uption to mark as read.
600
601 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
602
603         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
604         (registry-search, registry-delete, registry-size, registry-insert)
605         (registry-reindex, registry-collect-prune-candidates):
606         * gnus-registry.el (gnus-registry-fixup-registry)
607         (gnus-registry-remove-extra-data): Use slot names rather than initarg
608         names in `oref' and `oset'.
609
610 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
611         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
612         in the group it should be split to, don't re-copy it into the group.
613
614 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
615
616         * message.el (message-insert-formatted-citation-line): Change %F to
617         fall back to email address if no first name could be determined.
618
619 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
622         Fix point motion when removing displayed MIME part.
623         (gnus-article-edit-part): Make jumping to the next part really work
624         when deleting or stripping.
625         (gnus-mime-buttonize-attachments-in-header): Make header attachment
626         buttons identical to the ones in the article body so as to work deleting
627         and stripping.
628
629 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * mm-decode.el (mm-shr)
632         * mm-view.el (mm-inline-text-html-render-with-w3m):
633         Revert my bogus change that made the start marker of a part
634         the "moves after insertion" type.
635
636 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
637
638         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
639         Tools: https://github.com/politza/pdf-tools) for viewing PDF
640         attachments in emacs.
641
642 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
643
644         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
645         instead of sasl-scram-sha-1, as the former is the name that can be
646         required.
647
648         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
649         (sasl-scram-sha-1-client-final-message)
650         (sasl-scram-sha-1-authenticate-server): Move to end of file.
651
652 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
655
656 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
659         (sasl-string-prefix-p): New compatibility functions.
660
661 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-compat.el (process-live-p): Added new compat function for Emacs
664         23.
665
666 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
667
668         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
669         from the server LIST response.
670
671 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
674         during header retrieval, error out instead of interpreting the data in
675         the buffer as the only messages there.  This way, we don't mark
676         articles as read on a server hangup (bug#19035).
677
678         * mm-decode.el (mm-head-p): New function.
679         (mm-display-part): Go to a blank line when inserting parts internally.
680
681 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
682
683         * sasl-scram-rfc.el: New file.
684
685         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
686         Add SCRAM-SHA-1 first.
687         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
688         entry (bug#17636).
689
690 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
693         that we don't get a warning when setting the buffer-local variable
694         (bug#19573).
695
696         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
697         `gnus-request-group'.
698
699 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-art.el (gnus-article-browse-html-save-cid-content)
702         (gnus-article-browse-html-parts): Make cid file names relative if and
703         only if html doesn't specify <base> directory.
704
705 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
708         parts, because that breaks filling (since buttons are in a bold face).
709
710 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
713         use gnus-overlays-at and gnus-overlay-put.
714
715 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
716
717         * mm-decode.el (mm-shr): Only pass the fill column when not using
718         fonts, because limiting the width to what's appropriate for followups
719         doesn't really help when not using proportional fonts.
720
721 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
722
723         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
724         shr, beacause that breaks folding.
725         (mm-shr): Don't shorten the width when using fonts.
726
727 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
730         variable; always check the newrc timestamp.
731         (gnus-save-newsrc-file): Always check timestamp.
732
733 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
734
735         * mail-source.el (mail-source-call-script): If scripts exit with an
736         error, pop up an error buffer.
737
738 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
741         as a default.
742
743         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
744         correct server.
745
746 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
747
748         * nnimap.el (nnimap-request-group-scan): Fix the function name.
749
750         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
751
752 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
755         that nnimap works for non-activated backends.
756
757 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
758
759         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
760         message, since we already get an obsolescence message.  Use `declare'.
761
762 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
763
764         * nnir.el: Revert "Enable non-ASCII IMAP searches".
765
766 2015-01-30  Glenn Morris  <rgm@gnu.org>
767
768         * gnus-registry.el (gnus-registry-max-pruned-entries)
769         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
770         Fix :version.
771         (gnus-registry-default-sort-function): Improve :type.
772
773 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * nnimap.el (nnimap-request-group): Allow running this function on
776         groups that don't exist in Gnus yet.
777         (nnimap-request-group): Revert previous patch since that made it
778         impossible to enter nnimap groups.
779
780         * message.el (message-smtpmail-send-it): Remove the mail header
781         separator before sending.
782
783 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
784
785         * nnimap.el (nnimap-find-expired-articles): Fix handling of
786         (expiry-wait . never).
787
788 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
789
790         * nnimap.el (nnimap-request-group): Clear the buffer before returning
791         the data.
792
793 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-compat.el (string-bytes): Work for XEmacs.
796
797 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
800
801         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
802         IMAP.
803
804 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
805
806         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
807
808         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
809
810         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
811         be added to the backlog.
812
813 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
814
815         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
816         target with a recursive make call.
817
818 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
819
820         * nnimap.el (nnimap-header-parameters): Refactor and request
821         X-GM-LABELS if it's been announced.
822         (nnimap-transform-headers): Gather and output GM-LABELS.
823
824 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
825
826         * mm-decode.el (mm-display-part): Make non-string methods work.
827         Non-string methods are funcalled and work just fine, the test was
828         bogus.
829         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
830         whole frame.
831
832 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
833
834         * nnimap.el (nnimap-request-accept-article): Allow respooling using
835         nnimap.
836
837         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
838         request rescans when being run interactively.
839
840         * nnimap.el (nnimap-request-group): Don't rescan the group here,
841         because that can be very slow in large groups.
842
843         * gnus-int.el (gnus-request-group-scan): New backend function.
844
845         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
846
847 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
848
849         * gnus-group.el (gnus-group-suspend): Close all backends.
850
851 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
852
853         * dgnushack.el (dgnushack-compile-file): New function.
854         (dgnushack-compile): Use it (bug#19514).
855
856 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
859
860 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
861
862         * registry.el: Don't use <class> as a variable.
863
864 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
865
866         system-name's returned value can vary
867         Also, the system-name variable is now obsolete.
868         Fixes Bug#19438.
869         * message.el (message-make-fqdn):
870         * nnvirtual.el (nnvirtual-retrieve-headers)
871         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
872         and avoid naming locals 'system-name'.
873
874 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
875
876         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
877         lines don't get overlong when responding.
878
879 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * registry.el (cl-remf, cl-loop, cl-subseq):
882         Alias to remf, loop, and subseq respectively for old Emacsen.
883
884 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
885
886         * gnus-group.el (gnus-read-ephemeral-bug-group):
887         Bind coding-system-for-read and coding-system-for-write only around
888         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
889
890 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
891
892         * registry.el (registry-db): Set default slot later.
893         This is because its value is not a literal integer.
894
895 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         * registry.el (registry-db): Fix default registry-db max-size.
898
899 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
900
901         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
902         add warning.
903
904         * gnus-art.el: Fix up compiler warnings.
905         (article-display-face, article-display-x-face): Remove unused `face'.
906         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
907         (article-date-ut): Remove unused var `first'.
908         (gnus-article-prepare): Remove unused var `gnus-article'.
909         (gnus-mime-save-part-and-strip): Remove unused var `param'.
910         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
911         `coding-system' along with corresponding dead code.
912         (gnus-mime-view-part-externally): Remove unused var
913         `mm-user-display-methods'.
914         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
915         (gnus-display-mime): Remove unused var `handle'.
916         (gnus-mime-display-alternative): Remove unused var `props'.
917         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
918         (gnus-article-edit-done): Remove unused var `p'.
919         (gnus-url-mailto): Remove unused var `to'.
920         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
921         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
922
923 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
924
925         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
926         slots into a :max-size slot.
927         (registry-db-version): Add new variable for database version number.
928         (registry-prune): Use :max-size slot. Accept and use a sort-function
929         argument.
930         (registry-collect-prune-candidates): Add new function for finding
931         non-precious pruning candidates.
932         (registry-prune-hard-candidates, registry-prune-soft-candidates):
933         Remove obsolete functions.
934         (initialize-instance): Upgrade registry version when starting.
935
936         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
937         (gnus-registry-max-pruned-entries): Remove obsolete variable.
938         (gnus-registry-cache-file): Change default
939         filename extension to "eieio".
940         (gnus-registry-read): Add new function, split out from
941         `gnus-registry-load', that does the actual object reading.
942         (gnus-registry-load): Use it. Add condition case handler to check for
943         old filename extension and rename to the new one.
944         (gnus-registry-default-sort-function): New variable to specify a sort
945         function to use when pruning.
946         (gnus-registry-save, gnus-registry-insert): Use it.
947         (gnus-registry-sort-by-creation-time): Define a default sort function.
948
949         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
950         Adjust test for new object signature.
951         (gnustest-registry-pruning-test): Add new pruning test.
952         (gnustest-registry-sort-function): Default sort function for testing.
953         (gnustest-registry-pruning-sort-test): New test for sorting.
954
955 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
958         function for reuse.
959         (gnus-mime-buttonize-attachments-in-header): Adjust.
960
961 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * message.el (message-change-subject): Really check whether the subject
964         changed.
965
966 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
969         PDFs.
970         (mailcap-view-mime): New function.
971
972 2014-12-01  Glenn Morris  <rgm@gnu.org>
973
974         * gnus-cloud.el (gnus-cloud): Add :version tag.
975
976 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-art.el (gnus-use-idna):
979         * gnus-sum.el (gnus-summary-idna-message):
980         * message.el (message-use-idna):
981         Protect against nil value for idna-program.
982
983         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
984
985 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
986
987         * auth-source.el (auth-source-macos-keychain-search-items): Return
988         result of `auth-source-macos-keychain-result-append' (bug#19074).
989
990 2014-11-25  Glenn Morris  <rgm@gnu.org>
991
992         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
993         Add :version tag.
994
995 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * pop3.el (pop3-open-server): Warn unless encrypted.
998
999         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1000
1001 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1002
1003         Port new time stamp handling to Emacs 23.2.
1004         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1005         * time-date.el (time-add, time-subtract, time-less-p):
1006         Use eval-and-compile, not eval-when-compile.
1007
1008 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1009
1010         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1011         TLDs.
1012
1013 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1014
1015         Port new time stamp handling to old Emacs and to XEmacs.
1016         This is needed for Gnus, which copies time-date.el and which
1017         runs on older Emacs implementations.
1018         * time-date.el (with-decoded-time-value):
1019         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1020         (encode-time-value, with-decoded-time-value):
1021         Obsolete only if new Emacs.
1022         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1023
1024         Improve time stamp handling, and be more consistent about it.
1025         This implements a suggestion made in:
1026         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1027         Among other things, this means timer.el no longer needs to
1028         autoload the time-date module.
1029         * time-date.el (seconds-to-time, days-to-time, time-since)
1030         (with-decoded-time-value):
1031         Treat 'nil' as current time.  This is mostly for XEmacs.
1032         (encode-time-value, with-decoded-time-value): Obsolete.
1033         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1034         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1035
1036 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1039         discarding changes in ephemeral groups.
1040
1041         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1042         things the user isn't interested in.
1043
1044 2014-11-13  Julien Danjou  <jd@abydos>
1045
1046         * gnus-notifications.el (gnus-notifications-notify): Provide both
1047         app-icon and image-path.
1048
1049 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1050
1051         * mm-url.el (mm-url-encode-multipart-form-data):
1052         Restore to handle "multipart/form-data" by eww.
1053
1054 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1055
1056         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1057         Landscheidt.
1058
1059 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1060
1061         Simplify use of current-time and friends.
1062         * gnus-delay.el (gnus-delay-article):
1063         * gnus-sum.el (gnus-summary-read-document):
1064         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1065         * message.el (message-make-expires-date):
1066         Omit unnecessary call to current-time.
1067         * gnus-util.el (gnus-float-time): Simplify to an alias because
1068         time-to-seconds now behaves like float-time with respect to nil arg.
1069         (gnus-seconds-year): Don't call current-time twice to get the current
1070         time stamp, as this can lead to inconsistent results.
1071         * time-date.el (time-to-seconds) [!float-time]:
1072         Use current time if arg is nil, to be compatible with float-time.
1073         (time-date--day-in-year): New function, with most of the guts of
1074         the old time-to-day-in-year.
1075         (time-to-day-in-year): Use it.
1076         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1077
1078 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * gnus.el (gnus-mode-line-buffer-identification):
1081         Don't add image data for a non-graphic display (bug#18813).
1082
1083 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1086         load-path, it blocks autoloading of find-image (bug#18813).
1087
1088 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1089
1090         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1091         to keep connection open (bug#18728).
1092
1093 2014-10-20  Glenn Morris  <rgm@gnu.org>
1094
1095         * Merge in all changes up to 24.4 release.
1096
1097 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1098
1099         * message.el (message-insert-signature): Use `newline' instead of
1100         inserting explicit "\n".
1101
1102 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1103
1104         * gnus-icalendar.el: Support vcal format timezones.
1105         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1106         compute dates with associated timezone.
1107         (gnus-icalendar-event-from-ical): Compute all timezones.
1108
1109 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1110
1111         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1112         check the newsrc.eld file's timestamp before saving it.
1113         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1114         timestamp has changed to be newer.
1115
1116 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1117
1118         * gnus-icalendar.el (gnus-icalendar-identities):
1119         Include message-alternative-emails.
1120
1121 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1124         New compatibility functions.
1125         (ntlm-build-auth-response): Use them.
1126
1127 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1128
1129         * ntlm.el (ntlm-build-auth-request):
1130         Add NTLM2 Session support.  (Bug#15603)
1131
1132 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1133
1134         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1135         expired messages only when it was built in reverse order.
1136
1137 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1138
1139         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1140         last so it can be used in `message-send-hook'.
1141
1142 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1143
1144         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1145         <#secure> tag (bug#18513).
1146
1147 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * parse-time.el: Require cl when compiling.
1150
1151 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         Use cl-lib as much as possible following the 2014-09-26 change
1154         in the Emacs trunk.
1155         * parse-time.el: Try requiring cl-lib.
1156         (parse-time-incf): Alias to cl-incf or incf.
1157         (digit-char-p): Remove.
1158         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1159         (parse-integer): Rename to parse-time-integer.
1160         (parse-time-tokenize, parse-time-rules, parse-time-string)
1161         Use parse-time-incf and parse-time-integer.
1162
1163 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1164
1165         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1166         of ":delete".
1167
1168 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1171         (gnus-article-browse-html-parts):
1172         Revert last change that breaks links other than cid contents.
1173
1174 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1177         (gnus-article-browse-html-parts): Make cid file names relative.
1178
1179 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1182         temporarily displayed when running a mode function (at least org-mode
1183         requires it).
1184
1185 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1186
1187         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1188         the gnus-summary-article-expire-hook should be told where the function
1189         is going. In particular, the Gnus registry might want to know.
1190
1191 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1192
1193         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1194
1195 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1198
1199 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1200
1201         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1202         the gnus-summary-article-expire-hook should be told where the function
1203         is going. In particular, the Gnus registry might want to know.
1204
1205 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1206
1207         Don't mishandle year-9999 dates (Bug#18176).
1208         * parse-time.el (parse-time-rules):
1209         Allow years up to most-positive-fixnum.
1210         * time-date.el (date-to-time):
1211         Pass "Specified time is not representable" errors through.
1212
1213 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1214
1215         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1216         groups and t.
1217
1218 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-utils.el (gnus-recursive-directory-files):
1221         Unify hard or symbolic links (bug#18063).
1222
1223 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1224
1225         * gnus-msg.el (gnus-configure-posting-style):
1226         Allow string replacements in values when matching against a header.
1227
1228 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1231         the dribble buffer even when it is shrunk a lot.
1232         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1233
1234 2014-06-26  Glenn Morris  <rgm@gnu.org>
1235
1236         * mm-util.el (help-function-arglist): Remove outdated declaration.
1237
1238 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1239
1240         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1241         attribute values.  (Bug#17834)
1242
1243 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1244
1245         * gnus-sum.el (gnus-summary-edit-article-done):
1246         Prefer point-marker to copy-marker of point.
1247
1248 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * Makefile.in (install-el, install-el-elc): Compress .el files.
1251         (uninstall): Remove compressed .el files.
1252
1253 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1256         (gnus-article-read-summary-keys):
1257         Don't bug out when there is no article in the summary buffer.
1258         (gnus-mime-buttonize-attachments-in-header):
1259         Improve criterion that finds parts to display.
1260
1261         * gnus-art.el (gnus-mm-display-part):
1262         * mm-decode.el (mm-shr):
1263         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1264         (mm-insert-inline): Revert last changes.
1265
1266 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gnus-art.el (gnus-mm-display-part):
1269         * mm-decode.el (mm-shr):
1270         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1271         (mm-insert-inline): Set insertion type of end-marker, not only
1272         start-marker, of undisplayer so as to stay after inserted text.
1273
1274 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1275
1276         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1277         attribute. (Bug#17613)
1278
1279 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1280
1281         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1282         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1283
1284 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1287         Don't delete next part button; keep spacing between buttons.
1288
1289 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1292         Work for the last MIME part in an article.
1293         (gnus-mime-display-single): Suppress excessive newlines between parts.
1294
1295         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1296         by leading or trailing newline.
1297
1298 2014-05-12  Sam Steingold  <sds@gnu.org>
1299
1300         * time-date.el (seconds-to-string): New function to pretty print time
1301         delay in seconds.
1302
1303 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1306         while prompting a user for a file name, etc.
1307         (gnus-mime-display-single): Display part with a common appearance no
1308         matter whether MIME button is omitted or not; don't add duplicate entry
1309         to gnus-article-mime-handle-alist.
1310         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1311
1312 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1313
1314         * mml2015.el (mml2015-display-key-image): New variable.
1315
1316 2014-05-08  Glenn Morris  <rgm@gnu.org>
1317
1318         * gnus-fun.el (gnus-grab-cam-face):
1319         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1320         This is CVE-2014-3421.
1321
1322 2014-05-04  Glenn Morris  <rgm@gnu.org>
1323
1324         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1325
1326 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1329         the displaying state of a part.
1330         (gnus-mm-display-part): Don't insert a newline in the beginning of
1331         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1332
1333         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1334         (mm-shr): Make undisplayer unbreakable.
1335
1336         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1337         Don't insert excessive newline.
1338         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1339         (mm-insert-inline): Make undisplayer unbreakable.
1340
1341 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1342
1343         * gnus.el: Ma Gnus v0.11 is released.
1344
1345 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gnus-art.el (gnus-mm-display-part):
1348         Highlight header attachment buttons.
1349
1350 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1353         a part; redisplay a button (enbugged in 2014-02-05).
1354
1355 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * auth-source.el (auth-source-search, auth-source-search-backends):
1358         Treat :max 0 as an indicator that a boolean return is wanted, as
1359         documented. Reported by Joe Bloggs.
1360
1361 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-icalendar.el: Require gnus-art.
1364
1365 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1366
1367         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1368         (gnus-icalendar--update-org-event): put event timestamp in
1369         the org entry body instead of the drawer.
1370         (gnus-icalendar-event--get-attendee-names): list of participants should
1371         contain even attendees without common name attribute.
1372         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1373         property tags in org drawers.
1374
1375 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * gmm-utils.el (gmm-format-time-string): New function.
1378
1379         * message.el (message-insert-formatted-citation-line): Use the original
1380         author's time zone to express a date string.
1381
1382 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1383
1384         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1385         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1386         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1387         Silence compiler warnings.
1388         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1389
1390 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * mml.el: Require url when compiling.
1393
1394         * gnus-cloud.el (gnus-cloud-parse-version-1):
1395         Use plist-get rather than CL's getf.
1396         (gnus-activate-group, gnus-subscribe-group): Declare.
1397
1398         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1399
1400 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1403         buttons when toggling the header off.
1404
1405 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1406
1407         * tls.el (tls-program): Reflow docstring.
1408
1409 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1410
1411         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1412         groups work again.
1413
1414 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1415
1416         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1417         999 correctly (i.e. "1,342").
1418
1419 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1422         out if the directory doesn't exist.
1423
1424 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1425
1426         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1427         commands here; instead, only check if epg-config.el is available.
1428
1429 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1432         messages with embedded images.
1433         (mml-generate-mime): Don't bug out if you don't have libxml.
1434
1435 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1436
1437         * message.el (message-make-html-message-with-image-files): New command.
1438
1439 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1442
1443         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1444
1445 2014-02-23  David Engster  <deng@randomsample.de>
1446
1447         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1448         to stay compatible with older Emacsen, so replace `cl-loop' with
1449         `loop'.
1450
1451 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1452
1453         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1454         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1455         instead, build list of patterns.
1456
1457 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1460         Display header attachment buttons by gnus-article-prepare-display
1461         rather than gnus-article-prepare so as to view in mml-preview as well.
1462
1463 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1464
1465         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1466         in `auth-sources' means and link to EPA docs.
1467
1468 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1469
1470         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1471         (bug#12375).
1472
1473 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1476         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1477
1478 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1479
1480         * message.el (message-tab): Mention what happens on normal tabs
1481         (bug#11297).
1482
1483 2014-02-08  Glenn Morris  <rgm@gnu.org>
1484
1485         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1486
1487 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1490         buttons that are hidden in unselected alternative part as well.
1491         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1492
1493         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1494
1495 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1498         keystroke.
1499         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1500         types.
1501
1502         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1503         with an empty string.
1504
1505 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1506
1507         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1508         buffer-local in some buffers, so bind it explicitly in the buffer we're
1509         trying to cancel the article in (bug#10808).
1510
1511 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1514         New functions.
1515
1516         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1517         New user option.
1518         (gnus-mime-buttonize-attachments-in-header): New function.
1519         (gnus-article-prepare): Use it.
1520         (gnus-mime-inline-part): Suppress extra newline.
1521         (gnus-mm-display-part): Save excursion;
1522         remove useless deleting and adding of buttons.
1523         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1524
1525         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1526         Add gnus-mime-buttonize-attachments-in-header.
1527
1528 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1529
1530         * nnimap.el (nnimap-request-articles): New command to download several
1531         articles at once.
1532
1533         * gnus.el (gnus-variable-list): Save Cloud variables.
1534
1535         * gnus-int.el (gnus-request-accept-article): Doc fix.
1536
1537 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1538
1539         * parse-time.el (parse-time-iso8601-regexp)
1540         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1541         it more generally.
1542
1543 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gnus-cloud.el: New file to provide the Emacs Cloud.
1546
1547         * dgnushack.el: Silence XEmacs w3 warning.
1548
1549         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1550         `url-retrieve-synchronously', apparently.
1551
1552         * dgnushack.el: Silence XEmacs dns.el warning.
1553
1554         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1555         instead of in all files.
1556
1557         * dns.el (network-interface-list): Define for XEmacs.
1558
1559         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1560         XEmacs.
1561
1562         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1563
1564 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1565
1566         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1567         `gnus-group-split-fancy'.
1568
1569 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1570
1571         * message.el (message-remove-header): Doc fix.
1572         (message-forward-included-headers): New variable.
1573         (message-remove-ignored-headers): Use it.
1574
1575 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1576
1577         * nnir.el (nnir-request-update-mark): Don't try to update the source
1578         group if we can't find it (bug#16611).
1579
1580 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1581
1582         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1583
1584 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1585
1586         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1587         network interfaces changed.
1588         (dns-query): Use it to flush the data.
1589
1590 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1591
1592         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1593         from random face commands.
1594         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1595         Face.
1596         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1597         (gnus--random-face-with-type): Generic function returning a face-type
1598         as a string.
1599         (gnus--insert-random-face-with-type): Generic function inserting a face
1600         in a message buffer header.
1601         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1602         (gnus-insert-random-x-face-header): Rewritten to use
1603         `gnus--insert-random-face-with-type`.
1604         (gnus-random-face): Return random (png) Face as string.
1605         (nus-insert-random-face-header): Insert random (png) Face in a message
1606         buffer.
1607
1608 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1609
1610         * mm-url.el: Remove all usage of w3.
1611
1612         * nnrss.el: Ditto.
1613
1614         * mm-decode.el: Ditto.
1615
1616         * mm-view.el: Ditto.
1617
1618         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1619         outdated and all Emacsen have url.el built-in.
1620
1621         * gnus-setup.el: Remove outdated file.
1622
1623 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1624
1625         * gnus.el: Ma Gnus v0.9 is released.
1626
1627 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1628
1629         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1630
1631 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1632
1633         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1634         in the summary buffer (bug#13769).
1635
1636 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1639         name if we're using a single article buffer.  Otherwise, it may point
1640         to a killed buffer (bug#13756).
1641
1642 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1643
1644         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1645         the match data, just save and restore it explicitly (bug#12375).
1646
1647         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1648         that's needed.
1649
1650         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1651         the code once (bug#9069).
1652
1653 2014-01-18  Steinar Bang  <sb@dod.no>
1654
1655         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1656         reading.
1657
1658 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1659
1660         * message.el (message-bury): Call bury-buffer with no argument
1661         in the message-return-action case too.
1662
1663 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1666         (nnimap-split-fancy, nnimap-split-methods): Declare.
1667
1668         * mm-util.el (help-function-arglist): Declare.
1669
1670 2013-12-28  Glenn Morris  <rgm@gnu.org>
1671
1672         * gnus-sieve.el (gnus-sieve-select-method):
1673         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1674         (gravatar-rating, gravatar-size):
1675         * message.el (message-minibuffer-local-map):
1676         * sieve-manage.el (sieve-manage-authenticators)
1677         (sieve-manage-authenticator-alist): Specify custom types.
1678
1679         * hashcash.el (hashcash-program): Rename from hashcash-path.
1680         Update callers.
1681
1682         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1683         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1684         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1685
1686         * auth-source.el (auth-sources):
1687         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1688         Fix custom types.
1689
1690         * tls.el (tls-certtool-program): Fix default value.
1691
1692 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1695         we get proper traces there, too.
1696
1697 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1698
1699         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1700         value of the parameters if the current article has a Reply-To or From
1701         field.
1702
1703 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1706
1707 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-sum.el (gnus-summary-exit): Stop animations.
1710
1711 2013-12-19  Juri Linkov  <juri@jurta.org>
1712
1713         * gnus.el (gnus-suppress-keymap):
1714         * gnus-art.el (gnus-article-mode-map):
1715         * gnus-group.el (gnus-group-mode-map):
1716         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1717         Remove [backspace] key binding because it shadows DEL (bug#16035).
1718
1719         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1720
1721 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1724         Make sure work directory exists.
1725         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1726         rather than tmp directory.
1727         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1728         not necessarily always run, with it.
1729
1730 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1731
1732         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1733         value of gnus-icalendar-additional-identities work without restart.
1734
1735 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * mm-util.el (mm-make-temp-file):
1738         Alias to make-temp-file for modern Emacsen.
1739
1740 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1743         nnir-article-number and nnir-article-group.
1744
1745 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1746
1747         * message.el (message-send-mail-with-sendmail):
1748         Don't kill error buffer if sending fails.
1749
1750 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1751
1752         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1753         (gnus-icalendar-event->org-entry)
1754         (gnus-icalendar--update-org-event)
1755         (gnus-icalendar-event->gnus-calendar): Distinguish between
1756         required/optional/non-participant attendee status.  Fix bug causing
1757         the first required event participant to be omitted.
1758
1759 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-art.el (article-de-quoted-unreadable)
1762         (article-de-base64-unreadable, gnus-mime-copy-part)
1763         * gnus-html.el (gnus-article-html)
1764         * mm-view.el (mm-inline-text-html-render-with-w3)
1765         (mm-inline-text-html-render-with-w3m-standalone)
1766         * rfc2231.el (rfc2231-decode-encoded-string):
1767         Allow overriding charset by mm-charset-override-alist.
1768
1769         * gnus-art.el (gnus-article-browse-html-parts):
1770         Replace LWSPs with `&nbsp;'s in header.
1771
1772         Work for broken Chinese articles.
1773
1774         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1775         Exclude broken handles that gnus-summary-enter-digest-group may create.
1776         (gnus-article-browse-html-parts):
1777         Allow overriding charset by mm-charset-override-alist.
1778
1779 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1780
1781         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1782         (gnus-icalendar-identities): Support additional-identities.
1783
1784 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1785
1786         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1787         org-timestamp for events ending at midnight.
1788
1789 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1790
1791         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1792         .log files.
1793
1794 2013-11-20  David Engster  <deng@randomsample.de>
1795
1796         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1797
1798 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1799
1800         * message.el (message-beginning-of-line):
1801         Use beginning-of-visual-line when visual-line-mode is turned on.
1802
1803 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1804
1805         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1806         (gnus-icalendar-event-from-ical)
1807         (gnus-icalendar-event->org-entry)
1808         (gnus-icalendar--update-org-event): Required/optional participation,
1809         list of attendees synced to org.
1810
1811 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1812
1813         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1814         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1815         cancellations to be synced to org if the original appt has an org
1816         outline.
1817
1818 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1819
1820         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1821         (gnus-icalendar-event->org-entry)
1822         (gnus-icalendar--update-org-event)
1823         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1824
1825 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1826
1827         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1828         Fix timezone handling in gnus-icalendar export to org.
1829
1830 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1833
1834 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1837
1838 2013-10-30  Glenn Morris  <rgm@gnu.org>
1839
1840         * gnus-group.el (gnus-group-browse-foreign-server):
1841         * gnus-int.el (gnus-start-news-server):
1842         Silence compiler obsolescence warning.
1843
1844 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1847         `nnoo-current-server' first, then for the actual `nnimap-address' to
1848         allow netrc entries for the nnoo server to coexist with netrc entries
1849         for the `nnimap-address'.
1850
1851 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * mm-decode.el (mm-dissect-buffer): Revert last change.
1854         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1855         The problem that motivated those changes was attributed to a broken
1856         mail sender, and has been fixed.
1857
1858 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1861         token is missing in the Content-Type header.
1862
1863         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1864
1865 2013-09-18  Glenn Morris  <rgm@gnu.org>
1866
1867         * gnus-util.el (image-size): Declare.
1868
1869 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1872         (gnus-icalendar-event-from-ical)
1873         (gnus-icalendar-event--build-reply-event-body)
1874         (gnus-icalendar-event-reply-from-buffer)
1875         (gnus-icalendar-find-org-event-file)
1876         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1877         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1878
1879         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1880
1881 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1882
1883         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1884         Use save-current-buffer.
1885         (gnus-tree-mode-map): Initialize in the declaration.
1886         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1887         (scroll-in-place): Defvar it.
1888         (gnus-tmp-*): Defvar them.
1889         (gnus-get-tree-buffer): Use derived-mode-p.
1890         (gnus--let-eval): New macro.
1891         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1892         non-prefixed variables.
1893         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1894
1895         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1896         vars since it doesn't seem to be available.
1897         (gnus-set-global-variables, gnus-summary-read-group-1)
1898         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1899         (gnus-summary-display-article, gnus-summary-select-article)
1900         (gnus-summary-next-article, gnus-offer-save-summaries)
1901         (gnus-summary-generic-mark): Use derived-mode-p.
1902         (gnus-summary-read-group-1, gnus-summary-exit)
1903         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1904         Adjust calls to gnus-tree-close and gnus-tree-open.
1905
1906         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1907
1908         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1909         (gnus-agent-mode): Use derived-mode-p.
1910         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1911         gnus-command-method and *-command-method to nil, but bind
1912         gnus-command-method to *-command-method instead!
1913         (gnus-agent-fetch-articles): Remove unused var `id'.
1914         (gnus-agent-fetch-headers): Remove unused arg `force'.
1915         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1916         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1917         (gnus-agent-short-article, gnus-agent-long-article)
1918         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1919         first use.
1920         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1921         `score-param'.
1922         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1923         (gnus-get-predicate): Push in front of the cache, rather than end.
1924         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1925         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1926         (gnus-agent-expire-unagentized-dirs): Don't rebind
1927         gnus-agent-expire-current-dirs since the defvar silences the warning.
1928         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1929         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1930         (gnus-agent-regenerate): Simplify interactive spec and doc.
1931
1932 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * gnus-int.el (gnus-open-server): Silence compiler.
1935
1936         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1937
1938         * message.el (message-display-completion-list): Abolish.
1939         (message-completion-in-region): Use display-completion-list.
1940
1941 2013-09-17  Glenn Morris  <rgm@gnu.org>
1942
1943         * gnus-util.el (gnus-message-with-timestamp-1):
1944         Use `messages-buffer' function if available.  Ignore read-only.
1945
1946 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * message.el (message-expand-group, message-completion-in-region):
1949         Correct the order of start and end of a region.
1950
1951 2013-09-13  Glenn Morris  <rgm@gnu.org>
1952
1953         * mml2015.el (gnus-create-image): Autoload it.
1954
1955         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1956
1957         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1958         (image-size): Declare.
1959
1960 2013-09-12  Glenn Morris  <rgm@gnu.org>
1961
1962         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1963         Avoid using `find', which i) might not be defined at runtime;
1964         ii) does not work, since its default test is eql, not equal.
1965         (gnus-mime-action-alist): Declare.
1966
1967 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1968
1969         * score-mode.el (gnus-score-mode-map): Move initialization
1970         into declaration.
1971         (gnus-score-mode): Use define-derived-mode.
1972         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1973         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1974         into declaration.
1975         (gnus-kill-file-mode): Use define-derived-mode.
1976         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1977         Use derived-mode-p.
1978         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1979         (gnus-group-setup-buffer, gnus-group-name-at-point)
1980         (gnus-group-make-web-group, gnus-group-enter-directory)
1981         (gnus-group-suspend): Use derived-mode-p.
1982         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1983         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1984         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1985         (gnus-article-setup-buffer, gnus-article-prepare)
1986         (gnus-article-prepare-display, gnus-sticky-article)
1987         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1988         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1989         (gnus-article-read-summary-keys): Use derived-mode-p.
1990
1991 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1994
1995 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1998         shift_jis from the default value set for Japanese users.
1999
2000 2013-08-13  Glenn Morris  <rgm@gnu.org>
2001
2002         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2003
2004         * gnus.el (gnus-valid-select-methods): Fix type.
2005
2006         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2007
2008 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * mm-decode.el (mm-display-external): Run a timer for the temp files
2011         deletion after a viewer exits; add a deletion timer for the needsterm
2012         case, too.
2013
2014         * mm-decode.el (mm-display-external): Try to delete temporary files by
2015         using a 1-min. timer.
2016
2017 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2020         New internal variables.
2021         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2022         (mm-display-external): Use it to delete temporary files instead of
2023         using timers.
2024
2025 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2028
2029 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2030
2031         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2032         with cond for backwards compatability.
2033
2034 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * mm-decode.el (mm-display-external): Bind process-connection-type to
2037         nil; don't delete a temp file immediately even if a viewer finishes,
2038         since it may be a shell script, like xdg-open, that launches a real
2039         viewer program belatedly.
2040
2041 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2042
2043         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2044         that we can create nndoc groups that excerpt other groups.
2045
2046 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-delay.el (gnus-delay-article): Fix typo.
2049
2050         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2051         articles.
2052
2053         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2054         we can get spell-checking etc.
2055
2056 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2059         a single one used for encoding the whole text in a header.
2060
2061 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2064         doesn't work properly on XEmacs.
2065
2066 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2069         before sending.
2070
2071         * dgnushack.el (dgnushack-compile): Add a temporary check for
2072         gnus-icalendar.
2073
2074         * mm-decode.el (mm-command-output): New face.
2075         (mm-display-external): Use it.
2076
2077 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2078
2079         * nnmbox.el (nnmbox-request-article): Don't change point.
2080
2081 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2084         Include `handle' parameter.
2085
2086 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2087
2088         * gnus-icalendar.el: New file.
2089
2090 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2093
2094         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2095         dummy roots, too.
2096
2097 2013-08-01  David Edmondson  <dme@dme.org>
2098
2099         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2100         out on ttys.
2101
2102 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2105         not empty.
2106
2107         * nnrss.el (nnrss-discover-feed): Indent.
2108
2109 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2112
2113 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2116         dirty to ensure nnimap data being saved.
2117
2118 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2119
2120         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2121         menu entry.
2122
2123         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2124         the current thread's total score instead of the current article's
2125         score.
2126
2127         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2128         (gnus-sort-threads-recursively): Delete defcustom.
2129         (gnus-sort-threads-recursive): Adapt accordingly.
2130
2131 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2132
2133         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2134         (gnus-sort-threads-recursive): Use it.
2135         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2136         again.  Now that determines how to sort subthreads.
2137
2138 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2139
2140         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2141         (gnus-sort-threads): Use it.
2142
2143 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2144
2145         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2146         punctuation characters follow parentheses (bug#14950).
2147
2148 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus.el (gnus-continuum-version):
2151         * gnus-msg.el (gnus-extended-version): Simplify.
2152
2153         * gnus.el (gnus-continuum-version-1): Remove.
2154         * gnus-msg.el (gnus-bug): Revert.
2155
2156         Calculate gnus-version correctly on Cygwin.
2157
2158         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2159         (gnus-continuum-version-1): New function, return a string.
2160
2161         * gnus-msg.el (gnus-extended-version, gnus-bug):
2162         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2163
2164 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2165
2166         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2167         (bug#13384).
2168
2169 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2172         that were only relevant in a development version a long time ago.
2173
2174 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2177         that the old Emacs 24s bundle.
2178
2179 2013-07-10  David Engster  <deng@randomsample.de>
2180
2181         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2182         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2183         fixes a bug in Emacs trunk where the 'unexist' marks were always
2184         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2185         Gnus v0.03".
2186
2187 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2188
2189         * gnus.el (gnus-summary-line-format): Reference
2190         `gnus-user-date-format-alist' for the &user-date; format, not
2191         `gnus-summary-user-date-format-alist'.
2192
2193 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2196         delete files (bug#13481).
2197
2198 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2199
2200         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2201
2202 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2205         display images.
2206
2207         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2208
2209         * message.el (message-cancel-news): According to
2210         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2211         preferred over "cmsg cancel" in the Subject.
2212
2213         * nnir.el (nnir-engines): Note that the group specs are regexps
2214         (bug#13238).
2215
2216         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2217         gotten read-only text properties, ensure that those aren't heeded when
2218         copying stuff over (bug#13434).
2219
2220         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2221         (bug#13762).
2222
2223 2013-07-05  David Kastrup  <dak@gnu.org>
2224
2225         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2226         authinfo file again (important for blank passwords).  This had been
2227         broken with 2013-06-15 change.
2228
2229 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2232         Revert 2013-01-14 change.
2233
2234 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2235
2236         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2237         of 'create-image' for XEmacs compatibility; check errors when decoding
2238         image.  Reported by Uwe Brauer.
2239
2240 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2243         gnus-button-push revised at 2011-01-19.
2244
2245 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2248         now live in the lisp/net Emacs 24 repository.
2249
2250 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * eww.el (eww-update-header-line-format): Quote % characters.
2253
2254 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * eww.el (eww-process-text-input): Display passwords as asterisks.
2257
2258         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2259
2260 2013-06-19  Tom Tromey  <tromey@redhat.com>
2261
2262         * eww.el (eww-top-url): Remove.
2263         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2264         (eww-render): Set new variables.  Don't set eww-top-url.
2265         (eww-handle-link): Handle "prev", "home", and "contents".
2266         Downcase the rel text.
2267         (eww-top-url): Choose best top URL.
2268
2269 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * eww.el: Rewrite to implement form elements "by hand" instead of
2272         relying in widget.el.  Using widget.el leads to too many
2273         user interface inconsistencies.
2274         (eww-self-insert): Implement entering commands in text fields.
2275         (eww-process-text-input): New function to make text input field editing
2276         work.
2277         (eww-submit): Rewrite to use the new-style form methods.
2278         (eww-select-display): Display the correct selected item.
2279         (eww-change-select): Implement changing the select value.
2280         (eww-toggle-checkbox): Implement radio/checkboxes.
2281         (eww-update-field): Fix compilation error.
2282         (eww-tag-textarea): Implement <textarea>.
2283
2284         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2285         don't shadow mode-specific bindings.
2286
2287         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2288         nothing to push.
2289
2290         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2291
2292 2013-06-19  Glenn Morris  <rgm@gnu.org>
2293
2294         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2295
2296 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2297
2298         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2299
2300 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * shr.el (shr-make-table-1): Implement <td rowspan>.
2303         (shr-table-horizontal-line): Allow nil as a value, and change the
2304         default.
2305         (shr-insert-table-ruler): Respect the nil value.
2306
2307 2013-06-18  Tom Tromey  <tromey@barimba>
2308
2309         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2310         New defvars.
2311         (eww-open-file): New defun.
2312         (eww-render): Initialize new variables.
2313         (eww-display-html): Handle "link" and "a".
2314         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2315         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2316         (eww-back-url): Rename from eww-previous-url.
2317         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2318         defuns.
2319
2320 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * shr.el (shr-tag-table): Insert the images after the table, so that
2323         they're not covered by the table colourisation, which often looked
2324         awkward.
2325         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2326         <dd>.
2327         (shr-make-table-1): Implement <td colspan=> support.
2328         (shr-insert-document): Use one less than window width if `shr-width' is
2329         nil, since otherwise things may get one character too wide.
2330
2331 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * eww.el (eww-detect-charset): Improve regexp; move backward.
2334
2335 2013-06-18  Glenn Morris  <rgm@gnu.org>
2336
2337         * mm-decode.el (widget-convert-button): Autoload.
2338
2339         * sieve-manage.el (mm-enable-multibyte): Autoload.
2340
2341         * shr.el (libxml-parse-html-region): Declare.
2342         (shr-render-buffer): Explicit error if no libxml2 support.
2343
2344 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * auth-source.el (auth-source-current-line): New function.
2347         (auth-source-netrc-parse-entries): When a data token is "machine",
2348         assume we're in the wrong place and abort parsing the current line.
2349
2350 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2353         (eww-convert-widgets): Don't bug out if the first widget starts at the
2354         beginning of the buffer.
2355         (eww-convert-widgets): Fix last patch.
2356         (eww-tag-input): Support <input type=image>.
2357
2358         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2359         (shr-tag-base): Protect against base specs that are degenerate.
2360         (shr-ensure-paragraph): Don't delete empty lines that have text
2361         properties, because these may be input fields.
2362
2363         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2364         we can navigate to them.
2365
2366         * shr.el (shr-colorize-region): Put the colours over the entire region.
2367         (shr-inhibit-decoration): New variable.
2368         (shr-add-font): Use it to inhibit text property decorations while doing
2369         preliminary table renderings.  This speeds up typical Wikipedia page
2370         renderings by 15%.
2371         (shr-tag-span): Don't respect the <title>, because that overwrites the
2372         help-echo from links inside the spans.
2373         (shr-next-link): Use `help-echo' for navigation, so that we can
2374         navigate to form elements, too.
2375
2376         * eww.el (eww-button): New face.
2377         (eww-convert-widgets): Use it to make submit buttons more button-like.
2378
2379         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2380         that Gnus commands work.
2381
2382         * shr.el (shr-render-td): Support horizontal alignment.
2383
2384         * eww.el (eww-put-color): Removed.
2385         (eww-colorize-region): Use `add-face-text-property'.
2386
2387         * shr.el (shr-add-font): Append face data, so that we get the correct
2388         precedence: The innermost value (which is applied first) wins.
2389         (shr-make-overlay): Obsolete function.
2390
2391         * mm-decode.el (mm-convert-shr-links): New function to convert
2392         new-style shr URL links into widgets.
2393         (mm-shr): Use it.
2394
2395         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2396         widget commands, since we're no longer using widgets for links.
2397
2398         * shr.el (shr-next-link): New command.
2399         (shr-previous-link): New command.
2400         (shr-urlify): Don't use `widget-convert', because that's slow.
2401         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2402         because collecting the overlays and reapplying them when generating
2403         tables is slow.
2404         (shr-insert-table): Ditto.
2405
2406 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2407
2408         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2409         * shr.el (browse-url): Require `url'.
2410         * eww.el (url): Require format-spec.
2411
2412 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * eww.el (eww-display-html): Default to using the entire window width.
2415         (eww-browse-url): Don't add a User-Agent header (twice), because that
2416         makes Bing refuse connection.
2417
2418         * shr.el (shr-make-table): Cache the table rendering at the table
2419         level, and not the <td> level.  This is a bit faster.
2420
2421         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2422         #id.
2423
2424         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2425         browsers don't.
2426         (shr-expand-url): Respect #anchor links.
2427         (shr-parse-base): Chop off the anchor before using.
2428         (shr-descend): Respect display: none.
2429         (shr-descend): Allow marking elements that have certain IDs.
2430
2431         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2432
2433         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2434
2435         * eww.el (eww-tag-textarea): Support <textarea>.
2436
2437 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2438
2439         * shr.el (shr-dom-to-xml): Fixed function call.
2440
2441         * eww.el (eww): New group.
2442         (eww-header-line-format): New custom variable.
2443         (eww-current-title): New variable.
2444         (eww-display-html): Update header and handle title tag.
2445         (eww-update-header-line-format): New function.
2446         (eww-tag-title): New function.
2447
2448         * shr.el (shr-dom-to-xml): New function.
2449         (shr-tag-svg): Add support for the SVG tag.
2450         (shr-bullet): New custom variable.
2451         (shr-tag-li): Support custom bullet in unordered lists.
2452
2453 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * shr.el (shr-expand-url): Respect // URLs.
2456
2457         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2458         put a background colour onto the entire buffer.
2459         (eww-render): When being redirected, use the redirect URL as the new
2460         base URL.
2461
2462         * shr.el (shr-parse-base): Fix parsing error.
2463
2464         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2465
2466         * shr.el (shr-parse-base): New function.
2467         (shr-expand-url): Use it to expand relative URLs reliably.
2468
2469 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2470
2471         * auth-source.el (auth-source-search-collection): Fix docstring.
2472         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2473         single-quoted strings and multiline entries.
2474         (auth-source-netrc-parse-next-interesting)
2475         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2476         functions to support parser.
2477
2478 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * eww.el (eww-submit): Get submit button logic right when hitting RET
2481         on non-submit buttons.
2482
2483         * shr.el: Remove shr-preliminary-table-render, since that can't really
2484         be used for anything in practice.
2485
2486 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2487
2488         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2489         (sieve-manage-quit).
2490
2491 2013-06-14  Glenn Morris  <rgm@gnu.org>
2492
2493         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2494
2495 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2496
2497         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2498         control the maximum size of photo ID image.
2499         (mml2015-epg-key-image-to-string): Respect it.
2500
2501 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2504         instead of the final one so that we can more easily distinguish them.
2505
2506         * eww.el (eww-submit): Compute the submission URL correctly.
2507
2508 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2509
2510         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2511         Use plist-get rather than CL's getf.
2512         (sieve-manage-parse-capability): Avoid CL's remove-if.
2513
2514 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2515
2516         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2517         (sieve-manage-quit).
2518
2519 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2522         last slash.
2523
2524         * eww.el (eww-tag-select): Use the first value as the default value.
2525
2526 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2527
2528         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2529         (eww-mode): Use `define-derived-mode'.
2530         (eww-parse-headers): Parse headers from beginning of buffer so that
2531         file:// links work.
2532
2533 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2536
2537 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2540         to handle them at all.
2541
2542 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2545         work, too.
2546         (eww-tag-select): Implement <select>.
2547
2548 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2549
2550         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2551         stream managing functions by using open-protocol-stream to do most of
2552         the work.  Has the nice benefit of enabling STARTTLS.
2553         Wait for capabilities after STARTTLS: following RFC5804, the server
2554         sends new capabilities after successfully establishing a TLS connection
2555         with the client.  The client should update the cached list of
2556         capabilities, but we just ignore the answer for now.
2557         (sieve-manage-network-p, sieve-manage-network-open)
2558         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2559         (sieve-manage-forward, sieve-manage-streams)
2560         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2561         API, nor called by any other function.
2562         Enable Multibyte for SieveManage buffers: The parser won't properly
2563         handle umlauts and line endings unless multibyte is turned on in the
2564         process buffer.
2565
2566 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * eww.el (eww-tag-input): Support password fields.
2569         (eww-submit): Support POST.
2570
2571 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * eww.el (eww-tag-form): Protect against degenerate forms.
2574
2575         * shr.el (shr-expand-url): Expand URLs that start with a slash
2576         correctly.
2577
2578         * eww.el (eww-submit): Get submit button logic right.
2579
2580         * shr.el (shr-final-table-render): New variable to signal when we're
2581         doing the final table rendering so that we can collect more data at
2582         that point.
2583
2584         * eww.el (eww-submit): Make form submission work.
2585         (eww-tag-input): Implement submit buttons.
2586         (eww-click-radio): Implement radio and checkboxes.
2587         (eww-submit): Handle hidden elements.
2588
2589         * shr.el (shr-descend): Allow other packages to override (or provide)
2590         rendering of elements.
2591         (shr-expand-url): Strip query strings from URLs before expanding them.
2592
2593         * eww.el: Don't require cl-lib.
2594         (eww-tag-form): Start form support.
2595
2596         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2597
2598         * eww.el: Start writing a new, tiny web browser.
2599         (eww-previous-url): New command.
2600         (eww-quit): New command.
2601
2602 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2603
2604         * sieve.el: Put point at beginning of buffer when viewing a script.
2605         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2606         number in sieve-buffer's header.  Fixed code to also work with a string
2607         as port specifier.  Properly close the connection on pressing 'q'.  Make
2608         sieve-manage-quit close the connection and process buffer.  Also, remove
2609         duplicate keybinding for 'q'.
2610
2611 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2612
2613         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2614         make it easier to read.
2615         (mm-pkcs7-enveloped-magic): Ditto.
2616
2617 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2620         before `image-type-available-p' to avoid loading the image libraries
2621         needlessly.
2622
2623 2013-06-05  David Engster  <deng@randomsample.de>
2624
2625         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2626         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2627         to see whether the group was synced before.
2628
2629 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2632         when opening the connection.
2633         Suggested by João Távora <joaotavora@gmail.com> in
2634         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2635
2636 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2639         assume Date header begins with "Date", that may be customized into
2640         something like "X-Sent" using gnus-article-time-format.
2641         (article-transform-date): Allow multi-line Date header.
2642
2643 2013-06-02  David Engster  <deng@randomsample.de>
2644
2645         * registry.el (initialize-instance, registry-lookup)
2646         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2647         (registry-lookup-secondary-value, registry-search, registry-delete)
2648         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2649         not wrap methods in `eval-and-compile'.  This breaks due to latest
2650         changes in EIEIO (introduction of eieio-core.el).
2651
2652 2013-05-30  Glenn Morris  <rgm@gnu.org>
2653
2654         * nnmail.el (nnmail-fancy-expiry-target):
2655         Also bind mail-dont-reply-to-names.
2656
2657         * spam-stat.el (spam-stat-save):
2658         No need to tweak font-lock in temp buffers.
2659
2660         * shr.el (shr-put-image): Silence compiler.
2661
2662 2013-05-29  Glenn Morris  <rgm@gnu.org>
2663
2664         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2665
2666         * gnus-group.el (gnus-sequence-of-unread-articles)
2667         (gnus-summary-add-mark, gnus-mark-article-as-read)
2668         (gnus-group-make-articles-read): Declare.
2669
2670         * gnus-sum.el (gnus-parameter-list-identifier)
2671         (gnus-article-stop-animations, gnus-stop-downloads)
2672         (gnus-article-only-boring-p, article-goto-body)
2673         (gnus-flush-original-article-buffer, article-narrow-to-head)
2674         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2675         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2676
2677         * gnus.el: No need to eval-and-compile autoloads.
2678
2679         * gravatar.el (help-function-arglist): Autoload.
2680
2681         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2682
2683         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2684
2685         * spam.el: No need to load spam-report when compiling.
2686         No need to eval-and-compile autoloads.
2687         (spam-report-resend-to): Declare.
2688         (spam-report-resend-register-routine): Require 'spam-report.
2689
2690 2013-05-24  Julien Danjou  <julien@danjou.info>
2691
2692         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2693         setup.
2694
2695 2013-05-23  Glenn Morris  <rgm@gnu.org>
2696
2697         * gnus-util.el (rmail-swap-buffers-maybe)
2698         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2699         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2700         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2701
2702         * mm-decode.el: No need to load term when compiling.
2703         (term-mode, term-char-mode): Declare.
2704
2705         * mm-util.el: No need to load jka-compr when compiling.
2706         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2707
2708         * nnmaildir.el: Require is automatically eval-and-compile.
2709         (nnmail): Require at run-time too.
2710
2711         * registry.el (registry-size): Move definition before use.
2712
2713 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2714
2715         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2716         signed data to conform the standard.  (Bug#14232)
2717
2718 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2719
2720         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2721         double angle quotation mark.
2722
2723 2013-05-20  Glenn Morris  <rgm@gnu.org>
2724
2725         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2726
2727 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2728
2729         * message.el (message-insert-formatted-citation-line): handle finding
2730         first/lastname when more than 2 names appear.
2731
2732 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2733
2734         * shr.el (shr-tag-span): New function.
2735
2736 2013-05-18  Glenn Morris  <rgm@gnu.org>
2737
2738         * message.el (message-mode): Use message-mode-abbrev-table,
2739         with text-mode-abbrev-table as parent.  (Bug#14413)
2740
2741 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * message.el (message-expand-group): Decode group names.
2744
2745 2013-05-16  Julien Danjou  <julien@danjou.info>
2746
2747         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2748         app-icon.
2749
2750 2013-05-15  Glenn Morris  <rgm@gnu.org>
2751
2752         * shr-color.el (shr-color-visible-luminance-min)
2753         (shr-color-visible-distance-min): Use shr-color group.
2754
2755 2013-05-11  Glenn Morris  <rgm@gnu.org>
2756
2757         * gnus-vm.el: Make it loadable without VM.
2758         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2759         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2760
2761 2013-05-09  Glenn Morris  <rgm@gnu.org>
2762
2763         * mml1991.el: Make it loadable.  (Bug#13456)
2764
2765         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2766         * gnus-async.el (gnus-async-post-fetch-function):
2767         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2768         * gnus-html.el (gnus-html-image-cache-ttl):
2769         * gnus-notifications.el (gnus-notifications-timeout):
2770         * gnus-picon.el (gnus-picon-properties):
2771         * gnus-util.el (gnus-completion-styles):
2772         * gnus.el (gnus-other-frame-resume-function):
2773         * message.el (message-user-organization-file)
2774         (message-cite-reply-position):
2775         * nnir.el (nnir-summary-line-format)
2776         (nnir-retrieve-headers-override-function):
2777         * shr-color.el (shr-color-visible-luminance-min):
2778         * shr.el (shr-blocked-images):
2779         * spam-report.el (spam-report-resend-to):
2780         * spam.el (spam-summary-exit-behavior): Fix custom types.
2781
2782         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2783
2784 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2787         because of let-binding help-xref-following.  (Bug#14356)
2788
2789 2013-05-06  Glenn Morris  <rgm@gnu.org>
2790
2791         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2792
2793 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2794
2795         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2796         entering into the registry.
2797
2798 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2799
2800         * gnus.el: Ma Gnus v0.7 is released.
2801
2802 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2805         (Bug#14304)
2806
2807 2013-04-27  Glenn Morris  <rgm@gnu.org>
2808
2809         * gnus.el (gnus-list-debbugs):
2810         Use require rather than autoload.  (Bug#14262)
2811
2812 2013-04-27  Julien Danjou  <julien@danjou.info>
2813
2814         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2815         port to "sieve" now that it has an official IANA port assigned.
2816
2817 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2820         Don't set the MAILHOST environment variable permanently (Bug#14271).
2821
2822 2013-04-26  Glenn Morris  <rgm@gnu.org>
2823
2824         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2825
2826 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2827
2828         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2829         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2830
2831 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2832
2833         * nnir.el (nnir-close-group): Make sure we are in the right group.
2834
2835         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2836         dependency table from all newly retrieved headers.
2837
2838 2013-04-16  David Edmondson  <dme@dme.org>
2839
2840         Support <img src="data:...">.
2841
2842         * shr.el (shr-image-from-data): New function.
2843         (shr-tag-img): Use it.
2844
2845 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2846
2847         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2848         group.
2849
2850 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2853         corresponding to any existing group (Bug#14166).
2854
2855 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2856
2857         * nnir.el (number-sequence): No longer used.
2858         (nnir-request-set-mark): New function.
2859         (nnir-request-update-info): Improve marks updating.
2860         (nnir-request-scan): Don't duplicate marks updating.
2861         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2862         Use 'assq rather than 'assoc.  Quote anonymous function.
2863         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2864         Use 'gnus-group-prefixed-p.
2865         (gnus-summary-create-nnir-group): Make sure server for method is open.
2866
2867 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2868
2869         * nnir.el (gnus-nnir-group-p): New function.
2870         (nnir-possibly-change-group): Use it.
2871
2872         * gnus-msg.el (gnus-setup-message): Use it.
2873
2874 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2877         `initial-input' for the argument name.
2878         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2879
2880 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2881
2882         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2883         (used by MH-E).
2884
2885 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2886
2887         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2888         group.
2889
2890         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2891         fix compilation.
2892
2893 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2894
2895         * nnir.el (nnir-method-default-engines): And another typo.
2896
2897 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2898
2899         * nnir.el (nnir-method-default-engines): Fix typo.
2900
2901 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2902
2903         * nnir.el: Define 'number-sequence for xemacs.
2904         (gnus-summary-create-nnir-group): New function to create an nnir group
2905         from an nnir summary buffer based on the current query.
2906         (nnir-request-create-group): Update to allow nnir group creation based
2907         on the current query.
2908
2909 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * nndraft.el (nndraft-request-expire-articles):
2912         Make expiry target always `delete'.
2913
2914 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2915
2916         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2917         buffer use the posting-style and gcc of the original article group.
2918         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2919
2920         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2921         after other deffoos.
2922
2923 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2924
2925         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2926         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2927         support for real (i.e. not ephemeral) nnir groups.
2928         (gnus-summary-make-nnir-group): New function for initiating searches
2929         from a summary buffer.
2930
2931 2013-03-18  Sam Steingold  <sds@gnu.org>
2932
2933         * message.el (message-bury): Minor cleanup.
2934
2935 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2936
2937         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2938
2939 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2942         nnml-request-list.  (Bug#13873)
2943         (nndir-request-newsgroups): Remove, unused.
2944
2945         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2946
2947 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2948
2949         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2950         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2951         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2952
2953 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2954
2955         * shr.el: Make all the overlays set the `evaporate' property so that
2956         they're removed properly.
2957
2958 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2959
2960         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2961         shell-quote-argument.
2962
2963 2013-02-22  David Engster  <deng@randomsample.de>
2964
2965         * gnus-registry.el (gnus-registry-save): Provide class name when
2966         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2967         `condition-case' to stay compatible with older EIEIO versions which
2968         only accept one argument.
2969
2970 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2971
2972         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2973         (epg-user-id-validity): Autoload.
2974         (mml2015-epg-check-user-id): New function.
2975         (mml2015-epg-check-sub-key): New function split from
2976         mml2015-epg-find-usable-key.
2977         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2978         optional name-is-key-id, to handle the case when user-id is unusable.
2979         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2980
2981 2013-02-17  Glenn Morris  <rgm@gnu.org>
2982
2983         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2984
2985 2013-02-16  Glenn Morris  <rgm@gnu.org>
2986
2987         * shr.el (shr-put-image): Only animate images that specify a delay.
2988         This is consistent with the old image-animated-p behavior.
2989
2990 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2993         for XEmacs.
2994
2995 2013-02-13  Juri Linkov  <juri@jurta.org>
2996
2997         * gnus-art.el (gnus-article-mode-map):
2998         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2999         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3000
3001 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3002
3003         * auth-source.el (auth-source-format-prompt): Don't get confused by
3004         any "\" in replacement text.  (Bug#13637)
3005
3006 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3007
3008         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3009         (gnus-backend-trace): Honour gnus-backend-trace.
3010
3011         * mml.el (mml-insert-part): Insert closing tag.
3012
3013         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3014
3015 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3018         able to find the article, which can happen in debbugs groups,
3019         apparently.
3020
3021 2013-01-16  Glenn Morris  <rgm@gnu.org>
3022
3023         * smiley.el (smiley-style): Make the file loadable in batch mode.
3024
3025 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3026
3027         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3028         imap process running.
3029
3030 2013-01-14  Julien Danjou  <julien@danjou.info>
3031
3032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3033         Compare addresses against addresses, not against the full From field.
3034
3035 2013-01-13  Richard Stallman  <rms@gnu.org>
3036
3037         * message.el (message-forward-make-body-mime): New args BEG, END
3038         specify what part of FORWARD-BUFFER to use.  Do the work directly
3039         instead of calling `mml-insert-buffer'.
3040
3041 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3042
3043         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3044         cross-reference(s).
3045
3046         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3047         cross-reference(s).
3048
3049 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3050
3051         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3052         and point-max-marker.
3053         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3054
3055 2013-01-11  Julien Danjou  <julien@danjou.info>
3056
3057         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3058         max are almost equal.  Also return the correct value for V which is
3059         already between 0 and 1.
3060
3061 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3062
3063         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3064         to mml2015-encrypt-to-self.
3065         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3066
3067 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3068
3069         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3070         mml-smime-epg-find-usable-secret-key.
3071
3072 2013-01-08  Glenn Morris  <rgm@gnu.org>
3073
3074         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3075
3076 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3077
3078         * mml-smime.el: Support signing by sender.
3079         Requested by Uwe Brauer.
3080         (mml-smime-sign-with-sender): New user option analogous
3081         to mml2015-sign-with-sender.
3082         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3083         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3084         mml2015.el.
3085
3086 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3089         isn't running, because Gnus will probably not know how to handle the
3090         Gcc header (bug#11941).
3091
3092         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3093         articles.
3094
3095 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3098         (nnfolder-generate-active-file): Make this function work with recursive
3099         folder names.
3100
3101 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3102
3103         * nntp.el (nntp-open-connection): Use HELP as the capability command
3104         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3105         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3106
3107 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3108
3109         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3110         place holder since this gives `Invalid face reference: nil' messages.
3111         Use the `default' face instead.  It has the same effect here, even
3112         though it is not no-op.
3113
3114         * gnus-util.el
3115         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3116
3117 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3120         non-string posting styles (bug#13285).
3121
3122 2012-12-27  Glenn Morris  <rgm@gnu.org>
3123
3124         * plstore.el (plstore-passphrase-callback-function):
3125         Use plstore-get-file.
3126
3127 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3128
3129         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3130         stderr.
3131
3132 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3135
3136         * gnus-compat.el (set-buffer-multibyte): Remove.
3137
3138 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3139
3140         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3141         temporary file to get PGP key image.  Pass no-show-photos when
3142         extracting image to avoid having it pop up twice.
3143
3144 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3145
3146         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3147         eligible for treatment.
3148
3149         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3150         lines.  This makes summary commands with hidden threads work more
3151         reliably.
3152
3153         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3154         button to mark the hidden citations (bug#9395).
3155
3156 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3157
3158         * mml2015.el (mml2015-epg-signature-to-string): New function.
3159         (mml2015-epg-verify-result-to-string): New function.
3160         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3161         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3162         instead of epg-verify-result-to-string.
3163         (epg-signature-key-id, epg-signature-to-string): Autoload.
3164         (epg-verify-result-to-string): Remove autoload.
3165
3166 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3167
3168         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3169         ID image from GPG public key.
3170         (mml2015-epg-key-image-to-string): New function.
3171
3172 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3173
3174         * plstore.el (plstore-passphrase-callback-function): Fix error when
3175         error when plstore-cache-passphrase-for-symmetric-encryption is set
3176         (bug#13264).
3177
3178 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3181         buffer to the article buffer here, because that clobbers multiple
3182         article buffers.
3183
3184         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3185         buffer always points to the right summary buffer.
3186
3187 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3188
3189         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3190         the password (bug#12097).
3191
3192 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3193
3194         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3195         (bug#13263).
3196
3197         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3198         buffer exists before using it (bug#12475).
3199
3200         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3201         offline groups (bug#11937).
3202
3203         * message.el (message-yank-original): When using customize to set the
3204         value of `message-cite-style', the variable it set to a symbol that's
3205         the name of the variable, which must then be dereferenced (bug#12616).
3206
3207 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3208
3209         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3210         the `face' property with a list whose car is the face specified in the
3211         format string and whose cdr is (nil).
3212         * lisp/gnus-util.el
3213         (gnus-put-text-property-excluding-characters-with-faces):
3214         Change accordingly.
3215         (gnus-get-text-property-excluding-characters-with-faces): New function.
3216         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3217         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3218         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3219
3220 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3221
3222         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3223         login methods.
3224         (nnimap-login): Respect the `nnimap-authenticator' variable.
3225
3226         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3227         mark state when moving articles.  Otherwise unticked articles will get
3228         their ticks back after moving.
3229
3230 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3231
3232         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3233
3234         * message.el (message-ignored-news-headers): Always remove
3235         X-Message-SMTP-Method to avoid information leakage if the user
3236         mistakenly inserts the header into news messages.
3237
3238         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3239
3240         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3241         right than four characters, this command would move point to
3242         `point-max'.  Don't do that.
3243
3244         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3245         to nil to allow re-selecting groups that gain articles.
3246         (gnus-bug-group-download-format-alist): Update the URL.
3247
3248 2012-12-23  Andreas Schwab  <schwab@suse.de>
3249
3250         * shr.el (shr-tag-em): Render em as italic, not bold.
3251
3252 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3255         for reuse.
3256         (gnus-open-server): Use it to add more tracing.
3257         (gnus-finish-retrieve-group-infos): Add backend tracing.
3258         (gnus-backend-trace): Also note the elapsed seconds.
3259
3260 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3261
3262         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3263         Set epa-file-encrypt-to from variable to avoid querying.
3264
3265 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3266
3267         * sieve-mode.el (sieve-font-lock-keywords):
3268         Keywords should be word delimited.  (Bug#13173)
3269
3270 2012-12-13  Andreas Schwab  <schwab@suse.de>
3271
3272         * tls.el (tls-program): Update customize type.
3273
3274 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3277         instead of <pre> to align message header.
3278
3279 2012-12-12  Sam Steingold  <sds@gnu.org>
3280
3281         * gnus.el (gnus-other-frame-resume-function): Add user option.
3282         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3283
3284 2012-12-06  Sam Steingold  <sds@gnu.org>
3285
3286         * gnus-start.el (gnus-before-resume-hook): Add.
3287         (gnus-1): Run it when Gnus is alive.
3288
3289 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3292         * gnus-art.el (article-unsplit-urls)
3293         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3294         * gnus-registry.el (gnus-registry-get-article-marks)
3295         * message.el (message-goto-body): Use it.
3296         (message-called-interactively-p): Remove.
3297
3298         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3299         (spam-stat-score-buffer): Use it.
3300
3301         * spam.el: Silence the warnings against BBDB functions when compiling.
3302
3303         * gnus-score.el (gnus-score-decode-text-parts):
3304         Use append+mapcar instead of the cl function mapcan.
3305
3306 2012-12-05  Sam Steingold  <sds@gnu.org>
3307
3308         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3309         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3310         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3311
3312 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gmm-utils.el (gmm-called-interactively-p): Revert.
3315         This seems to cause Emacs to get stuck!
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)
3320         (message-called-interactively-p): Revert.
3321
3322         * gmm-utils.el (gmm-called-interactively-p): New function.
3323         * gnus-art.el (article-unsplit-urls)
3324         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3325         * gnus-registry.el (gnus-registry-get-article-marks)
3326         * message.el (message-goto-body): Use it.
3327         (message-called-interactively-p): Remove.
3328
3329         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3330         * gnus-sync.el (gnus-sync-lesync-call)
3331         * message.el (message-read-from-minibuffer): Use it.
3332
3333 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gmm-utils.el (gmm-flet): Remove.
3336         * gnus-sync.el (gnus-sync-lesync-call)
3337         * message.el (message-read-from-minibuffer): Don't use it.
3338
3339 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3342
3343 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3346
3347         * gnus-sync.el (gnus-sync-lesync-call)
3348         * message.el (message-read-from-minibuffer): Use gmm-flet.
3349
3350         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3351
3352         * gnus-util.el (gnus-macroexpand-all): Remove.
3353
3354 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3355
3356         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3357         to TAB, not [tab].
3358         (gnus-summary-article-map): Likewise.
3359
3360         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3361         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3362
3363 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3364
3365         * time-date.el: Commentary fix.
3366
3367 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3368
3369         * color.el: Don't require cl.
3370         (color-complement): `caddr' -> `nth 2'.
3371
3372         * time-date.el (time-to-seconds): De-obsolete.
3373
3374 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * message.el (message-get-reply-headers):
3377         Make sure the reply goes to the author if it is a wide reply.
3378
3379 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3380
3381         * gnus-score.el (gnus-score-body):
3382         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3383         scoring by body.
3384
3385 2012-11-16  Glenn Morris  <rgm@gnu.org>
3386
3387         * gnus-diary.el (nndiary-request-create-group-functions)
3388         (nndiary-request-update-info-functions)
3389         (gnus-subscribe-newsgroup-functions)
3390         (nndiary-request-accept-article-functions):
3391         Use new names for hooks rather than obsolete aliases.
3392
3393 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3396
3397 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3400         in meta tag with the one the part specifies in its header.
3401
3402 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3403
3404         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3405         by default.
3406
3407 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3410         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3411
3412 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3415         and a runtime function for it, of which the XEmacs version takes only
3416         two arguments.
3417
3418 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3419
3420         * nndiary.el (nndiary-request-create-group-functions)
3421         (nndiary-request-update-info-functions)
3422         (nndiary-request-accept-article-functions):
3423         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3424         "-hooks" suffix.
3425
3426 2012-10-19  Julien Danjou  <julien@danjou.info>
3427
3428         * gnus-art.el: Require gnus-util because it uses
3429         `gnus-timer--function'.
3430
3431 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3432
3433         * starttls.el (starttls-extra-arguments): Doc fix.
3434
3435 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3438         it.
3439
3440 2012-10-06  Glenn Morris  <rgm@gnu.org>
3441
3442         * gnus-notifications.el (gnus-notifications):
3443         Add missing group :version tag.
3444         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3445         (gnus-gcc-post-body-encode-hook):
3446         * gnus-sync.el (gnus-sync-lesync-name)
3447         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3448
3449 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3450
3451         * color.el (color-hsl-to-rgb): Fix incorrect results for
3452         small and large hue values.  (Bug#12559)
3453
3454 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         New UIDL implementation.
3457
3458         * mail-source.el (mail-sources, mail-source-keyword-map):
3459         Add :leave as a pop3 keyword.
3460         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3461
3462         * pop3.el (pop3-leave-mail-on-server): Allow number.
3463         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3464         (pop3-movemail): Add UIDL support.
3465         (pop3-send-streaming-command): Take a list of mail numbers instead of
3466         the number of mails.
3467         (pop3-write-to-file): Add X-UIDL header.
3468         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3469         (pop3-uidl-add-xheader): New functions.
3470
3471         * message.el (message-ignored-resent-headers):
3472         Add X-Content-Length and X-UIDL headers.
3473
3474 2012-10-05  Glenn Morris  <rgm@gnu.org>
3475
3476         * color.el (color-name-to-rgb, color-rgb-to-hex)
3477         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3478         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3479         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3480         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3481
3482 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3485         a user about whether to delete temp files if once a user answered as n.
3486
3487 2012-09-25  Chong Yidong  <cyd@gnu.org>
3488
3489         * password-cache.el (password-read-and-add): Use a declare form to mark
3490         this function obsolete.
3491
3492 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * lpath.el: Bind mail-encode-mml for old Emacsen.
3495
3496 2012-09-17  Richard Stallman  <rms@gnu.org>
3497
3498         * message.el (message-in-body-p): Don't set mark or modify buffer.
3499
3500         * mml.el (mml-attach-file): Doc fix.
3501         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3502         Set mail-encode-mml when in Mail mode.
3503         Simplify code to set HEAD and move back to HEAD.
3504         (mml-insert-multipart, mml-insert-part):
3505         Set mail-encode-mml when in Mail mode.
3506
3507 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * gnus-util.el (gnus-timer--function): New function.
3510
3511         * gnus-art.el (gnus-article-stop-animations): Use it.
3512
3513 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3514
3515         Fix glitches caused by addition of psec to timers.
3516         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3517         rather than raw access to timer vector.
3518
3519 2012-09-11  Julien Danjou  <julien@danjou.info>
3520
3521         * gnus-notifications.el (gnus-notifications): Check for nil values in
3522         ignored addresses check.
3523
3524 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3527
3528 2012-09-07  Chong Yidong  <cyd@gnu.org>
3529
3530         * gnus-util.el
3531         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3532
3533         * gnus-salt.el (gnus-tree-highlight-node):
3534         * gnus-sum.el (gnus-summary-highlight-line):
3535         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3536
3537 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3540
3541 2012-09-06  Juri Linkov  <juri@jurta.org>
3542
3543         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3544         scheme for buffer names to be more consistent with other group and
3545         article buffer names in Gnus.
3546
3547 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3548
3549         * gnus-util.el
3550         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3551
3552         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3553         Jenkner.
3554
3555         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3556
3557         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3558
3559         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3560
3561 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3564         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3565
3566         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3567         string-prefix-p in Emacs >=23.2.
3568
3569         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3570         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3571         instead of string-match-p.
3572         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3573
3574 2012-09-06  Kenichi Handa  <handa@gnu.org>
3575
3576         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3577         lowercase a..f.
3578
3579 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3580
3581         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3582
3583 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3584
3585         * nnimap.el (nnimap-request-move-article): Decode the group name when
3586         doing internal moves to avoid charset issues.
3587
3588         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3589         TIME is set.
3590
3591 2012-09-05  Juri Linkov  <juri@jurta.org>
3592
3593         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3594         than one group at a time (bug#11961).
3595
3596 2012-09-05  Julien Danjou  <julien@danjou.info>
3597
3598         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3599         this hide the real reason with a message giving absolutely no hint.
3600
3601 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3604         to the backend (bug#11804).
3605
3606         * message.el (message-insert-newsgroups): Don't insert newsgroup
3607         duplicates (bug#12275).
3608
3609 2012-09-05  John Wiegley  <johnw@newartisans.com>
3610
3611         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3612         sieve rules.
3613
3614 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3615
3616         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3617         function.
3618
3619         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3620
3621         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3622
3623 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3624
3625         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3626         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3627         This should make nnmaildir more usable with offlineimap.
3628
3629 2012-09-05  Julien Danjou  <julien@danjou.info>
3630
3631         * nnimap.el (nnimap-request-list): Revert change that made listing
3632         synchronous.
3633         (nnimap-get-responses): Restore.
3634
3635 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3636
3637         * dgnushack.el: XEmacs 21.5 compilation fix.
3638
3639         * gnus-notifications.el (gnus-notifications-notify): Use it.
3640
3641         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3642         warnings on XEmacs.
3643
3644 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3645
3646         Better seeds for (random).
3647         * gnus-sync.el (gnus-sync-lesync-setup):
3648         * message.el (message-canlock-generate, message-unique-id):
3649         Change (random t) to (random), now that the latter is more random.
3650
3651 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3652
3653         * nnimap.el (nnimap-change-group): Document result value
3654
3655         * auth-source.el (auth-sources): Fix macos keychain access.
3656
3657         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3658         allow the backend `request-head' function to determine the group
3659         name on its own.
3660         (gnus-request-expire-articles): Filter out negative article numbers
3661         during expiry (Bug#11980).
3662
3663         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3664         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3665
3666         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3667         you've found the article when you haven't.
3668
3669         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3670         that nnimap-change-group can return t.
3671
3672 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3673
3674         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3675
3676 2012-08-30  Julien Danjou  <julien@danjou.info>
3677
3678         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3679         `gnus-notifications-timeout'.
3680         (gnus-notifications-timeout): Add.
3681         (gnus-notifications-action): New function.
3682         (gnus-notifications-notify): Add :action using
3683         `gnus-notifications-action'.
3684         (gnus-notifications-id-to-msg): New variable.
3685         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3686         notifications id to messages.
3687
3688 2012-08-30  Kenichi Handa  <handa@gnu.org>
3689
3690         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3691         once.
3692
3693 2012-08-29  Julien Danjou  <julien@danjou.info>
3694
3695         * gnus-notifications.el: New file.
3696         (gnus-notifications-notify): New function.
3697         (gnus-notifications): Use `gnus-notifications-notify'.
3698
3699 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3702         transfer encoding first; bind gnus-newsgroup-charset to the charset
3703         that the article specifies (Bug#12209).
3704
3705 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3708         (gnus-group-customize-done): Encode values posting-style holds.
3709
3710         * gnus-msg.el (gnus-summary-resend-message)
3711         (gnus-configure-posting-styles): Decode values posting-style group
3712         parameter holds.
3713
3714 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3717         `name' and `address' in Resent-From header.
3718
3719 2012-08-14  Chong Yidong  <cyd@gnu.org>
3720
3721         * gnus-art.el (article-display-face): Handle failure in
3722         gnus-create-image (Bug#11802).
3723
3724 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3725
3726         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3727         Use defsetf.
3728
3729 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3730
3731         * auth-source.el (auth-source-plstore-search)
3732         (auth-source-secrets-search): Ignore :require and :type in search spec.
3733
3734 2012-08-06  Julien Danjou  <julien@danjou.info>
3735
3736         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3737         `nnimap-request-move-article'.
3738
3739         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3740         Remove autoload, already handled by gnus.el.
3741
3742         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3743
3744         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3745         supported by nnimap actually.  Reverts previous change.
3746
3747         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3748         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3749         to-buffer argument that is already supported.
3750
3751 2012-08-05  Julien Danjou  <julien@danjou.info>
3752
3753         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3754         Add autoload.
3755
3756 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * gnus.el (gnus-valid-select-methods): Fix custom type.
3759
3760 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         * auth-source.el (auth-sources, auth-source-backend-parse)
3763         (auth-source-macos-keychain-search)
3764         (auth-source-macos-keychain-search-items)
3765         (auth-source-macos-keychain-result-append)
3766         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3767         auth-source.el through the /usr/bin/security utility.
3768         (auth-sources): Fix syntax error.
3769         (auth-source-macos-keychain-result-append): Fix variable name.
3770         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3771
3772 2012-07-27  Julien Danjou  <julien@danjou.info>
3773
3774         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3775         Emacs < 24.1
3776
3777 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * message.el (message-kill-address): Don't kill last newline.
3780         (message-skip-to-next-address): Don't move to the next header.
3781         (message-fill-field-address): Work properly.
3782
3783 2012-07-25  Julien Danjou  <julien@danjou.info>
3784
3785         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3786
3787 2012-07-24  Julien Danjou  <julien@danjou.info>
3788
3789         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3790
3791         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3792         (nntp-async-timer-handler): Remove, unused.
3793
3794         * nnimap.el (nnimap-get-responses): Remove, unused.
3795
3796         * nnheader.el (mail-header-set-extra): Remove, unused.
3797
3798         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3799         unused.
3800
3801         * mm-view.el (mm-view-sound-file): Remove, unused.
3802
3803         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3804         (mm-url-encode-multipart-form-data): Remove, unused.
3805
3806         * message.el (message-remove-signature, message-make-host-name)
3807         (message-fill-address): Remove, unused.
3808
3809         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3810         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3811         unused.
3812
3813         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3814         (gnus-xmas-call-region): Remove, unused.
3815
3816         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3817
3818         * gnus-util.el (gnus-extract-address-component-name)
3819         (gnus-extract-address-component-email, gnus-sortable-date)
3820         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3821         (gnus-process-live-p): Remove, unused.
3822
3823         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3824
3825         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3826         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3827         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3828         function.
3829
3830         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3831
3832         * gnus-score.el (gnus-summary-score-crossposting)
3833         (gnus-score-regexp-bad-p): Remove, unused.
3834
3835         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3836
3837         * gnus-range.el (gnus-sublist-p): Remove, unused.
3838
3839         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3840         unused.
3841
3842         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3843
3844         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3845         (gnus-request-associate-buffer): Remove, unused.
3846
3847         * gnus-group.el (gnus-group-set-method-info)
3848         (gnus-group-set-params-info): Remove, unused.
3849
3850         * gnus-fun.el (gnus-shell-command-to-string)
3851         (gnus-shell-command-on-region): Remove, unused.
3852
3853         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3854
3855         * gnus-art.el (gnus-article-text-type-exists-p)
3856         (article-translate-characters, gnus-article-hide-text-of-type)
3857         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3858         Remove, unused.
3859
3860 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3861
3862         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3863
3864 2012-07-21  Julien Danjou  <julien@danjou.info>
3865
3866         * message.el (message-dont-reply-to-names): Replace deprecated
3867         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3868         (message-get-reply-headers): Ditto.
3869
3870 2012-07-18  Julien Danjou  <julien@danjou.info>
3871
3872         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3873         `sieve-upload-and-kill'.
3874
3875         * sieve.el (sieve-bury-buffer): Remove function.
3876         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3877         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3878
3879 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3880
3881         * shr.el (shr-expand-url): Handle URL starting with `//'.
3882
3883 2012-07-13  Chong Yidong  <cyd@gnu.org>
3884
3885         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3886         instead of calling toggle-read-only with a (bogus) argument.
3887
3888 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3889
3890         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3891         of initial input when reading the author to restrict the summary to.
3892
3893 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * mm-decode.el (mm-shr):
3896         Allow overriding charset by mm-charset-override-alist.
3897
3898 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-art.el (gnus-article-view-part):
3901         Toggle subparts of multipart/alternative part.
3902
3903 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3904
3905         * shr.el (shr-render-buffer): New command.
3906         (shr-visit-file): Use it.
3907
3908 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3911         Set no-byte-compile and no-update-autoloads.
3912
3913 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3916
3917 2012-06-25  Julien Danjou  <julien@danjou.info>
3918
3919         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3920         `nnimap-request-move-articles-find-limit' since we do not use it only
3921         for move operations.
3922         (nnimap-request-accept-article): Use
3923         `nnimap-request-articles-find-limit' to limit search by message-id.
3924
3925 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3926
3927         Support higher-resolution time stamps (Bug#9000).
3928
3929         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3930         VARLIST.  It's optional, for backward compatibility.
3931         (encode-time-value): New optional arg PICO.  New type 3.
3932         (time-to-seconds) [!float-time]: Support the new picoseconds
3933         component if it's used.
3934         (seconds-to-time, time-subtract, time-add):
3935         Support ps-resolution time stamps as well.
3936
3937 2012-06-19  Julien Danjou  <julien@danjou.info>
3938
3939         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3940
3941         * nnimap.el (nnimap-log-buffer): Check that
3942         `window-point-insertion-type' is boundp, since it's not available in
3943         XEmacs.
3944
3945 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3946
3947         * nnimap.el (nnimap-log-buffer): Add this, setting
3948         `window-point-insertion-type' in the buffer to t.
3949         (nnimap-log-command): Use nnimap-log-buffer.
3950
3951 2012-06-19  Julien Danjou  <julien@danjou.info>
3952
3953         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3954         argument to be able to limit the search.
3955         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3956         (nnimap-request-move-articles-find-limit): Add this to limit the search
3957         by Message-Id after a message move.
3958         (nnimap): Add defgroup.
3959
3960 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3961
3962         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3963
3964 2012-06-15  Julien Danjou  <julien@danjou.info>
3965
3966         * nnimap.el (nnimap-find-article-by-message-id): Use
3967         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3968         (nnimap-possibly-change-group): Add read-only argument.
3969         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3970         issuing EXAMINE manually.
3971         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3972         with read-only argument.
3973         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3974         cannot possibly change because we need to be sure that it's either
3975         read-write or read-only.
3976
3977 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3980         being bound to a lambda form.
3981
3982 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3983
3984         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3985         articles when fetch-old is non-nil (bug#11370).
3986
3987 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3988
3989         * gnus-picon.el (gnus-picon-properties): New defcustom.
3990         (gnus-picon-create-glyph): Use it.
3991
3992 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * gnus-group.el (gnus-group-get-new-news): Respect
3995         `gnus-group-use-permanent-levels', as documented (bug#11638).
3996
3997 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3998
3999         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4000         groups (bug#11641).
4001
4002 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4003
4004         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4005         is an integer to avoid later problems.
4006
4007 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4010         locales.
4011
4012         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4013         on a handle.
4014
4015         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4016         address as the default.
4017         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4018
4019         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4020         makes no sense to query the user about internal files.
4021
4022         * gnus-spec.el: Remove all the byte-compilation stuff, since
4023         benchmarking shows that it doesn't help when entering large summary
4024         buffers.
4025
4026         * gnus-xmas.el (gnus-xmas-define): Remove.
4027
4028         * gnus-util.el (gnus-byte-code): Remove.
4029
4030         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4031         grouplens stuff.
4032
4033 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4036         (bug#11514).
4037
4038 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4039
4040         * message.el (message-buffers): Return all buffers derived from Message
4041         to make `gnus-dired-attach' work with mu4e.
4042
4043 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4044
4045         * nntp.el: Stop the `letf' madness.
4046         (nntp--report-1): New var.
4047         (nntp-report): Merge nntp-report-1 into it.
4048         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4049         the nntp-report function.
4050
4051         * auth-source.el: Fix comment-style to follow the convention.
4052
4053 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4054
4055         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4056         (mm-dissect-singlepart): Don't guess the MIME type of
4057         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4058         set.
4059         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4060         toplevel MIME type is multipart/encrypted.
4061
4062 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4065         a string so that Gcc works (bug#11514).
4066
4067 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4068
4069         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4070         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4071
4072 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4073
4074         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4075         jumping to *Server* from a dedicated *Group* window.
4076         (gnus-configure-frame): CSE.
4077
4078         * gnus-registry.el: Minor style cleanup.
4079         (gnus-registry--set/remove-mark): New function, extracted from
4080         gnus-registry-install-shortcuts.
4081         (gnus-registry-install-shortcuts): Use it.
4082
4083 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * nnspool.el (news-path): Use eval-and-compile.
4086
4087 2012-05-24  Glenn Morris  <rgm@gnu.org>
4088
4089         * nnspool.el (news-directory, news-path, news-inews-program):
4090         Move here from paths.el.  Don't see a need for these to be autoloaded.
4091
4092         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4093         Merge in doc from paths.el version.  Don't see any need for this to be
4094         autoloaded, or for the warning about users not setting it.
4095
4096 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4097
4098         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4099         format.  In particular, add an optional argument and a docstring.
4100
4101         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4102
4103         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4104         current before calling `gnus-groups-to-gnus-format'.
4105         Note that this was already the case for `gnus-active-to-gnus-format'.
4106
4107 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4108
4109         Fix minor Y10k bug.
4110         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4111
4112 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4113
4114         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4115         message once it's actually open.
4116
4117 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4118
4119         * gnus.el: Ma Gnus v0.5 is released.
4120
4121 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4122
4123         * auth-source.el (auth-source--aput-1, auth-source--aput)
4124         (auth-source--aget): New functions and macros.
4125         Use them instead of aput/aget.
4126
4127 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4128
4129         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4130
4131 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4132
4133         * plstore.el (plstore-called-interactively-p): New compat macro copied
4134         from message.el.
4135         (plstore-mode): Use it.
4136
4137 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4138
4139         * plstore.el: Revive the editing feature.
4140         (plstore-mode): New mode to edit plstore file.
4141         (plstore-mode-toggle-display, plstore-mode-original)
4142         (plstore-mode-decoded): New command.
4143         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4144         (plstore--insert-buffer, plstore--make): New function.
4145         (plstore-open, plstore-save): Simplify by using them.
4146
4147 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4150
4151 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4152
4153         * tls.el (open-tls-stream): Remove unused binding.
4154
4155 2012-04-16  Glenn Morris  <rgm@gnu.org>
4156
4157         * nndraft.el (nndraft-request-list): Fix declaration.
4158
4159 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * mm-decode.el (mm-dissect-buffer): Doc fix.
4162
4163         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4164         don't have a current group.
4165
4166         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4167         buffer if it doesn't exist.
4168
4169         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4170         given, mark the group as ephemeral with the current window conf.
4171
4172         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4173         buffer exists, which it doesn't if we haven't started Gnus.
4174         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4175
4176 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4179         type is.
4180
4181         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4182         `unexists' entries.
4183         (gnus-clean-old-newsrc): Fix last checkin.
4184
4185         * nnimap.el (nnimap-update-info): None of the articles below the active
4186         low-water mark exist.
4187
4188         * dgnushack.el: Get rid of XEmacs compilation warning.
4189
4190         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4191         would have gotten if we posted to the group, and use that to compare
4192         against the message we want to cancel (bug#10808).
4193
4194         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4195         on XEmacs.
4196
4197 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4198
4199         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4200         `scroll-margin'.
4201
4202 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4203
4204         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4205         citation prefix within a block of cited text should be considered part
4206         of that block *only* if it is a blank line.
4207
4208 2012-04-09  Chong Yidong  <cyd@gnu.org>
4209
4210         * binhex.el, hashcash.el, uudecode.el:
4211         Remove * characters from the front of variable docstrings.
4212
4213 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4216         before kinsoku-bol characters nor within kinsoku-eol characters.
4217
4218 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4221         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4222         (gnus-sync-read): Use mapc instead of mapcar.
4223
4224         * mm-archive.el: Require mm-decode for some macros.
4225         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4226         the byte compiler.
4227         (mm-archive-decoders): New function that returns the value of
4228         the mm-archive-decoders variable.
4229
4230         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4231         instead.
4232         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4233
4234         * nnimap.el (gnus-refer-thread-use-nnir):
4235         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4236
4237 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4240
4241 2012-03-12  Peter Münster  <pmrb@free.fr>
4242
4243         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4244         (gnus-demon-cancel): Ditto.
4245         (gnus-demon-run-callback): When function cannot be called due to low
4246         idleness, call it when idleness reaches the expected value, instead of
4247         waiting another timer period.
4248         (gnus-demon-init): Add `time' to arguments of call-back.
4249
4250 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4253
4254         * gnus.el: Register gnus-registry functions.
4255
4256         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4257         indent.
4258
4259         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4260         enabled before warping.
4261
4262 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4263
4264         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4265         registry about each article retrieved.
4266
4267         * gnus-int.el (gnus-select-group-with-message-id): New function.
4268         (gnus-try-warping-via-registry): Ditto.
4269         (gnus-warp-to-article): Fall back on the registry.
4270
4271 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4272
4273         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4274         inboxes.
4275
4276 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4279
4280 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4283         gnus-gcc-self-resent-messages may be a group parameter.
4284         (gnus-summary-resend-message): Don't encode encoded words in header
4285         when Gcc'ing resent message.
4286
4287 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * shr.el (shr-insert): Treat non-breaking space just like normal
4290         space.  This seems to produce more pleasing results.
4291         (shr-insert): Only insert a blank line if we're starting from an image.
4292         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4293         (shr-ensure-paragraph): Consider lines with white space to be blank.
4294
4295 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4296
4297         * Makefile.in: Respect DESTDIR.
4298
4299 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4300
4301         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4302         and gnus-gcc-post-body-encode-hook.
4303
4304 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4307         messages that don't exist.
4308
4309         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4310
4311 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4314         Remove.
4315
4316         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4317
4318         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4319
4320 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4323         have a group name.
4324
4325         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4326         a multibyte buffer (bug#7410).
4327         (article-wash-html): Parse the original article buffer to get the
4328         unencoded data (bug#7410).
4329
4330         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4331         .newsrc.el files.
4332
4333 2012-04-05  Bastien Guerry  <bzg@altern.org>
4334
4335         * color.el (color-lighten-name): Fix typo.
4336
4337 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4340         "#" to avoid having them interpreted as comments.
4341
4342 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * shr.el (shr-insert): Update the text state properly to avoid
4345         inserting spurious paragraph starts.
4346
4347 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * shr.el (shr-table-widths): Divide the extra width more fairly over
4350         the TDs (bug#10973).
4351         (shr-render-td): Don't delete too much padding.
4352         (shr-natural-width): Compute the natural width more correctly.
4353         (shr-insert): Allow the natural width to be computed for tables again.
4354         (shr-tag-table-1): Rework how the natural widths are computed by
4355         rendering the table a third time.
4356         (shr-natural-width): Removed.
4357         (shr-buffer-width): New function.
4358         (shr-expand-newlines): Use it.
4359
4360         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4361         using a `gnus-use-full-window' setup (bug#11013).
4362
4363 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4366         24.1 release.
4367
4368 2012-03-10  David Edmondson  <dme@dme.org>
4369
4370         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4371         'Forwarded Message' header and the start of the message.
4372
4373 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4374
4375         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4376         isn't running (bug#10897).
4377
4378 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4381         This is inconsistent with all the other stream functions, which leave
4382         the setting up to the higher levels (if so wanted) (bug#10931).
4383
4384 2012-02-28  Glenn Morris  <rgm@gnu.org>
4385
4386         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4387         mm-decode.el: Standardize possessive apostrophe usage.
4388
4389 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4392
4393 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4394
4395         * parse-time.el (parse-time-string): Allow extractor to return nil.
4396
4397 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4400
4401 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4404
4405 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4406
4407         * mm-decode.el (mm-shr): Remove "soft hyphens".
4408
4409         * nnimap.el (nnimap-request-list): Return the group names encoded as
4410         utf8.  Otherwise non-European group names don't work.
4411         (nnimap-request-newgroups): Ditto.
4412
4413         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4414         the default in `read-string' (bug#10757).
4415
4416         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4417         topics (bug#10843).
4418
4419         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4420         buffer.  Suggested by Herbert Valerio Riedel.
4421         (nnimap-request-move-article): Delete the message from the correct IMAP
4422         server.
4423
4424 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4425
4426         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4427         Reported by Peter Münster.
4428
4429 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4430
4431         * shr.el (shr-image-fetched): Make sure we really kill the right
4432         buffer.
4433
4434 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4435
4436         * gnus-start.el (gnus-1): Avoid duplicate entries.
4437
4438 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4439
4440         * imap.el: Remove.
4441
4442         * nntp.el (nntp-coding-system-for-read): Remove.
4443         (nntp-coding-system-for-write): Ditto.
4444         (nntp-open-connection): Just use `binary' directly.
4445
4446         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4447         Gnus 0.3.
4448
4449 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4450
4451         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4452         application/octet-stream parts really is.
4453
4454         * gnus-sum.el (gnus-propagate-marks): Remove.
4455
4456 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4457
4458         * shr.el (shr-rescale-image): Undo previous change; see
4459         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4460
4461 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4462
4463         * gnus.el: Ma Gnus v0.3 is released.
4464
4465 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-sum.el (gnus-summary-local-variables): Make
4468         `gnus-newsgroup-unexist' into a local variable.
4469
4470 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4471
4472         * registry.el (registry-usage-test, registry-persistence-test): Move to
4473         tests/gnustest-registry.el.
4474         (registry-make-testable-db, registry-match-test)
4475         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4476
4477         * gnus-registry.el (gnus-registry-misc-test)
4478         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4479
4480         * tests/gnustest-registry.el: New file with the registry and
4481         gnus-registry ERT tests.
4482
4483 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-msg.el (gnus-summary-resend-message): Make
4486         gnus-summary-resend-message-insert-gcc be last item in
4487         message-header-setup-hook.
4488
4489 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4492         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4493         Remove.
4494         (nnfolder-open-server): Don't use marks.
4495         (nnfolder-request-delete-group): Ditto.
4496         (nnfolder-request-rename-group): Ditto.
4497         (nnfolder-request-set-mark, nnfolder-request-marks)
4498         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4499         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4500
4501         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4502         (nnml-marks-modtime): Remove.
4503         (nnml-request-delete-group): Don't use marks.
4504         (nnml-request-rename-group): Ditto.
4505         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4506         (nnml-save-marks, nnml-open-marks): Remove.
4507
4508         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4509         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4510         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4511         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4512         (nntp-server-to-method-cache): Remove.
4513
4514         * shr.el (shr-rescale-image): Fix wrong merge.
4515
4516 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4517
4518         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4519         too-wide lines.
4520
4521 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4522
4523         * nnimap.el (nnimap-record-commands): New variable.
4524         (nnimap-log-command): Use it.
4525         (nnimap-make-process-buffer): Add a space to the process buffer.
4526         (nnimap-transform-headers): Don't bug out on header lines containing
4527         stuff that look like IMAP length encodings.
4528
4529         * shr.el (shr-rescale-image): Allow viewing large images.
4530
4531 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4532
4533         * nnml.el (nnml-request-compact-group): Delete the marks file after
4534         compaction (bug#10800).
4535
4536         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4537         group exit.
4538
4539         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4540         QRESYNC/FETCH output.
4541
4542 2012-02-11  Glenn Morris  <rgm@gnu.org>
4543
4544         * sieve-manage.el (sieve-manage-default-stream):
4545         * shr.el (shr):
4546         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4547         (nnir-retrieve-headers-override-function)
4548         (nnir-imap-default-search-key, nnir-notmuch-program)
4549         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4550         (nnir-method-default-engines):
4551         * message.el (message-cite-reply-position):
4552         * gssapi.el (gssapi-program):
4553         * gravatar.el (gravatar):
4554         * gnus-sum.el (gnus-refer-thread-use-nnir):
4555         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4556         (gnus-registry-max-pruned-entries):
4557         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4558         * gnus-int.el (gnus-after-set-mark-hook)
4559         (gnus-before-update-mark-hook):
4560         * gnus-async.el (gnus-async-post-fetch-function):
4561         * auth-source.el (auth-source-cache-expiry):
4562         Add missing :version tags to new defcustoms and defgroups.
4563
4564 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4565
4566         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4567         `gnus-newsgroup-unexist'.
4568
4569         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4570         marks.
4571         (gnus-article-special-mark-lists): Put the `unexist' in the special
4572         marks list instead.
4573
4574         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4575         articles in the list of articles to be selected.
4576
4577         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4578         articles.
4579         (nnimap-update-info): Keep track of unexisting articles.
4580         (nnimap-update-qresync-info): Ditto.
4581
4582 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4583
4584         * message.el (message-default-send-mail-function): Made into own
4585         function for reuse by emacsbug.el.
4586
4587 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4588
4589         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4590         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4591
4592 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4593
4594         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4595         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4596
4597         * gnus-compat.el: Define `timer-set-function'.
4598
4599         * mm-decode.el (mm-display-external): Output the text from the command
4600         in the buffer after the command finished.  This makes text-based
4601         commands behave better.
4602
4603 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4604
4605         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4606
4607 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4608
4609         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4610         23.1.
4611
4612 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4615
4616 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4617
4618         * message.el (smtpmail-smtp-user): Silence compiler warning.
4619
4620 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4621
4622         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4623         SMTP user name.
4624
4625 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-sum.el (gnus-summary-show-thread):
4628         next-single-char-property-change may return nil in XEmacs.
4629         (gnus-summary-article-map): Fix typo.
4630
4631 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4632
4633         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4634         running.
4635
4636         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4637
4638         * gnus.el (gnus-server-extend-method): Don't add an -address component
4639         if the method already has one (bug#9676).
4640
4641 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4644         of an initial-input for consistency (bug#10757).
4645
4646         * dgnushack.el: Fix XEmacs compilation warning.
4647
4648         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4649
4650         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4651
4652 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4653
4654         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4655         lines that are narrower than the window width.  Otherwise background
4656         "blocks" will look less readable.
4657
4658 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4659
4660         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4661         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4662         have newlines within the strings, and where the UID comes after the
4663         BODYSTRUCTURE element (bug#10537).
4664
4665         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4666         (bug#10732).
4667
4668         * shr.el (shr-insert-document): Add doc string.
4669         (shr-visit-file): Ditto.
4670         (shr-remove-trailing-whitespace): New function.
4671         (shr-insert-document): Use it to clean up trailing whitespace as the
4672         final step (bug#10714).
4673
4674 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4677         buffer if `gnus-kill-summary-on-exit' is nil.
4678
4679 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4680
4681         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4682         when just reading a single group from "without" Gnus.
4683
4684 2012-02-06  Chong Yidong  <cyd@gnu.org>
4685
4686         * gnus-sum.el (gnus-summary-show-thread):
4687         next-single-char-property-change never returns nil (Bug#8657).
4688
4689 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4690
4691         * message.el (message-multi-smtp-send-mail): New function.
4692         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4693         header to implement multi-SMTP functionality.
4694
4695         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4696         (gnus-agentize): Don't set it.
4697         (gnus-agent-send-mail): Don't use it.
4698
4699         * gnus-sum.el (gnus-summary-widget-backward): New function and
4700         keystroke.
4701
4702         * gnus-compat.el: More the compat functions more compatible.
4703
4704         * shr.el (shr-put-image): Remove underlines from sliced images.
4705         (shr-zoom-image): Compute the region to be replaced more correctly.
4706
4707 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4710         (gnus-summary-resend-message-insert-gcc): New function.
4711         (gnus-summary-resend-message): Modify message-header-setup-hook and
4712         message-sent-hook to make it work for Gcc.
4713         (gnus-inews-do-gcc): Update the number of unread articles of groups
4714         that messages are Gcc'd to.
4715
4716         * message.el (message-resend): Run message-sent-hook to do Gcc.
4717
4718 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4719
4720         * lpath.el: Fix an XEmacs compilation warning.
4721
4722         * gnus-compat.el: Require `help-fns' to fix compilation error.
4723
4724         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4725         a higher level to silence compilation.
4726
4727         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4728         parameter to allow controlling the scaling.
4729
4730         * shr.el (shr-zoom-image): New command and keystroke.
4731         (shr-put-image): Take a `size' flag to say how to scale the image.
4732
4733         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4734         deletion unless already defined.
4735
4736         * gnus.el (gnus-compat): Require it.
4737
4738         * gnus-compat.el: New file.
4739
4740         * gnus-start.el (gnus-clean-old-newsrc): New function.
4741         (gnus-read-newsrc-file): Use it.
4742
4743         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4744         Use recursive deletion.
4745         (mm-dissect-archive): Add support for zip files.
4746
4747         * gnus-util.el (gnus-recursive-directory-files): New function.
4748
4749         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4750         (mm-archive-decoders): Add tgz support.
4751
4752         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4753         Otherwise inserting text into the Gnus buffer can look odd.
4754
4755         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4756
4757         * mm-archive.el (mm-archive-decoders): Add support for tar.
4758
4759         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4760
4761         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4762
4763 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4764
4765         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4766
4767         * mm-archive.el: New file.
4768
4769         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4770
4771         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4772
4773         * message.el (message-goto-*): Make all the `message-goto-*' commands
4774         push the mark before moving point.  This makes it easier to go back to
4775         where you came from after editing whatever you jumped to.
4776
4777 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4778
4779         * gnus.el: Ma Gnus v0.1 is released.
4780
4781 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4782
4783         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4784         without reconnecting.
4785         (nnimap-possibly-change-group): Ditto.
4786         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4787         connection has died before being called.
4788
4789 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4790
4791         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4792         an initial sync unless we're really doing one.
4793
4794         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4795         address parameter if one already exists (bug#9676).
4796
4797         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4798         not the prefix, as documented (bug#10689).
4799
4800 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4801
4802         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4803         the "server".
4804
4805         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4806         the real error message with the useless "previously known to be down".
4807         Which isn't even correct.
4808
4809         * nntp.el (nntp-open-connection): Report the error message if the nntp
4810         server can't be reached.
4811
4812         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4813         groups we do a total scan for.
4814         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4815         doing that.
4816
4817 2012-01-31  Jim Meyering  <jim@meyering.net>
4818
4819         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4820         Correct a comment (insert "not") and hide nominally-doubled "to".
4821
4822 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4823
4824         * gnus.el (gnus-version): Change name to "Ma Gnus".
4825
4826 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4827
4828         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4829         section in the manual.
4830
4831 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4832
4833         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4834         words.
4835         (rfc2047-encode-string): Ditto.
4836         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4837         understand folded filename="..." parameters, for instance.
4838
4839         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4840         the message for greater debuggability.
4841
4842 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4843
4844         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4845         instead of setting it locally, since the latter doesn't seem to have
4846         any effect (most of the time).
4847
4848 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4849
4850         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4851         function call.
4852
4853 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4854
4855         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4856         seconds, and make the repeat clause with HH:MM specs work as
4857         documented.
4858
4859 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4860
4861         * proto-stream.el (proto-stream-capability-open): Fall back on
4862         :end-of-command if :end-of-capability doesn't exist.
4863
4864 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4867         bound globally in old Emacsen and XEmacsen.
4868
4869 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4870
4871         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4872         so that previous errors don't prohibit getting new news.
4873
4874         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4875
4876         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4877
4878 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4879
4880         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4881         buffer, not of the string which is its name.
4882
4883 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4884
4885         * proto-stream.el (proto-stream-capability-open): Wait for
4886         :end-of-capability, not :end-of-command.
4887
4888         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4889         non-server-marks groups.
4890         (gnus-group-make-articles-read): Ditto.
4891
4892         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4893         methods (bug#9676).
4894
4895         * gnus.el (gnus-method-ephemeral-p): New function.
4896
4897 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4900         left-to-right.
4901
4902 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4903
4904         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4905         warning.
4906
4907 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4908
4909         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4910         macroexpand the nnir things, since they haven't been defined yet, and
4911         nnir requires gnus-sum.
4912
4913 2012-01-24  Julien Danjou  <julien@danjou.info>
4914
4915         * color.el (color-rgb-to-hsl): Fix value computing.
4916         (color-hue-to-rgb): New function.
4917         (color-hsl-to-rgb): New function.
4918         (color-clamp, color-saturate-hsl, color-saturate-name)
4919         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4920         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4921
4922 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4925
4926 2012-01-19  Julien Danjou  <julien@danjou.info>
4927
4928         * color.el (color-name-to-rgb): Use the white color to find the max
4929         color component value and return correctly computed values.
4930         (color-name-to-rgb): Add missing float conversion for max value.
4931
4932 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4935         logical server name in addition to the actual machine address.
4936
4937         * auth-source.el (auth-source-user-and-password): Add convenience
4938         wrapper to search by just host and optionally user.
4939
4940 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4943         after rendering.
4944
4945 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4948         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4949         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4950
4951 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4954         (bug#9693).
4955         (gnus-summary-setup-buffer): Document return value (bug#9697).
4956
4957         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4958         since ido doesn't work on symbols (bug#9632).
4959
4960         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4961         when getting a single value as when getting all the values.  This means
4962         that atoms like `gcc-self' work cumulatively, like variable settings,
4963         instead of getting the value from the last matching clause.
4964         (gnus-group-find-parameter): Protect against the group buffer not
4965         existing (bug#9585).
4966
4967 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-start.el (gnus-activate-group): Document more parameters
4970         (bug#9694).
4971
4972         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4973         (bug#9692).
4974
4975         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4976         article was fetched, so that it can be expired later (bug#9958).
4977         (gnus-agent-summary-fetch-series): Add doc string.
4978         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4979         (bug#9517).
4980
4981         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4982         retrieval is happening.
4983
4984         * gnus.el (gnus-parameters): Doc fix.
4985
4986 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4987
4988         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4989         show the thread after expansion.
4990
4991 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-art.el (article-narrow-to-head): If the head is completely
4994         empty, narrow to the empty region (bug#9764).
4995
4996         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4997         read, and then mark them as unread only when the unread mark is used.
4998         This makes `C-- T k' actually work, even though it's confusing.
4999
5000         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5001         alive before we try to find its window.
5002
5003 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5004
5005         * mm-decode.el (mm-display-external): Use a longer timeout for the
5006         deletion to allow slow programs to display the file.
5007
5008 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5011         prompt to be less confusing.
5012
5013         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5014         argument to `message-reply'.  This broke `special-display-*' frame
5015         pop-uping (bug#10238).
5016
5017 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5020         systems, since these allegedly don't work there.
5021
5022 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5023
5024         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5025         live buffer.
5026
5027 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * nnir.el (nnir-retrieve-headers): Protect against the article not
5030         existing on the server (bug#10335).
5031
5032 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5033
5034         * gnus-agent.el (gnus-agent-load-local): Recompute
5035         gnus-agent-article-local on changing method.
5036
5037 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * gnus.el (gnus-parameters): Note precedence.
5040
5041 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5042
5043         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5044         in the group buffer.
5045
5046 2012-01-04  Julien Danjou  <julien@danjou.info>
5047
5048         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5049         change.
5050
5051 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5054         too.
5055
5056         * nntp.el (nntp-retrieve-group-data-early): Use it.
5057
5058 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * nntp.el (nntp-retrieval-in-progress): New variable.
5061         (nntp-make-process-buffer): Make it buffer-local.
5062
5063         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5064         2010.
5065         (gnus-demon-init): Use it to compute the time if time is on the form
5066         "04:23".
5067
5068         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5069
5070         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5071         status in the correct buffer.
5072
5073 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5074
5075         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5076         when opening topics (bug#10407).
5077
5078 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5079
5080         * gnus-cus.el (gnus-score-customize):
5081         * gnus-sum.el (gnus-sort-gathered-threads):
5082         * message.el (message-shorten-references):
5083         * nnmairix.el (nnmairix-request-group):
5084         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5085
5086 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * gnus-agent.el (gnus-agent-regenerate-group):
5089         * gnus-int.el (gnus-retrieve-group-data-early):
5090         * mm-util.el (mm-codepage-ibm-list):
5091         * nndiary.el (Commentary, nndiary-get-new-mail):
5092         * nnir.el (nnir):
5093         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5094
5095 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * mm-view.el (mm-display-inline-fontify): Add comment.
5098
5099 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5100
5101         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5102         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5103
5104 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5105
5106         * gnus-art.el (gnus-split-methods):
5107         * gnus-msg.el (gnus-configure-posting-styles):
5108         * gnus-spec.el (gnus-parse-simple-format):
5109         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5110         * message.el (message-do-actions): Spelling fix.
5111
5112 2011-12-15  Juri Linkov  <juri@jurta.org>
5113
5114         * mm-decode.el (mm-inline-media-tests): Add missing
5115         `mm-handle-media-subtype'.
5116
5117 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5118
5119         * gnus-group.el (gnus-group-tool-bar):
5120         * gnus-sum.el (gnus-summary-tool-bar):
5121         * message.el (message-tool-bar):
5122         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5123
5124 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5125
5126         * plstore.el (plstore--insert-buffer): Spelling fix.
5127
5128 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5129
5130         * message.el (message-valid-fqdn-regexp): Update with newly approved
5131         top-level domain names ".tel" and ".asia".
5132
5133 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5136         unconditionally.
5137
5138 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5141         pop-to-buffer-same-window for old Emacsen.
5142
5143 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5144
5145         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5146
5147 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5148
5149         * netrc.el (netrc-credentials): Spelling fix.
5150
5151 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5152
5153         * gnus-fun.el (gnus-fun-ppm-change-string):
5154         * gnus-msg.el (gnus-inews-do-gcc):
5155         * gnus-sum.el (gnus-summary-find-for-reselect):
5156         * gnus.el (gnus-summary-cancelled):
5157         * message.el (message-cancel-hook, message-send-news):
5158         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5159         * nnir.el (nnir-run-hyrex):
5160         * nntp.el (nntp-with-open-group-function):
5161         * pgg.el (pgg-pending-timers): Spelling fix.
5162
5163 2011-12-04  Chong Yidong  <cyd@gnu.org>
5164
5165         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5166         change (Bug#10200).
5167
5168 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * compface.el (uncompface):
5171         * gnus-art.el (gnus-article-x-face-command): Update the header format
5172         of icon data for the most recent icontopbm program.
5173
5174 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-msg.el (gnus-inews-do-gcc):
5177         * message.el (message-send-mail):
5178         * mml.el (mml-generate-mime): Share the value of the buffer-local
5179         `message-options' variable between a draft buffer and temprary working
5180         buffers.
5181
5182 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5183
5184         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5185
5186 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5189         for Cygwin.
5190
5191 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5192
5193         * gnus-group.el (gnus-group-prepare-flat):
5194         * mm-bodies.el (mm-encode-body):
5195         * mml.el (mml-preview):
5196         * nnml.el (nnml-request-compact-group):
5197         * pop3.el (pop3-stream-type): Spelling fix.
5198
5199 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5200
5201         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5202
5203 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5204
5205         * color.el (color-rgb-to-hsl):
5206         * gmm-utils.el (gmm-tool-bar-style):
5207         * gnus-group.el (gnus-group-prepare-flat):
5208         * gnus-topic.el (gnus-topic-prepare-topic):
5209         * mm-decode.el (mm-discouraged-alternatives):
5210         * rfc2047.el (rfc2047-encode-1):
5211         * starttls.el: Spelling fix.
5212
5213 2011-11-24  Glenn Morris  <rgm@gnu.org>
5214
5215         * binhex.el (binhex-begin-line): Give it basic doc-string.
5216
5217         * starttls.el, tls.el: Fix case of "GnuTLS".
5218
5219 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5220
5221         * gnus-group.el (gnus-group-highlight): Fix typo.
5222
5223 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5224
5225         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5226         value of `delete-file', that returns nil for a local file but returns t
5227         for a remote file using ssh.
5228
5229 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5230
5231         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5232
5233 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5236         avoid later breakage.
5237
5238 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5241         article buffers' name.
5242
5243 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5246         by Paul Eggert's spellfixes two days ago.
5247
5248 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5251         doesn't have it.
5252
5253         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5254         buffer-local instead of binding them to avoid warnings.  Also demote
5255         errors (bug#10063).
5256         (font-lock-mode-hook): Shut up byte compiler.
5257
5258 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5259
5260         * mm-util.el (mm-charset-after):
5261         * nnir.el (nnir-run-hyrex):
5262         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5263         (ntlm-get-password-hashes, ntlm-md4hash):
5264         * smime.el: Fix typo.
5265
5266 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5267
5268         * gnus-agent.el (gnus-agent-expire-group-1):
5269         * nndiary.el (nndiary-last-occurence):
5270         * nnimap.el (nnimap-request-set-mark):
5271         * nnmairix.el (nnmairix-only-use-registry):
5272         * gnus-group.el (gnus-group-prepare-flat):
5273         * gnus-sum.el (gnus-decode-encoded-word-methods):
5274         * message.el (message-wash-subject):
5275         * nntp.el (nntp-retrieve-headers-with-xover):
5276         * smime.el (smime-certificate-directory): Spelling fix.
5277
5278 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5279
5280         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5281
5282         * color.el:
5283         * gnus-agent.el (gnus-agent-possibly-alter-active):
5284         * gnus-dired.el (gnus-dired-print):
5285         * mail-parse.el:
5286         * nnmairix.el (nnmairix-request-group):
5287         * shr.el (shr-image-displayer):
5288         * sieve-manage.el:
5289         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5290
5291 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         * gnus-sum.el (gnus-auto-select-subject):
5294         * spam-report.el (spam-report-resend): Spelling fix.
5295
5296 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5297
5298         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5299         * gnus-art.el (gnus-default-article-saver):
5300         * gnus-srvr.el (gnus-server-copy-server):
5301         * gnus.el (gnus-sloppily-equal-method-parameters):
5302         * html2text.el (html2text-format-tag-list):
5303         * message.el (message-narrow-to-head):
5304         * nndiary.el:
5305         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5306         * sieve.el: Spelling fix.
5307
5308 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5309
5310         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5311         * gnus-sum.el (gnus-summary-make-menu-bar):
5312         * gnus-uu.el (gnus-uu-decode-postscript)
5313         (gnus-uu-decode-postscript-and-save):
5314         * mailcap.el (mailcap-print-command):
5315         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5316         Fix typos.
5317
5318 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5319
5320         * gnus-art.el (gnus-article-part-wrapper):
5321         * html2text.el (html2text-fix-paragraphs):
5322         * mm-decode.el (mm-image-fit-p):
5323         * rfc2047.el (rfc2047-encode-message-header):
5324         * shr-color.el (shr-color-visible-distance-min)
5325         (shr-color-relative-to-absolute, set-minimum-interval)
5326         (shr-color-visible): Fix typos.
5327
5328 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5329
5330         * gmm-utils.el (gmm-tool-bar-item):
5331         * gnus-art.el (gnus-treat-body-boundary):
5332         * gnus-diary.el (gnus-user-format-function-d):
5333         * gnus-start.el (gnus-get-unread-articles):
5334         * pgg-gpg.el (pgg-gpg-update-agent):
5335         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5336
5337 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         * gnus-topic.el (gnus-group-prepare-topics):
5340         * gnus-uu.el (gnus-extract-view):
5341         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5342
5343 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5344
5345         * spam.el: Move BBDB autoloads.
5346         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5347         BBDB 2 and 3.
5348         (spam-check-BBDB): Use it.
5349         (spam-enter-ham-BBDB): Use it.
5350
5351 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5352
5353         * smime.el (smime-draw-buffer): Spelling fix.
5354
5355 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5356
5357         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5358         for scanning exactly one level.
5359         * gnus-start.el (gnus-get-unread-articles): Ditto.
5360
5361 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5364         slightly clearer.
5365
5366 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * gnus-sync.el: More commentary about setup.
5369
5370 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5371
5372         * message.el (message-send-and-exit): Document `arg'.
5373
5374 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5375
5376         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5377
5378 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5379
5380         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5381
5382         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5383         we don't use `bound-and-true-p'.
5384
5385 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5386
5387         * gnus-util.el (gnus-bound-and-true-p): Remove.
5388         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5389         * nnir.el: Use it.
5390         * nnmairix.el: Use it.
5391
5392 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * gnus-sync.el: Improve docs about CouchDB admins.
5395
5396         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5397         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5398         for reasons unknown.
5399         * nnir.el: Use it.
5400         * nnmairix.el: Use it.
5401
5402         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5403         * nnir.el: Ditto.
5404         * nnmairix.el: Ditto.
5405
5406         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5407
5408 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5409
5410         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5411         not needed.  Provide xmlplistread list function to produce XML plist
5412         output for non-Gnus LeSync clients.
5413
5414 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5417
5418         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5419         and save against it.  Group subscriptions, read marks, other marks,
5420         subscription levels, topic names, and topic offsets (the group's
5421         position within the topic) are saved.  This is an experimental backend
5422         and may change significantly.  Load json.el from the gnus-fallback-lib
5423         if it's not available otherwise.
5424         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5425
5426 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5427
5428         * message.el (message-completion-function): Make sure
5429         message-tab-body-function is not attempted if one of
5430         message-completion-alist fails to find a completion (bug#9158).
5431
5432 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5433
5434         * mml.el (mml-quote-region): Quote <#secure> tag.
5435         (mml-generate-mime-1): Unquote <#secure> tag.
5436
5437 2011-10-20  Chong Yidong  <cyd@gnu.org>
5438
5439         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5440         calling a minor mode from Lisp with nil arg enables it, so we have to
5441         make the wording a bit ambiguous here).
5442
5443 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5446         * nnir.el (nnir-mode): Use it.
5447         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5448         Use it.
5449
5450         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5451         * nnmairix.el (gnus-registry-enabled): Ditto.
5452
5453 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5454
5455         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5456         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5457         only while we need to find out if it should be t or nil.
5458         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5459         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5460         the registry is installed.  Set it to nil when it's unloaded.
5461         (gnus-registry-install-p): Provide user guidance for the initial value
5462         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5463         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5464         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5465         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5466         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5467         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5468         `gnus-registry-install'.
5469
5470 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5471
5472         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5473         previous change.
5474         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5475         primary key is marked as disabled.
5476
5477 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5478
5479         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5480         primary key is marked as disabled.
5481
5482 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5483
5484         * html2text.el (html2text-clean-anchor): Check for quotes around
5485         `href' value.
5486
5487 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5490         searching.  Drop `bbdb-cache'.
5491
5492 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * message.el (message-signed-or-encrypted-p): Exclude header when
5495         checking if there is signed or encrypted body in text/plain message.
5496
5497 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5498
5499         * html2text.el (html2text-get-attr): Correctly handle attribute values
5500         containing "=".
5501
5502 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5503
5504         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5505         handle bindings.
5506
5507 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-win.el (gnus-configure-windows): Protect against reading
5510         ephemeral groups outside of Gnus.
5511
5512 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * shr.el (shr-tag-img): Don't get images displayed in tables.
5515
5516 2011-10-03  Glenn Morris  <rgm@gnu.org>
5517
5518         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5519         the "maintainer" version of debbugs.gnu.org reports.
5520
5521 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5524         make asynchronous adjacent image insertion work better.
5525
5526 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5527
5528         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5529         documentation.
5530
5531 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5534         `gnus-asynchronous' isn't shadowed.
5535
5536 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5539
5540         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5541         (nnimap-insert-partial-structure): The charset parameter isn't
5542         case-sensitive.
5543
5544         * nnheader.el (nnheader-message-maybe): New function.
5545
5546         * shr.el (shr-tag-table): Render totally broken tables better.
5547
5548         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5549         computing the boundary.
5550
5551 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * pop3.el (pop3-number-of-responses): Remove.
5554         (pop3-wait-for-messages): Rewrite to take linear time instead of
5555         exponential time.
5556
5557 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5560         re-fetch images.
5561
5562         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5563         re-fetch images when hitting `g' in Gnus.
5564
5565 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5568         (mml-compute-boundary): Don't check collision if it is non-nil.
5569         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5570         before checking collision.
5571
5572 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * message.el (message-indent-citation): Really make sure there's a
5575         newline at the end.
5576
5577         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5578         Fix suggested by John Wiegley.
5579
5580         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5581
5582         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5583
5584         * message.el (message-default-send-rename-function): Break out into its
5585         own function.
5586
5587         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5588         doesn't work under XEmacs.
5589
5590         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5591         of "imaps" to word around Windows problems.
5592         (nnimap-open-connection-1): Use it.
5593
5594         * message.el (message-indent-citation): Revert last change which made
5595         `F' not work.
5596
5597 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5598
5599         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5600         terminal as well.
5601
5602 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5605         because it displays images using overlays that aren't easy to copy to
5606         the article buffer.
5607
5608 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5609
5610         * message.el (message-indent-citation): Fix empty line removal at the
5611         end of the citation.
5612
5613 2011-09-20  Julien Danjou  <julien@danjou.info>
5614
5615         * auth-source.el (auth-source-netrc-create): Use default value for
5616         password if specified.  Evaluate default.
5617         (auth-source-plstore-create): Ditto.
5618         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5619         value evaluation.
5620         (auth-source-netrc-create): Typo fix.
5621         (auth-source-plstore-create): Ditto.
5622
5623         * password-cache.el (password-cache-remove): Remove entries even if the
5624         value is nil, so that password with a nil value (negative caching) is
5625         possible to invalidate.
5626
5627         * auth-source.el (auth-source-format-cache-entry): New function.
5628
5629 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5632
5633 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5636
5637 2011-09-19  Julien Danjou  <julien@danjou.info>
5638
5639         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5640         which work with things that are not ASCII.
5641
5642 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5645
5646 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5649         message level.
5650
5651 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5654
5655 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5658
5659 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5660
5661         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5662         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5663
5664 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5665
5666         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5667         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5668         articles.
5669
5670 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5671
5672         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5673         (message-mail-other-window, message-mail-other-frame)
5674         (message-news-other-window, message-news-other-frame):
5675         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5676         instead of setting buffer display varibles.
5677
5678 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5681
5682         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5683
5684 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5687         duplicates" to a higher level.
5688
5689         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5690         most egregious messages.
5691
5692 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5695
5696 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5697
5698         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5699         up the file (bug#9351).
5700
5701 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5704         it does with all other backends, but decode the names immediately after
5705         getting them.
5706
5707         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5708         decoding nnimap groups.
5709
5710         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5711         newsrc file.  It doesn't seem like an important optimization any more.
5712
5713 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5714
5715         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5716         overflows.
5717
5718 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5721         (gnus-interactive-exit): Extend to `quiet'.
5722
5723         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5724
5725         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5726         string.
5727
5728         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5729         renaming function arguments from `this'.
5730
5731         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5732
5733         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5734         has been renamed.
5735         (gnus-lrm-string-p): Include RLM and PDF, too.
5736
5737         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5738         (bug#9225).
5739
5740 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5741
5742         Add autoload cookies for functions used by sendmail.el.
5743         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5744
5745         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5746
5747 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (article-date-ut): Work properly even when there are
5750         things like Date header in the body; work for forwarded parts.
5751
5752 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5753
5754         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5755         original-article-buffer.
5756
5757 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5758
5759         * nnir.el (nnir-compose-result): Fix matching of server type.
5760         (nnir-run-swish++): Ditto.
5761         (nnir-run-namazu): Ditto.
5762         (nnir-run-notmuch): Ditto.
5763
5764 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5767         (bug#9405).
5768
5769         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5770         (bug#9421).
5771
5772         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5773         (bug#9425).
5774
5775         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5776         thing (bug#9426).
5777
5778 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5781         the error message.
5782
5783 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5784
5785         * message.el (message-setup-1): Return t (Bug#9392).
5786
5787 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5788
5789         * gnus-sum.el: When adding article headers to a summary buffer also
5790         update gnus-newsgroup-articles (bug#9386).
5791
5792 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * auth-source.el: Autoload help-mode.
5795
5796 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5797
5798         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5799         names.
5800
5801 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5802
5803         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5804         mm-replace-in-string for compatibility issues.
5805         * mml2015.el (mml2015-epg-verify): Ditto.
5806
5807 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5810
5811         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5812
5813 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5816         continue on and do the clean-up phase (bug#9188).
5817
5818         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5819         just ignore groups that can't be opened instead of erroring out
5820         (bug#9225).
5821
5822         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5823         nil since some many people are fuddy-duddies.
5824
5825         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5826         images.
5827
5828         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5829         instead.
5830
5831         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5832
5833         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5834
5835         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5836         processing.
5837
5838         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5839         buffer to avoid warnings.
5840
5841 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5842
5843         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5844         specified to reduce precision.
5845
5846 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5849         bodystructures (bug#9314).
5850
5851 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5854         Make button keymap non-sticky after buttons.
5855
5856 2011-08-18  David Engster  <dengste@eml.cc>
5857
5858         * nnmairix.el (nnmairix-request-set-mark)
5859         (nnmairix-goto-original-article): Remove adding of article to registry,
5860         since `gnus-registry-add-group' isn't available anymore.
5861         (nnmairix-determine-original-group-from-registry):
5862         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5863         available anymore.
5864
5865 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5866
5867         * starttls.el (starttls-any-program-available): Define as obsolete
5868         function.
5869
5870 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5873         versions which Gnus use when appropriate.
5874
5875         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5876         a pretty destructive command.
5877
5878         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5879
5880 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * message.el (message-fix-before-sending): Make a different warning
5883         about NUL characters (bug#9270).
5884
5885         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5886         from custom (bug#9260).
5887
5888         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5889         things work in Emacs 22 and XEmacs, too.
5890
5891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5892         default From.
5893
5894         * gnus-spec.el (gnus-lrm-string-p): New macro.
5895         (gnus-lrm-string): New constant.
5896         (gnus-summary-line-format-spec): LRM-ify the from.
5897         (gnus-tilde-max-form): LRM-ify string chopping.
5898
5899         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5900
5901         * message.el (message-is-yours-p): Allow disabling canlock checking
5902         (bug#9295).
5903         (message-shoot-gnksa-feet): Add `canlock-verify'.
5904         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5905         message directory isn't writable (bug#9304).
5906
5907         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5908         non-world-readable.
5909
5910 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5913         articles.
5914
5915 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5916
5917         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5918         copy-list.
5919
5920 2011-08-12  Sam Steingold  <sds@gnu.org>
5921
5922         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5923         in the reverse order to avoid modifying the cache with `nreverse'.
5924         (gnus-all-score-files): Do not modify the value returned by
5925         `gnus-score-find-alist' because it lives in a cache variable.
5926         (gnus-current-home-score-file): No need to `nreverse' the return value
5927         of `gnus-score-find-alist', it is already in the correct order.
5928
5929 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5930
5931         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5932         type MESSAGE and subtype RFC822 is slightly different from those of
5933         type TEXT.
5934
5935 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5936
5937         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5938         This allows article-referral to work from an nnir group.
5939
5940 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5941
5942         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5943
5944 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5945
5946         * mml1991.el (mml1991-epg-find-usable-key)
5947         (mml1991-epg-find-usable-secret-key): New function.
5948         (mml1991-epg-sign): Check if signing key is usable.
5949         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5950
5951 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5952
5953         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5954         server-variables only.  This should fix a bug introduced with commit
5955         e1889675b7f4adf057833c5513c9374134c4e053.
5956         (nnir-run-query): 'nnir-search-engine should not be set from the global
5957         environment.
5958
5959 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5960
5961         * nnir.el (nnir-search-thread): Position point on referring article
5962         line.
5963         (nnir-warp-to-article): Clean up summary buffers.
5964
5965         * nnimap.el (nnimap-request-thread): Whitespace fix.
5966
5967 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5968
5969         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5970
5971 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * starttls.el (starttls-available-p): Rename from
5974         `starttls-any-program-available' and changed return convention.
5975
5976 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5977
5978         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5979         `unix-sync' unless it's defined.
5980
5981 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5982
5983         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5984         `aref' for XEmacs compatibiltiy.
5985
5986 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5989
5990 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5991
5992         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5993         closures, quote the form properly (bug#9194).
5994
5995 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5998         (gnus-summary-insert-new-articles): Protect against servers that are
5999         down.
6000
6001 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6002
6003         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6004         in mm handle if none is specified.
6005
6006 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6007
6008         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6009
6010 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6011
6012         * nnir.el (nnir-search-thread): New function to make an nnir group
6013         based on a thread query.
6014
6015         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6016         of nnir in thread referral.
6017         (gnus-summary-refer-thread): Use it.
6018
6019         * nnimap.el (nnimap-request-thread): Use it.
6020
6021 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * shr.el (shr-tag-comment): Ignore HTML comments.
6024
6025 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6026
6027         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6028         argument.
6029         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6030         Use `nnir-address' to handle server info rather than passing an arg.
6031
6032         * nnimap.el (nnimap-make-thread-query): New utility function to format
6033         an imap thread search query.
6034         (nnimap-request-thread): Use it.
6035
6036         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6037         right select-method if we are not going back to the group buffer.
6038
6039 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6042         enter invalid buffer configurations into the quit form (bug#9107).
6043         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6044         unplugged/plugged.
6045
6046         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6047         keep track of which ones are unread (bug#9061).
6048
6049         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6050         (bug#9055).
6051
6052         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6053         (bug#9041).
6054
6055         * gnus-html.el (mm-util): Require (bug#9073).
6056
6057         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6058         (gnus-summary-refer-thread): Use it to remove duplicates in the
6059         un-threaded view (bug#9053).
6060         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6061
6062 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6063
6064         * nnir.el (nnir-read-server-parm): Use default value from global
6065         variable.  Without this the default search engine parameters aren't
6066         used at all.
6067
6068 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * message.el (message-unique-id): Don't use the undocumented return
6071         value from (random t) (bug#9118).
6072
6073 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * message.el (message-auto-save-directory): If the ~/Mail directory
6076         doesn't exist, use ~ as the auto-save directory (bug#4432).
6077
6078         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6079         hasn't already been started.
6080
6081 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6084
6085         * message.el (message-reply): Work around mysterious bug where
6086         `message-mode' seems to overwrite the locally bound `subject' variable.
6087
6088 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6089
6090         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6091         correct group.
6092
6093         * gnus-int.el (gnus-request-thread): Add group argument.
6094
6095         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6096
6097 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6100
6101         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6102         renamed to `debbugs-gnu-*'.
6103
6104 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6105
6106         * plstore.el: Revert the editing feature since it is not urgent.
6107         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6108         (plstore-mode-decoded): Remove.
6109
6110 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6113         isn't very interesting any more, and it leaks potentially secret data.
6114         (gnus-debug): Remove.
6115
6116         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6117         use of :custom-show.
6118
6119 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6120
6121         * plstore.el: Add documentation.
6122         (plstore-mode): New mode to edit plstore file.
6123         (plstore-mode-toggle-display, plstore-mode-original)
6124         (plstore-mode-decoded): New command.
6125         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6126         (plstore--insert-buffer, plstore--make): New function.
6127         (plstore-open, plstore-save): Simplify by using them.
6128
6129 2011-07-06  Glenn Morris  <rgm@gnu.org>
6130
6131         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6132
6133 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6136         no longer is much used.
6137         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6138         Articles".
6139
6140 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6141
6142         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6143         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6144         `notmuch' backend.
6145
6146 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6147
6148         * mm-decode.el (mm-text-html-renderer): Doc fix.
6149
6150         * gnus-msg.el (gnus-bug): Fix the MML tag.
6151
6152         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6153
6154 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6155
6156         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6157         secondary methods if started with `gnus-no-server'.
6158
6159 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6160
6161         * message.el (message-return-action): Fix typo in docstring.
6162
6163 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6166         bug reports at once.
6167
6168         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6169
6170 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * nndraft.el: Require gnus-group.
6173         (nndraft-request-list): Declare.
6174
6175         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6176         no unread article unless it matches gnus-permanently-visible-groups.
6177
6178         * nndraft.el (nndraft-update-unread-articles): New function.
6179         (nndraft-request-associate-buffer): Use it to update the number of
6180         unread articles for the nndraft groups in the group buffer when saving
6181         or killing a draft message.
6182
6183 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6186         systems to binary before writing and reading the mbox files.
6187
6188         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6189         instead of trying to list them all (bug#8978).
6190
6191 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6192
6193         * pop3.el (pop3-open-server): Use :end-of-capability.
6194
6195 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6198         the id is always a number.
6199
6200         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6201
6202         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6203         debbugs mode, if possible.
6204
6205 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6206
6207         * auth-source.el (auth-source-token-passphrase-callback-function):
6208         Reindent.
6209         (epg-context-operation): Remove unnecessary autoload.
6210
6211 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * gnus.el (gnus-list-debbugs): New command.
6214
6215         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6216         mboxstat instead of the maintbox, since the stat seems to be fuller.
6217
6218         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6219         summary buffers.
6220
6221         * message.el (message-get-reply-headers): Delete all duplicates,
6222         instead of the first.
6223         (message-get-reply-headers): Ensure that we have progress while
6224         deleting duplicates.
6225
6226         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6227         gnus-posting-style value from the summary buffer to make it easier to
6228         make that a per-buffer conf.
6229
6230 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6231
6232         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6233         found by setting `shortcut' in 'query.
6234         (nnir-request-article): Use `shortcut' setting when requesting article
6235         by Message-ID.
6236
6237 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6238
6239         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6240         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6241         Bring the pseudo-headers back too.
6242
6243 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6244
6245         * auth-source.el (auth-source-token-passphrase-callback-function):
6246         Simplify and remove EPA dependency.
6247
6248 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6249
6250         * nnir.el (nnir-request-article): Fix error message text.
6251
6252 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6253
6254         * auth-source.el (plstore-delete): Autoload.
6255         (auth-source-plstore-search): Support delete operation.
6256         * plstore.el (plstore-delete): New function.
6257
6258 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6261         mark actually existing articles as unread rather than the ones that
6262         active asserts.
6263
6264 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6265
6266         * nntp.el (nntp-record-command):
6267         * gnus-util.el (gnus-message-with-timestamp-1):
6268         Use format-time-string rather than decoding time stamps by hand.
6269         This is simpler and insulates the code from potential changes to
6270         current-time format.
6271
6272 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6275
6276 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6277
6278         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6279         (plstore-save): Support public key encryption.
6280         (plstore--init-from-buffer): New function.
6281         (plstore-open): Use it; fix error when opening a non-existent file.
6282         (plstore-revert): Use plstore--init-from-buffer.
6283
6284 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6285
6286         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6287
6288 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6291         for old Emacsen.
6292
6293 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6294
6295         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6296         is not fully working.
6297
6298 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * dgnushack.el: Autoload sha1 on XEmacs.
6301
6302         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6303         quit window configuration.
6304
6305         * auth-source.el (epg-context-set-passphrase-callback):
6306         Remove duplicate autoload.
6307
6308 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6309
6310         * nnir.el (nnir-request-article): Allow requesting articles by
6311         Message-ID with nnimap.
6312
6313         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6314         current server.
6315
6316 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * auth-source.el: Autoload EPA/EPG functions.
6319         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6320         changed when EPA/EPG is not available.
6321         (auth-source-backend): Rename "arg" member to "data".
6322         (auth-source-backend-parse, auth-source-plstore-search)
6323         (auth-source-plstore-create): Use it.
6324
6325 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6326
6327         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6328         `gnus-refer-article-methods'.
6329
6330 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * auth-source.el: Require EPA and EPG.
6333         (auth-source-passphrase-alist): New variable.
6334         (auth-source-passphrase-callback-function)
6335         (auth-source-token-passphrase-callback-function): Callbacks for the
6336         netrc field encryption (GPG tokens).
6337         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6338         Symmetric encryption and decryption of the netrc GPG tokens.
6339         (auth-source-netrc-normalize): Use them, simplifying the closure.
6340
6341 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6344         is available.
6345
6346 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6349         non-nil, and `nnimap-split-methods' is nil, use the former.
6350
6351 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6352
6353         * plstore.el (plstore-revert): New function.
6354         (plstore-open): Use it; hide the buffer from user.
6355
6356 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6357
6358         * auth-source.el (auth-source-backend): New member "arg".
6359         (auth-source-backend-parse): Handle new backend 'plstore.
6360         * plstore.el: New file.
6361
6362 2011-06-30  Glenn Morris  <rgm@gnu.org>
6363
6364         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6365
6366 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6369         expiring articles to.
6370
6371         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6372         variations as ASCII (bug#5458).
6373
6374 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6377
6378 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * message.el (message-point-in-header-p): Tweak the function to default
6381         to saying that we're not in the headers if there is no separator at
6382         all.  This makes it possible to use the Message version of `M-q' in
6383         buffers with no headers (bug#7987).
6384         (message-point-in-header-p): Fix last checkin to work with an empty
6385         mail-header-separator, too.
6386
6387         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6388         again, save the choice via customize.
6389
6390 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6393
6394         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6395         ended the connection, bail out before waiting infinitely on a new
6396         connection.
6397
6398 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6399
6400         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6401         reports.
6402
6403         * gnus.el (gnus-bug-package): Use "gnus."
6404         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6405
6406 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * dgnushack.el: Make the timer warning go away on XEmacs.
6409
6410         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6411         animations going on at article exit time.
6412
6413         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6414         since removing it breaks people upgrading.
6415
6416         * shr.el (shr-put-image): Use the new interface for animating images.
6417         (shr-put-image): Animate for 60 seconds.
6418
6419         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6420         avoid compiler warnings.
6421
6422         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6423         error with `find-file-hooks' on Emacs 22.
6424         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6425         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6426         on all architectures.
6427
6428         * spam.el (spam-stat): Require in a normal fashion without binding
6429         `spam-stat-install-hooks' to avoid compilation warnings.
6430
6431         * spam-stat.el (spam-stat-install-hooks): Remove.
6432         (spam-stat-install-hooks): Don't run automatically.
6433
6434 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6435
6436         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6437         and keystroke.
6438
6439 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * auth-source.el (auth-source-netrc-cache): Move forward.
6442
6443 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * proto-stream.el (proto-stream-open-starttls): Use
6446         `gnutls-available-p' to see whether we have built-in support.
6447
6448         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6449         we already know.
6450         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6451         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6452
6453 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6456         %S format, since that looks odd.
6457         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6458         file, especially when saving.
6459
6460 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6461
6462         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6463         article found.
6464
6465 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6466
6467         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6468         `auth-source-save-secrets' with a more sensitive alist that can be
6469         configured per file.  Experimental, so defaults to 'never.
6470         (auth-source-netrc-create): Use it.  Still experimental code.
6471         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6472         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6473
6474 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * auth-source.el (auth-source-save-secrets): New variable to control if
6477         secret tokens should be saved encrypted.
6478         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6479         to `auth-source-netrc-normalize'.
6480         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6481         on the EPA variables being defined.
6482         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6483         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6484         the lexical-let closure.
6485         (auth-source-netrc-create): Create "gpg:" tokens according to
6486         `auth-source-save-secrets'.
6487
6488 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-group.el (gnus-group-update-group): Add new argument
6491         `info-unchanged' that stops updating dribble buffer.
6492
6493         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6494         deletes lines matching to it in dribble buffer.
6495
6496         * gnus-agent.el (gnus-agent-fetch-group-1):
6497         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6498         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6499         * gnus-start.el (gnus-group-change-level):
6500         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6501
6502         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6503         if newsgroup info is not changed.
6504
6505         * gnus-group.el (gnus-group-get-new-news-this-group):
6506         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6507         Don't update dribble buffer.
6508
6509 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6510
6511         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6512         remove entries with groups we ignore.
6513
6514 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6517         the underline comes at the bottom.
6518
6519 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6520
6521         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6522         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6523         (gnus-registry-article-marks-to-names): Rename from
6524         `gnus-registry-user-format-function-M2'.
6525
6526 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6529         ephemeral group.
6530
6531 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6532
6533         * shr.el (shr-browse-image): Copy the URL if called interactively.
6534
6535 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6538         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6539         done, then unselected articles may be marked as read.
6540
6541         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6542         since not doing this seems to lead to a race condition in pop3-logon.
6543
6544         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6545         so that the call chain it correct when we call "upwards".
6546
6547         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6548         in read-only groups.
6549
6550         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6551
6552         * message.el (message-cite-reply-position): Doc string fix.
6553
6554         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6555         avoid regexp overflow.
6556         (nnimap-transform-split-mail): Ditto.
6557
6558         * pop3.el (pop3-retr): Error out if the server closes the connection.
6559
6560 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6561
6562         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6563         mm-with-unibyte-current-buffer.  The buffer should not contain any
6564         multibyte chars anyway at this stage.
6565
6566 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6569         at the end of lines.
6570
6571 2011-05-29  Julien Danjou  <julien@danjou.info>
6572
6573         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6574
6575 2011-05-27  Glenn Morris  <rgm@gnu.org>
6576
6577         * gnus-group.el (gnus-bug-group-download-format-alist):
6578         Use the "maintainer" version of debian reports as well.
6579
6580 2011-05-26  Glenn Morris  <rgm@gnu.org>
6581
6582         * gnus-group.el (gnus-bug-group-download-format-alist):
6583         Use the "maintainer" version of debbugs.gnu.org reports.
6584
6585 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6588
6589 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * gnus-cus.el (gnus-agent-customize-category):
6592         * gnus-delay.el (gnus-delay-send-queue):
6593         * gnus.el (gnus-other-frame):
6594         Don't quote lambda expressions with `quote'.
6595
6596 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6599         the thread moves us backwards and so we loop forever.
6600
6601 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6604         whitespace in base64 data lines.
6605
6606 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * gnus-registry.el (gnus-registry-user-format-function-M):
6609         Use `mapconcat'.
6610         (gnus-registry-user-format-function-M2): Use to see the full text of
6611         the marks.  Make "," the mark text separator.
6612
6613         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6614         authentication with auth-source.
6615
6616 2011-05-17  Glenn Morris  <rgm@gnu.org>
6617
6618         * gnus-group.el (gnus-import-other-newsrc-file):
6619         Use insert-file-contents.
6620
6621 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6622
6623         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6624         1000 iterations.
6625
6626 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * nntp.el (nntp-open-connection): Check if process-type is available.
6629
6630 2011-05-16  Julien Danjou  <julien@danjou.info>
6631
6632         * shr.el (shr-tag-del): Add support for del tag.
6633
6634 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-html.el (gnus-html-put-image): Register a displayer.
6637
6638         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6639
6640 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * registry.el (prune-factor): New initialization parameter defaulting
6643         to 0.1.
6644         (registry-prune-hard): Use it.
6645
6646         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6647         0.1 expicitly.
6648
6649 2011-05-13  Glenn Morris  <rgm@gnu.org>
6650
6651         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6652         is bound, since this function requires sendmail.
6653
6654 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * registry.el (registry-usage-test): Disable pruning test.
6657
6658 2011-05-11  David Engster  <dengste@eml.cc>
6659
6660         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6661         Bind set-network-process-option for XEmacs.
6662
6663 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6664
6665         * registry.el (registry-prune-hard-candidates)
6666         (registry-prune-soft-candidates): Helper methods for registry pruning.
6667         (registry-prune): Use them.  Make the sort function optional.
6668
6669 2011-05-10  Jim Meyering  <meyering@redhat.com>
6670
6671         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6672
6673 2011-05-10  Julien Danjou  <julien@danjou.info>
6674
6675         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6676         symbol and not a list.
6677
6678 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-art.el (gnus-article-mode): Move binding of
6681         shr-put-image-function here from gnus-article-prepare-display.
6682
6683         * shr.el (shr-put-image-function): New variable.
6684         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6685         (shr-put-image): Return scaled image.
6686
6687         * gnus-art.el (gnus-shr-put-image): New function.
6688         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6689
6690         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6691         original ones, as deletable.
6692
6693 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6694
6695         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6696
6697 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6698
6699         * registry.el (registry-full): Add convenience method.  Fix logic.
6700         (registry-insert): Use it.  Fix logic here too.
6701
6702         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6703         `registry-prune' if `registry-full' returns t.
6704         (gnus-registry-handle-action)
6705         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6706         (gnus-registry-usage-test): Use it.
6707
6708 2011-05-07  Julien Danjou  <julien@danjou.info>
6709
6710         * shr.el (shr-link): Make shr-link inherit from link by default.
6711
6712 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6713
6714         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6715
6716 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6717
6718         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6719         error out because the face is not a list.
6720
6721 2011-05-05  Glenn Morris  <rgm@gnu.org>
6722
6723         * proto-stream.el (gnutls-negotiate): Fix declarations.
6724
6725         * gnus-start.el (gnus-propagate-marks): Declare.
6726
6727 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * registry.el (registry-reindex): Fix percentage message.
6730
6731         * proto-stream.el (network-stream-open-starttls): Adjust to call
6732         `gnutls-negotiate' with :process and :hostname arguments.
6733
6734 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6735
6736         * shr.el: Add shr-link face for links.
6737         (shr-urlify): Use it.
6738
6739         * registry.el (registry-insert): Make error message more helpful.
6740
6741 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * gnus-html.el (gnus-html-schedule-image-fetching):
6744         Use url-queue-retrieve, if it exists.
6745
6746         * shr.el (shr-tag-img): Ditto.
6747
6748         * gnus.el: Autoload more gnus-agent functions.
6749
6750         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6751         agent if we haven't already (bug#8502).
6752
6753         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6754         into the Agent, too.
6755
6756         * gnus-agent.el (gnus-agent-store-article): New function.
6757
6758         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6759         and moved from that file for reuse.
6760
6761         * pop3.el (pop3-open-server): Error messages are "-ERR".
6762
6763 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764
6765         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6766         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6767
6768 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6769
6770         * gnus.el: No Gnus v0.17 is released.
6771
6772 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6773
6774         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6775         buffer has moved to a different frame.
6776
6777 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6780         to get the conversion from unibyte to multibyte buffers to work on
6781         Emacs 22.
6782
6783         * nntp.el (nntp-request-article): Slight clean-up.
6784
6785 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * shr.el (shr-strike-through): New face.
6788         (shr-tag-s): Use it to provide <s> support.
6789         (shr-tag-s): Remove duplicate definition.
6790
6791 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6794         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6795
6796 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6799         `gnutls-negotiate'.
6800         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6801
6802 2011-04-23  Glenn Morris  <rgm@gnu.org>
6803
6804         * gnus-sum.el (gnus-extra-headers): Bump :version.
6805
6806 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * shr.el (shr-tag-sup): New function.
6809         (shr-tag-sub): Ditto.
6810
6811 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6814         for the case where `gnus-registry-ignored-groups' is a list of lists,
6815         and don't call `gnus-parameter-registry-ignore' otherwise.
6816
6817 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         * nnimap.el (nnimap-user): New backend variable.
6820         (nnimap-open-connection-1): Use it.
6821         (nnimap-credentials): Accept user parameter so it's explicit what user
6822         name is desired.
6823
6824         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6825         default.
6826
6827         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6828         not gnus-registry.el.
6829
6830         * gnus-registry.el: Mention in comments how to modify
6831         `gnus-extra-headers' for proper recipient tracking and that it may
6832         already have To and Cc recently, which it does as of this commit.
6833         (gnus-registry-ignored-groups): Remove defcustom.
6834         Explain why in comments.
6835         (gnus-registry-action): Fix data-header reference to use the extra
6836         headers.  Explain in package commentary how to add To and Cc headers to
6837         the gnus-extra-headers.
6838         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6839         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6840         parameter list or a string list in `gnus-registry-ignored-groups'.
6841         Fix logic error.
6842
6843 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * shr.el (shr-expand-url): Protect against null urls.
6846
6847 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * shr.el (shr-base): New binding.
6850         (shr-tag-base): Keep track of <base>.
6851         (shr-expand-url): New function used throughout.
6852
6853 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6854
6855         * gnus-registry.el
6856         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6857         (gnus-registry-ignored-groups): New variable.
6858         (gnus-registry-ignore-group-p): Use it.
6859         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6860         set the destination group to nil (same as delete) if it's ignored.
6861
6862 2011-04-20  David Engster  <dengste@eml.cc>
6863
6864         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6865
6866         * Makefile.in (test-nntp): New rule.
6867         (check): Add it.
6868         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6869
6870 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-registry.el (gnus-registry-action)
6873         (gnus-registry-fetch-header-fast):
6874         Don't use mail-header that looks an internal function of mailheader.el.
6875
6876 2011-04-19  Glenn Morris  <rgm@gnu.org>
6877
6878         * time-date.el (time-to-days): Remove unused local variables.
6879
6880 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * gnus-registry.el: Eliminate cl functions.
6883         (gnus-registry-sort-addresses): New function that replaces mapcan.
6884         (gnus-registry-action, gnus-registry-spool-action)
6885         (gnus-registry-split-fancy-with-parent)
6886         (gnus-registry-fetch-recipients-fast): Use it.
6887         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6888
6889         * registry.el (initialize-instance, registry-lookup)
6890         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6891         (registry-lookup-secondary-value, registry-search, registry-delete)
6892         (registry-insert, registry-reindex, registry-size, registry-prune):
6893         Use eval-and-compile.
6894
6895 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * registry.el (registry-reindex): New method to recreate the secondary
6898         registry indices.
6899
6900         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6901         tracked field changes.
6902         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6903         (gnus-registry-action, gnus-registry-spool-action)
6904         (gnus-registry-handle-action)
6905         (gnus-registry--split-fancy-with-parent-internal)
6906         (gnus-registry-split-fancy-with-parent)
6907         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6908         move, and delete actions, and for fancy splitting with parent.
6909         (gnus-registry-extract-addresses)
6910         (gnus-registry-fetch-recipients-fast)
6911         (gnus-registry-fetch-header-fast): Convenience functions.
6912         (gnus-registry-misc-test): ERT test of
6913         `gnus-registry-extract-addresses'.
6914
6915 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6916
6917         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6918         Track by subject first, then sender.
6919
6920 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6923
6924         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6925         Lisp.
6926
6927         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6928         (gnus-draft-send): Use it to avoid popping
6929         up frames from gnus-group-send-queue.
6930
6931 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * gnus-registry.el: Updated gnus-registry docs.
6934
6935 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6938         Fix logic bug.
6939         (gnus-registry-post-process-groups): Fix logging of no results and
6940         quote sender and subject.
6941
6942 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6945         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6946         gnutls-cli are too slow to be done opportunistically.
6947
6948         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6949         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6950         we had no early-data returned.
6951         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6952         two async commands to the same server at the same time.
6953
6954 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6955
6956         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6957
6958 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959
6960         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6961         "warning" level.
6962
6963         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6964         (mm-url-insert-file-contents): Don't set the package names.
6965
6966 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6967
6968         * gnus-registry.el (gnus-registry-action): Remove properties and
6969         simplify subject in `gnus-registry-handle-action'.
6970         (gnus-registry-spool-action): Get subject and sender from message if
6971         they are not passed in.
6972         (gnus-registry-handle-action): Remove properties and simplify subject
6973         consistently.
6974
6975 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6976
6977         * registry.el: Require CL before using defmacro*.
6978
6979 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-art.el (article-treat-date): Assume that
6982         gnus-article-date-headers may be a group parameter.
6983
6984 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6985
6986         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6987
6988         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6989         interactively so the newsrc file can contain foreign groups too.
6990         Useful for debugging but not much for users.
6991
6992 2011-04-07  David Engster  <dengste@eml.cc>
6993
6994         * registry.el (registry-usage-test): Only do
6995         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6996         lexical binding.
6997
6998 2011-04-07  David Engster  <dengste@eml.cc>
6999
7000         * Makefile.in (check, test-registry): New rules for test-suite.
7001
7002 2011-04-06  David Engster  <dengste@eml.cc>
7003
7004         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7005         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7006
7007 2011-04-06  David Engster  <dengste@eml.cc>
7008
7009         * registry.el (initialize-instance): Change :after to :AFTER to be
7010         compatible with old EIEIO version in XEmacs.
7011
7012 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7013
7014         * gnus-registry.el (gnus-registry-post-process-groups)
7015         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7016         and provide better messaging.
7017
7018 2011-04-06  David Engster  <dengste@eml.cc>
7019
7020         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7021         errors.
7022
7023         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7024         dgnushack-compile with error-on-warn enabled, and to signal an error if
7025         clean compilation failed.
7026         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7027         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7028
7029 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7032         unconditionally anyway, discarding errors.
7033         (gnus-registry-delete-entries): New convenience function.
7034         (gnus-registry-import-eld): Import from old .eld registry.
7035
7036         * registry.el: Don't use ERT if it's not available.  Load it
7037         unconditionally anyway, discarding errors.
7038
7039         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7040         version from the Claudio Bley GnuTLS patch (extra optional parameters
7041         and host name).
7042
7043 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7046         fixup the parameters that can be customized by the user between
7047         save/read cycles.
7048         (gnus-registry-read): Use it.
7049         (gnus-registry-make-db): Use it.
7050         (gnus-registry-spool-action, gnus-registry-handle-action):
7051         Fix messaging.
7052         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7053         Map references to actual group names with sender and subject tracking.
7054         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7055         (gnus-registry-usage-test): Add subject lookup test.
7056
7057         * registry.el (registry-db, initialize-instance): Set up constructor
7058         instead of :initform arguments for the sake of older Emacsen.
7059         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7060         pre-lexbind merge bug.
7061         (registry-usage-test): Use it.
7062         (initialize-instance, registry-db): Move the non-function initforms
7063         back to the class definition.
7064
7065 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7066
7067         * registry.el: New library to manage gnus-registry-style data.
7068
7069         * gnus-registry.el: Use it (major rewrite).
7070
7071         * nnregistry.el: Use it.
7072
7073         * spam.el: Use it.
7074
7075 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7078         marks on non-selected articles.
7079
7080 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7081
7082         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7083         parameter to open-protocol-stream.
7084
7085 2011-04-01  Julien Danjou  <julien@danjou.info>
7086
7087         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7088         fundamental-mode.
7089
7090 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7093         servers.
7094
7095 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7098         made marks not propagate, again.
7099
7100 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7101
7102         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7103         Make this the default type.
7104         (proto-stream-open-plain): Rename from proto-stream-open-default.
7105         (open-protocol-stream, proto-stream-open-starttls)
7106         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7107         with `plain'.
7108
7109         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7110         value.
7111
7112         * nntp.el (nntp-open-connection-function): Document the fact that some
7113         values are not functions but are instead handled specially.
7114         Recognize nntp-open-plain-stream value.
7115         (nntp-open-connection): Recognize that value.
7116
7117 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7120         where it seems to be needed.
7121
7122 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7125         stuff.
7126
7127         * gnus-score.el (gnus-score-string): Fix calling convention of
7128         `gnus-simplify-buffer-fuzzy' after last patches.
7129
7130         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7131         server for articles we didn't get any headers for.  This is a sanity
7132         check.
7133
7134 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7135
7136         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7137         new CAPABILITY, use it.
7138
7139 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7142         downloading anything.
7143
7144         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7145
7146 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7147
7148         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7149         colors.
7150         (gnus-splash-svg-color-symbols): New function.
7151
7152 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7155         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7156         (gnus-simplify-subject-fuzzy): Use the local
7157         gnus-simplify-subject-fuzzy-regex instead of the global one.
7158         This makes using this variable in group parameters work.
7159
7160 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * gnus-registry.el (gnus-registry-unfollowed-groups):
7163         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7164         archive:sent-YYYY-MM-DD groups).
7165         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7166         tracking if there are more than `gnus-registry-max-track-groups'
7167         matches.
7168
7169 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7170
7171         * message.el (message--yank-original-internal): New function to do the
7172         insertion cleanly inside eval in `message-yank-original'.
7173         (message-yank-original): Use it.
7174
7175 2011-03-29  Julien Danjou  <julien@danjou.info>
7176
7177         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7178         local variables disabled rather than `normal-mode'.
7179
7180 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7181
7182         * imap.el (imap-shell-open, imap-process-connection-type):
7183         Use imap-process-connection-type for 'shell' streams as well as
7184         Kerberos, SSL, other subprocesses.
7185
7186 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7187
7188         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7189         with open-network-stream.
7190         (proto-stream-always-use-starttls): Option removed.
7191         (open-protocol-stream): Return a process object by default.  Provide a
7192         new parameter :return-list specifying a list-type return value, which
7193         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7194         :type `network' to `try-starttls', and `network-only' to `default'.
7195         Make `default' the default, for compatibility with open-network-stream.
7196         Handle the no-parameter case exactly as open-network-stream, with no
7197         additional stream processing.  Search plists using plist-get.
7198         Explicitly add :end-of-commend parameter if it is missing.
7199         (proto-stream-open-default): Rename from
7200         proto-stream-open-network-only.  Return 'default as the type.
7201         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7202         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7203         failed.  Always return a list with a (possibly dead) process as the
7204         first element, for compatibility with open-network-stream.
7205         (proto-stream-open-tls): Use plist-get.  Always return a list.
7206         (proto-stream-open-shell): Return `default' as connection type.
7207         (proto-stream-capability-open): Use plist-get.
7208         (proto-stream-eoc): Function deleted.
7209
7210         * nnimap.el (nnimap-stream, nnimap-open-connection)
7211         (nnimap-open-connection-1): Handle renaming of :type parameter for
7212         open-protocol-stream.
7213         (nnimap-open-connection-1): Pass a :return-list parameter
7214         open-protocol-stream to obtain a list return value.  Parse this list
7215         using plist-get.
7216
7217         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7218         for open-protocol-stream.  Accept open-protocol-stream return value
7219         that is a subprocess object instead of a list.  Handle the case of a
7220         dead returned process.
7221
7222 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7223
7224         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7225
7226         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7227
7228 2011-03-21  Julien Danjou  <julien@danjou.info>
7229
7230         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7231         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7232         query.
7233         (mm-inline-text): Render normal text with fontification whenever
7234         possible.
7235
7236         * gnus-sum.el (gnus-summary-save-parts-1):
7237         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7238         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7239         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7240         Use `mm-handle-filename'.
7241
7242         * mm-util.el (mm-handle-filename): New function, return the filename of
7243         an handle.
7244
7245 2011-03-18  Julien Danjou  <julien@danjou.info>
7246
7247         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7248         (gnus-buffer-live-p): Check that buffer is not nil.
7249
7250 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7251
7252         * gnus.el: No Gnus v0.15 is released.
7253
7254 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7257         avoid warning on XEmacs.
7258
7259         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7260         on XEmacs.
7261
7262         * gnus-art.el: Require mouse, which the build bot seems to say is
7263         needed.
7264
7265         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7266
7267         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7268         XEmacs, since it doesn't have url-retrieve-synchronously.
7269
7270         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7271         since assoc-string doesn't exist in XEmacs.
7272
7273 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7274
7275         * gnus-group.el (gnus-group-list-ticked): New function.
7276         (gnus-group-make-menu-bar): Provide a menu entry for it.
7277         (gnus-group-list-map): Provide a binding for it.
7278
7279 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * shr.el (shr-visit-file): New command.
7282
7283         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7284
7285 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7286
7287         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7288         servers.
7289
7290 2011-03-16  Julien Danjou  <julien@danjou.info>
7291
7292         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7293         inline.
7294
7295         * gnus-art.el (article-hide-list-identifiers):
7296         Use gnus-group-get-list-identifiers.
7297
7298         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7299         (gnus-summary-remove-list-identifiers):
7300         Use gnus-group-get-list-identifiers to get regexp.
7301         (gnus-select-newsgroup, gnus-summary-insert-subject)
7302         (gnus-summary-insert-articles):
7303         Call gnus-summary-remove-list-identifiers unconditionally.
7304
7305 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7306
7307         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7308         we're selecting a group with unread articles.
7309
7310         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7311
7312         * gssapi.el: New file separated out from imap.el to provide a general
7313         Kerberos 5 connection facility for Emacs.
7314
7315         * message.el (message-elide-ellipsis): Document the format spec
7316         ellipsis.
7317
7318 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * message.el (message-elide-region): Allow the ellipsis to say how many
7321         lines were removed.
7322
7323 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7326         window configurations containing buffers that are now dead.
7327
7328         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7329         parsing to avoid integer overflows.
7330         (nnimap-parse-flags): Simplify the last change.
7331         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7332         too large for 32-bit Emacsen.
7333
7334 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7335
7336         * auth-source.el (auth-source-netrc-create):
7337         * message.el (message-yank-original): Fix use of `case'.
7338
7339 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7340
7341         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7342         XEmacs, which was one character too wide.
7343
7344 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7345
7346         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7347         default number of articles to display.
7348         (gnus-articles-to-read): Use pretty names for prompt.
7349
7350 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * gnus-int.el (gnus-open-server): Ditto.
7353
7354         * gnus-start.el (gnus-activate-group): Give a backtrace if
7355         debug-on-quit is set and the user hits `C-g'.
7356         (gnus-read-active-file): Ditto.
7357
7358         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7359
7360 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * message.el (message-yank-original): Use cond instead of CL case.
7363
7364 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7365
7366         * auth-source.el (auth-source-netrc-create): Use usual format for the
7367         default in prompts.
7368
7369 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * lpath.el: Fbind read-char-choice for XEmacs.
7372
7373 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7374
7375         * auth-source.el (auth-source-netrc-create): Show the default in the
7376         prompt when prompting for token creation.
7377
7378 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * auth-source.el (auth-source-format-prompt): Always convert the value
7381         to a string to avoid evaluating non-string arguments.
7382         (auth-source-netrc-create): Offer default properly, not as initial
7383         content in `read-string'.
7384         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7385         of line to determine if we've been run before.  If so, don't run again,
7386         but print a trivial message to indicate the cache was hit instead.
7387
7388 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7391         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7392         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7393         Gnus.
7394
7395 2011-03-11  Julien Danjou  <julien@danjou.info>
7396
7397         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7398         modified file".
7399
7400 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7401
7402         * auth-source.el (auth-source-read-char-choice): New function to read a
7403         character choice using `dropdown-list', `read-char-choice', or
7404         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7405         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7406         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7407         (auth-source-netrc-saver): Use it.
7408         (auth-source-pick-first-password): New convenience function.
7409
7410 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7413         parameter in the credentials.
7414         (nnimap-open-connection-1): Use it after a successful login.
7415         (nnimap-credentials): Add IMAP-specific user and password prompt.
7416
7417         * auth-source.el (auth-source-search): Add :require parameter, taking a
7418         list.  Document it and the :save-function return token.  Pass :require
7419         down.  Change the CREATED message from a warning to a debug statement.
7420         (auth-source-search-backends): Pass :require down.
7421         (auth-source-netrc-search): Pass :require down.
7422         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7423         Change save prompt to indicate all modifications saved here are
7424         deletions.
7425         (auth-source-netrc-create): Take user login name as default in user
7426         prompt.  Move all the save functionality to a lexically bound function
7427         under the :save-function token in the returned list.  Set up clearer
7428         default prompts for user, host, port, and secret.
7429         (auth-source-netrc-saver): New function, intended to be wrapped for
7430         :save-function.
7431
7432 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7435         lines to be spaces instead.
7436
7437 2011-03-07  Julien Danjou  <julien@danjou.info>
7438
7439         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7440         (sieve-sasl-auth): Check that auth-source-search did return something,
7441         or just return an empty string.
7442
7443 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7444
7445         * gnus.el (gnus-interactive): Use read-directory-name.
7446
7447         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7448         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7449         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7450         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7451         Likewise.
7452
7453         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7454
7455 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7458         onto the list of killed groups, too.  This makes killed nnimap groups,
7459         for instance, more reliably not reappear.
7460
7461         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7462         the parent.
7463
7464         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7465
7466         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7467         really have server-side marks.
7468
7469         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7470         since most backends do not usefully have server-side marks.
7471         (gnus-update-read-articles): Propagate marks to all backends that
7472         really have server-side marks.
7473
7474 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7475
7476         * message.el (message-cite-reply-position, message-cite-style):
7477         New variables.
7478         (message-yank-original): Use the new citation styles.
7479
7480 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7481
7482         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7483         buffer-local issue); don't mark it buffer-local when running under
7484         XEmacs.
7485
7486 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7487
7488         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7489         numbers too big to be `read'.
7490
7491 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7492
7493         * password-cache.el (password-in-cache-p): Add autoload.
7494
7495         * message.el (message-options): Make buffer-local two ways to attempt
7496         to fix a XEmacs bug.
7497
7498 2011-03-02  Julien Danjou  <julien@danjou.info>
7499
7500         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7501
7502 2011-03-01  Julien Danjou  <julien@danjou.info>
7503
7504         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7505         group.
7506         (article-hide-list-identifiers): Use list-identifier group parameter.
7507
7508 2011-02-28  Julien Danjou  <julien@danjou.info>
7509
7510         * sieve.el (sieve-buffer-script-name): New local variable to store
7511         sieve script name.
7512         (sieve-edit-script): Store sieve script name.
7513         (sieve-upload): Use sieve script name when uploading.
7514         (sieve-upload): Use substitute-command-keys.
7515         (sieve-edit-script): Use substitute-command-keys.
7516         (sieve-refresh-scriptlist): Use substitute-command-keys.
7517         (sieve-manage-mode-map): Define keymap properly.
7518         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7519         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7520         Remove commented code about cvs.
7521         (sieve-manage-quit): New function.
7522         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7523
7524 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7527
7528 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7529
7530         * auth-source.el (auth-source-search): Cache empty result sets.
7531
7532         * password-cache.el (password-in-cache-p): Convenience function to
7533         check if a key is in the cache, even if the value is nil.
7534
7535         * auth-source.el (auth-source-save-behavior): New variable to replace
7536         `auth-source-never-create'.
7537         (auth-source-netrc-create): Use it.
7538         (auth-source-never-save): Remove.
7539
7540 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7541
7542         * nnimap.el (nnimap-stream): Doc fix.
7543         (nnimap-open-connection-1): Reverse the order of the ports to that the
7544         prompted-for port is first.
7545
7546         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7547         retrieval by the no-group selection.
7548
7549         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7550         numerical parameters.
7551
7552 2011-02-25  Julien Danjou  <julien@danjou.info>
7553
7554         * gnus-gravatar.el: Use gnus-with-article-buffer.
7555
7556         * gnus-art.el (gnus-with-article-buffer): Check that the
7557         gnus-article-buffer is alive.
7558
7559 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * auth-source.el (auth-source-creation-prompts): New variable to manage
7562         creation-time prompts.
7563         (auth-source-search): Document it.
7564         (auth-source-format-prompt): Add utility function.
7565         (auth-source-netrc-create): Don't default the user name to
7566         user-login-name.  Use `auth-source-creation-prompts' and some default
7567         prompts for user, host, port, and password (the default generic prompt
7568         remains ugly).
7569         (auth-source-never-save): Add customizable option to never save info.
7570         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7571         mode excursion.
7572
7573 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7576         argument that XEmacs doesn't support.
7577
7578         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7579         compiled for Emacsen having no `libxml-parse-html-region' support.
7580
7581         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7582
7583         * lpath.el: Bind buffer-save-without-query for XEmacs.
7584
7585 2011-02-23  Julien Danjou  <julien@danjou.info>
7586
7587         * gnus-art.el (article-make-date-line): Ignore errors if time is
7588         invalid and not convertible.
7589         (article-make-date-line): Only add lapsed time if time is not nil.
7590
7591 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7592
7593         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7594         `read-char-choice' for backwards compatibility.
7595         (auth-source-netrc-element-or-first): New function to DTRT for
7596         parameter extraction.
7597         (auth-source-netrc-create): Use it and fix multiple parameter print
7598         bug.  Use the default passed from above (given-default) or the
7599         built-in (user-login-name for :user).
7600
7601 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7602
7603         * gnus-start.el (gnus-dribble-read-file):
7604         Set buffer-save-without-query, since we always want to save the dribble
7605         file, probably.
7606
7607         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7608         nnimap.
7609
7610         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7611         -summary- since it's a user-visible variable.
7612
7613         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7614         first time you use the new Gnus.
7615
7616 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7617
7618         * auth-source.el: Don't load netrc.el.
7619         (auth-sources): Search ~/.netrc as well by default.
7620         (auth-source-debug): Add 'trivia option for extra output.
7621         (auth-source-do-trivia): Use it.
7622         (auth-source-search): Simplify logic to use
7623         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7624         appropriate.  Don't keep a running count at this level.  Layer :create
7625         and :delete options appropriately on the first and second passes.
7626         Don't track the backend with the search results.
7627         (auth-source-search-backends): New function to search a list of
7628         backends for a processed spec.
7629         (auth-source-netrc-parse): Cache all netrc files, making
7630         auth-source-netrc-cache an alist keyed by the file name and using the
7631         file mtime as the caching criterion.  Keep the obfuscated data secret
7632         with a lexical bind.
7633         (auth-source-netrc-search): Don't calculate the length of the results
7634         unnecessarily.
7635         (auth-source-search-backends): Fix bug.
7636         (auth-source-netrc-create): Rework prompts.
7637
7638 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7639
7640         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7641         Lower case names of search constraints.
7642         (nnir-run-query): Cache and reuse search constraints for all imap
7643         servers.
7644
7645 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7646
7647         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7648         after exit.
7649         (gnus-setup-message): Define missing variable from last checkin.
7650
7651         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7652         value, show the raw article.
7653
7654 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7655
7656         * gnus.el: No Gnus v0.13 is released.
7657
7658 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7659
7660         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7661         auth-source now accepts numbers.
7662
7663         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7664         spec, too.
7665         (auth-source-ensure-strings): New function.
7666
7667         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7668         (gnus-article-setup-buffer): Always restart the date timer so that user
7669         changes to the frequency is respected.
7670
7671         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7672         port numbers, so make sure it gets that if nnimap-server-port is
7673         explicit.
7674
7675 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7676
7677         * nnimap.el (nnimap-inbox): Doc fix.
7678
7679 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7680
7681         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7682         Autoload.  Add optional arg FRAME, and pass it to color-values.
7683         (color-complement): Caller changed.  Doc fix.
7684         (color-gradient): Rewrite for better clarity and efficiency.
7685
7686 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7687
7688         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7689         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7690         color-lab-to-srgb.
7691
7692 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7693
7694         * color.el: First part of merge from hexrgb.el.
7695         (color-rgb-to-hex): Rename from color-rgb->hex.
7696         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7697         saturation to zero if the value is too small.
7698         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7699         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7700         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7701         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7702         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7703         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7704         (color-cie-de2000): Doc fix.
7705
7706 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7707
7708         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7709         given method as in the group name if we're using an extended method.
7710         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7711         command, if we're using that, instead of waiting for the beginning.
7712
7713         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7714         we're sure to get unique server names, and we don't output two async
7715         commands in the same buffer.  This fixes an NNTP hang for some users.
7716
7717 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7718
7719         * gnus.el: No Gnus v0.11 is released.
7720
7721 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7722
7723         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7724         summary buffer before reading going to the next buffer.  This avoids
7725         putting the point in the group buffer if you `C-g' the command.
7726
7727         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7728         cache (for now) to make ~/.authinfo.gpg files usable.
7729
7730         * nnfolder.el (copyright-update): Define for the compiler.
7731
7732         * auth-source.el (auth-source-search): Fix unbound variable.
7733
7734 2011-02-19  Glenn Morris  <rgm@gnu.org>
7735
7736         * gnus.el (gnus-meta): Doc fix.
7737
7738 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7739
7740         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7741         in case it's not yet loaded.
7742
7743 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7744
7745         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7746         line we're waiting for.
7747
7748 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7749
7750         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7751         face with line-width greater than zero will cause RET in gnus summary
7752         buffer to scroll down article page-wise because auto vscroll happens,
7753         it should be temporally disabled when doing a scroll-up.
7754
7755 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7756
7757         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7758         outputs from the server.
7759
7760 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7761
7762         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7763         later so that bbdb can hook in easier.
7764
7765 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7766
7767         * auth-source.el (auth-source-search): Don't try to create credentials
7768         if the caller doesn't want that.
7769         (auth-source-search): If we don't find a match, don't bug out on
7770         non-bound variables.
7771         (auth-source-search): Only ask a single backend to create the
7772         credentials.
7773
7774         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7775         logging.
7776         (nnimap-credentials): Protect against auth-source-search returning nil.
7777         (nnimap-request-list): Protect against not being able to open the
7778         server.
7779
7780 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7781
7782         * auth-source.el (auth-source-search): Do a two-phase search, one with
7783         no :create to get the responses from all backends.
7784
7785         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7786         when getting credentials.
7787
7788         * gnus-util.el (gnus-delete-duplicates): New function.
7789
7790 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7791
7792         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7793         a creation default, pass the whole port list down.  It will be
7794         completed.
7795
7796         * auth-source.el (auth-source-search): Updated docs to talk about
7797         multiple creation choices.
7798         (auth-source-netrc-create): Accept a list as a value (from the search
7799         parameters) and do completion on that list.  Keep a separate netrc line
7800         with the password obscured for showing the user.
7801
7802         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7803         first choice to `auth-source-search' so it will be used for entry
7804         creation instead of the server's Gnus-specific name.
7805         (nnimap-credentials): Rely on the auth-source library to select which
7806         port is actually wanted in the new netrc entry, so don't override
7807         `auth-source-creation-defaults'.
7808
7809         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7810         :protocol and accept a missing user, host, or port as a wildcard match.
7811         (auth-source-debug): Default to off.
7812
7813         (auth-source-netrc-search, auth-source-netrc-create)
7814         (auth-source-secrets-search, auth-source-secrets-create)
7815         (auth-source-user-or-password, auth-source-backend, auth-sources)
7816         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7817         instead of :protocol.
7818
7819         * nnimap.el (nnimap-credentials): Pass a port default to
7820         `auth-source-search' in case an entry needs to be created.
7821         (nnimap-open-connection-1): Use :port instead of :protocol.
7822
7823 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * auth-source.el: Bind load-path when loading EIEIO from
7826         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7827         21.4 doesn't support, to `require'.
7828         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7829         delete-dups that is not available in XEmacs 21.4.
7830
7831 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7832
7833         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7834         as EIEIO must also be loaded when auth-source.el is being
7835         byte-compiled.
7836
7837 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7840
7841         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7842
7843         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7844
7845         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7846
7847         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7848
7849         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7850
7851         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7852
7853         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7854         necessary.
7855
7856 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7857
7858         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7859         nil means that nnimap doesn't get updated.
7860
7861 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7864         result when the user doesn't want to write to the file.
7865         (auth-source-netrc-search): Expect a synthetic result and proceed
7866         accordingly.
7867         (auth-source-cache-expiry): New variable to override
7868         `password-cache-expiry'.
7869         (auth-source-remember): Use it.
7870
7871         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7872         parameter.  Create entry if necessary by using :create t.
7873         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7874
7875 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * auth-source.el (auth-source-debug): Enable by default and don't
7878         mention the obsolete `auth-source-hide-passwords'.
7879         (auth-source-do-warn): New function to debug unconditionally.
7880         (auth-source-do-debug): Use it.
7881         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7882         and for Secrets API entries when the secrets.el library is not
7883         available.
7884
7885 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7886
7887         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7888         (gnus-summary-exit): Kill the correct article buffer on exit from a
7889         `C-d' group.
7890
7891         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7892         gnus-propagate-marks.
7893
7894         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7895         before killing the buffers so that a non-full window conf gets handled
7896         correctly.
7897         (gnus-summary-exit): Ditto.
7898         (gnus-summary-read-group-1): Ditto.
7899
7900         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7901         async code again so that we can debug it properly.
7902
7903         * message.el (message-reply): Take an optional switch-buffer parameter
7904         so that Gnus window confs are respected better.
7905
7906 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7907
7908         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7909         `plist-get' to accept non-list parameters (XEmacs issue).
7910         Fix docstring.
7911         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7912         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7913         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7914         Login collection is "Login" and not "login".
7915
7916 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7917
7918         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7919         multiple headers.
7920
7921         * nnimap.el (nnimap-inhibit-logging): New variable.
7922         (nnimap-log-command): Don't log login commands.
7923
7924         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7925         to have more parameters.
7926
7927         * nnimap.el (nnimap-send-command): Mark the command time for each
7928         command, so that we don't get NOOPs stepping on our toes.
7929
7930         * gnus-art.el (article-date-ut): Get the date from the Date header on
7931         `t'.
7932
7933 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * auth-source.el (auth-source-search): Use copy-sequence instead of
7936         the cl.el copy-list.
7937
7938 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7939
7940         * imap.el: Bring it back (revert
7941         84d800cd31de3064f0ed39617d725709a2f8f42f).
7942
7943 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7944
7945         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7946         Improve prompt.
7947
7948 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7949
7950         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7951         washing status from the default format.  It isn't very informative.
7952
7953 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7954
7955         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7956         Fix Gcc processing on imap.
7957
7958 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * imap.el: Remove file.  All the functionality is in nnimap.el.
7961
7962 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7963
7964         * message.el (message-bury): Don't pop up a new window when selected
7965         window is dedicated.
7966
7967 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7968
7969         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7970
7971 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7972
7973         * sieve-manage.el: Autoload `auth-source-search'.
7974         (sieve-sasl-auth): Use it.
7975
7976 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7977
7978         * nnimap.el: Autoload `auth-source-forget+'.
7979         (nnimap-open-connection-1): Use it if the connection fails.
7980
7981         * auth-source.el: Require `password-cache'.
7982         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7983         obsolete.
7984         (auth-source-magic): Marker for `password-cache' keys.
7985         (auth-source-do-cache): Update docstring.
7986         (auth-source-search): Use and check cache.
7987         (auth-source-forget-all-cached, auth-source-remember)
7988         (auth-source-recall, auth-source-forget, auth-source-forget+)
7989         (auth-source-specmatchp): Caching support functions.
7990         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7991         Remove and obsolete.
7992         (auth-source-user-or-password): Remove caching to further discourage
7993         using it.  Always hide passwords.
7994
7995         * password-cache.el (password-cache-remove): Accept secrets that are
7996         not strings.
7997
7998 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7999
8000         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8001         code for now, since it doesn't work for all users.
8002
8003 2011-02-09  Julien Danjou  <julien@danjou.info>
8004
8005         * message.el (message-options): Make message-options really buffer
8006         local.
8007
8008 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         * mail-source.el: Autoload `auth-source-search'.
8011         (mail-source-keyword-map): Note order matters.
8012         (mail-source-set-1): Get all the mail-source source values and
8013         defaults and search auth-source on those if needed.  This can all
8014         probably be simplified.
8015
8016         * nnimap.el: Autoload `auth-source-search'.
8017         (nnimap-credentials): Use it.
8018         (nnimap-open-connection-1): Ask for the virtual server and physical
8019         address in one shot.
8020
8021         * nntp.el: Autoload `auth-source-search'.
8022         (nntp-send-authinfo): Use it.  Note TODO.
8023
8024 2011-02-08  Julien Danjou  <julien@danjou.info>
8025
8026         * shr.el (shr-tag-body): Add support for text attribute in body
8027         markups.
8028
8029         * message.el (message-options): Make message-options a local variable.
8030
8031 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * auth-source.el (auth-source-secrets-search)
8034         (auth-source-user-or-password): Use `append' instead of `nconc'.
8035         (auth-source-user-or-password): Build return list better and protect
8036         against nil :secret.
8037
8038 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8039
8040         * nnimap.el (nnimap-update-info): Refactor slightly.
8041         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8042         (nnimap-update-info): Clean up slightly.
8043         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8044         characters.
8045         (nnimap-process-quirk): Rename function to avoid collision.
8046         (nnimap-update-info): Fix macrology bug-out.
8047         (nnimap-update-info): Simplify split history test.
8048
8049 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8050
8051         * auth-source.el (top): Require 'eieio unconditionally.
8052         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8053         (auth-source-secrets-search): Limit search when `max' is greater than
8054         number of results.
8055
8056 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8057
8058         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8059         part not returning any data.
8060
8061         * proto-stream.el (open-protocol-stream): Document the return value.
8062
8063 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8064
8065         * auth-source.el (auth-source-secrets-search): Add examples.
8066
8067 2011-02-06  Julien Danjou  <julien@danjou.info>
8068
8069         * message.el (message-setup-1): Handle message-generate-headers-first
8070         set to t.
8071
8072 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8073
8074         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8075         API with a string "secrets:collection-name" and with 'default.
8076         (auth-source-backend-parse): Parse "secrets:collection-name" and
8077         'default.  Recurse on parses instead of repeating code.  Use the
8078         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8079         message when ignoring a source.
8080         (auth-source-search): List ignored search keys at the top level.
8081         (auth-source-netrc-create): Use `case' instead of `cond'.
8082         (auth-source-secrets-search): Created with TODOs.
8083         (auth-source-secrets-create): Created with TODOs.
8084         (auth-source-retrieve, auth-source-create, auth-source-delete)
8085         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8086         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8087         (auth-source-user-or-password-sftp)
8088         (auth-source-user-or-password-smtp): Remove.
8089         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8090         around `auth-source-search'.  Not tested thoroughly.
8091
8092 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * auth-source.el: Bring in assoc and eioeio libraries.
8095         (secrets-enabled): New variable to track the status of the Secrets API.
8096         (auth-source-backend): New EIOEIO class to represent a backend.
8097         (auth-source-creation-defaults): New variable to set prompt defaults
8098         during token creation (see the `auth-source-search' docstring for
8099         details).
8100         (auth-sources): Simplify to allow a simple string as a netrc backend
8101         spec.
8102         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8103         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8104         (auth-source-search): Main auth-source API entry point.
8105         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8106         (auth-source-search-collection): Helper function for searching.
8107         (auth-source-netrc-parse, auth-source-netrc-normalize)
8108         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8109         Supports search, create, and delete.
8110         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8111         backend stubs.
8112         (auth-source-user-or-password): Call `auth-source-search' but it's not
8113         ready yet.
8114
8115 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8116
8117         * message.el (message-setup-1): Remove the read-only stuff, since it
8118         doesn't work under XEmacs, for some reason.
8119
8120         * gnus-sum.el (gnus-user-date): Rename back from
8121         gnus-summary-user-date since user code refers to it.
8122
8123         * shr.el (shr-render-td): Store the actual background color used.
8124
8125         * message.el (message-setup-1): Don't bind the constant
8126         -forbidden-properties.
8127         (message-setup-1): Revert previous change, since it needs to bind the
8128         props to insert them.
8129         (message-resend): Allow removing the read-only separator line.
8130
8131 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8132
8133         * nnimap.el (nnimap-request-accept-article): Give an error message if
8134         the APPEND wasn't successful.
8135
8136 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8137
8138         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8139         that have no groups.
8140
8141 2011-02-03  Julien Danjou  <julien@danjou.info>
8142
8143         * gnus-draft.el: Remove progn around gnus-draft-setup.
8144
8145 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus-start.el (gnus-read-active-for-groups): This function is never
8148         called with a nil `infos', so clean that up.
8149         (gnus-get-unread-articles): Request active files from primary/secondary
8150         methods that have no groups (yet).
8151
8152 2011-02-03  Julien Danjou  <julien@danjou.info>
8153
8154         * message.el (message-setup-1): Always generate References first.
8155         (message-mail): Return the return value of message-setup, not always t.
8156         (message-setup-1): Insert mail-header-separator with read-only and
8157         intangible properties set.
8158
8159         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8160         user-date in docstring.
8161
8162         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8163
8164         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8165         docstring.
8166
8167         * gnus.el (gnus-user-date-format-alist): Change default value.
8168         Use defcustom, with type and group.  Move from gnus-util.el.
8169         Rename to gnus-summary-user-date-format-alist.
8170
8171 2011-02-03  Glenn Morris  <rgm@gnu.org>
8172
8173         * nnimap.el (gnus-fetch-headers): Declare.
8174
8175         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8176
8177 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8178
8179         * message.el (message-forward-make-body-digest-plain)
8180         (message-followup, message-reply): Clean up things noted by Stefan.
8181
8182         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8183         gnus-article-update-date-headers is nil.
8184         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8185         it didn't really work with defcustom.
8186         (article-update-date-lapsed): Make sure the window start doesn't move,
8187         either.
8188
8189 2011-02-01  Julien Danjou  <julien@danjou.info>
8190
8191         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8192         format.
8193
8194         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8195         standard in Emacs nowadays.
8196
8197         * color.el (color-gradient): Add a color-gradient function.
8198
8199 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8200
8201         * message.el (message-expand-name): Don't trust the return value of
8202         bbdb-complete-name.
8203         (message-check-news-header-syntax): Remove unused var `start'.
8204         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8205         (message-inhibit-body-encoding): Move to before first use.
8206         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8207         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8208         (Organization, Message-ID, Date, mh-previous-window-config):
8209         Defvar the vars using dynamic scoping.
8210
8211 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8212
8213         * shr.el (shr-render-td): Only do colors at the final rendering.
8214         Should be slightly faster.
8215         (shr-insert-table): Fix up TD background colors when doing the
8216         vertical padding.
8217
8218         * gnus-art.el (article-date-ut): Protect against articles with no Date
8219         header.
8220         (article-update-date-lapsed): Don't use current-column to find the
8221         horizontal position.  It's fragile in the presence of \003 characters.
8222
8223         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8224
8225 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8226
8227         * gnus-art.el (article-transform-date): Rewrite to still work when
8228         there are several rfc2822 parts.
8229         (article-transform-date): Fix infinite recursion.
8230         (article-date-ut): Replace infinitely many Date headers with a single
8231         one when called interactively.
8232
8233         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8234         secure manner.
8235
8236         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8237         move around by not using save-window-excursion.  It seems to work...
8238
8239 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-art.el (article-make-date-line): Work for user-defined format.
8242
8243 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8244
8245         * nntp.el (nntp-retrieve-group-data-early)
8246         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8247         fetching functions.
8248
8249         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8250         thoroughly for all backends that have no known groups.  This should
8251         allow new nnml methods to retrieve mail.
8252
8253         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8254         that Gnus doesn't know exists again.
8255
8256         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8257         (gnus-treat-date-ut): Ditto.
8258         (gnus-article-update-date-header): Rename.
8259         (gnus-treat-date-local): Remove.
8260         (gnus-treat-date-english): Remove.
8261         (gnus-treat-date-lapsed): Remove.
8262         (gnus-treat-date-combined-lapsed): Remove.
8263         (gnus-treat-date-original): Remove.
8264         (gnus-treat-date-iso8601): Remove.
8265         (gnus-treat-date-user-defined): Remove.
8266         (gnus-article-date-headers): New variable to control all the date
8267         header options.
8268         (article-date-ut): Rewrite to allow using the new way to format date
8269         headers(s).
8270
8271 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8272
8273         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8274         method.
8275         (nnmail-article-group): A better test for fanciness.
8276
8277         * nnimap.el (nnimap-request-head): Protect against not finding the
8278         article by Message-ID.
8279
8280 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8283         keep point at the "same place".
8284
8285 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8288         data if the group is inactive.
8289
8290 2011-01-28  Julien Danjou  <julien@danjou.info>
8291
8292         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8293         (gnus-all-windows-visible-p): Remove old compatibility code.
8294         (gnus-window-top-edge): Add docstring.
8295
8296         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8297
8298 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8299
8300         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8301         older request-update-info.
8302
8303         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8304
8305 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8306
8307         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8308         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8309
8310 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8313         groups.  This makes the nndraft:queue group pop up if it's not already
8314         there.
8315
8316         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8317         messages" logic, which was reversed.
8318
8319         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8320         the "same place" even if point is on the line being replaced.
8321         (article-update-date-lapsed): Allow updating both the combined lapsed
8322         and the lapsed headers.
8323         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8324         (article-make-date-line): Limit the number of segments dynamically to
8325         avoid too-long lines.
8326
8327 2011-01-27  Julien Danjou  <julien@danjou.info>
8328
8329         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8330         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8331
8332 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8335         Use plist-get instead of the cl function getf.
8336
8337 2011-01-27  Glenn Morris  <rgm@gnu.org>
8338
8339         * gnus-util.el (float-time): Get rid of compiler warning, again.
8340
8341 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8342
8343         * shr.el (shr-put-color): Special-case background colors: Do put them
8344         at the blank parts at the front of the lines.
8345
8346         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8347         exit hook to nix out all data on readedness on group exit.
8348
8349         * gnus-util.el (float-time): If float-time is bound, always use it on
8350         all Emacsen.  It's unclear why the subrp check was there.
8351         (time-date): Require to make some autoload issues on XEmacs go away.
8352
8353         * shr.el (shr-put-color): Don't do the box padding in tables, since
8354         they're already padded.
8355
8356 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8357
8358         * gnus-art.el (gnus-article-next-page): When the last line of the
8359         article is displayed, scroll down once more instead of going to the
8360         next article at once.
8361         (article-lapsed-string): Refactor out and allow specifying how many
8362         segments you want.
8363         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8364         (gnus-article-update-lapsed-header): New variable.
8365
8366         * shr.el: Revert change that made headings use different-sized faces.
8367         The Emacs display engine isn't advanced enough that, for instance,
8368         tables can comfortably use differently-sized faces.
8369
8370 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8371
8372         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8373         used.
8374         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8375         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8376         we're using an encrypted connection.
8377
8378         * proto-stream.el: Alter the interface functions to also return the
8379         actual stream type used: network or tls.
8380
8381 2011-01-25  Julien Danjou  <julien@danjou.info>
8382
8383         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8384         (mm-display-javascript-inline): New function.
8385
8386         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8387         viewing function.
8388
8389 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * shr.el (shr-expand-newlines): Fix variable name.
8392
8393 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8394
8395         * shr.el (shr-expand-newlines): Make nested boxes work.
8396
8397 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8398
8399         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8400         backgrounds.
8401         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8402         in a more sensible manner.
8403
8404 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8405
8406         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8407         if EPG is loaded.
8408
8409 2011-01-24  Julien Danjou  <julien@danjou.info>
8410
8411         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8412         tags.
8413
8414 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8415
8416         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8417         commands.
8418
8419         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8420         in the article buffer.
8421         (gnus-gravatar-insert): Use blank space from the current buffer to
8422         avoid breaking text properties.  This makes X-Sent updating work again.
8423
8424         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8425
8426 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8427
8428         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8429         fix the bug in url-http.el instead.
8430
8431         * shr.el (shr-image-fetched): Ditto.
8432
8433         * shr.el (shr-image-fetched): Avoid having point move in the article
8434         buffer.
8435
8436         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8437         buffer after being called.  It's apparently being killed by url.el, and
8438         killing it made point move to end-of-buffer in a random buffer.
8439
8440         * shr.el (shr-image-fetched): Ditto.
8441
8442 2011-01-23  Julien Danjou  <julien@danjou.info>
8443
8444         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8445
8446         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8447         text/x-org.
8448
8449 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8450
8451         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8452         (i.e., nnimap) returning nil as the article number.
8453
8454 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8455
8456         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8457         "DelSp" parameter in RFC3676.
8458
8459 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8460
8461         * message.el (message-check-recipients): Display the encoded version of
8462         the bogus address if they differ.
8463
8464         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8465         after sending.
8466
8467         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8468
8469         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8470
8471         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8472         group buffer after sending the queue.
8473
8474         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8475
8476 2011-01-22  Julien Danjou  <julien@danjou.info>
8477
8478         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8479
8480 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8481
8482         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8483         nested related parts.
8484
8485         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8486         unexpired articles.  This fixes the regression that led expiry marks to
8487         disappear from nnfolder groups.
8488
8489 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8490
8491         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8492         Don't confuse the "ret" of "retrograde" with RET.
8493
8494 2011-01-21  Julien Danjou  <julien@danjou.info>
8495
8496         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8497         than mm-insert-inline.
8498
8499 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8502         Widen article buffer.
8503
8504 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8505
8506         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8507         the temp buffer.
8508         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8509
8510 2011-01-20  Julien Danjou  <julien@danjou.info>
8511
8512         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8513
8514         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8515         than mm-insert-inline to insert inline part: this respect
8516         mm-inline-media-tests displayers.
8517
8518         * mm-view.el (mm-display-shell-script-inline): New function.
8519
8520         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8521
8522         * mm-uu.el (mm-uu-type-alist): Add org block.
8523         (mm-uu-org-src-code-block-extract): New function.
8524
8525         * mm-view.el (mm-display-org-inline): New function.
8526
8527         * mm-decode.el (mm-automatic-display): Add text/org.
8528
8529         * mailcap.el (mailcap-mime-extensions): Add .org.
8530
8531 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8534         gnus-article-add-buttons.
8535
8536 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8537
8538         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8539         From header with a date and "nobody" as the sender.
8540
8541 2011-01-19  Julien Danjou  <julien@danjou.info>
8542
8543         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8544         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8545         if you have the same regexp several times.
8546         (gnus-button-push): Fix matching when regexp is symbol.
8547
8548 2011-01-15  Glenn Morris  <rgm@gnu.org>
8549
8550         * message.el (message-mail): A compose-mail function should
8551         accept headers as strings.
8552
8553 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8554
8555         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8556         Add :vert-only tags.
8557         (message-mail): New arg RETURN-ACTION.
8558         (message-return-action): New var.
8559         (message-bury): Use it.
8560         (message-mode): Make it buffer-local.
8561         (message-send-and-exit): Always call message-bury.
8562
8563         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8564         message-mail.
8565
8566 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * nnimap.el (nnimap-convert-partial-article): Protect against
8569         zero-length body parts.
8570
8571         * mm-decode.el (mm-preferred-alternative-precedence):
8572         Discourage showing empty parts.
8573
8574         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8575         and stuff if the backend didn't return the article number.  This fixes
8576         an Exchange-related nnimap bug.
8577
8578         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8579         group window, because it does the wrong thing when a separate frame
8580         displays the group buffer.
8581
8582         * proto-stream.el (open-protocol-stream): Protect against the low-level
8583         transport functions returning nil.
8584
8585 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8586
8587         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8588         (mml2015-epg-find-usable-secret-key): New function.
8589         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8590         mml2015-epg-find-usable-key (Bug#7797).
8591         (mml2015-epg-encrypt): Ditto.
8592
8593 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * dgnushack.el (rot13-string): Fix the way to get the argument.
8596
8597 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8600
8601 2011-01-03  Glenn Morris  <rgm@gnu.org>
8602
8603         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8604
8605         * sieve.el (sieve-open-server): Give a more explicit error if
8606         sieve-manage-open returns nil.  (Bug#7720)
8607
8608 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8609
8610         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8611
8612 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8615         This avoids sending passwords in plain text over non-encrypted
8616         channels.
8617
8618         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8619
8620         * nnimap.el (nnimap-login): Refactored out into own function, and
8621         implement CRAM-MD5.
8622         (nnimap-wait-for-line): Refactored out.
8623
8624         * mm-view.el (mml-smime): Require.
8625
8626 2010-12-20  David Engster  <deng@eml.cc>
8627
8628         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8629         use EPG to decrypt S/MIME messages instead of openssl.
8630
8631 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8634
8635         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8636         status is the group clearly is unreachable.
8637
8638         * auth-source.el (auth-source-create): Add the optional second
8639         parameter to `local-variable-p' to be compatible with XEmacs.
8640
8641 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8642
8643         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8644         work when using a compressed nnml folder.
8645
8646 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8649         backends after sanitising on entry, because this never makes sense:
8650         If the articles have gone missing, then the data no longer exists on
8651         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8652         overwrite anything anyway.
8653
8654         * shr.el (shr-insert-document): Bind shr-width dynamically to
8655         window-width if it's nil.
8656
8657 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8658
8659         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8660         with the meaning of using the full emacs window width for rendering.
8661
8662 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8663
8664         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8665         case when sender is not given.
8666
8667 2010-12-23  Julien Danjou  <julien@danjou.info>
8668
8669         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8670         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8671         the addresses, otherwise we might misplaced the gravatar.
8672
8673 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8674
8675         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8676         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8677         obsolete in Emacs.
8678
8679 2010-12-20  Julien Danjou  <julien@danjou.info>
8680
8681         * gnus-util.el (gnus-rescale-image): Revert last change.
8682
8683 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8684
8685         * binhex.el: Improve commentary (Bug#7482).
8686
8687 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * gnus-group.el (gnus-group-delete-articles): New command.
8690
8691 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8692
8693         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8694
8695 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8698         here, since it's up to the backends to do CRLF removal if their
8699         protocol has it.
8700
8701         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8702
8703 2010-12-17  Julien Danjou  <julien@danjou.info>
8704
8705         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8706         they are from file.  Can also scale up.
8707
8708 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8709
8710         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8711         Restore gnus-use-agent.
8712         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8713
8714         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8715
8716 2010-12-17  Julien Danjou  <julien@danjou.info>
8717
8718         * gravatar.el (gravatar-retrieve-synchronously): New function.
8719         (gravatar-get-data): Make more robust.
8720
8721 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8724
8725 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8726
8727         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8728         to really consider the last line.
8729
8730 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8731
8732         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8733         list of recipient keys, or use symmetric encryption if not a list.
8734         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8735         EPA override, replacing the call to `netrc-store-data'.
8736
8737 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8738
8739         * gnus-srvr.el: Avoid passing nil regexp argument to
8740         delete-matching-lines.
8741
8742 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8745         fetching stops when Gnus exits.
8746
8747         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8748         function.
8749         (nnfolder-request-expire-articles): Save all the buffers after doing
8750         expiry.
8751
8752         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8753         the last article", since that led to serious performance regressions
8754         when expiring nnml groups.
8755
8756 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8757
8758         * nnir.el: Improve customizations.
8759
8760 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8763
8764         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8765         group has been killed.
8766         (gnus-group-yank-group): Ditto.
8767
8768         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8769
8770         * nnimap.el (nnimap-request-update-group-status): New function.
8771
8772         * gnus-int.el (gnus-request-update-group-status): New interface
8773         function.
8774
8775         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8776         copying read-ness to the backends.
8777
8778         * nnimap.el (nnimap-quirk): New function.
8779         (nnimap-retrieve-group-data-early): Use it.
8780         (nnimap-quirks): New alist.
8781
8782 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8785         don't delete it within indentation.
8786
8787 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8790         previous line.
8791
8792 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8795         QRESYNC command by deleting a superfluous space which broke Cyrus
8796         servers.  This change will break other servers that are buggy the other
8797         way around.
8798
8799 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8800
8801         * spam.el: Reindent and fix long lines.
8802         (spam-copy-or-move-routine): Exclude invalid move destinations.
8803
8804 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8805
8806         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8807         installed the registry.
8808
8809 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8812
8813 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8814
8815         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8816         groupname doesn't contain "gmane".
8817
8818 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8821         and netrc-bound-and-true-p bindings.
8822         (netrc-parse): Cache the netrc contents.
8823
8824         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8825         (gnus-1): Don't create the nndrafts group twice.
8826         (gnus-setup-news): There's no need to read the active file here, since
8827         that's done again later on a per-backend basis.
8828         (gnus-start-draft-setup): Make sure that the new group is started out
8829         empty.
8830
8831         * gnus-agent.el (gnus-agentize): Don't create the queue group
8832         automatically on startup.  It'll be created later, if needed.
8833
8834         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8835         of automatically subscribed groups.
8836         (gnus-auto-subscribed-categories): New variable.
8837         (gnus-matches-options-n): Use it.
8838         (gnus-default-subscribed-newsgroups): Remove unused variable.
8839         (gnus-start-draft-setup): Message a bit less.
8840
8841 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8842
8843         * nnir.el (nnir-run-imap): Return article list in order of increasing
8844         UID.
8845
8846 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * gnus-sum.el (gnus-summary-enter-digest-group):
8849         Mention gnus-auto-select-on-ephemeral-exit.
8850
8851         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8852         convention of the network-only option.
8853
8854 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * proto-stream.el (proto-stream-open-network-only): New function to
8857         have a way to specify non-STARTTLS upgrade connections.
8858
8859 2010-12-10  Julien Danjou  <julien@danjou.info>
8860
8861         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8862         email address is nil.
8863
8864         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8865
8866 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8867
8868         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8869         deletion.
8870         (nnir-run-imap): Only need to parse list once.
8871
8872 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * shr.el (shr-tag-script): Ignore <script>.
8875         (shr-tag-label): Add <label> support.
8876
8877 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8880
8881         * shr.el (shr-image-displayer): Work for images lined side by side.
8882
8883 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8884
8885         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8886         parameter, since XEmacs doesn't accept t as a parameter.
8887
8888 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8889
8890         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8891         ids.
8892         (nnir-run-gmane): Simplify groupspec formatting.
8893         (nnir-request-expire-articles): New function.
8894
8895 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8898         overflow, possibly.
8899
8900         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8901         (shr-render-td): Handle td style="" better.
8902         (shr-tag-table): Use the color from the style sheet.
8903         (shr-render-td): Make sure we copy over all the overlays, too.
8904
8905 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8906
8907         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8908         (nnir-request-article): Improve article retrieval.
8909
8910 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * mm-util.el (mm-extra-numeric-entities): New variable.
8913
8914         * mm-url.el (mm-url-decode-entities):
8915         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8916
8917         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8918
8919 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8920
8921         * message.el: Use completion-at-point.
8922         (message-completion-function): New fun, extracted from message-tab.
8923         (message-mode): Use it for completion-at-point-functions.
8924         (message-tab): Use it and completion-at-point.
8925
8926 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8929         character if a non-breakable character follows.
8930
8931 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8934         any stream.
8935
8936         * shr.el (shr-tag-font): Colorize the region.
8937         (shr-tag-body): Ditto.
8938         (shr-tag-font): Actually let the styles be inherited instead of
8939         overwriting them.
8940         (shr-tag-font): Get the background color right.
8941         (shr-tag-style): Ignore all <style> tags for the moment.
8942
8943         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8944         a Message-ID to avoid having nnimap depend on gnus-sum.
8945
8946         * shr.el (shr-descend): Only colorize something if we have a node that
8947         sets colors.
8948
8949 2010-12-06  Julien Danjou  <julien@danjou.info>
8950
8951         * shr.el (shr-render-td): Render td content with shr-descend, so style
8952         will be applied to <td> too.
8953         (shr-colorize-region): Colorize region even if we only have a background.
8954         (shr-tag-body): Fix color and background color inheritance.
8955         Do not recolorize after shr-generic.
8956         (shr-tag-font): Let shr-generic colorize via inheritance.
8957
8958 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8961
8962 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8963
8964         * nnir.el (nnir-request-move-article): Remove obsolete code.
8965
8966 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8969
8970 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * gnus-sum.el (gnus-summary-respool-article): The completion function
8973         expects a list instead of an alist.
8974
8975         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8976         string as the parameter.
8977
8978         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8979
8980         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8981         styles.
8982         (shr-colorize-region): New function.
8983         (shr-insert-background-overlay): Remove.
8984         (shr-render-td): Background setting should be taken care of on a higher
8985         level.
8986         (shr-tag-body): Use post-hoc colorizations.
8987         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8988         (shr-put-color-1): Don't overwrite old colors.
8989         (shr-colorize-region): When the background color isn't explicit, use
8990         a fixed background.
8991
8992         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8993         nnmail variables.
8994
8995 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8996
8997         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8998         unless necessary.
8999
9000 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9001
9002         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9003         server.
9004
9005 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9008         so that TAB works.
9009
9010         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9011         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9012
9013         * shr.el (shr-urlify): Show the URL before the title to avoid
9014         misleading URLs.
9015
9016 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9017
9018         * shr.el (shr-urlify): Display the title in <a> tags.
9019
9020 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9021
9022         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9023
9024 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9025
9026         * nnir.el: Rearrange code to allow macros to be autoloaded by
9027         gnus-sum.el.
9028         (nnir-retrieve-headers-override-function): Make this variable
9029         customizable.
9030         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9031
9032         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9033         from nnir.el.
9034
9035 2010-12-03  Julien Danjou  <julien@danjou.info>
9036
9037         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9038
9039 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9042         allow optional argument `environment'.
9043
9044 2010-12-03  Glenn Morris  <rgm@gnu.org>
9045
9046         * mm-extern.el (message-goto-body): Update declaration.
9047
9048 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-util.el (gnus-macroexpand-all): New function.
9051
9052         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9053         instead of macroexpand-all that is unavailable in XEmacs.
9054
9055 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9056
9057         * nnir.el (nnir-summary-line-format): New variable.
9058         (nnir-mode): Use it.
9059         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9060         (nnir-article-ids): Reimplement as defsubst.
9061         (nnir-retrieve-headers): Don't mangle the subject header.
9062         (nnir-run-imap): Use 100 as RSV score.
9063         (nnir-run-find-grep): Fix for full server searching.
9064         (nnir-run-gmane): Better restriction to gmane groups.
9065
9066         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9067         summary buffers.
9068
9069 2010-12-02  Julien Danjou  <julien@danjou.info>
9070
9071         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9072
9073         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9074
9075         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9076         support.
9077
9078 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9079
9080         * nnir.el: Update to handle the registry better.
9081         (autoload): Silence byte-compiler.
9082         (nnir-open-server): Add a hook for nnir groups.
9083         (nnir-request-move-article): Don't mangle the header.  Better to use
9084         formatting variables (which will be added in the future).
9085         (nnir-registry-action): Update the registry using the original article
9086         group name.
9087         (nnir-mode): Install nnir-specific hooks for updating the registry.
9088
9089         * gnus-sum.el
9090         (gnus-article-original-subject, gnus-newsgroup-original-name):
9091         Remove obsolete variables.
9092         (gnus-summary-move-article): Remove use of obsolete variables.
9093         (gnus-summary-local-variables): Make move and delete hooks local to
9094         summary buffers.
9095
9096 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * rtree.el: New file.
9099
9100 2010-12-01  Julien Danjou  <julien@danjou.info>
9101
9102         * message.el (message-user-organization): Do not use
9103         gnus-local-organization.
9104
9105         * gnus.el: Remove gnus-local-organization.
9106
9107         * gnus-msg.el: Remove nastygram thing.
9108
9109 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9110
9111         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9112         funcall.
9113
9114 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9117         names.
9118
9119         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9120         characters.
9121
9122         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9123         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9124         Suggested by Štěpán Němec <stepnem@gmail.com>.
9125         (gnus-gravatar-transform-address): Use mail-extract-address-components
9126         that supports non-ASCII names rather than mail-header-parse-addresses.
9127
9128 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9129
9130         * proto-stream.el (open-protocol-stream): All starttls connections are
9131         handled by the network handler.
9132
9133 2010-11-30  Julien Danjou  <julien@danjou.info>
9134
9135         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9136         (nnimap-open-connection-1): Fix PREAUTH.
9137
9138         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9139
9140 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9143         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9144         (shr-insert): Use them.
9145         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9146
9147 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9148
9149         * nnir.el (nnir-request-move-article): Bail out if original group
9150         doesn't support article moves.
9151         (nnir-get-active): Improve active list retrieval.
9152
9153 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9156
9157 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9158
9159         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9160         seem to accept strings-with-numbers as port numbers.
9161
9162 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9163
9164         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9165         change the registry.
9166
9167 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9170         delete-dups that is not available in XEmacs 21.4.
9171
9172         * mm-util.el (mm-delete-duplicates): Add comment.
9173
9174 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9175
9176         * nnir.el (nnir-ignored-newsgroups): New variable.
9177         (nnir-get-active): Use it.
9178
9179 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * proto-stream.el (proto-stream-open-network): Add some comments.
9182
9183         * nntp.el (nntp-open-connection): Provide a :success condition.
9184
9185         * nnimap.el (nnimap-open-connection-1): Ditto.
9186
9187         * proto-stream.el (proto-stream-open-network): See what the response to
9188         the STARTTLS command is.
9189
9190         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9191         backwards compatibility).
9192         (nnimap-open-connection-1): Really respect nnimap-server-port.
9193
9194         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9195         TLS upgrades we don't really care about the identity of the peer.
9196         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9197         that what we've checked for.
9198         (proto-stream-always-use-starttls): Only default to t if
9199         open-gnutls-stream exists.
9200         (proto-stream-open-network): If STARTTLS failed, then just open a
9201         normal connection.
9202         (proto-stream-open-network): Wait until the greeting before doing
9203         STARTTLS.
9204
9205         * nntp.el (nntp-open-connection): Report what the connection error is.
9206
9207         * proto-stream.el (open-protocol-stream): Rename from
9208         open-proto-stream.
9209
9210 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211
9212         * nnimap.el (nnimap-stream): Change default to `undecided'.
9213         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9214         first, and then network.
9215         (nnimap-open-connection-1): Respect nnimap-server-port.
9216         (nnimap-open-connection): Be more backwards-compatible.
9217
9218         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9219         (proto-stream-open-starttls): De-duplicate the starttls code.
9220         (proto-stream-open-starttls): Folded back into the main function.
9221         (proto-stream-open-network): Fix typo in the gnutls path.
9222         (proto-stream-command): Refactor out.
9223
9224         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9225
9226         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9227         starttls.el STARTTLS.
9228
9229         * color.el (color-lab->srgb): Fix function call name.
9230
9231         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9232         if we're using tls.el.
9233         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9234         built in, then don't try to establish a STARTTLS connection.
9235
9236         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9237         servers.
9238
9239         * proto-stream.el (open-proto-stream): Use network, not stream.
9240         (open-proto-stream): Add a way to specify what the end of a command is.
9241
9242         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9243         connections types.
9244         (nntp-open-network-stream): Remove.
9245         (nntp-open-ssl-stream): Remove.
9246         (nntp-open-tls-stream): Remove.
9247         (nntp-ssl-program): Remove.
9248
9249         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9250
9251 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9252
9253         * nnir.el: Fix typos.
9254         (nnir-retrieve-headers-override-function): Rename variable to reflect
9255         new semantics.
9256         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9257         macros.
9258         (nnir-request-article, nnir-request-move-article): Use them.
9259         (nnir-categorize): New function.
9260         (nnir-run-query): Use it.
9261         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9262         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9263         sorted.
9264         (nnir-group-full-name): Use gnus-group-full-name instead.
9265         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9266         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9267
9268 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9271
9272         * proto-stream.el: New library to provide protocol-specific
9273         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9274         protocols.
9275         (open-proto-stream): Complete the documentation.
9276         (proto-stream-open-network): Fix some typos.
9277
9278         * nnimap.el (nnimap-open-connection): Use it.
9279
9280 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9281
9282         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9283         negotiation.
9284
9285 2010-11-26  Julien Danjou  <julien@danjou.info>
9286
9287         * color.el: Rename various rgb functions to srgb.
9288
9289 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9292         names.
9293
9294 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * shr.el (shr-insert): Revert last change.
9297         (shr-find-fill-point): Never leave point being at bol;
9298         relax the kinsoku limitation when rendering tables.
9299
9300 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9303         results from -accept-article.
9304
9305         * shr-color.el: Require cl when compiling.
9306
9307         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9308         checkin.
9309
9310         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9311
9312         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9313
9314         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9315         'add and 'delete to set backend marks.
9316
9317         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9318
9319         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9320
9321         * nntp.el (nntp-request-set-mark): Use it.
9322
9323         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9324
9325         * nnml.el (nnml-request-set-mark): Ditto.
9326
9327         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9328         introduces regressions in article selection.
9329         (nnimap-find-uid-response): New function.
9330         (nnimap-request-accept-article): Use the UID returned, if any.
9331         (nnimap-request-move-article): Use the UID returned, if any.
9332         (nnimap-get-groups): Reimplement to work with folded lines.
9333         (nnimap-find-uid-response): The UID is the last element in the list.
9334         (nnimap-request-set-mark): Extend syntax with 'set.
9335
9336         * nnml.el (nnml-request-set-mark): Ditto.
9337
9338         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9339
9340         * nntp.el (nntp-request-set-mark): Ditto.
9341
9342 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * message.el (message-called-interactively-p): A temporary macro.
9345         (message-goto-body): Use it temporarily.
9346
9347 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9350         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9351         (nnimap-last-response-string): Fix last unfolding fix.
9352
9353 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * shr.el (shr-insert): Fix the way to fold lines.
9356
9357 2010-11-25  Julien Danjou  <julien@danjou.info>
9358
9359         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9360
9361         * color.el: Rename from color-lab.el
9362         (color-rgb->hex): Add.
9363         (color-complement): Add.
9364         (color-complement-hex): Add.
9365
9366         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9367
9368 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * shr-color.el (shr-color-visible): Don't bug out if the color names
9371         don't exist.
9372
9373 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9376         assuming that article displaying or another mml-preview may be
9377         interrupted for an error or for the like.
9378
9379         * shr.el (shr-get-background): Fix argument name.
9380
9381 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9384
9385         * gnus-sum.el (gnus-summary-include-articles): New function.
9386
9387         * message.el (message-goto-body): called-interactively-p needs a
9388         parameter, so use `any'.
9389
9390         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9391         clear marks before moving, since they're synced from the Gnus side
9392         first.
9393
9394         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9395         (gnus-summary-move-article): Copy over all marks before moving, so that
9396         IMAP doesn't think a new article has arrived.
9397
9398 2010-11-24  Julien Danjou  <julien@danjou.info>
9399
9400         * shr.el (shr-insert-background-overlay): Fix typo.
9401         (shr-render-td): Copy the background before rendering.
9402
9403         * shr-color.el (shr-color-visible): Fix docstring.
9404
9405         * shr.el (shr-tag-table): Add bgcolor support.
9406         (shr-render-td): Add bgcolor support.
9407         (shr-get-background): Add.
9408         (shr-insert-foreground-overlay): Use shr-get-background.
9409
9410         * message.el (message-goto-body): Use called-interactively-p.
9411         (message-in-body-p): message-goto-body returns point.
9412
9413 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9414
9415         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9416         Fixes something or other in Emacs 23, and is backwards compatible.
9417
9418         * message.el (message-goto-body): Remove the <#secure special-casing,
9419         which is too special.
9420
9421         * shr.el (shr-parse-style): Drop !important from styles.
9422
9423 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9424
9425         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9426         this function to return incorrect results when calling it with an
9427         explicit article argument different from
9428         (gnus-summary-article-number).
9429
9430 2010-11-24  Julien Danjou  <julien@danjou.info>
9431
9432         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9433         (shr-tag-body): Add background support.
9434         (shr-descend): Add background support.
9435         (shr-tag-title): Add.
9436
9437         * shr-color.el (shr-color-visible): Really return original background
9438         if fixed.
9439
9440 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * shr.el (shr-color-check): Protect against non-existent color names.
9443
9444 2010-11-24  Julien Danjou  <julien@danjou.info>
9445
9446         * color-lab.el: Require 'cl when compiling.
9447
9448         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9449
9450         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9451         matched part.
9452
9453         * color-lab.el: Fix all expt calls to use float type.
9454
9455 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9458         expression to shr-color-check as is.
9459
9460         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9461
9462         * color-lab.el: Add coding cookie.
9463         (float-pi): Use eval-and-compile.
9464
9465         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9466         compiled for Emacsen having no `libxml-parse-html-region' support.
9467
9468 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * shr.el (shr-insert-color-overlay): Split stuff like
9471         "#444444 !important" to find the real color.
9472         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9473         parse <font color="red"> entries.
9474
9475 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9476
9477         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9478         point when parsing headers.
9479
9480         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9481         is positioned properly when parsing headers.
9482
9483 2010-11-23  Julien Danjou  <julien@danjou.info>
9484
9485         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9486
9487         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9488
9489         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9490
9491         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9492         Use shr-color-hue-to-rgb.
9493         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9494
9495 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * shr.el (shr-color->hexadecimal): Autoload.
9498         (shr-descend): Add color to all tags.
9499
9500 2010-11-22  Julien Danjou  <julien@danjou.info>
9501
9502         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9503         shr-color->hexadecimal.
9504
9505         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9506         RGB() or HSL() color representation.
9507
9508         * shr.el (shr-tag-font): Add.
9509         (shr-tag-color-check): New function to get better colors.
9510         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9511         tag-span.
9512
9513         * shr-color.el: New file.
9514
9515         * color-lab.el: New file.
9516
9517         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9518
9519 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9520
9521         * nnir.el: Fix typo in comments.
9522         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9523         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9524
9525 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9528
9529         * nnimap.el (nnimap-get-capabilities): Refactor out.
9530         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9531
9532 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9533
9534         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9535         appearing when `mm-uu-hide-markers' is nil.
9536
9537 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538
9539         * nnimap.el (nnimap-unselect-group): Make into its own function.
9540         (nnimap-request-rename-group): Unselect group before renaming.
9541         This had gotten lost somewhere.
9542         (nnimap-request-accept-article): Keep track of examined groups, and
9543         unselect the group before APPENDing to read-only groups.
9544         (nnimap-request-move-article): Clear flags before moving so that they
9545         can be re-set later.
9546
9547 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9550         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9551
9552 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-art.el (gnus-mime-display-single):
9555         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9556         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9557         parameter.
9558
9559 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9562         (shr-table-vertical-line): New variable.
9563         (shr-insert-table): Use it.
9564
9565 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-html.el (gnus-html-wash-images): Don't display images if
9568         gnus-inhibit-images is non-nil; register displayer for cid images.
9569         (gnus-html-display-image): Work for cid image.
9570         (gnus-html-insert-image): Allow arguments.
9571         (gnus-html-put-image): Inhibit read-only.
9572         (gnus-html-prefetch-images): Don't prefetch images if
9573         gnus-inhibit-images is non-nil.
9574
9575 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * shr.el (shr-put-image): Break lines when inserting big pictures.
9578
9579 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9580
9581         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9582         sender, thanks Katsumi Yamaoka.
9583
9584 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9585
9586         * nnir.el (nnir-run-imap): Reverse the article list for each group
9587         rather than the whole list.
9588
9589 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * shr.el (shr-image-displayer): Protect function against non-existent
9592         image source.
9593
9594         * gnus-art.el (gnus-inhibit-images): New user option.
9595         (gnus-mime-display-single): Don't display image if it is non-nil.
9596
9597         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9598         gnus-inhibit-images.
9599
9600         * shr.el (shr-image-displayer): New function.
9601         (shr-tag-img): Use it.
9602
9603 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9604
9605         * mml2015.el (mml2015-epg-sign): Use From header.
9606
9607 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9610
9611         * gnus-util.el (gnus-find-text-property-region): Return markers.
9612
9613         * shr.el (shr-tag-img): Put a displayer in the text property.
9614
9615         * gnus-util.el (gnus-find-text-property-region): New utility function.
9616
9617         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9618         (gnus-html-show-images): Remove.
9619
9620         * gnus-art.el (gnus-article-show-images): New, more general function.
9621
9622         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9623         image url text properties.
9624
9625         * shr.el: Ditto.
9626
9627         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9628         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9629
9630 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9633         work for two or more articles.
9634
9635 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9638         divide an image that's in an html article to two or more when washing
9639         non-ASCII characters in alt text of it.
9640
9641 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9644         smime-decrypt-region using function argument.
9645         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9646
9647         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9648
9649         * smime.el (smime-decrypt-region): Catch it.
9650
9651 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9652
9653         * smime.el (smime-mode-map): Move initialization into declaration.
9654         (gnus-run-mode-hooks): Don't autoload.
9655         (smime-mode): Use define-derived-mode.
9656
9657 2010-11-11  Glenn Morris  <rgm@gnu.org>
9658
9659         * smime.el (from): Restrict declaration to XEmacs.
9660
9661         * nnir.el (gnus-group-topic-name): Autoload.
9662
9663 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * shr.el (shr-insert): Don't break long line if it is because of
9666         kinsoku-bol characters in the line end.
9667
9668 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9669
9670         * nnir.el (nnir-request-move-article): Fix to provide original group
9671         and subject.
9672         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9673         been retrieved.
9674
9675         * gnus-sum.el (gnus-summary-move-article): Use original group and
9676         subject for virtual articles such as those in an nnir summary buffer.
9677
9678 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9681         least 21.5).
9682
9683         * smime.el (from): Declare it again for XEmacs.
9684
9685 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * message.el (message-resend): Don't disable encoding unless it's
9688         already encoded.
9689
9690         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9691         low-numbered articles.
9692
9693 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * rfc2047.el (rfc2047-syntax-table): Simplify.
9696
9697         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9698
9699         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9700         set-char-table-range for XEmacs.
9701
9702 2010-11-10  Glenn Morris  <rgm@gnu.org>
9703
9704         * time-date.el (time-to-seconds): Always an alias on Emacs,
9705         never a real function.
9706         (with-no-warnings): Remove compat stub, now unused.
9707         (time-less-p): Doc fix.
9708         (time-to-number-of-days): Simplify.
9709
9710         * smime.el (from): Remove unused declaration.
9711
9712         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9713         (gnus-float-time): On Emacs, always an alias.
9714
9715         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9716         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9717
9718 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * dgnushack.el: Don't use ignore-errors in the top level form since it
9721         is unavailable in XEmacs even if cl is loaded.
9722
9723         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9724
9725 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * shr.el (browse-url-mailto): Autoload.
9728
9729         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9730
9731         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9732         regexp doesn't need quoting.
9733
9734 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9735
9736         * message.el (message-subject-trailing-was-ask-regexp)
9737         (message-subject-trailing-was-regexp): Match was: in addition to was.
9738
9739 2010-11-09  Glenn Morris  <rgm@gnu.org>
9740
9741         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9742         (nnbabyl-check-mbox): Use point-at-bol.
9743
9744 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9747
9748         * message.el (message-mailto): New function.
9749         (message-mailto): Should accept other parameters.
9750         (message-mailto): Remove since it duplicates browse-url-mailto
9751         functionality.
9752
9753 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9756         methods.
9757         (gnus-read-active-file): Ditto.
9758
9759         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9760         ": " from the prompt.
9761         (gnus-group-make-group): Ditto.
9762
9763 2010-11-07  Glenn Morris  <rgm@gnu.org>
9764
9765         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9766         (gnus-bookmark-kill-line): Use point-at-eol.
9767
9768 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9771         asterisks in From header.
9772
9773 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9774
9775         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9776         string to avoid making the From headers syntactically invalid.
9777
9778         * message.el (message-send-mail): Don't insert courtesy messages if the
9779         message already has List-Post and List-ID messages.
9780
9781 2010-11-06  Glenn Morris  <rgm@gnu.org>
9782
9783         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9784         `condition', `type', `length' a prefix.
9785         (gnus-treat-predicate): Update for above name changes.
9786
9787 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9788
9789         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9790         binding.  Handled by `gnus-summary-refer-thread' instead.
9791         (nnir-warp-to-article): New backend function.
9792
9793         * nnimap.el (nnimap-request-thread): Force dependency updating.
9794
9795         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9796         (gnus-summary-refer-thread): Rework to improve thread-referral.
9797
9798         * gnus-int.el (gnus-warp-to-article): New function.
9799
9800         * gnus-sum.el (gnus-summary-article-map): Bind it.
9801
9802 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9803
9804         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9805         gnus-summary-refer-thread.
9806
9807         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9808         headers.
9809         (gnus-summary-limit-include-thread): Prevent articles in thread from
9810         being cut in gnus-cut-threads.
9811         (gnus-summary-refer-thread): Limit retrieved headers to those in
9812         thread.
9813
9814 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * message.el (message-send-mail): Use the value of
9817         message-courtesy-message from the message buffer.
9818
9819         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9820
9821         * shr.el (shr-browse-url): Implement mailto: URLs.
9822
9823         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9824         "raw".
9825
9826         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9827         if it's already selected.
9828
9829         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9830
9831 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9834         to measure the length and truncate alt text.
9835
9836 2010-11-03  Glenn Morris  <rgm@gnu.org>
9837
9838         * nndiary.el (nndiary-generate-nov-databases-1)
9839         (nndiary-generate-active-info): Rename dynamic variable `files' to
9840         something less generic.
9841
9842 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9843
9844         * nnir.el (nnir-request-move-article): Call the underlying backend to
9845         move articles from nnir.
9846
9847 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9850
9851 2010-11-02  Julien Danjou  <julien@danjou.info>
9852
9853         * nnir.el: Remove wais support.
9854
9855 2010-11-02  Glenn Morris  <rgm@gnu.org>
9856
9857         * gnus-html.el: Reorder requirements to quieten compiler.
9858
9859 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9862         properly for XEmacs as well.
9863         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9864         (gnus-article-natural-long-line-p): Use window-width rather than
9865         frame-width.
9866
9867 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9868
9869         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9870         (nnir-read-parms): Don't modify query.
9871         (nnir-run-query): Add ability to search topic on current line.
9872         (nnir-get-active): Clean up.
9873
9874 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9877         degenerate articles.
9878
9879         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9880         (gnus-print-buffer): Just print the buffer as is, without any copying
9881         to a buffer and then re-highlighting.
9882
9883         * nnimap.el (nnimap-request-group): Store the new updated info.
9884         (nnimap-request-group): Select the group when we don't know whether it
9885         exists or not.
9886
9887         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9888         groups.
9889
9890         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9891         groups.
9892
9893         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9894         groups.
9895
9896         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9897         long-lines case by only filling the long lines.
9898
9899         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9900         (bug#7311).
9901
9902 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * shr.el: No need to declare `declare-function' since shr.el is for
9905         only Emacsen that provide `libxml-parse-html-region'.
9906
9907         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9908         effective only in a file it is referred to.
9909
9910 2010-11-01  Glenn Morris  <rgm@gnu.org>
9911
9912         * mm-util.el (gnus-completing-read): Autoload.
9913         (mm-read-coding-system): Simplify Emacs definition.
9914
9915         * nnmail.el (gnus-activate-group):
9916         * nnimap.el (gnutls-negotiate):
9917         * nntp.el (netrc-parse): Fix declarations.
9918
9919 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9922         string-match-p in Emacs >=23.
9923
9924         * gnus-msg.el (gnus-configure-posting-styles):
9925         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9926
9927 2010-11-01  Glenn Morris  <rgm@gnu.org>
9928
9929         * nnir.el (declare-function): Add compat stub.
9930         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9931         (nnir-run-gmane): Require 'mm-url.
9932
9933         * mm-util.el (mm-string-to-multibyte): Simplify.
9934
9935         * shr.el (declare-function): Add compat stub.
9936         (url-cache-create-filename): Declare.
9937         (mm-disable-multibyte, widget-convert-button): Autoload.
9938
9939         * smime.el (ldap-search): Declare.
9940         (smime-cert-by-ldap-1): Require ldap on Emacs.
9941
9942         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9943         (nnimap-keepalive): Use gnus-float-time.
9944
9945         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9946         (mail-source-delete-crash-box): Use gnus-float-time.
9947
9948         * gnus-dired.el (gnus-completing-read): Autoload.
9949
9950         * mm-view.el (gnus-rescale-image): Autoload.
9951
9952         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9953
9954         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9955
9956         * sieve-manage.el: Require 'cl when compiling.
9957
9958         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9959         (gnus-iswitchb-completing-read): Require iswitchb.
9960         (gnus-select-frame-set-input-focus): Silence compiler.
9961
9962 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * message.el (message-subject-trailing-was-query): Change default to t,
9965         since I think that's what most people want.
9966
9967         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9968         appending for easier debugging.
9969         (nnimap-wait-for-connection): Take a regexp.
9970         (nnimap-request-accept-article): Wait for the continuation line before
9971         sending anything unless we're streaming.
9972
9973         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9974         leave the header washing to take place.
9975
9976 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9977
9978         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9979         regular expression match and replace in posting styles.
9980
9981 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9982
9983         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9984         an entire server.
9985         (nnir-get-active): New function.
9986         (nnir-run-imap): Use it.
9987         (nnir-run-gmane): Who knew, gmane search returns an article score!
9988
9989         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9990         server on the current line with nnir.
9991
9992 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9993
9994         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9995         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9996         left edge.
9997         (gnus-article-foldable-buffer): Skip past the prefix when determining
9998         raggedness.
9999
10000         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10001         the raw article, and change `C-u g' to show the article without doing
10002         treatments.
10003
10004         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10005         on to `gnus-treat-article'.
10006         (gnus-inhibit-article-treatments): New variable.
10007
10008         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10009
10010         * gnus-art.el (gnus-treatment-function-alist): Have
10011         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10012         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10013         sections.
10014
10015         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10016         parameter.
10017         (gnus-article-fill-cited-long-lines): New function.
10018         (gnus-article-fill-cited-article): Allow filling only long sections.
10019
10020         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10021         and non-punctuation (like after the apostrophe in "'We").
10022
10023         * gnus-sum.el (gnus-summary-select-article): Make sure
10024         gnus-original-article-buffer is alive.
10025
10026         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10027         reflect the order they're in in the digest.
10028
10029         * gnus.el (gnus-group-startup-message): Move point to the start of the
10030         buffer.
10031
10032         * nnimap.el (nnimap-capability): New function.
10033         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10034         is set.
10035
10036 2010-10-31  David Engster  <dengste@eml.cc>
10037
10038         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10039         conform with changes to gnus-completing-read.
10040
10041 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10044
10045 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10046
10047         * nnir.el: Move defvar, defcustom around to keep file organized
10048         and keep byte-compiler quiet.
10049         (nnir-read-parms): Accept search-engine as arg.
10050         (nnir-run-query): Pass search-engine as arg.
10051         (nnir-search-engine): Remove.
10052
10053 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10054
10055         * shr.el (shr-generic): The text nodes should be text, not :text.
10056
10057         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10058         later in the file.
10059
10060 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10061
10062         * nnir.el: General clean up.  Allow searching with multiple engines.
10063         Allow separate extra-parameters for each engine.
10064         Batch queries when possible.
10065         (nnir-imap-default-search-key, nnir-method-default-engines):
10066         Add customize interface.
10067         (nnir-run-gmane): New engine.
10068         (nnir-engines): Use it.  Qualify all prompts with engine name.
10069         (nnir-search-engine): Remove global variable.
10070         (nnir-run-hyrex): Restore for now.
10071         (nnir-extra-parms, nnir-search-history): New variables.
10072         (gnus-group-make-nnir-group): Use them.
10073         (nnir-group-server): Remove in favor of gnus-group-server.
10074         (nnir-request-group): Avoid searching twice.
10075         (nnir-sort-groups-by-server): New function.
10076
10077 2010-10-30  Julien Danjou  <julien@danjou.info>
10078
10079         * gnus-group.el: Remove gnus-group-fetch-control.
10080
10081         * gnus-start.el (gnus-find-new-newsgroups):
10082         Remove gnus-check-first-time-used.
10083
10084         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10085
10086 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10087
10088         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10089         set on groups that don't have \* permanentflags.
10090
10091 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092
10093         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10094         control the background color.
10095         (shr-tag-img): Ignore very small web bug type images.
10096         (shr-put-image): Add help-echo alt texts to the images.
10097         (shr-tag-video): Show the video poster image.
10098
10099 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * shr.el (shr-table-depth): New variable.
10102         (shr-tag-table-1): Only insert the images after the top-level table.
10103
10104         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10105
10106         * gnus-util.el (gnus-list-memq-of-list): New function.
10107
10108         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10109         selected.
10110         (nnimap-unsplittable-articles): New slot.
10111         (nnimap-new-articles): Use it.
10112
10113 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10114
10115         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10116         move to the previous line on `M-g'.
10117
10118 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10121         *-request-group, which seems unnecessary.
10122
10123         * nnimap.el (nnimap-quote-specials): Function copied over from
10124         imap.el.
10125         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10126         they support that.  Suggested by Tom Regner.
10127
10128 2010-10-29  Julien Danjou  <julien@danjou.info>
10129
10130         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10131         defalias.
10132         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10133
10134         * gnus.el: Remove `gnus-nntp-service' variable.
10135         (gnus-secondary-servers): Make obsolete.
10136         (gnus-nntp-server): Make obsolete.
10137
10138         * gnus-start.el (gnus-1): Remove x-splash calls.
10139
10140         * gnus-ems.el (gnus-x-splash): Remove.
10141
10142         * gnus.el (gnus-group-startup-message): Simplify/update code.
10143
10144         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10145         definition.
10146
10147         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10148         capability before doing anything.
10149         (gnus-group-insert-group-line): Remove useless
10150         gnus-group-remove-excess-properties.
10151
10152 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10155
10156 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10159         config after reselecting.
10160
10161 2010-10-28  Julien Danjou  <julien@danjou.info>
10162
10163         * shr.el (shr-put-image): Use point even if only inserting text.
10164         (shr-put-image): Save excursion when inserting alt text on non-graphic
10165         display, so the behavior is the same when we are on a graphic display.
10166
10167         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10168
10169 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10172         (gnus-mime-copy-part): Check coding system, not charset.
10173         (gnus-mime-view-part-externally): Never remove part.
10174         (gnus-mime-view-part-internally): Don't remove part here.
10175         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10176         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10177         multipart/alternative.
10178
10179         * mm-decode.el (mm-display-part): Take optional arg `force'.
10180
10181 2010-10-26  Julien Danjou  <julien@danjou.info>
10182
10183         * gnus-group.el (gnus-group-default-list-level): Add this function to
10184         compute the default list level.
10185         (gnus-group-default-list-level): Add possibility to use a function.
10186
10187 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10190
10191         * gnus-group.el (gnus-group-completing-read)
10192         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10193         gnus-replace-in-string.
10194
10195 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * shr.el (shr-tag-div): Add.
10198
10199         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10200
10201 2010-10-25  Julien Danjou  <julien@danjou.info>
10202
10203         * gnus-util.el: Remove `gnus-with-local-quit'.
10204
10205         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10206
10207 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10208
10209         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10210         the original article buffer.
10211
10212 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * nnimap.el (nnimap-request-head): New function.
10215         (nnimap-request-move-article): Try to be slightly faster by not
10216         requesting the entire message when moving.
10217         (nnimap-transform-headers): Don't bug out on bodiless articles.
10218         (nnimap-send-command): Have no outstanding messages if the IMAP server
10219         doesn't support streaming.
10220         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10221
10222 2010-10-24  Julien Danjou  <julien@danjou.info>
10223
10224         * message.el (message-default-headers): Fix type.
10225
10226 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10227
10228         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10229         prefetching images.
10230
10231         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10232         backend for unknown groups.  This is mainly useful for nnimap groups.
10233
10234         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10235         group isn't covered by the agent.
10236
10237 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10238
10239         * nnir.el (nnir-method-default-engines): New variable.
10240         (nnir-run-query): Use it.
10241         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10242         (gnus-summary-nnir-goto-thread): Change group if needed.
10243
10244         * gnus-group.el (gnus-group-group-map): Add key binding for
10245         gnus-group-make-nnir-group.
10246
10247 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * shr.el (shr-tag-object): Add.
10250
10251         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10252         original article buffer live.
10253         (gnus-summary-select-article-buffer):
10254         Mention gnus-widen-article-buffer.
10255
10256 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10257
10258         * shr.el (shr-tag-strong): Add.
10259
10260 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10263         group names.  They mess up the group buffer badly.
10264
10265         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10266
10267         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10268         instead of the summary one.
10269
10270 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * mml.el (mml-preview): Work properly when editing article.
10273
10274         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10275         gnus-have-read-active-file if it's already been in.
10276
10277 2010-10-22  Tom Tromey  <tromey@redhat.com>
10278
10279         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10280         gnus-group-completing-read.
10281
10282 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * message.el (message-mode-map): Don't bind M-; to comment region, to
10285         allow the global comment-dwim to work.
10286
10287 2010-10-21  Julien Danjou  <julien@danjou.info>
10288
10289         * message.el (message-setup-1): Allow message-default-headers to be a
10290         function.
10291
10292 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * shr.el (shr-tag-table): Simplify.
10295
10296 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10299         to avoid trying to snarf invalid stuff.
10300
10301         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10302
10303         * gnus.el (gnus-message-archive-group): Quote value.
10304         (gnus-message-archive-group): Mark as changed.
10305
10306         * shr.el (shr-add-font): Don't put the font properties on the newline
10307         or the indentation.
10308
10309         * message.el (message-fix-before-sending): Change options when sending
10310         non-printable characters.
10311
10312         * gnus.el (gnus-message-archive-method): Change the default to
10313         monthly outgoing groups.
10314
10315         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10316         that have gotten new numbers.
10317
10318         * nnimap.el (nnimap-request-replace-article): New function.
10319
10320 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10323         (nnrss-request-article): Don't use special html washing code.
10324
10325 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * shr.el (shr-tag-table): Remove useless nconc.
10328
10329 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * gnus-art.el (article-wash-html): Simplify and remove the charset
10332         stuff.  Use the normal html rendering code instead of the special html
10333         washing code.
10334
10335         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10336         `gnus-w3m' symbols.
10337         (mm-text-html-washer-alist): Remove.
10338
10339         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10340         (mm-inline-media-tests): Remove use.
10341         (mm-text-html-renderer): Change default to the `shr' symbol.
10342
10343         * mm-view.el (mm-inline-text-html): Remove use.
10344
10345         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10346         `gnus-blocked-images' to be a function.
10347         (gnus-article-wash-function): Remove.
10348
10349 2010-10-20  Julien Danjou  <julien@danjou.info>
10350
10351         * spam.el (spam-list-of-processors): Mark as obsolete.
10352
10353         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10354         (nnimap-insert-partial-structure): Fix boundary detection.
10355
10356 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10357
10358         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10359         run file-truename on remote files.  This can be expensive and even
10360         prevent one from editing drafts if some unrelated buffer has a stale
10361         connection.
10362
10363 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10366         kinsoku-eol regardless of shr-kinsoku-shorten.
10367         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10368         (shr-tag-table): Support caption, thead, and tfoot.
10369
10370 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10373         lines.
10374         (shr-save-contents): New command and keystroke.
10375
10376         * nndoc.el (nndoc-type-alist): Add git support.
10377         (nndoc-git-type-p): New function.
10378         (nndoc-transform-git-article): Ditto.
10379         (nndoc-transform-git-headers): Ditto.
10380         (nndoc-transform-git-headers): Generate Subject headers.
10381
10382         * shr.el (shr-parse-style): New function.
10383         (shr-tag-span): Ditto.
10384
10385         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10386         to `G G' to avoid collisions.
10387
10388 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * shr.el: Load kinsoku if necessary.
10391         (shr-kinsoku-shorten): New internal variable.
10392         (shr-find-fill-point): Make kinsoku shorten text line if
10393         shr-kinsoku-shorten is bound to non-nil.
10394         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10395         shr-indentation too when testing if table is wider than frame width.
10396         (shr-insert-table): Use `string-width' instead of `length' to measure
10397         text width.
10398         (shr-insert-table-ruler): Make sure indentation is done at bol.
10399
10400 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10401
10402         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10403         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10404         undecoded network data.
10405
10406 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10409         name in the mode line spec so that the mode line menu works
10410         (bug#2431).
10411
10412         * message.el (message-get-reply-headers): If we're fed `to-address',
10413         then always use that.
10414
10415         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10416         aren't so wide as to need to switch off the edit menu.
10417
10418         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10419         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10420
10421         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10422         `M-g'.
10423         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10424         the permanent marks.
10425
10426 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10427
10428         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10429         Splitting according to references/in-reply-to obeys the ignore-groups
10430         variable, while splitting by sender and subject do not.
10431
10432 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10435         alist, so that we can look for non-Unicode chars.
10436         (article-translate-strings): Allow both character and string maps.
10437
10438 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * shr.el (shr-insert): Don't insert space behind a wide character
10441         categorized as kinsoku-bol, or between characters both categorized as
10442         nospace.
10443
10444 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10445
10446         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10447         headers to gnus-newsgroup-headers.
10448
10449 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450
10451         * shr.el (shr-tag-img): Don't align images -- since we're not
10452         rescaling, this often leads to ugly displays.
10453
10454 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10455
10456         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10457         duplicates.
10458
10459 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10460
10461         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10462         call.
10463
10464 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10465
10466         * gnus.el: Autoload gnus-html-show-images.
10467
10468         * nnimap.el: Use nnheader-message throughout.
10469
10470         * shr.el (shr-tag-img): Ignore images with no data.
10471
10472 2010-10-15  Julien Danjou  <julien@danjou.info>
10473
10474         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10475         a possibility to disable format=flow encoding when using hard newlines.
10476
10477 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * shr.el (shr-insert): Remove space inserted before or after a
10480         breakable character or at the beginning or the end of a line.
10481         (shr-find-fill-point): Do kinsoku; find the second best point or give
10482         it up if there's no breakable point.
10483
10484 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * nnimap.el (nnimap-open-connection): Message when opening connection
10487         for debugging purposes.
10488
10489         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10490         on every setup buffer call to allow this to change from article to
10491         article.
10492
10493         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10494         buffers where we have a wide table.
10495
10496 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10497
10498         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10499         uses *-request-thread.
10500
10501 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502
10503         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10504         incantation, which is no longer valid.
10505
10506 2010-10-14  Julien Danjou  <julien@danjou.info>
10507
10508         * shr.el: Fix defcustom type (char -> character).
10509
10510 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10511
10512         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10513         programs.
10514
10515 2010-10-14  Julien Danjou  <julien@danjou.info>
10516
10517         * shr.el (shr-tag-a): Use url-link as widget type.
10518
10519         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10520         `gnus-group-get-icon'.
10521
10522 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10525         This should make server editing work better.
10526
10527         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10528
10529         * tls.el (tls-program): Remove spurious %s from openssl.
10530
10531         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10532         (nnimap-parse-flags): Fix regexp.
10533
10534         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10535         probably work for CJVK text, too.
10536
10537         * nnimap.el (nnimap-extend-tls-programs): Remove.
10538         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10539
10540         * tls.el (tls-starttls-switches): Remove starttls hack.
10541         (open-tls-stream): Ditto.
10542         (tls-find-starttls-argument): Ditto.
10543
10544 2010-10-13  Julien Danjou  <julien@danjou.info>
10545
10546         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10547         responses.
10548
10549 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10552
10553         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10554         anything in Emacs.
10555
10556         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10557
10558 2010-10-13  Julien Danjou  <julien@danjou.info>
10559
10560         * shr.el (shr-width): Make shr-width a defcustom with default to
10561         fill-column.
10562         (shr-tag-img): Use shr-width rather than fill-column.
10563
10564 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * dgnushack.el (byte-optimize-apply):
10567         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10568
10569         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10570         position when (X-)Faces exist.
10571         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10572         avatars when called interactively.
10573
10574 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10577         gnus-article-x-face-too-ugly is bound.
10578
10579 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10582
10583         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10584         mailbox that doesn't exist.
10585
10586 2010-10-12  Julien Danjou  <julien@danjou.info>
10587
10588         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10589         (shr-get-image-data): Encode URL properly when fetching from cache.
10590         (shr-tag-img): Use aligned-to spaces to align correctly images.
10591
10592         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10593         before inserting the Gravatar.
10594
10595         * shr.el (shr-tag-img): Add align attribute support for <img>.
10596
10597 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus-gravatar.el (gnus-art): Require.
10600
10601         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10602         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10603         Remove long obsoleted functions.
10604
10605 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10608
10609         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10610
10611         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10612         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10613         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10614         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10615         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10616         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10617         * sieve-manage.el, smime.el, spam.el:
10618         Fix comment for declare-function.
10619
10620 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * nnimap.el (nnimap-request-rename-group): Select group read-only
10623         before renaming it.
10624
10625         * shr.el (shr-insert): Fix up the white space only regexp.
10626
10627         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10628         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10629
10630         * shr.el (shr-current-column): New function.
10631         (shr-find-fill-point): New function.
10632
10633 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10634
10635         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10636         numbers.
10637
10638 2010-10-11  Julien Danjou  <julien@danjou.info>
10639
10640         * shr.el (shr-hr-line): Add.
10641         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10642         display hr lines.
10643         (shr-max-columns): Do not change state to nil if we just inserting
10644         spaces.
10645
10646 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10649         select the last group.
10650
10651 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10652
10653         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10654
10655 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10656
10657         * dig.el (dig-mode-map): Declare and define in one step.
10658
10659 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10662         for Gnus.
10663         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10664         (nnimap-update-qresync-info): Mark \Seen articles as read.
10665
10666         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10667         non-variable, too.
10668
10669         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10670         available.
10671         (nnimap-update-info): Rely more on the current active than the param
10672         active to avoid marking articles as read too much.
10673
10674         * auth-source.el (auth-source-create): Use (user-login-name) for the
10675         user name default.
10676
10677         * nnimap.el (nnimap-update-info): If the server doesn't return any
10678         useful info, just use the previous info.
10679         (nnimap-update-info): Prefer old info over start-article.
10680         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10681
10682 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10683
10684         * nnir.el (autoload): Clean up autoloads.
10685         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10686         Use key rather than value.
10687         (nnir-imap-search-other): New variable.
10688         (nnir-read-parm): Use it.
10689         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10690         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10691
10692 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10693
10694         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10695         the process, too.
10696
10697 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * spam.el (gnus-summary-mode-map): Bind to "$".
10700         Suggested by Russ Allbery.
10701
10702         * shr.el: Rework the way things are indented by <li> slightly.
10703
10704         * gnus.el (gnus-group-set-parameter): Fix typo.
10705
10706         * nnimap.el: Start implementing QRESYNC support.
10707
10708 2010-10-09  Julien Danjou  <julien@danjou.info>
10709
10710         * nnir.el (nnir-engines): Fix too many arguments.
10711
10712 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10715         group is the "last", so that the backends like nnfolder actually save
10716         their folders.
10717
10718         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10719         try to use that for the tls stream.
10720         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10721         UIDVALIDITY and find out which groups are read-only and not.
10722         (nnimap-get-flags): Use the same marks parsing code as the rest of
10723         nnimap.
10724
10725 2010-10-09  Julien Danjou  <julien@danjou.info>
10726
10727         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10728
10729         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10730         retrieving gravatars.
10731
10732         * shr.el (shr-table-corner): Add.
10733         (shr-table-line): Add.
10734         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10735
10736 2010-10-08  Julien Danjou  <julien@danjou.info>
10737
10738         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10739
10740 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10741
10742         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10743
10744         * gnus-sum.el (gnus-mark-article-as-unread)
10745         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10746         (gnus-summary-set-bookmark): Use it.
10747
10748         * gnus-msg.el (gnus-setup-message): Use it.
10749
10750         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10751
10752         * gnus.el (gnus-group-remove-parameter): Use it.
10753
10754         * gnus-group.el (gnus-group-make-web-group): Use it.
10755
10756         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10757
10758         * nnregistry.el: Update docs to mention manual.
10759
10760         * gnus-registry.el: Update docs to mention nnregistry.el.
10761         (gnus-registry-initialize): Don't install nnregistry refer method
10762         automatically.
10763         (gnus-registry-install-nnregistry): Remove it.
10764
10765 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * shr.el (shr-insert): Don't insert double spaces.
10768
10769 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-gravatar.el (gnus-treat-from-gravatar)
10772         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10773         called interactively.
10774
10775         * gnus-art.el (gnus-mime-view-part-externally)
10776         (gnus-mime-view-part-internally): Make predicate function passed to
10777         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10778         of a mime type.
10779
10780         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10781
10782 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * shr.el (require): Require cl when compiling.
10785         (shr-tag-hr): New function.
10786
10787         * nnimap.el (nnimap-update-info): Remove double setting of high.
10788         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10789         This makes nnimap work properly on Courier again.
10790
10791         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10792         the variable for backwards compatibility.
10793
10794         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10795         the file name before using to avoid setting mm-default-directory to
10796         nil.
10797
10798         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10799         bidning gnus-agent variables.
10800
10801         * shr.el (shr-render-td): Use a cache for the table rendering function
10802         to avoid getting an exponential rendering behavior in nested tables.
10803         (shr-insert): Rework the line-breaking algorithm.
10804         (shr-insert): Don't leave trailing spaces.
10805         (shr-insert-table): Also insert empty TDs.
10806         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10807
10808 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10809
10810         * gnus-sum.el (gnus-number): Rename from `number'.
10811         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10812         (gnus-summary-limit-children): Update uses correspondingly.
10813
10814 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10817         (gnus-gravatar-transform-address): Don't show avatars of people of
10818         which mail addresses match gnus-gravatar-too-ugly.
10819
10820 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10821
10822         * shr.el (shr-table-widths): Expand TD elements to fill available
10823         space.
10824
10825 2010-10-07  Julien Danjou  <julien@danjou.info>
10826
10827         * nnimap.el (nnimap-request-rename-group): Add this method.
10828
10829 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10832         name from XEmacs' function-arglist.
10833
10834         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10835         gravatar under XEmacs.
10836
10837 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10838
10839         * auth-source.el: Update docs with TODO items.
10840
10841         * gnus-sync.el: Update docs to explain state and plans.
10842
10843         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10844         Hooks for mark updates.
10845         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10846
10847         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10848         hooks with arguments, which is needed for mark update hooks.
10849
10850 2010-10-06  Julien Danjou  <julien@danjou.info>
10851
10852         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10853         was matched.
10854
10855         * sieve-manage.el: Update example in `Commentary'.
10856
10857         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10858
10859         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10860         not 2000.
10861         (sieve-manage-authenticate): Re-add function.
10862
10863 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * shr.el (shr-insert): Get 'space transition right.
10866         (shr-render-td): Only delete space at the end of the TD.
10867
10868         * nnimap.el (nnimap-open-connection): Prepare to support
10869         open-gnutls-stream.
10870
10871         * shr.el: Rearrange function order to be more logical.
10872
10873 2010-10-06  Julien Danjou  <julien@danjou.info>
10874
10875         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10876         (nnrss-discover-feed): Remove 404 URL in docstring.
10877
10878         * nnir.el: Fix Swish-E URL.
10879         Fix Namazu URL.
10880
10881         * message.el (message-change-subject): Remove 404 URL in a comment.
10882
10883 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10886         called interactively.
10887
10888         * gnus-util.el (gnus-remove-if): Allow hash table.
10889         (gnus-remove-if-not): New function.
10890
10891         * gnus-art.el (gnus-mime-view-part-as-type):
10892         * gnus-score.el (gnus-summary-score-effect):
10893         * gnus-sum.el (gnus-read-move-group-name):
10894         Replace remove-if-not with gnus-remove-if-not.
10895
10896         * gnus-group.el (gnus-group-completing-read):
10897         Regard collection as a hash table if it is not a list.
10898
10899 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900
10901         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10902
10903         * shr.el: Document the table-rendering algorithm.
10904
10905 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10908         for Emacsen having no `libxml-parse-html-region' support.
10909
10910 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10913         invalid URLs.
10914
10915         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10916         line-broken.
10917         (shr-tag-img): Ignore image fetching errors.
10918         (shr-overlays-in-region): Compute overlay positions correctly.
10919
10920         * mm-decode.el (mm-shr): Require shr.
10921
10922         * gnus-art.el (gnus-blocked-images): Move variable here.
10923
10924         * shr.el (shr-insert-table): Bind free variable.
10925
10926         * mm-decode.el (mm-shr): Bind shr-content-function.
10927
10928         * shr.el (shr-content-function): New variable.
10929
10930         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10931         added for symmetry.
10932
10933         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10934
10935         * gnus-group.el (gnus-group-make-group): Doc fix.
10936
10937         * nnimap.el (nnimap-request-newgroups): Return success.
10938
10939         * shr.el (shr-find-elements): New function.
10940         (shr-tag-table): Put all the images after the table.
10941         (shr-tag-table): Really inhibit images inside the table.
10942         (shr-collect-overlays): Copy over overlays from the TD elements to the
10943         main document.
10944
10945         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10946         gnus-blocked-images.
10947
10948 2010-10-05  Julien Danjou  <julien@danjou.info>
10949
10950         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10951
10952         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10953         (gnus-html-maximum-image-size): Add this function.
10954         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10955
10956         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10957         server-value of the capability is nil.
10958
10959 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * shr.el (shr-tag-em): Add <EM> tag.
10962
10963 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10964
10965         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10966         customizable.
10967
10968         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10969         handing broken links to browse-url.
10970
10971 2010-10-05  Julien Danjou  <julien@danjou.info>
10972
10973         * gnus-util.el (gnus-emacs-completing-read)
10974         (gnus-iswitchb-completing-read): Use autoload rather than require.
10975
10976 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10979         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10980         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10981         iswitchb-temp-buflist for XEmacs.
10982
10983         * gnus-util.el (gnus-completing-read-function): Exclude
10984         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10985         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10986         XEmacs.
10987
10988         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10989         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10990
10991         * gnus-html.el: Don't require help-fns under XEmacs.
10992         (gnus-html-schedule-image-fetching): Work for XEmacs.
10993
10994         * mm-decode.el (mm-shr): Decode contents by charset.
10995
10996 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997
10998         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10999         unknown.
11000
11001         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11002         (shr-get-image-data): Ensure against the cache file missing.
11003
11004         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11005         for data.
11006
11007         * spam-report.el (spam-report-url-ping-plain): Don't query about
11008         killing the process.
11009
11010         * shr.el (shr-render-td): Protect against too-wide text.
11011
11012 2010-10-04  Julien Danjou  <julien@danjou.info>
11013
11014         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11015         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11016
11017         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11018         retrieved.
11019
11020 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * shr.el (browse-url): Require.
11023         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11024         lines.
11025         (shr-show-alt-text, shr-browse-image): New commands.
11026         (shr-browse-url, shr-copy-url): New commands.
11027
11028         * gnus-sum.el (gnus-widen-article-window): New variable.
11029         (gnus-summary-select-article-buffer): Use it.
11030
11031         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11032         without @ signs.
11033
11034 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11035
11036         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11037
11038 2010-10-04  Julien Danjou  <julien@danjou.info>
11039
11040         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11041         for XEmacs.
11042
11043 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11046
11047         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11048         (nnimap-close-server): Implement.
11049
11050         * dgnushack.el (iswitchb): Require to shut up the compiler.
11051
11052         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11053         (shr-insert): Tweak line breaking.
11054         (shr-insert): Handle <pre> better.
11055         (shr-tag-li): Get <li> indentation right.
11056         (shr-tag-li): Get <li> indentation even righter.
11057         (shr-tag-blockquote): Ensure paragraph start.
11058         (shr-make-table): Tweak table generation.
11059         (shr-make-table): Fix typo.
11060
11061         * shr.el: Implement table rendering.
11062
11063 2010-10-04  Julien Danjou  <julien@danjou.info>
11064
11065         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11066
11067 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * shr.el (shr-insert): Use string anchors instead of line anchors.
11070
11071 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * shr.el: Add headings.
11074         (shr-ensure-paragraph): Actually work.
11075         (shr-tag-li): Make <ul> prettier.
11076         (shr-insert): Get white space at the beginning/end of elements right.
11077         (shr-tag-p): Collapse subsequent <p>s.
11078         (shr-ensure-paragraph): Don't insert double line feeds after blank
11079         lines.
11080         (shr-insert): \t is also space.
11081         (shr-tag-s): Fix "s" tag name function.
11082         (shr-tag-s): Fix face prop name.
11083
11084 2010-10-03  Julien Danjou  <julien@danjou.info>
11085
11086         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11087
11088         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11089         gnus-window-inside-pixel-edges.
11090
11091         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11092         gnus-ems.
11093
11094         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11095
11096         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11097         function.
11098
11099         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11100         resize choice.
11101
11102 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11105         beginning of the buffer.
11106
11107         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11108         article buffer again.
11109
11110         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11111
11112         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11113         when it's at the start of the buffer.
11114
11115         * shr.el (shr-tag-blockquote): Convert name.
11116         (shr-rescale-image): Use the right image-size variant.
11117
11118         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11119         buffer isn't shown, then select the current article first instead of
11120         bugging out.
11121         (gnus-summary-select-article-buffer): Show both the article and summary
11122         buffers again.
11123
11124         * shr.el (shr-fontize-cont): Protect against regions with no text.
11125         Rename tag functions to shr-tag-* for enhanced security.
11126         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11127
11128 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11129
11130         * shr.el (shr-insert):
11131         * pop3.el (pop3-movemail):
11132         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11133         loaded.
11134
11135 2010-10-03  Glenn Morris  <rgm@gnu.org>
11136
11137         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11138
11139         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11140
11141         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11142
11143         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11144
11145         * gnus-util.el (gnus-make-local-hook): Simplify.
11146
11147 2010-10-02  Julien Danjou  <julien@danjou.info>
11148
11149         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11150         (gnus-ido-completing-read): New function.
11151         (gnus-emacs-completing-read): New function.
11152         (gnus-completing-read): Use gnus-completing-read-function.
11153         Add gnus-completing-read-function.
11154
11155 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156
11157         * shr.el (shr-insert-document): Autoload.
11158         (shr-img): Be silent.
11159         (shr-insert): Add a newline after every picture before text.
11160         (shr-add-font): Use overlays for combining faces.
11161         (shr-insert): Pass upwards the text start point.
11162
11163         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11164         possible.
11165         (mm-shr): New function.
11166
11167 2010-10-02  Julien Danjou  <julien@danjou.info>
11168
11169         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11170         should go backward.
11171
11172 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11173
11174         * shr.el (shr): Fix typo in provide call.
11175
11176 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * shr.el: New file.
11179
11180         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11181
11182         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11183         completing read.
11184
11185 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11186
11187         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11188         we're being queried about.  Suggested by Dan Jacobson.
11189
11190         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11191         Suggested by Jason Eisner.
11192
11193         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11194         table, too.  Suggested by Stefan Wiens.
11195         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11196         the table unnecessary.  Suggested by Stefan Wiens.
11197
11198         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11199         longer needed, and probably doesn't work either, as pointed out by
11200         Stefan Wiens.
11201         (gnus-summary-exit): Remove call to the clearing function.
11202         (gnus-summary-exit-no-update): Ditto.
11203
11204         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11205         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11206         Reported by Stefan Monnier.
11207         (gnus-summary-save-in-rmail): Ditto.
11208
11209         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11210         article buffer, instead of both the article buffer and the summary
11211         buffer.  Sort of suggested by Dan Jacobson.
11212
11213         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11214
11215         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11216         Suggested by Dan Jacobson.
11217
11218         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11219         documentation clearer.
11220
11221         * message.el (message-shorten-references): Comment on the number "21".
11222         Suggested by Stefan Monnier.
11223
11224         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11225         Suggested by Dan Jacobson.
11226
11227         * gnus.el (gnus-large-newsgroup):
11228         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11229
11230         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11231         externalize attachments.  Bug reported by Steve Wen.
11232
11233         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11234         really message anything to the user.
11235
11236         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11237         directly.
11238
11239         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11240         messages in empty groups.
11241
11242 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11243
11244         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11245         non-UIDNEXT group.
11246
11247 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11248
11249         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11250         not the value from the collection.
11251
11252         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11253         values.  This sometimes happens on some groups that have no info.
11254         (nnimap-request-newgroups): New function.
11255
11256 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11257
11258         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11259         check into `gnus-registry-initialize'.
11260         (gnus-registry-initialize): Ditto.
11261         Fix and extend header docs.
11262
11263 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11264
11265         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11266         regexp backtrace overflows.
11267
11268         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11269         for starttls that tls.el implements; i.e. openssl.
11270
11271         * tls.el (tls-starttls-switches): Give up on using starttls with
11272         gnutls-cli.
11273         (tls-program): Add --insecure to be consistent with the defaults from
11274         openssl s_client.  Now all three commands are insecure.
11275
11276 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * lpath.el: Bind completion-styles-alist for XEmacs.
11279
11280         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11281         (gravatar-create-image): New function that's an alias to
11282         gnus-xmas-create-image, gnus-create-image, or create-image.
11283         (gravatar-data->image): Use it.
11284
11285 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11288         install the nnregistry refer method.
11289         (gnus-registry-install-hooks): Use it.
11290         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11291         unfollowed groups.
11292
11293 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11294
11295         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11296         expanding threads.
11297
11298 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299
11300         * nnir.el: Use the server names without suffixes (bug#7009).
11301
11302         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11303         unencrypted to STARTTLS, if possible.
11304
11305 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11306
11307         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11308         headers before superseding.
11309
11310 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * nnrss.el (nnrss-use-local): Add documentation.
11313
11314         * nnimap.el (nnimap-extend-tls-programs): New function.
11315         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11316         (nnimap-wait-for-connection): Accept the greeting from the stupid
11317         output from openssl s_client -starttls, too.
11318
11319         * tls.el (tls-starttls-switches): New variable.
11320         (tls-find-starttls-argument): Use it.
11321         (open-tls-stream): Ditto.
11322
11323         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11324         (netrc-machine): Ditto.
11325
11326         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11327         article number.
11328         (nnimap-split-fancy): New variable.
11329         (nnimap-split-incoming-mail): Use it.
11330
11331         * nntp.el (nntp-server-list-active-group): Document.
11332
11333         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11334         SELECT to get the message-id.
11335
11336         * mail-source.el (mail-sources): Remove webmail support.
11337         (defvar): Ditto.
11338         (mail-source-fetcher-alist): Ditto.
11339         (mail-source-fetch-webmail): Remove.
11340
11341         * webmail.el: Remove -- doesn't seem relevant any more.
11342
11343         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11344
11345         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11346         the \r.
11347
11348 2010-09-30  Julien Danjou  <julien@danjou.info>
11349
11350         * gnus-agent.el (gnus-agent-add-group): Fix call to
11351         gnus-completing-read.
11352
11353 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11354
11355         * nndoc.el (nndoc-retrieve-groups): New function.
11356
11357         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11358         `default', use nnmail-split-methods.
11359         (nnimap-request-article): Downcase the NILs so that they are nil.
11360
11361         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11362         symbol.
11363
11364         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11365         code, since if the user has requested network, that's what they ought
11366         to get.
11367         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11368         (nnimap-split-rule): Mark as obsolete.
11369
11370         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11371         New variable.
11372
11373         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11374         correct slot, too.
11375
11376 2010-09-29  Julien Danjou  <julien@danjou.info>
11377
11378         * gnus.el (gnus-local-domain): Declare variable obsolete.
11379
11380         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11381         Fix history computing.
11382         (gnus-ido-completing-read): Require ido.
11383
11384 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11387         build Gnus.
11388
11389         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11390         when interpreting the structures.
11391         (nnimap-request-accept-article): Add \r\n to the lines to make this
11392         work with Cyrus.
11393
11394         * nndraft.el (nndraft-request-expire-articles): Use the group name
11395         instead if "nndraft".  Fix found by Nils Ackermann.
11396
11397 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11398
11399         * nnregistry.el: Add.
11400
11401 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11402
11403         * nnmail.el (group, group-art-list, group-art):
11404         Remove unneeded directives.
11405
11406 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11409         (mm-mime-charset):
11410         * rfc2047.el (rfc2047-syntax-table):
11411         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11412
11413         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11414         rather than `insert-file-contents' and `eval-region'.
11415
11416         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11417         construction.
11418
11419         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11420
11421         * time-date.el: No need to require cl for Emacs 21.
11422
11423 2010-09-29  Julien Danjou  <julien@danjou.info>
11424
11425         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11426         replacement of `gnus-gravatar-relief' to mimic
11427         `gnus-faces-properties-alist'.
11428         Add :version property.
11429
11430 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * mail-source.el (mail-source-report-new-mail):
11433         * message.el (message-default-mail-headers):
11434         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11435
11436         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11437
11438 2010-09-28  Julien Danjou  <julien@danjou.info>
11439
11440         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11441         mail-address contains the same string as real-name.
11442
11443         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11444         non-blank in header, otherwise it'll get stripped.
11445
11446         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11447         real-name, and then for mail address rather than doing : or , search.
11448
11449 2010-09-27  Julien Danjou  <julien@danjou.info>
11450
11451         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11452         right completing-read function.
11453         (gnus-use-ido): New variable
11454         (gnus-completing-read-with-default): Remove.
11455         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11456         (gnus-agent-add-group):
11457         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11458         * mm-view.el (mm-view-pkcs7-decrypt):
11459         * mm-util.el (mm-codepage-setup):
11460         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11461         * mml-smime.el (mml-smime-openssl-sign-query):
11462         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11463         (mml-insert-multipart):
11464         * gnus-msg.el (gnus-summary-yank-message):
11465         * gnus-int.el (gnus-start-news-server):
11466         * mm-decode.el (mm-interactively-view-part):
11467         * gnus-dired.el (gnus-dired-attach):
11468         * gnus.el (gnus-read-method):
11469         * gnus-bookmark.el (gnus-bookmark-jump):
11470         * gnus-art.el (gnus-mime-view-part-as-type)
11471         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11472         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11473         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11474         * nnmairix.el (nnmairix-create-server-and-default-group)
11475         (nnmairix-update-groups, nnmairix-get-server)
11476         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11477         (nnmairix-get-group-from-file-path):
11478         * nnrss.el (nnrss-find-rss-via-syndic8):
11479         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11480         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11481         (gnus-group-browse-foreign-server):
11482         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11483         (gnus-summary-execute-command, gnus-summary-respool-article)
11484         (gnus-read-move-group-name):
11485         * gnus-score.el (gnus-summary-increase-score)
11486         (gnus-summary-score-effect):
11487         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11488
11489 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11492         x-focus-frame.
11493
11494         * nnimap.el (auth-source-forget-user-or-password)
11495         (auth-source-user-or-password): Autoload.
11496
11497         * message.el (message-from-style, message-interactive)
11498         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11499         (message-yank-prefix, message-indentation-spaces, message-signature)
11500         (message-signature-file): Add comment.
11501
11502 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11503
11504         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11505         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11506         new articles.
11507
11508         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11509         parts.
11510         (nnimap-request-article): Work with the t setting, too.
11511
11512         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11513         that you don't get flashes of other buffers.
11514         (gnus-summary-show-complete-article): Intern before setting.
11515
11516 2010-09-27  David Engster  <dengste@eml.cc>
11517
11518         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11519         well as HEADERS.
11520         (nnmairix-retrieve-headers): Provide new argument for the above.
11521
11522 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-sum.el (gnus-summary-move-article): Don't alter
11525         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11526         group.
11527
11528         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11529
11530         * message.el (message-cite-prefix-regexp): Revert my last edit.
11531
11532         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11533         variable instead of the Gnus variable.
11534
11535         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11536
11537         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11538
11539         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11540         since some servers don't like it.
11541         (nnimap-open-connection): Forget credentials if the server says the
11542         password was wrong.
11543         (nnimap-parse-line): Protect against invalid data.
11544
11545         * gnus-sum.el (gnus-summary-move-article): Add comment.
11546         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11547         nothing alters it while scanning for new messages.
11548
11549         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11550         which may or may not help.
11551         (nnimap-open-connection): If we're doing a stream connection, and then
11552         discover we're on a STARTTLS-capable server, then open a STARTTLS
11553         connection instead.
11554
11555 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11556
11557         * nnimap.el (utf7): Require.
11558
11559         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11560         prefix.
11561
11562 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11563
11564         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11565
11566 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11567
11568         * nnimap.el (nnimap-request-accept-article): Message the error on
11569         error.
11570
11571 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11574
11575 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * nndoc.el (nndoc-request-list): Return success always.
11578
11579         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11580         `fetch-old' -- we only want to fetch the articles we've requested.
11581         The rest are in the agent, probably.
11582         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11583         disappeared server" to something low.  It's not important.
11584
11585         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11586         arrived before the FETCH data.
11587
11588         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11589         target here, because we don't know the Gnus name of the group.
11590
11591         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11592         for the correct group.
11593
11594         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11595
11596         * gnus.el (gnus): Give a final warning after startup.
11597
11598         * gnus-util.el (gnus-action-message-log): New variable.
11599         (gnus-message): Use it.
11600         (gnus-final-warning): New function.
11601
11602         * nnimap.el (nnimap-open-connection): Record the greeting.
11603         (nnimap): Add greeting.
11604
11605 2010-09-26  Julien Danjou  <julien@danjou.info>
11606
11607         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11608         arguments.
11609         (gnus-html-wash-images): Fix spec computing to include start/end.
11610
11611         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11612
11613 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11614
11615         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11616         deletion.
11617         (nnimap-retrieve-headers): Don't select the group, because that's
11618         already done by nnimap-possibly-change-group.
11619
11620         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11621         (gnus-picon-transform-address): Use it.
11622
11623         * mail-source.el (mail-source-value): Revert previous patch.
11624
11625         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11626         on failure.
11627         (nnimap-open-connection): Look up both virtual and physical server name
11628         credentials.
11629
11630         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11631
11632 2009-02-07  Dave Love  <fx@gnu.org>
11633
11634         * tls.el (open-tls-stream): Don't query killing process.
11635
11636 2009-02-08  Dave Love  <fx@gnu.org>
11637
11638         * gnus-win.el (gnus-window-to-buffer-helper)
11639         (gnus-all-windows-visible-p): Function needn't be a symbol.
11640
11641         * mail-source.el (mail-source-value): Function needn't be a symbol.
11642
11643 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * message.el (message-cite-prefix-regexp): Remove } from the cite
11646         prefix.
11647
11648         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11649         highlight again, so that the highlight is correct.
11650
11651         * gnus-picon.el (gnus-picon): Remove again.
11652         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11653
11654         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11655         doing the header highlightling, so that the background color of the
11656         picon is correct.
11657
11658         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11659         (gnus-picon): Ditto.
11660         (gnus-picon): Reinstate.  The background color for picons is white.
11661         (gnus-picon-insert-glyph): Make the background white.
11662
11663         * nnml.el (nnml-open-nov): Don't return dead buffers.
11664
11665         * auth-source.el (auth-source-create): Query the user for whether to
11666         store the credentials.
11667
11668         * netrc.el (netrc-store-data): New function.
11669
11670         * auth-source.el (auth-source-user-or-password): Use the existing auth
11671         sources, if any, for creation.
11672
11673         * gnus.el (gnus-group-fast-parameter): Return the last matching
11674         parameter instead of the first matching parameter.
11675
11676 2010-09-26  Julien Danjou  <julien@danjou.info>
11677
11678         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11679
11680 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * mml2015.el (mml2015-use): Remove gpg support.
11683
11684         * mml1991.el (mml1991-function-alist): Remove gpg function.
11685         (mml1991-gpg-sign): Remove.
11686
11687 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11688
11689         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11690         (gnus-browse-unsubscribe-current-group): Document it.
11691         (gnus-browse-unsubscribe-group): Use it.
11692
11693 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11696         address to the To list for easier response.
11697
11698         * gnus.el (gnus-play-startup-jingle): Remove.
11699         (gnus-splash): Don't play jingle.
11700         (gnus): Silence gnus-load message.
11701
11702         * gnus-art.el (gnus-treat-play-sounds): Remove.
11703
11704         * gnus.el (gnus-play-jingle): Remove audio support.
11705
11706         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11707
11708         * earcon.el: Remove -- no users.
11709
11710         * gnus-audio.el: Remove -- no users of this package.
11711
11712         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11713
11714         * gnus-start.el (gnus-setup-news): Remove nocem support.
11715
11716         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11717
11718         * gnus.el (gnus-use-nocem): Remove.
11719
11720         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11721         Remove.
11722
11723         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11724         uses NoCeM any more.
11725
11726         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11727         (gnus-button-ctan-handler): Ditto.
11728         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11729         (gnus-button-ctan-directory-regexp): Ditto.
11730         (gnus-button-handle-ctan): Ditto.
11731         (gnus-button-tex-level): Ditto.
11732         (gnus-button-alist): Remove CTAN stuff.
11733
11734 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11737         nnimap-streaming test.
11738
11739         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11740         servers twice.
11741
11742         * nnimap.el (nnimap-open-connection): Add more error reporting when
11743         nnimap fails early.
11744
11745         * nnheader.el (nnheader-get-report-string): New function.
11746         (nnheader-get-report): Use it.
11747
11748         * gnus-int.el (gnus-check-server): Say what the error was when opening
11749         failed.
11750
11751         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11752         using streaming.
11753
11754 2010-09-25  Julien Danjou  <julien@danjou.info>
11755
11756         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11757         gnus-window-inside-pixel-edges.
11758
11759 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11760
11761         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11762
11763         * mm-decode.el (mm-save-part): Allow saving to other directories the
11764         normal Emacs way.
11765
11766         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11767         Suggested by Jay Berkenbilt.
11768
11769         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11770         there isn't a single byte.
11771
11772         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11773         just do it.  It doesn't really seem to matter what the user responds
11774         here, I think, so it's just a confusing question.
11775
11776         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11777         non-streaming case.
11778
11779         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11780         (gnus-article-encrypt-body): Use it.
11781
11782         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11783         keystroke.
11784
11785         * nnimap.el (nnimap-find-wanted-parts-1):
11786         Use gnus-fetch-partial-articles.
11787
11788         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11789
11790         * nnimap.el (nnimap-insert-partial-structure): New function.
11791         (nnimap-get-partial-article): New function.
11792         (nnimap-request-article): Use it.
11793         (nnimap-wait-for-response): Return whether the wait was successful.
11794         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11795         retrieval wasn't successful.
11796         (nnimap-retrieve-group-data-early): Allow throttling servers.
11797         (nnimap-streaming): New variable.
11798         (nnimap-fetch-partial-articles): Remove.
11799
11800         * mm-decode.el (mm-with-part): Protect against killed buffers.
11801
11802         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11803         for prettier summary display.
11804
11805 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11806
11807         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11808
11809 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11812         apparently third-party libraries depend on it.
11813
11814         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11815         before starting negotiation.
11816
11817         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11818         privacy reasons.
11819         (gnus-treat-mail-gravatar): Ditto.
11820
11821         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11822         buffer when inserting images.  Inserting text into the headers, for
11823         instance, can make them invalid.
11824
11825 2010-09-25  Julien Danjou  <julien@danjou.info>
11826
11827         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11828         variables.
11829
11830         * nnheader.el: Remove useless variables news-reply-yank-from and
11831         news-reply-yank-message-id.
11832
11833         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11834         variables.
11835
11836         * mml1991.el: Remove useless mml1991-verbose.
11837
11838         * gnus.el: Remove useless variable gnus-use-generic-from.
11839         Remove obsolete variable gnus-topic-indentation.
11840
11841         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11842
11843         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11844
11845         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11846
11847         * gnus-group.el: Remove useless gnus-group-icon-cache.
11848         Remove useless gnus-ephemeral-group-server.
11849
11850         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11851
11852         * mml2015.el: Remove useless mml2015-verbose.
11853
11854         * mml-smime.el: Remove useless mml-smime-verbose.
11855
11856         * gnus.el: Remove useless gnus-local-domain.
11857
11858         * gnus-gravatar.el (gnus-gravatar-transform-address):
11859         Use gnus-gravatar-size.
11860
11861         * gnus-art.el: Remove useless gnus-treat-translate.
11862
11863 2010-09-24  Julien Danjou  <julien@danjou.info>
11864
11865         * gnus-sum.el: Add support for Gravatars.
11866
11867         * gnus-art.el: Add support for Gravatars.
11868
11869         * gnus-gravatar.el: Add this file.
11870
11871         * gravatar.el: Add this file.
11872
11873 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874
11875         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11876
11877         * gnus-group.el (gnus-group-fetch-faq): Remove.
11878
11879         * gnus.el (gnus-group-faq-directory): Remove.
11880
11881         * gnus-group.el (gnus-group-fetch-charter): Remove.
11882
11883         * gnus.el (gnus-group-charter-alist): Remove.
11884
11885         * gnus-group.el (gnus-group-archive-directory): Remove.
11886         (gnus-group-recent-archive-directory): Ditto.
11887         (gnus-group-make-archive-group): Remove.
11888
11889         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11890
11891         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11892         use the same article number for all the cached articles.
11893
11894         * nnimap.el (nnimap-command): Register the last command time so
11895         that we can use it for idling NOOPs.
11896         (nnimap-open-connection): Start the keeplive timer.
11897         (nnimap-make-process-buffer): Store all the process buffers.
11898         (nnimap-keepalive): New function.
11899
11900         * starttls.el (starttls-open-stream): Add autoload cookie.
11901
11902 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11903
11904         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11905         handling.
11906
11907 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11910         its data structures.
11911
11912         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11913         instead of the cl.el copy-list.
11914         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11915         equalp.
11916
11917 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11920         and tool-bar-local-item-from-menu.
11921
11922         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11923         mode-line-highlight face for Emacs.
11924
11925         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11926         loading gnus-sum.elc; fix comment for canlock-verify.
11927         (gnus-article-jump-to-part): Use read-number.
11928         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11929         Remove Emacs pre-21 compatible code for help-echo.
11930         (gnus-article-next-page-1): No need to adjust the number of lines.
11931         (gnus-article-describe-bindings): Always use help-buffer.
11932
11933         * gnus-audio.el (gnus-audio-inline-sound):
11934         * gnus-cus.el (gnus-custom-mode):
11935         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11936
11937         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11938
11939         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11940         compatible code.
11941
11942 2010-09-24  Glenn Morris  <rgm@gnu.org>
11943
11944         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11945         visiting the fcc file in rmail-mode.
11946
11947         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11948
11949 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * nnir.el: Silence the byte compiler.
11952
11953         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11954         alias to browse-url-url-encode-chars if any.
11955         (gnus-html-encode-url): Use it.
11956
11957 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11958
11959         * gnus-start.el (gnus-use-backend-marks): New variable.
11960         (gnus-get-unread-articles-in-group): Use it.
11961
11962         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11963         makeover.
11964
11965 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11966
11967         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11968
11969 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970
11971         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11972         Remove.
11973         (gnus-setup-news-hook):
11974         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11975
11976         * gnus-int.el (gnus-request-update-info): Protect against backends not
11977         having the function.
11978
11979         * nnimap.el (nnimap-stream): Mention starttls.
11980         (nnimap-open-connection): Add starttls support.
11981
11982 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11983
11984         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11985
11986 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11987
11988         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11989         BODYSTRUCTUREs.
11990         (nnimap-transform-headers): Unfold quoted {42} headers.
11991
11992         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11993         the info.
11994         (gnus-get-unread-articles): Only call updatep on backends that support
11995         it.
11996
11997         * nnweb.el (nnweb-request-update-info): NOOP.
11998
11999         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12000
12001         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12002         since it only deals with marks.
12003
12004         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12005         gnus-request-marks, and make a new gnus-request-update-info.
12006
12007         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12008         the active instead of the high number, which is usually too low.
12009
12010 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12011
12012         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12013         * encrypt.el: Remove.
12014
12015 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016
12017         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12018         server in symbolic form.
12019
12020         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12021
12022 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12023
12024         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12025         (nnimap-update-info): Fix up code slightly.
12026
12027         * gnus-int.el (gnus-open-server): Add tracing for performance
12028         debugging.
12029
12030         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12031         (gnus-group-insert-group-line): Pass the real group name so that it
12032         gets the right data.
12033
12034         * gnus-start.el (gnus-get-unread-articles): Don't have
12035         `gnus-get-unread-articles-in-group' update info, since that can be
12036         really slow and doesn't seem to be needed?
12037
12038 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12039
12040         * time-date.el (date-to-time): Try using parse-time-string first before
12041         using the slower timezone-make-date-arpa-standard.
12042
12043 2010-09-22  Julien Danjou  <julien@danjou.info>
12044
12045         * gnus-group.el (gnus-group-insert-group-line):
12046         Call gnus-group-highlight-line.
12047         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12048         default hook list.
12049         (gnus-group-update-eval-form): Add new function.
12050         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12051         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12052
12053 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12056         immediate, then expire all articles.
12057         (nnimap-update-info): Fix off-by-one errors.
12058         (nnimap-flags-to-marks): Would return no marks lists for group with no
12059         flags.  Instead return the other data.
12060
12061 2010-09-22  Julien Danjou  <julien@danjou.info>
12062
12063         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12064         Only return an icon.
12065         (gnus-group-insert-group-line): Compute icon to return.
12066
12067         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12068         (gnus-html-image-fetched): Only cache if
12069         gnus-html-image-automatic-caching is set.
12070         (gnus-html-image-fetched): Check for errors.
12071
12072 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12073
12074         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12075         once per method on `g'.  This ensures that backends like nnfolder don't
12076         open all their folders.
12077
12078         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12079         (nnimap-request-list): Nix out group in the correct buffer.
12080         (nnimap-parse-flags): Implement by using `read' instead of
12081         hand-parsing.
12082         (nnimap-flags-to-marks): Pass on permanent-flags.
12083         (nnimap-make-process-buffer): Record the server name.
12084         (nnimap-parse-flags): Fix typo.
12085         (nnimap-request-scan): Run split on the server in general, not just a
12086         single group.
12087
12088         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12089         parameter, and propagate this downwards.
12090
12091         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12092         since EXAMINE changes it on the server.
12093
12094         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12095         this command might take a while.
12096
12097 2010-09-22  Julien Danjou  <julien@danjou.info>
12098
12099         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12100         harmful if you have 2 images side-by-side, they can't be properly
12101         update on text deletion.  Using text-property is safer here.
12102         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12103         data.
12104
12105 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * nnimap.el (nnimap-expunge-inbox): Remove.
12108         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12109         (nnimap-expunge): Flip default to t.
12110
12111         * gnus.el (gnus-method-to-server): Don't push things to the cache
12112         unless it's unique.
12113         (gnus-server-to-method): Ditto.
12114
12115 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12116
12117         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12118
12119 2010-09-22  Julien Danjou  <julien@danjou.info>
12120
12121         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12122         get the start of data.
12123         (gnus-html-encode-url): Add this function to encode special chars in
12124         URL.
12125         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12126         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12127
12128         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12129         default.
12130         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12131
12132         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12133         images alt-text.
12134         (gnus-html-put-image): Put alt-text as help-echo.
12135
12136 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12139         * mm-util.el (mm-decompress-buffer):
12140         * nnir.el (nnir-run-find-grep):
12141         * pop3.el (pop3-list): Use 3rd arg of split-string.
12142
12143         * time-date.el (format-seconds): Comment fix.
12144
12145         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12146         and byte-optimize-form-code-walker.
12147         (dgnushack-make-auto-load): Don't advise make-autoload.
12148
12149         * lpath.el: Remove Emacs 21 stuff.
12150
12151 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12154         outside the active range.  Suggested by Dan Christensen.
12155
12156         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12157         slightly later to avoid double-getting it.
12158
12159         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12160         previous patch.
12161
12162         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12163
12164 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12165
12166         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12167
12168 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12169
12170         * gnus-int.el (gnus-open-server): Give a better error message in the
12171         "go offline" case.
12172
12173         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12174         marks for nnimap, which is seldom the right thing to do.
12175
12176         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12177         (gnus-same-method-different-name): New function.
12178
12179         * nnimap.el (parse-time): Require.
12180
12181         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12182         method in the presence of many similar methods.
12183
12184         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12185
12186         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12187         nnml-inhibit-expiry.
12188
12189         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12190         find out whether methods are equal.
12191
12192         * nnimap.el (nnimap-find-expired-articles): New function.
12193         (nnimap-process-expiry-targets): New function.
12194         (nnimap-request-move-article): Request the article before looking at
12195         what the Message-ID is.  Fix found by Andrew Cohen.
12196         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12197
12198         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12199         for oldness in addition to being a predicate.
12200
12201         * nnimap.el (nnimap-request-group): When we have zero articles, return
12202         the right data to Gnus.
12203         (nnimap-request-expire-articles): Only delete articles immediately if
12204         the target is 'delete.
12205
12206         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12207         method, this would bug out.
12208
12209         * gnus-group.el (gnus-group-expunge-group): Rename from
12210         gnus-group-nnimap-expunge, and implemented as a normal interface
12211         function.
12212
12213         * gnus-int.el (gnus-request-expunge-group): New function.
12214
12215         * nnimap.el (nnimap-request-create-group): Implement.
12216         (nnimap-request-expunge-group): New function.
12217
12218 2010-09-21  Julien Danjou  <julien@danjou.info>
12219
12220         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12221         (gnus-html-cache-expired): Add new function.
12222         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12223         wethever we should display image for fetch it.
12224         Compute alt-text earlier to pass it to the fetching function too.
12225         (gnus-html-schedule-image-fetching): Change function argument to only
12226         get one image at a time, not a list.
12227         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12228         cache.
12229         (gnus-html-get-image-data): New function to retrieve image data from
12230         cache.
12231         (gnus-html-put-image): Change buffer argument to use image data rather
12232         than file, and place image above region rather than inserting a new
12233         one.  Do not take alt-text as argument, since it's useless now: we place
12234         the image above alt-text.
12235         (gnus-html-prune-cache): Remove.
12236         (gnus-html-show-images): Start to fetch image when we find one, do not
12237         push into a temporary list.
12238         (gnus-html-prefetch-images): Only fetch image if they have expired.
12239         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12240         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12241
12242 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12245
12246 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12247
12248         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12249         spec inser "*" if the group isn't active instead of 0.
12250
12251         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12252         opening the server.
12253         (nnimap-request-delete-group): Implement group deletion.
12254         (nnimap-transform-headers): Return the size of the entire message in
12255         the Bytes header, not just the size of the first part.
12256         (nnimap-request-move-article): When moving an article from nnimap,
12257         request the article first so the accepting form has an article to
12258         accept.  Reported by Dan Christensen.
12259         (nnimap-command): Make sure that the error message doesn't error out.
12260
12261 2010-09-20  David Edmondson  <dme@dme.org>
12262
12263         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12264         we haven't requested anything.
12265
12266 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267
12268         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12269         "".  Fix found by Andrew Cohen.
12270
12271         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12272         instead of -encode-string.
12273
12274 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12277
12278         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12279         by mm-subst-char-in-string.
12280
12281 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12282
12283         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12284         waiting for the connection string.
12285
12286         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12287         arriving.
12288
12289         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12290         bogus characters.  This allows selecting certain Gmail groups.
12291
12292         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12293         (nnimap-fetch-partial-articles): New variable.
12294         (nnimap-open-connection): When looking for credentials, also use the
12295         nnimap-server-port.
12296         (nnimap-request-article): Return the group/article number, so that Gnus
12297         `^' works as expected.
12298         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12299
12300         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12301         comments.
12302         (gnus-methods-sloppily-equal): New function.
12303         (gnus): When using the development version of Gnus, load the gnus-load
12304         file.
12305
12306         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12307         `gnus-open-server' on each method before trying to scan them etc.
12308         This ensures that all the backend parameters are set correctly.
12309
12310         * nnimap.el (nnimap-authenticator): New variable.
12311         (nnimap-open-connection): Allow anonymous login.
12312         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12313         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12314
12315         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12316         patch, found by Knut Anders Hatlen.
12317
12318 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12319
12320         * gnus-agent.el (gnus-agent-batch-confirmation)
12321         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12322         to gnus-message.
12323         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12324         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12325         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12326         * gnus-int.el (gnus-open-server): Likewise.
12327         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12328         (gnus-score-check-syntax): Likewise.
12329         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12330         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12331         Likewise.
12332         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12333
12334 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12337         calling conventions so that prefetch doesn't bug out.
12338
12339 2010-09-19  Julien Danjou  <julien@danjou.info>
12340
12341         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12342         rather than `subst-char-in-region' in order to be able to replace ASCII
12343         char by UTF-8 ones.
12344
12345         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12346         than curl.
12347         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12348         the right URL and ALT text on images.
12349         (gnus-html-wash-tags): Fix tag case.
12350         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12351         (gnus-article-html): Add -o display_ins_del=2 option.
12352         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12353
12354 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12357         the extra mail headers, which sometimes seem to happen for unknown
12358         reasons.
12359
12360         * mail-parse.el (mail-header-encode-parameter): Define as
12361         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12362         (or most, perhaps?) mail readers don't understand the latter, but do
12363         understand the former.
12364
12365         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12366         to nil, so that no methods are automatically agentized.  I think this
12367         is probably what most users want.
12368
12369         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12370         from url-retrieve, for instance about invalid URLs.
12371
12372         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12373         groups that have no articles.
12374         (nnimap-request-article): Check that we really got an article when we
12375         requested one.
12376
12377         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12378         doesn't exist.
12379
12380         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12381         nntp buffer so the agent can save it.
12382         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12383         that CRLF doesn't get translated to \n.
12384         (nnimap-open-connection): Don't make 'shell commands only send \n.
12385
12386 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12387
12388         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12389         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12390         Update var name.
12391         (nnml-generate-nov-file): Use dolist.
12392         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12393         Use with-current-buffer.
12394
12395 2010-09-18  Julien Danjou  <julien@danjou.info>
12396
12397         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12398         parallel.
12399
12400 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12401
12402         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12403         the range update right.
12404         (nnimap-request-group): Don't make `M-g' bug out on group with no
12405         marks.
12406         (nnoo): Require, so that other packages can require nnimap.
12407         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12408         command we're looking for.  This helps when the server sends more
12409         responses after we've gotten everything we expected.
12410         (nnimap): Add a `newlinep' field to keep track of end-of-line
12411         conventions.
12412         Don't send CRLF to things that don't want it.
12413         (nnimap-request-accept-article): Ditto.
12414
12415 2010-09-18  Julien Danjou  <julien@danjou.info>
12416
12417         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12418         than curl to retrieve images.
12419
12420 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12421
12422         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12423         the marks.
12424         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12425         (nnimap-wait-for-connection): New function.
12426         (nnimap-open-connection): If we have PREAUTH, don't query for login
12427         credentials.
12428         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12429         when doing a partial update.
12430
12431 2010-09-18  Julien Danjou  <julien@danjou.info>
12432
12433         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12434         tags.
12435
12436 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12437
12438         * nnimap.el (nnimap-credentials): New function.
12439         (nnimap-open-connection): Use the new function to look for credentials
12440         also on the numeric equivalents of "imap" and "imaps".
12441
12442         * gnus-start.el (gnus-activate-group): Send the info to
12443         gnus-request-group.
12444
12445         * nnimap.el (nnimap-request-group): Have the "check" version of the
12446         function parse flags and update the info, so that a `M-g' get a total
12447         resync of all flags from the group.
12448
12449         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12450         to allow backends to alter the info on group selection.  Also alter all
12451         the backend -request-group functions to take the parameter.
12452
12453         * nnimap.el (nnimap-store-info): New function.
12454         (nnimap-update-info): Store the info for later usage.
12455         (nnimap-request-group): Use the stored info for the dont-check case, so
12456         that we don't retrieve all marks when we enter a group.
12457
12458         * nnimap.el: Use deffoo instead of defun for interface functions.
12459
12460         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12461         update the group info.  This makes the nndraft groups, for instance, go
12462         back to their old behavior.
12463
12464         * gnus-sum.el (gnus-select-newsgroup): Indent.
12465
12466         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12467         in.
12468         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12469         nothing.
12470
12471         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12472         from methods that are denied.
12473
12474         * gnus-int.el (gnus-method-denied-p): New function.
12475
12476         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12477         store the password instead of netrc.
12478         (nnimap-open-connection): Don't error out when we can't make a
12479         connections.
12480
12481         * auth-source.el (auth-source-create): In the password prompt, say what
12482         we're querying for.  Also prompt for user name if that hasn't been
12483         given.
12484
12485         * nnimap.el (nnimap-with-process-buffer): Remove.
12486
12487 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12488
12489         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12490         method when we're reading from the agent.
12491
12492         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12493
12494         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12495         that's probably most useful for users.
12496
12497         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12498         "failed" all the time.
12499
12500         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12501         ...)) with (with-current-buffer ... ).
12502
12503         * nntp.el (nntp-open-server): Return whether the open was successful or
12504         not.
12505
12506         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12507         select an unread unseen article first.
12508
12509         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12510         /etc/services, supply some sensible port defaults.
12511
12512         * dgnushack.el: Define netrc-credentials.
12513
12514 2010-09-17  Julien Danjou  <julien@danjou.info>
12515
12516         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12517
12518 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12519
12520         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12521         doesn't have any parameters.
12522
12523 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12524
12525         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12526         only upcased checks.
12527
12528         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12529
12530         * nnimap.el (nnimap-open-shell-stream): New function.
12531         (nnimap-open-connection): Use it.
12532         (nnimap-transform-headers): Get the number of lines in each message.
12533         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12534         number of lines.
12535         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12536         problem.
12537
12538         * utf7.el (utf7-encode): Autoload.
12539
12540         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12541         to allow the mail splitting to not return a default group.  This is
12542         useful for nnimap, which will leave unmatched mail in the inbox.
12543
12544         * nnimap.el: Rewritten.
12545
12546         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12547         nnimap usage.
12548
12549         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12550         if the move is internal, so that nnimap can do fast internal moves.
12551
12552         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12553         data.
12554         (gnus-read-active-for-groups): Support finishing the early retrieval of
12555         data.
12556
12557         * gnus-range.el (gnus-range-nconcat): New function.
12558
12559         * gnus-int.el (gnus-finish-retrieve-group-infos)
12560         (gnus-retrieve-group-data-early): New functions.
12561
12562 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12563
12564         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12565         (nnrss-retrieve-groups):
12566         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12567         (pop3-quit): Use with-current-buffer.
12568
12569 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12572         instead of nnheader-accept-process-output.
12573
12574         * dgnushack.el (dgnushack-compile): Add comment.
12575
12576         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12577
12578         * gnus-html.el (gnus-html-schedule-image-fetching)
12579         (gnus-html-prefetch-images): Replace process-kill-without-query by
12580         gnus-set-process-query-on-exit-flag.
12581
12582 2010-09-16  Romain Francoise  <romain@orebokech.com>
12583
12584         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12585
12586 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12587
12588         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12589         parameter to unintern is mandatory-ish in Emacs 24.
12590
12591         * gnus-html.el (gnus-html-schedule-image-fetching)
12592         (gnus-html-prefetch-images): Check for curl before using it.
12593
12594         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12595         depend on curl, which isn't essential.
12596
12597         * imap.el: Revert back to version
12598         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12599         seem problematic.
12600
12601 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12602
12603         * gnus-registry.el (gnus-registry-install-shortcuts):
12604         Explicitly pass `obarray' to `unintern' to avoid a warning.
12605
12606 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12609         change.
12610
12611         * nnrss.el (nnrss-request-list): Remove this function and related
12612         functions, including the moreover stuff.
12613
12614 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12615
12616         * nnrss.el (nnrss-retrieve-groups): New function.
12617
12618 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12619
12620         * .dir-locals.el: Add no-byte-compile cookie.
12621
12622 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * time-date.el (format-seconds): Comment fix.
12625
12626         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12627         for back end that doesn't support request-scan.
12628
12629 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630
12631         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12632         then do request scans from the backends.
12633
12634         * netrc.el (netrc-credentials): New conveniency function.
12635
12636         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12637         avoid running a hook per line, since this takes a lot of time,
12638         profiling shows.
12639         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12640         directly if gnus-visual-p is true.
12641
12642 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12645         groups; replace mapcar with dolist which is a bit faster; pass groups
12646         info to gnus-read-active-file-1.
12647         (gnus-read-active-file-1): Scan only specified groups if the new
12648         optional arg `infos' is given.
12649
12650 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651
12652         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12653
12654         * pop3.el (pop3-movemail): Remove.
12655         (pop3-streaming-movemail): Rename to pop3-movemail.
12656
12657         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12658         don't restrict end-tag searches to the end of the line.
12659
12660 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12663         articles of every unchecked group to t, which means unknown since the
12664         server has never been opened.
12665
12666 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * gnus-html.el (gnus-html-show-alt-text): New command.
12669         (gnus-html-browse-image): Ditto.
12670         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12671         to browse the image directly.
12672         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12673         better.
12674
12675         * gnus-async.el (gnus-async-article-callback):
12676         Call `gnus-html-prefetch-images' unconditionally.
12677
12678         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12679         before feeding URLs to curl.
12680
12681 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12684         internal images as deletable by `W D D'.
12685
12686         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12687         (gnus-async-article-callback): Fix typo.
12688
12689 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12692         current line to work around bugs in the output from w3m.
12693
12694         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12695         for groups that want that.
12696
12697         * nntp.el (nntp-wait-for-string): Supply a timeout for
12698         accept-process-output to ensure progress.
12699
12700         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12701         level to get unread articles from, then use that for foreign groups,
12702         too.
12703
12704         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12705         confuses the rest of the function.
12706
12707         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12708         for the methods that support -retrieve-groups, too.
12709
12710         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12711
12712 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12715         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12716
12717         * pop3.el: Require cl when compiling.
12718         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12719
12720 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12721
12722         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12723         that aren't going to be activated.
12724         (gnus-get-unread-articles): Fix up the last commit.
12725
12726         * gnus-html.el (gnus-article-html): Allow calling without specifying
12727         the handle.  In that case, dissect the buffer first.
12728
12729         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12730
12731         * nnimap.el (nnimap-open-connection): Revert the change that would look
12732         into authinfo for imaps instead of imap.
12733
12734         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12735         say that you don't want to call gnus-request-group with don-check, but
12736         do check the reponse.  This is for virtual groups only.
12737         (gnus-get-unread-articles): Count the archive groups as secondary, so
12738         that they're activated the same way as before.
12739
12740         * imap.el (imap-message-map): Removed optional buffer parameter, since
12741         no callers use it.
12742         (imap-message-get): Ditto.
12743         (imap-message-put): Ditto.
12744         (imap-mailbox-map): Ditto.
12745         (imap-mailbox-put): Ditto.
12746         (imap-mailbox-get): Ditto.
12747         (imap-mailbox-get): Revert last change for this function.
12748
12749         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12750         case-insensitively.
12751         (nnimap-debug): Remove.
12752
12753         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12754         callers to use `imap-fetch' instead.  According to the comments, this
12755         should be safe, since all other IMAP clients use the 1:* syntax.
12756         (imap-enable-exchange-bug-workaround): Remove.
12757         (imap-debug): Remove -- doesn't seem very useful.
12758
12759         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12760         mail from a file, and the file doesn't exist.
12761
12762         * imap.el (imap-log): New convenience function used throughout instead
12763         of repeating the same code all over the place.
12764
12765         * pop3.el (pop3-streaming-movemail): Return t for success.
12766
12767         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12768         .authinfo if we're using ssl connection.
12769
12770         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12771         already have if we're in a main Gnus `g' run.
12772
12773         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12774
12775 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12778
12779         * nnmh.el (nnmh-request-list-1): Bind `file'.
12780
12781         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12782         alias to set-process-query-on-exit-flag or process-kill-without-query.
12783         (pop3-open-server): Use it.
12784
12785 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12786
12787         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12788         box to the Incoming file.  Fixes mistake in previous checkin.
12789
12790         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12791         request loop (for debugging purposes) removed.
12792
12793         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12794         culprit is more visible.
12795         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12796         (nnml-add-incremental-nov): New functions to do "incremental" nov
12797         updates, where we just append to the end of the existing nov files
12798         without reading/writing them in full.
12799
12800         * mail-source.el (mail-source-delete-crash-box): Really only check the
12801         incoming files once in a while.
12802
12803         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12804
12805         * mail-source.el (mail-source-delete-crash-box): Only check the
12806         incoming files for deletion once per day to save a lot of file
12807         accesses.
12808
12809         * pop3.el (pop3-logon): Fix up unbound variable typo.
12810
12811         * mail-source.el (pop3-streaming-movemail): Autoload.
12812
12813         * pop3.el (pop3-streaming-movemail):
12814         Respect pop3-leave-mail-on-server.
12815
12816         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12817         retrieval.
12818
12819         * pop3.el (pop3-process-filter): Remove unused function.
12820         (pop3-streaming-movemail, pop3-send-streaming-command)
12821         (pop3-wait-for-messages, pop3-write-to-file)
12822         (pop3-number-of-responses): New functions for streaming pop3
12823         retrieval.
12824
12825         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12826         come from no known methods.
12827         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12828         list.
12829
12830         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12831         message sizes.
12832         (pop3-movemail): Use erase-buffer instead of looping and deleting
12833         regions, which seems rather odd.
12834
12835         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12836         file once per `g' run.
12837
12838         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12839         directories.  This makes the draft queue directory work.
12840
12841         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12842         data from the backends, so that we only request the list of groups from
12843         each method once.  This should speed things up considerably.
12844
12845         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12846         detect that it's not implemented.
12847
12848         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12849         we actually do recurse down into the tree, but don't stat all leaf
12850         nodes.
12851
12852         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12853         then say so instead of bugging out.
12854
12855         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12856         files exist before trying to read them.
12857
12858         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12859         around <pre_int>.
12860
12861         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12862
12863         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12864
12865 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * mm-util.el (mm-image-load-path): Just return the image directories,
12868         not all directories in the path in addition to the image directories.
12869         (mm-image-load-path): Maintain a cache of the image directories so that
12870         the `g' command in Gnus doesn't have to stat dozens of directories each
12871         time.
12872
12873         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12874         (gnus-html-wash-tags): Add a new `i' command to insert images.
12875         (gnus-html-insert-image): New command and keystroke.
12876         (gnus-html-redisplay-with-images): New command and keystroke.
12877         (gnus-html-show-images): Rename command.
12878         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12879         spacers.
12880         (gnus-html-wash-tags): Decode entities at the end, so that entities
12881         inside the tags don't mess up the rest of the "parsing".
12882
12883         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12884         so that nnimap methods aren't agentized by default.  There's apparently
12885         many problems related to agent/imap behavior.
12886
12887         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12888
12889         * gnus-html.el: Doc fix.
12890
12891 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12894         specifier-spec-list for Emacs 21.
12895
12896         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12897         glyph-width and glyph-height instead of display-graphic-p and
12898         image-size; make avoidance of displaying small images work for XEmacs.
12899
12900         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12901         for XEmacs.
12902
12903         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12904         of symbol that holds plist data.
12905         (gnus-process-plist): Remove plist of process after getting it.
12906
12907 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12908
12909         * message.el (message-generate-hashcash): Change default to
12910         'opportunistic if hashcash is installed.
12911
12912         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12913         (gnus-html-put-image): Only call image-size once, since it's somewhat
12914         time-consuming on remote X servers.
12915
12916 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12919         type on data, not a file name.
12920
12921         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12922         window-pixel-edges for Emacs 21.
12923
12924         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12925         decoded contents.
12926         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12927
12928 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929
12930         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12931         group line format, since it isn't very interesting.
12932
12933         * gnus-agent.el (gnus-agent-short-article),
12934         (gnus-agent-long-article): Increase values for these two variables,
12935         since most people are likely to have more network connection and
12936         storage than before.
12937
12938         * gnus.el (gnus-refer-article-method): Change default to 'current.
12939         When referring an article, the common behavior is to refer it from the
12940         current select method, not the native select method.  The chances of
12941         the native select method having the message in question is rather slim
12942         these days.
12943
12944         * gnus-sum.el (gnus-auto-select-subject): Change default to
12945         `unseen-or-unread'.  I think it's likely that most people want to
12946         select an unseen article over a previously seen, but unread one.
12947
12948         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12949         means that in the article buffer none of the minor mode elements will
12950         be shown, usually, and this is not desirable in most cases.
12951
12952         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12953         that commands like `d' (and the like) go to the next line in the
12954         buffer, instead of the next unread article.  I think this is the
12955         behavior that is most natural for most users.
12956         (gnus-single-article-buffer): Change default to nil, so that people can
12957         have as many article buffers open as they have summary buffer.  I think
12958         this is the most natural way for the groups to behave.
12959
12960         * message.el (message-generate-new-buffers): Change default to
12961         `unsent', so that all new message buffers start their names with the
12962         string "*unsent", and it's easier to find the buffers if you move from
12963         them.
12964
12965 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12966
12967         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12968         small.  They're probably tracking images.
12969         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12970         (gnus-html-rescale-image): Yet another try at getting the image sizing
12971         right.
12972
12973         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12974         nntp-marks-file-name is nil.
12975
12976 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12977
12978         * gnus-html.el (gnus-html-wash-tags)
12979         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12980         Better logging.
12981
12982 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12983
12984         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12985
12986         * gnus-html.el (gnus-html-wash-tags): Check the value of
12987         gnus-blocked-images in the summary buffer.
12988
12989 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12990
12991         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12992
12993 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12994
12995         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12996         like "a", it seems like.
12997         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12998         since it needs to be picked from the correct buffer.
12999
13000         * nnwfm.el: Remove.
13001
13002         * nnlistserv.el: Remove.
13003
13004 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13005
13006         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13007         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13008
13009 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13010
13011         * nnkiboze.el: Remove.
13012
13013         * nndb.el: Remove.
13014
13015         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13016         alt text.
13017         (gnus-html-rescale-image): Try to get the rescaling logic right for
13018         images that are just wide and not tall.
13019
13020         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13021         overshadow variable bindings.
13022
13023 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13024
13025         * gnus-html.el (gnus-html-wash-tags)
13026         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13027         Add extra logging.
13028
13029 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13030
13031         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13032         (gnus-max-image-proportion): New variable.
13033         (gnus-html-rescale-image): New function.
13034         (gnus-html-put-image): Rescale images.
13035
13036 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13037
13038         Fix up some byte-compiler warnings.
13039         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13040         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13041         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13042         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13043         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13044         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13045         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13046
13047 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-html.el (gnus-article-html): Decode contents by charset.
13050
13051 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13054         (gnus-html-frame-width, gnus-blocked-images):
13055         * message.el (message-prune-recipient-rules): Add custom version.
13056         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13057
13058         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13059         functions.
13060
13061         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13062         gnus-process-get.
13063
13064 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13065
13066         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13067         instead of lsub directly.
13068
13069 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13070
13071         * nnwarchive.el: Remove.
13072
13073         * gnus-soup.el: Remove.
13074
13075         * nnsoup.el: Remove.
13076
13077         * nnultimate.el: Remove.
13078
13079         * gnus-html.el (gnus-blocked-images): New variable.
13080
13081         * message.el (message-prune-recipients): New function.
13082         (message-prune-recipient-rules): New variable.
13083
13084         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13085         guess whether a long line is natural text or not.
13086
13087         * gnus-html.el (gnus-html-schedule-image-fetching):
13088         Use gnus-process-plist and friends for compatibility.
13089
13090 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13091
13092         * gnus-html.el: Require packages that define macros used in this file.
13093         (gnus-article-mouse-face): Declare to silence byte-compiler.
13094         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13095         process-get.
13096         (gnus-html-put-image): Use plist-get to avoid getf.
13097         (gnus-html-prefetch-images): Use with-current-buffer.
13098
13099 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-ems.el: Provide compatibility functions for
13102         gnus-set-process-plist.
13103
13104         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13105         header-line-format for XEmacs 21.4.
13106
13107         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13108         * gnus.el (gnus-valid-select-methods):
13109         * message.el (message-send-mail-partially-limit):
13110         * mm-decode.el (mm-text-html-renderer):
13111         * mml.el (mml-insert-mime-headers-always):
13112         * smiley.el (smiley-regexp-alist): Bump custom version.
13113
13114 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * gnus-html.el: Require mm-url.
13117         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13118         with the url to `url'.
13119         (gnus-html-wash-tags): Support cid: URLs/images.
13120
13121 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13122
13123         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13124         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13125         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13126
13127         * gnus-move.el: Remove file, since it doesn't really work.
13128
13129         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13130         UTF-8.  This seems to fix problems with some German web feeds.
13131
13132         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13133         at the top so that the proper colors are applied.
13134
13135         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13136         don't have dots in their names.
13137
13138         * gnus-art.el (gnus-article-view-part): Doc fix.
13139
13140         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13141         XEmacs-compatible.
13142         (gnus-html-put-image): Don't do images on non-graphic displays.
13143
13144         * nnslashdot.el: Remove this unused backend.
13145
13146         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13147         actions.
13148         (gnus-undo-register-1): Revert last change.
13149
13150         * gnus-group.el (gnus-group-completing-read): Protect against not
13151         having completion-styles bound.
13152
13153         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13154         make broken recipients happier.
13155
13156         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13157
13158         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13159         point parameter.
13160
13161         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13162
13163         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13164         completion-styles for group selection.
13165
13166 2009-02-04  Andreas Schwab  <schwab@suse.de>
13167
13168         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13169         headers and regexp-quote the match if necessary.
13170
13171 2009-03-24  Miles Bader  <miles@gnu.org>
13172
13173         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13174         the blinking smiley.
13175
13176 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13177
13178         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13179         blink smiley.
13180
13181 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13182
13183         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13184         where the dribbel file lives exists.
13185
13186         * message.el (message-send-mail-partially-limit): Change the default to
13187         nil, since most people don't want this.
13188
13189         * mm-url.el (mm-url-decode-entities): Also decode entities like
13190         &#x3212.
13191
13192 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13193
13194         * gnus-sum.el (gnus-summary-idna-message):
13195         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13196         Hyperlink urls in docstrings with URL `...'.
13197
13198 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13199
13200         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13201         functions.
13202
13203 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13206         say what the mouseover text should be.
13207
13208         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13209         version of the mm-w3m-safe-url-regexp variable to only download images
13210         in the groups where we want that to happen.
13211
13212         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13213
13214         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13215         easier debugging.
13216         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13217         big pictures in the article buffer.
13218
13219         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13220         gnus-article-html.
13221         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13222         w3m.
13223
13224         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13225
13226 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13227
13228         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13229         which doesn't exist.
13230
13231         * message.el (message-inhibit-ecomplete): New variable to allow some
13232         function to inhibit ecomplete address storage.
13233         (message-resend): Disable ecomplete message storage when resending
13234         messages.
13235
13236         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13237
13238 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13241         Save excursion while copying, moving, and deleting articles in order to
13242         prevent the cursor from jumping to unforeseen place.
13243
13244 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * lpath.el: No need to bind bookmark-current-buffer,
13247         bookmark-yank-point and bookmark-make-record-function.
13248
13249 2010-08-17  Glenn Morris  <rgm@gnu.org>
13250
13251         * gnus-sync.el: Require gnus components whose functions are used.
13252
13253         * gnus-art.el (bookmark-make-record-function):
13254         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13255         Declare for compiler.
13256
13257         * mm-url.el (mml-compute-boundary): Autoload.
13258
13259 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13262
13263 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13264
13265         Typo fix "hoo4a" -> "hook".
13266
13267         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13268
13269 2010-08-14  Glenn Morris  <rgm@gnu.org>
13270
13271         * gnus-sync.el (gnus-sync): Fix defgroup version.
13272
13273 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13274
13275         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13276
13277         * gnus-sync.el: Fix docs.
13278         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13279         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13280
13281 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13282
13283         Optimizations for gnus-sync.el.
13284
13285         * gnus-sync.el: Add docs about gnus-sync-backend
13286         possibilities.
13287         (gnus-sync-save): Remove unnecessary message.
13288         (gnus-sync-read): Optimize and show what groups were skipped.
13289
13290 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13291
13292         Minor bug fixes for gnus-sync.el.
13293
13294         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13295         Don't read the sync on get-new-news.
13296
13297         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13298         quiet.
13299
13300         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13301         (fix typo).
13302
13303 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13304
13305         Make saving and restoring of hidden threads work with overlays.
13306         Patch applied by Ted Zlatanov.
13307
13308         * gnus-sum.el (gnus-hidden-threads-configuration)
13309         (gnus-restore-hidden-threads-configuration): Update to deal with text
13310         properties, rather than searching for a magic character.
13311
13312 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13313
13314         New gnus-sync.el library for synchronization of marks.
13315
13316         * gnus-sync.el: New library for synchronization of marks.
13317
13318         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13319         renamed from `gnus-registry-grep-in-list'.
13320
13321         * gnus-registry.el (gnus-registry-follow-group-p):
13322         Use `gnus-grep-in-list'.
13323
13324         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13325
13326 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13329         determining charset of text fails.
13330
13331 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * nnmail.el (nnmail-get-new-mail-1): Revert.
13334
13335         * nnml.el (nnml-active-number): Make sure names of newly created groups
13336         in nnml-group-alist are encoded.
13337
13338 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13341         containing non-ASCII characters in active file for nnml back end.
13342
13343 2010-07-24  David Engster  <dengste@eml.cc>
13344
13345         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13346         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13347
13348 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13349
13350         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13351         tag (Bug#6654).
13352
13353 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13356         the article buffer, not the summary buffer.
13357
13358 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13361         Emacs 23 as well.
13362
13363 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13366         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13367
13368 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13369
13370         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13371         Patch applied by Karl Fogel.
13372
13373         * gnus-sum.el (gnus-summary-bookmark-make-record):
13374         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13375
13376 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13377
13378         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13379         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13380         C-w still not working correctly from Article buffers; Thierry's
13381         patch to fix that will be applied after this.
13382
13383         * gnus-art.el (bookmark-make-record-function): New local variable.
13384
13385         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13386         article buffer.
13387         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13388
13389 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13390
13391         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13392         on changes in bookmark.el.
13393
13394 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13397         `no-log' instead of message not to log prompt string.
13398
13399 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13400
13401         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13402         the *other* type of HTML form submission.
13403
13404 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13405
13406         * auth-source.el (auth-source-pick): If choice does not contain a
13407         questioned keyword, set the check to t.
13408
13409 2010-06-12  Romain Francoise  <romain@orebokech.com>
13410
13411         * gnus-util.el (gnus-date-get-time): Move up before first use.
13412
13413 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13416         (gnus-article-edit-part): Bind it to make last part that is substituted
13417         or deleted visible.
13418         (gnus-mime-display-single): Buttonize part of which id equals to
13419         gnus-mime-buttonized-part-id.
13420
13421 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13422
13423         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13424         (gnus-dd-mmm): Use gnus-date-get-time.
13425         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13426         simplify logic.
13427         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13428         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13429
13430 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13431
13432         * auth-source.el (top): Autoload `secrets-list-collections',
13433         `secrets-create-item', `secrets-delete-item'.
13434         (auth-sources): Fix tag string.
13435         (auth-get-source, auth-source-retrieve, auth-source-create)
13436         (auth-source-delete): New defuns.
13437         (auth-source-pick): Rewrite in order to avoid 2 passes.
13438         (auth-source-forget-user-or-password): New parameter USERNAME.
13439         (auth-source-user-or-password): New parameters CREATE-MISSING and
13440         DELETE-EXISTING.  Retrieve password interactively, if needed.
13441
13442 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13443
13444         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13445         deleting unused directories when gnus-expert-user is t.
13446
13447 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13450         for each temp file when gnus-article-browse-delete-temp is ask.
13451
13452 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13453
13454         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13455         Replace Lisp calls to delete-backward-char by calls to delete-char.
13456
13457 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13458
13459         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13460
13461 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13462
13463         * password-cache.el (password-cache-remove): Fix docstring.
13464
13465 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13468         article unless decoding article to be saved.
13469
13470 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13473         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13474         generated within the mm-with-unibyte-current-buffer macro.
13475
13476 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13479         to nil when we're in a mml-preview buffer and no group is selected.
13480
13481 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13482
13483         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13484         when catching the `C-g'.  Reported by "Leo".
13485
13486 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * message.el (message-forward-make-body-plain)
13489         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13490         multibyte-string-p.
13491
13492         * lpath.el: Revert.
13493
13494 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * message.el (message-forward-make-body-mml): Assume original message
13497         is multibyte string; error on unibyte.
13498         (message-forward-make-body-plain): Ditto; don't add excessive newline
13499         in body end.
13500
13501         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13502
13503 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13504
13505         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13506         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13507
13508 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * mm-extern.el (mm-extern-url): Don't use
13511         mm-with-unibyte-current-buffer.
13512         (mm-extern-cache-contents): Use with-current-buffer instead of
13513         save-excursion + set-buffer.
13514
13515 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * mm-util.el (mm-emacs-mule): Remove.
13518
13519 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13520
13521         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13522         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13523         change.
13524
13525 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13528         bind the default value of enable-multibyte-characters to nil.
13529
13530 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * message.el (message-forward-make-body-plain)
13533         (message-forward-make-body-mml):
13534         Don't use mm-with-unibyte-current-buffer.
13535
13536 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13537
13538         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13539
13540 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13541
13542         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13543         (Bug#5592).
13544
13545 2010-05-07  Julien Danjou  <julien@danjou.info>
13546
13547         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13548         it to mm-pipe-part.
13549
13550         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13551         it is given.
13552
13553 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * binhex.el (binhex-decode-region-internal):
13556         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13557         (dns-query):
13558         * nnweb.el (nnweb-gmane-search):
13559         * pgg-parse.el (pgg-parse-armor):
13560         * pgg.el (pgg-verify-region):
13561         * sha1.el (sha1-string-external):
13562         * uudecode.el (uudecode-decode-region-internal):
13563         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13564         XEmacs.
13565
13566         * gnus-art.el (gnus-article-browse-html-parts):
13567         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13568         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13569         make-temp-file.
13570
13571         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13572         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13573         compiling.
13574
13575         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13576         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13577         XEmacs when compiling.
13578
13579         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13580         gnus-pick-mode-off-hook for XEmacs when compiling.
13581         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13582         gnus-binary-mode-off-hook for XEmacs when compiling.
13583
13584         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13585         Return nil if char-charset is not available.
13586
13587         * imap.el (imap-disable-multibyte)
13588         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13589         macros.
13590
13591         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13592         instead of encode-coding-string.
13593
13594         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13595         'xemacs) instead of mm-emacs-mule to switch function definitions.
13596         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13597
13598         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13599         bind temporary-file-directory for XEmacs;
13600         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13601         timer-set-function for XEmacs 21.4 and SXEmacs;
13602         bind timer-list for XEmacs 21.4 and SXEmacs;
13603         fbind char-charset and find-charset-region for non-Mule XEmacs;
13604         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13605         encode-coding-region and encode-coding-string for XEmacs having no
13606         file-coding feature.
13607
13608 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13609
13610         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13611
13612 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13615         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13616
13617 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13618
13619         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13620         alias `jka-compr-delete-temp-file' no longer exists.
13621
13622 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13623
13624         Use define-minor-mode in Gnus where applicable.
13625         * mml.el (mml-mode): Use define-minor-mode.
13626         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13627         (gnus-undo-mode): Use define-minor-mode.
13628         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13629         (gnus-dead-summary-mode): Use define-minor-mode.
13630         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13631         Initialize in declaration.
13632         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13633         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13634         (gnus-mailing-list-mode): Use define-minor-mode.
13635         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13636         (gnus-draft-mode): Use define-minor-mode.
13637         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13638         (gnus-dired-mode): Use define-minor-mode.
13639
13640 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13641
13642         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13643         handles on recursive mml-to-mime translation and check them for
13644         boundary delimiter collisions.  Reported by Greg Troxel.
13645
13646 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13649
13650 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13651
13652         * mm-util.el (mm-find-buffer-file-coding-system):
13653         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13654
13655 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13656
13657         * message.el (message-generate-headers): Record insertion of optional
13658         headers as well.  Otherwise the check to prevent repeated insertion of
13659         optional headers is a no-op.
13660
13661 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13662
13663         * smime.el: Don't mention CVS.
13664
13665         * nnrss.el (nnrss-fetch): Don't mention CVS.
13666
13667         * nnir.el: Don't mention CVS.
13668
13669 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13670
13671         * gnus-sum.el (gnus-summary-bookmark-make-record):
13672         Add `location' field.
13673
13674 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * lpath.el: Fbind bookmark-default-handler,
13677         bookmark-get-bookmark-record, bookmark-make-record-default,
13678         bookmark-prop-get for Emacs <23 and XEmacs.
13679
13680 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13681
13682         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13683         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13684         Use with-current-buffer to silence the byte-compiler.
13685         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13686         bother to require `gnus'.
13687         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13688
13689 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13690
13691         * gnus-sum.el (gnus-summary-bookmark-make-record)
13692         (gnus-summary-bookmark-jump): New functions.
13693         (gnus-summary-mode): Setup bookmark support.
13694
13695 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13696
13697         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13698         if set.
13699
13700 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13703         gnus-article-browse-html-save-cid-image; make it work recursively for
13704         forwarded messages as well.
13705         (gnus-article-browse-html-parts): Work when prefix arg is given.
13706         (gnus-article-browse-html-article): Doc fix.
13707
13708 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13709
13710         * message.el (message-default-mail-headers)
13711         (message-default-headers): Carry the value mail-default-headers over
13712         into message-default-mail-headers, rather than message-default-headers.
13713
13714 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13715
13716         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13717         charset.
13718
13719         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13720         charset into the <meta> tag when the article is encoded to utf-8.
13721
13722 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (gnus-article-browse-delete-temp-files):
13725         Delete directories as well.
13726         (gnus-article-browse-html-parts): Work for images that do not specify
13727         file names; delete temp directory when quitting; insert header at the
13728         right place; use file: scheme for image files.
13729
13730 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13731
13732         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13733         (gnus-article-browse-html-parts): Use it to make temporary cid image
13734         files in addition to html file so that browser may display them.
13735
13736 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13739
13740 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13741
13742         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13743
13744 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13745
13746         * auth-source.el (auth-sources): Change default to be simpler.
13747         Explain about Secret Service API sources.  Improve Customize options.
13748         (auth-source-pick): Change to accept any number of search parameters.
13749         Implement fallbacks iteratively, not recursively.  Add scoring on the
13750         second pass and sort by score.  Call Secret Service API when needed.
13751         (auth-source-user-or-password): Use it.  Call Secret Service API
13752         directly when needed to get the user name and the password.
13753
13754 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13755
13756         * message.el (message-interactive): Doc fix.
13757         (message-qmail-inject-args): Reflow.
13758         (message-kill-to-signature): Fix typo in docstring.
13759
13760         * smiley.el (smiley-buffer): Fix typo in docstring.
13761
13762 2010-03-24  Glenn Morris  <rgm@gnu.org>
13763
13764         * mail-source.el (gnus-message): Declare.
13765         (mail-source-delete-old-incoming): Require gnus-util.
13766
13767 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13770
13771         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13772
13773         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13774         password-cache's default if it is not bound.
13775         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13776         password-cache-expiry's default if it is not bound.
13777
13778         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13779         available in Emacs 21.
13780
13781         * lpath.el: Suppress compiler warnings for:
13782         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13783         XEmacs;
13784         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13785         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13786         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13787
13788 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * auth-source.el (auth-sources): Fix up definition so extra parameters
13791         are always inline.
13792
13793 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13794
13795         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13796         wasn't updated after mismatch.  Clear cached mailbox info correctly
13797         when uidvalidity changes.
13798         (nnimap-group-prefixed-name): New function to avoid some code
13799         duplication.
13800         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13801         (nnimap-request-group): Use it.
13802         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13803         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13804         with many imap folders.  This is done by caching the group status from
13805         the imap server persistently in a group parameter `imap-status'.  (This
13806         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13807         but not persistently, so every Gnus startup was still very slow.)
13808
13809 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13810
13811         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13812         delete the extra newline.  Otherwise editing of :string and :number
13813         types don't work.
13814
13815 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13816
13817         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13818         secrets.el dependency.
13819         (auth-sources): Add optional user name.  Add secrets.el configuration
13820         choice (unused right now).
13821
13822 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13823
13824         * gnus-sum.el (gnus-summary-make-menu-bar):
13825         Let `gnus-registry-install-shortcuts' fill in the functions.
13826
13827         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13828         warnings.
13829         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13830         (gnus-registry-install-shortcuts): Populate and use it in a
13831         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13832
13833 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13834
13835         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13836         In-place substitutions for the group name encoding/decoding.
13837         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13838         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13839         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13840         (nnimap-update-unseen, nnimap-request-list)
13841         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13842         (nnimap-request-set-mark, nnimap-split-to-groups)
13843         (nnimap-split-articles, nnimap-request-newgroups)
13844         (nnimap-request-create-group, nnimap-request-accept-article)
13845         (nnimap-request-delete-group, nnimap-request-rename-group)
13846         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13847         `encoded-mbx' for consistency.
13848         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13849         variable `imap-current-mailbox'.
13850
13851         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13852         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13853
13854 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13855
13856         * pop3.el (pop3-display-message-size-flag): Display message size byte
13857         counts during POP3 download.
13858         (pop3-movemail): Use it.
13859         (pop3-list): Implement listing of available messages.
13860
13861 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13862
13863         * nnir.el (nnir-get-article-nov-override-function): New function to
13864         override the normal NOV retrieval.
13865         (nnir-retrieve-headers): Use it.
13866
13867 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13868
13869         * auth-source.el (netrc-machine-user-or-password): Autoload.
13870
13871 2010-03-19  Glenn Morris  <rgm@gnu.org>
13872
13873         Stop message.el from loading about 40 libraries it doesn't always need.
13874         The general approach is to autoload rather than require, and to
13875         require in the specific functions rather than the file.  (Bug#5642)
13876
13877         * gmm-utils.el: Don't require wid-edit.
13878         (widget-create-child-value, widget-convert, widget-default-get):
13879         Autoload.
13880
13881         * gnus-util.el: Don't require time-date, netrc.
13882         (message-fetch-field, gnus-group-name-decode): Declare rather than
13883         autoloading.
13884         (gnus-fetch-field): Require message.
13885         (gnus-decode-newsgroups): Require gnus-group.
13886
13887         * ietf-drums.el: Don't require time-date.
13888
13889         * message.el: Don't require hashcash, canlock, ecomplete.
13890         Do require mail-utils.  Require nnheader only when compiling.
13891         (smtpmail-default-smtp-server): Remove declaration.
13892         (message-send-mail-function): Check smtpmail-default-smtp-server
13893         is bound rather than requiring smtpmail.
13894         (message-auto-save-directory, message-insert-signature):
13895         Use expand-file-name rather than nnheader-concat.
13896         (nnheader-insert-file-contents): Autoload.
13897         (hashcash-wait-async): Declare.
13898         (message-send-mail): Only call gnus-setup-posting-charset if
13899         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13900         (message-send-mail-with-sendmail): Require sendmail.
13901         (canlock-password, canlock-password-for-verify): Declare.
13902         (message-canlock-password): Require canlock.
13903         (nnheader-get-report): Autoload.
13904         (gnus-setup-posting-charset): Declare.
13905         (message-send-news): Require gnus-msg.
13906         (message-make-references, message-make-in-reply-to): Use mail-header-id
13907         rather than the alias mail-header-message-id.
13908         (ecomplete-add-item, ecomplete-save): Declare.
13909         (message-put-addresses-in-ecomplete): Require ecomplete.
13910         (ecomplete-display-matches): Autoload.
13911
13912         * mm-decode.el: Don't require mailcap, gnus-util.
13913         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13914         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13915         Autoload.
13916         (mailcap-mime-extensions): Declare.
13917
13918         * mm-encode.el: Don't require mailcap.
13919         (mailcap-extension-to-mime): Autoload.
13920
13921         * mml-sec.el: Don't require password-cache.
13922
13923         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13924         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13925         (mml-minibuffer-read-type): Require mailcap.
13926         (mml-preview): Require gnus-msg.
13927
13928         * mml1991.el: Require password-cache.
13929         (password-cache-expiry): Remove declaration.
13930
13931         * mml2015.el: Require password-cache.
13932         (password-cache-expiry): Remove declaration.
13933
13934         * nneething.el (mailcap): Require mailcap.
13935
13936         * nnheader.el (declare-function): Add compatibility stub.
13937         (message-remove-header): Declare rather than autoload.
13938         (nnheader-replace-header): Require message.
13939
13940         * nnimap.el (declare-function): Add compatibility stub.
13941         (netrc-parse, netrc-machine-user-or-password): Declare.
13942         (nnimap-open-connection): Require netrc.
13943
13944         * nntp.el (declare-function): Add compatibility stub.
13945         (netrc-parse, netrc-machine, netrc-get): Declare.
13946         (nntp-send-authinfo): Require netrc.
13947
13948         * rfc2047.el: Don't require qp.
13949         (quoted-printable-encode-region, quoted-printable-decode-string):
13950         Autoload.
13951
13952         * sieve-mode.el: Don't require easymenu.
13953         (easy-menu-add-item): Autoload it.
13954
13955         * spam-stat.el (time-to-number-of-days): Autoload it.
13956
13957 2010-03-19  Glenn Morris  <rgm@gnu.org>
13958
13959         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13960
13961 2010-03-18  Glenn Morris  <rgm@gnu.org>
13962
13963         * hashcash.el (declare-function): Remove duplicate definition.
13964
13965 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13966
13967         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13968         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13969         value if any backslash escapes).
13970
13971 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13974         if it is available.  (bug#5647)
13975
13976         * lpath.el: Suppress compiler warning for coding-system-from-name for
13977         Emacs 21 and XEmacs.
13978
13979 2010-03-14  Juri Linkov  <juri@jurta.org>
13980
13981         * hmac-def.el:
13982         * hmac-md5.el:
13983         * netrc.el: Fix keywords.
13984
13985 2010-02-26  Glenn Morris  <rgm@gnu.org>
13986
13987         * message.el (message-send-mail-function): Change the default, so that
13988         it inherits from a customized send-mail-function.  (Bug#5643)
13989
13990 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13991
13992         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13993         shell-command-to-string signals an error (bug#5299).
13994
13995 2010-02-24  Glenn Morris  <rgm@gnu.org>
13996
13997         * message.el (message-smtpmail-send-it)
13998         (message-send-mail-with-mailclient): Doc fixes.
13999
14000 2010-02-16  Glenn Morris  <rgm@gnu.org>
14001
14002         * message.el (message-default-mail-headers): Change the default value
14003         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14004
14005 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14008         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14009
14010 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14011
14012         * time-date.el (date-to-time): Doc fix (Bug#5408).
14013
14014 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14015
14016         * message.el (message-mail): Just pass yank-action on to message-setup.
14017         (message-setup): Handle (FUN . ARGS) form of yank-action.
14018         (message-with-reply-buffer, message-widen-reply)
14019         (message-yank-original): Handle non-buffer values of
14020         message-reply-buffer (Bug#4080).
14021         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14022
14023 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14024
14025         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14026         Fix typo in docstring.
14027
14028 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14029
14030         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14031         response.
14032
14033 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14036
14037         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14038
14039         * message.el (message-check-news-header-syntax): Protect against a
14040         string that `rfc822-addresses' returns when parsing fails.
14041
14042 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14045         (gnus-previous-char-property-change): New functions.
14046
14047         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14048
14049 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14050
14051         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14052         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14053
14054 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14055
14056         * message.el (message-exchange-point-and-mark): Rework last change to
14057         avoid using optional arg of exchange-point-and-mark, for backward
14058         compatibility.
14059
14060 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14061
14062         * message.el (message-exchange-point-and-mark):
14063         Call exchange-point-and-mark with an argument rather than setting
14064         mark-active by hand (Bug#5175).
14065
14066 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * nntp.el (nntp-service-to-port): Work for service expressed with
14069         numeric string; replace [:digit:] with [0-9] for XEmacs.
14070
14071 2009-12-17  Glenn Morris  <rgm@gnu.org>
14072
14073         * gnus-group.el (gnus-bug-group-download-format-alist):
14074         Change emacs entry to debbugs.gnu.org.  Bump :version.
14075
14076 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14079
14080 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * message.el (message-info): Explain why we use `Info-goto-node'.
14083
14084 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14087
14088 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14089
14090         * message.el (message-completion-in-region): New compatibility function.
14091         (message-expand-group): Use it.
14092
14093 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14096         with no unread article should be listed if the 2nd arg `predicate' is
14097         given.
14098
14099 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14102
14103 2009-11-29  Juri Linkov  <juri@jurta.org>
14104
14105         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14106         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14107         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14108
14109 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14110
14111         * sha1.el (sha1-string-external): default-directory "/" in case
14112         otherwise non-existent.  process-connection-type pipe for touch of
14113         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14114
14115 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14116
14117         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14118         it's comms related and sgml-mode.el has "comm" on that basis too.
14119
14120 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14123         containing tspecial characters if they have been already quoted.
14124
14125 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14126
14127         * dns-mode.el (auto-mode-alist): Purecopy string.
14128
14129 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14130
14131         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14132
14133 2009-10-24  Glenn Morris  <rgm@gnu.org>
14134
14135         * gnus-art.el (help-xref-stack-item): Define for compiler.
14136
14137 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14138
14139         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14140
14141 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14144
14145 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14148         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14149
14150 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14153         (gnus-overlays-in): New alias to overlays-in.
14154
14155         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14156         gnus-overlay-get, and gnus-delete-overlay.
14157         (gnus-summary-show-thread): Make it work as well for systems in which
14158         next-single-char-property-change is not available.
14159         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14160
14161         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14162         (gnus-overlay-get): New alias to extent-property.
14163         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14164
14165         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14166         SXEmacs.
14167
14168         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14169         SXEmacs.
14170
14171 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14174
14175 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14176
14177         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14178         and XEmacs that don't have `remove-overlays'.
14179
14180 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14181
14182         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14183         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14184         selective display.  Use overlays instead.
14185
14186 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14187
14188         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14189
14190 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14191
14192         * spam-stat.el (spam-stat-load): Fix typo in message.
14193
14194 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14195
14196         * dig.el (dig-invoke): Fix typo in docstring.
14197         (query-dig): Reflow docstring.
14198
14199 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14200
14201         * gnus-art.el (gnus-article-encrypt-body):
14202         * message.el (message-check-recipients):
14203         * mm-util.el (mm-codepage-setup):
14204         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14205         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14206
14207 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14208
14209         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14210         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14211         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14212         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14213         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14214
14215 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14216
14217         * dig.el: Add "Keywords: comm", as per net-utils.el.
14218
14219 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14220
14221         * dig.el (dig-mode): Use define-derived-mode.
14222
14223 2009-09-19  Glenn Morris  <rgm@gnu.org>
14224
14225         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14226
14227 2009-09-18  Glenn Morris  <rgm@gnu.org>
14228
14229         * gnus-diary.el (gnus-diary-check-message):
14230         * message.el (message-insert-formatted-citation-line):
14231         * nnbabyl.el (top-level):
14232         * nndiary.el (nndiary-schedule):
14233         Fix typos in condition-case handlers.
14234
14235 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14238         configuration that provides the sole article window in a frame;
14239         position point correctly after deleting a part.
14240
14241 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14242
14243         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14244         (spam-resolve-registrations-routine): Use it to unregister articles
14245         that change status.
14246
14247 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14250         with XEmacs.
14251         (parse-time-string-chars): Use it.
14252
14253 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * imap.el (imap-interactive-login): Better messages.
14256         (imap-open): Fix bug with renamed buffer on reconnect.
14257         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14258         for easier debugging and cleaner code.  On successful (guessed based on
14259         server capabilities) secondary authentication, set imap-state
14260         correctly.
14261         (imap-last-authenticator): Define imap-last-authenticator as a variable
14262         to avoid warnings.
14263
14264 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * nnrss.el (nnrss-request-article): Remove binding of
14267         default-enable-multibyte-characters that has gotten needless by
14268         the 2007-07-13 change in rfc2047-encode-message-header.
14269
14270         * mml.el (mml-insert-multipart): Error on the message header.
14271         (mml-insert-part): Error on the message header; position point at
14272         the end of a MIME tag.
14273
14274 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * time-date.el (autoload): Expand define-obsolete-function-alias into
14277         defalias and make-obsolete for old Emacsen that Gnus supports.
14278         (with-no-warnings): Define it for old Emacsen.
14279         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14280         is available.
14281         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14282         float-time is available; suppress compile warning for time-to-seconds.
14283
14284         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14285         (gnus-float-time): Alias to float-time if it exists.
14286
14287         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14288         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14289         float-time is available; suppress compile warning for time-to-seconds.
14290
14291         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14292         XEmacs.
14293
14294 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14295
14296         * imap.el (imap-message-map): Docstring fix.
14297
14298 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14301         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14302         Add the optional argument `encoding' that overrides the default.
14303
14304         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14305         mm-encode-buffer.
14306
14307 2009-09-04  Glenn Morris  <rgm@gnu.org>
14308
14309         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14310         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14311         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14312         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14313         * mm-util.el (mm-with-unibyte-current-buffer)
14314         (mm-find-buffer-file-coding-system):
14315         * yenc.el (yenc-decode-region): Use default-value rather than
14316         default-enable-multibyte-characters.
14317
14318 2009-09-03  Glenn Morris  <rgm@gnu.org>
14319
14320         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14321         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14322         than default-enable-multibyte-characters.
14323
14324 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14325
14326         * gnus-art.el (gnus-article-read-summary-keys):
14327         Fix gnus-buffer-configuration's value temporarily used.
14328
14329 2009-09-02  Glenn Morris  <rgm@gnu.org>
14330
14331         * gnus-util.el (gnus-float-time): New function.
14332         * gnus-delay.el (gnus-delay-article):
14333         * gnus-sum.el (gnus-thread-latest-date):
14334         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14335         * nnspool.el (nnspool-request-newgroups):
14336         Use gnus-float-time rather than time-to-seconds.
14337         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14338
14339         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14340         (gnus-header-subject-face, gnus-header-newsgroups-face)
14341         (gnus-header-name-face, gnus-header-content-face):
14342         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14343         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14344         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14345         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14346         (gnus-cite-face-11):
14347         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14348         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14349         (gnus-server-closed-face, gnus-server-denied-face)
14350         (gnus-server-offline-face):
14351         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14352         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14353         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14354         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14355         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14356         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14357         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14358         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14359         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14360         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14361         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14362         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14363         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14364         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14365         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14366         (gnus-summary-high-undownloaded-face)
14367         (gnus-summary-low-undownloaded-face)
14368         (gnus-summary-normal-undownloaded-face)
14369         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14370         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14371         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14372         (gnus-splash-face):
14373         * message.el (message-header-to-face, message-header-cc-face)
14374         (message-header-subject-face, message-header-newsgroups-face)
14375         (message-header-other-face, message-header-name-face)
14376         (message-header-xheader-face, message-separator-face)
14377         (message-cited-text-face, message-mml-face):
14378         * sieve-mode.el (sieve-control-commands-face)
14379         (sieve-action-commands-face, sieve-test-commands-face)
14380         (sieve-tagged-arguments-face):
14381         * spam.el (spam-face):
14382         Mark face aliases with "-face" in the name as obsolete.
14383
14384 2009-09-01  Glenn Morris  <rgm@gnu.org>
14385
14386         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14387         than goto-line.
14388
14389 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14392         Don't move point if the command is invoked inside the message header.
14393
14394 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * imap.el (imap-send-command): Simplify.
14397         (imap-wait-for-tag): point-max -> buffer-size.
14398
14399 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14400
14401         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14402         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14403         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14404         * nnir.el (nnir-swish-e-index-file):
14405         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14406         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14407         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14408         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14409         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14410         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14411
14412 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14415         Don't save excursion.
14416
14417 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14418
14419         * nnheader.el (nnheader-find-file-noselect):
14420         * mm-util.el (mm-insert-file-contents):
14421         Use (default-value 'major-mode) instead of default-major-mode.
14422
14423 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14424
14425         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14426
14427 2009-08-26  Glenn Morris  <rgm@gnu.org>
14428
14429         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14430         than placing in files.el.
14431
14432 2009-08-25  Glenn Morris  <rgm@gnu.org>
14433
14434         * nnir.el (top-level): Don't require cl at run-time.
14435         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14436         Replace cl-function substitute with gnus-replace-in-string.
14437         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14438         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14439         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14440         simplified expansions.
14441
14442 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14443
14444         * dig.el (dig): Add autoload cookie.
14445
14446 2009-08-22  Glenn Morris  <rgm@gnu.org>
14447
14448         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14449         goto-line.
14450
14451 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14452
14453         * parse-time.el (parse-time-string-chars): Save match data.
14454
14455 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14456
14457         * parse-time.el (parse-time-string-chars): Compute using character
14458         classes, to handle non-ascii characters (Bug#3190).
14459
14460 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14463
14464         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14465         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14466         (gnus-mm-display-part, gnus-mime-display-single)
14467         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14468         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14469
14470         * gnus-sum.el
14471         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14472         (gnus-summary-move-article): Add expirable mark to articles copied or
14473         moved to group that has auto-expire turned on if the option is non-nil.
14474
14475 2009-07-24  Glenn Morris  <rgm@gnu.org>
14476
14477         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14478         Fix typo.  (Bug#3903)
14479
14480 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14483         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14484         that should not be used for draft articles.
14485         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14486         that has no concern in minor mode keys.
14487         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14488         Abolish.
14489
14490 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14493         article without making inquiry to a user for unknown encoding.
14494
14495         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14496         (nnmaildir--scan): Assume i-node and device number that file-attributes
14497         returns might be cons-cell.
14498
14499         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14500
14501         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14502
14503 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14504
14505         * auth-source.el: Remove docs now in auth.texi.  Don't use
14506         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14507         `auth-source-hide-passwords' and use them.
14508
14509 2009-07-15  Glenn Morris  <rgm@gnu.org>
14510
14511         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14512
14513 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14516         excessive whitespace from the default values of title and description.
14517
14518 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14521         mail-fetch-field to fetch Content-Description header in order to
14522         exclude newlines.
14523
14524 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14525
14526         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14527         format used by GnuPG 2.0.11.
14528
14529 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14532         to deleted part.
14533
14534 2009-05-30  David Engster  <dengste@eml.cc>
14535
14536         * nnmairix.el: Remove old documentation in the commentary block.
14537         (nnmairix-request-group): Do not update active file for nnml back ends.
14538         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14539         end so that overview files are ignored.
14540         (nnmairix-update-groups): Make updating the groups more robust by using
14541         marks.
14542         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14543         with dollar characters in message-id.
14544
14545 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14548         2008-12-25 in dns.el.
14549
14550 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14551
14552         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14553         could happen if the text is only composed of spaces and/or tabs.
14554
14555 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14556
14557         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14558         when sending a queued message to avoid extra mml tags.
14559
14560 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14563
14564 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14567         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14568         rmail-toggle-header for XEmacs;
14569         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14570
14571 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-dired.el: Remove autoload for gnus-setup-message.
14574         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14575         displaying Gnus logo; always use compose-mail.
14576
14577 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14580
14581 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14584         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14585         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14586         available.
14587         (gnus-nocem-epg-verify): New function.
14588
14589 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14590
14591         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14592
14593 2009-02-15  Glenn Morris  <rgm@gnu.org>
14594
14595         * gnus-util.el (rmail-insert-rmail-file-header)
14596         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14597         autoloads.
14598         (rmail-default-rmail-file): Remove unnecessary declaration.
14599         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14600
14601 2009-02-14  Glenn Morris  <rgm@gnu.org>
14602
14603         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14604         variable (only used in gnus-util, which declares it anyway).
14605         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14606         which was only needed by gnus-art (changed to not use it any more).
14607         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14608         only used in gnus-util, which autoloads it itself.
14609         (rmail-update-summary): Fix autoload.
14610
14611         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14612         rather than rmail-output-to-rmail-file.
14613
14614 2009-02-07  Glenn Morris  <rgm@gnu.org>
14615
14616         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14617         autoload of function that no longer exists.
14618         (rmail-toggle-header): Declare.
14619         (message-forward-rmail-make-body): Handle mbox Rmail.
14620
14621 2009-01-31  Glenn Morris  <rgm@gnu.org>
14622
14623         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14624         2009-01-09 change.
14625
14626 2009-01-31  Dave Love  <fx@gnu.org>
14627
14628         * imap.el (imap-fetch-safe): Bind debug-on-error.
14629         (imap-debug): Add imap-fetch-safe.
14630
14631 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14632
14633         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14634         (auth-source-forget-all-cached): New convenience function.
14635         (auth-source-user-or-password): Accept list of modes or a single mode.
14636
14637         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14638         auth-source modes.
14639
14640         * netrc.el (netrc-machine-user-or-password): Use list of
14641         auth-source modes.
14642
14643         * nnimap.el (nnimap-open-connection): Use list of
14644         auth-source modes.
14645
14646         * nntp.el (nntp-send-authinfo): Use list of
14647         auth-source modes.
14648
14649 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14650
14651         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14652         now.
14653
14654 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14657         coding system in XEmacs; add a workaround for XEmacs.
14658
14659         * lpath.el: Fbind coding-system-aliasee.
14660
14661 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14664         of current-language-environment.
14665
14666 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14669         available at runtime.
14670
14671 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14674
14675 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14676
14677         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14678         the greatest positive fixnum value doesn't work under an XEmacs with
14679         bignum support; use the most-positive-fixnum constant instead,
14680         available since Emacs 21.1 with cl and XEmacs 21.1.
14681
14682 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14685         XEmacs gets not to work.
14686
14687 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * mm-util.el (mm-coding-system-priorities): Allow the value like
14690         "Japanese (UTF-8)" of current-language-environment.
14691
14692 2009-01-09  Glenn Morris  <rgm@gnu.org>
14693
14694         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14695         with last-command-event.
14696
14697 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14700         in the doc string.
14701
14702         * message.el (message-fix-before-sending): Amend comment.
14703
14704 2009-01-08  Dave Love  <fx@gnu.org>
14705
14706         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14707
14708 2009-01-07  David Engster  <dengste@eml.cc>
14709
14710         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14711         simplified server definitions by converting it via
14712         gnus-server-to-method.
14713
14714 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14717         parameter's operands.
14718
14719 2009-01-06  David Engster  <dengste@eml.cc>
14720
14721         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14722         primary select method (for gnus-group-mark-article-as-read).
14723
14724 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14725
14726         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14727         `(gnus)Face', not `(gnus)X-Face'.
14728
14729 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * mm-util.el (mm-ucs-to-char): New function.
14732
14733         * mm-url.el (mm-url-decode-entities): Use it.
14734
14735         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14736         unicode-to-char.
14737
14738 2009-01-05  Dave Love  <fx@gnu.org>
14739
14740         * time-date.el: Require cl for `declare'.
14741
14742 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14745         Dave Love.
14746
14747 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * message.el (message-fix-before-sending): Add `eight-bit' to
14750         illegible-text check.
14751
14752 2009-01-03  Michael Olson  <mwolson@gnu.org>
14753
14754         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14755         `headers' is nil.  This can occur if the IMAP server does not have
14756         permissions to read messages from a folder, but can write new messages
14757         to the folder.
14758         (nnimap-request-article-part): Do not insert `data' if it is nil.
14759
14760         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14761         characters which will confuse `read', so skip past them.
14762
14763 2009-01-01  Dave Love  <fx@gnu.org>
14764
14765         * imap.el (imap-string-to-integer): Fix typo.
14766         (imap-fetch-safe): New function.
14767         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14768
14769         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14770
14771         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14772         (imap-parse-greeting): Fix doc strings.
14773         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14774         (imap-parse-flag-list): Make messages unique.
14775         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14776
14777         * nnimap.el: Fix author email.
14778         (nnimap-split-rule): Add FIXME comment.
14779         (nnimap-debug): Fix doc string.
14780
14781 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14784
14785 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14788         nslookup if resolv.conf isn't available.
14789         (dns-query): Rename from query-dns.
14790         (dns-query-cached): Rename from query-dns-cached.
14791
14792 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14795         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14796         to check if those variables exist (first appeared in Emacs 18.50).
14797
14798 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * mm-util.el (mm-line-number-at-pos): New function.
14801
14802         * spam-report.el (spam-report-process-queue): Use it.
14803
14804 2008-12-24  David Engster  <dengste@eml.cc>
14805
14806         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14807         parameters that haven't existed as variables as buffer-local variables.
14808
14809 2008-12-23  Dave Love  <fx@gnu.org>
14810
14811         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14812         cadar.
14813
14814         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14815         imap-starttls-p.
14816         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14817
14818 2008-12-22  Dave Love  <fx@gnu.org>
14819
14820         * imap.el: Fix author email.  Doc fixes.
14821         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14822         reply.
14823
14824 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * spam-report.el (spam-report-gmane-max-requests): New constant.
14827         (spam-report-gmane-wait): New variable.
14828         (spam-report-gmane-ham, spam-report-gmane-spam)
14829         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14830         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14831         the server.
14832
14833         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14834         Add explanations.
14835
14836         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14837         nnheader-accept-process-output and nnheader-read-timeout if available.
14838         (pop3-movemail): Use it.
14839
14840         * message.el (message-check-news-body-syntax): Fix signature check if
14841         there's an attachment.
14842
14843 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * mm-util.el: Add comments to the mm- emulating functions.
14846
14847 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14850         Reported by Stephen Berman <stephen.berman@gmx.net>.
14851
14852 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * mm-util.el (mm-substring-no-properties): New function.
14855         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14856         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14857         (mm-string-to-multibyte): Doc fix.
14858
14859         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14860
14861 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * mml.el (mml-attach-file): Strip text properties from file name.
14864         (Bug#1574)
14865
14866 2008-12-16  Glenn Morris  <rgm@gnu.org>
14867
14868         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14869
14870 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14873         knows since the charset specified might be a bogus alias that
14874         mm-charset-synonym-alist provides.
14875
14876 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14879         "ISO_8859-1".
14880
14881         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14882
14883 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * mm-util.el (mm-charset-eval-alist):
14886         Define it before mm-charset-to-coding-system.
14887         (mm-charset-to-coding-system): Add optional argument `silent';
14888         define it before mm-charset-override-alist.
14889         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14890         default value if it can be used in Emacs currently running;
14891         silence mm-charset-to-coding-system.
14892
14893 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14896         `allow-override' which says whether to use `mm-charset-override-alist'.
14897         (rfc2047-decode-encoded-words): Use it.
14898
14899         * mm-util.el (mm-charset-override-alist): Fix custom type;
14900         add `(gb2312 . gbk)' to choices.
14901
14902 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14905         fast.
14906
14907         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14908
14909         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14910
14911 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14912
14913         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14914         on links.
14915
14916         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14917
14918 2008-12-03  Lute Kamstra  <lute@gnu.org>
14919
14920         * sha1.el: Remove leading * from docstrings of defcustoms,
14921         deffaces, defconsts and defuns.
14922
14923 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14926         users' addresses that don't have domain parts.
14927         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14928         rather than message-narrow-to-head since there will be the message
14929         header separator.
14930
14931 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14932
14933         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14934         since the result is inserted in a unibyte buffer anyway.
14935         (nnimap-demule-use-string-to-multibyte): Remove.
14936         (nnimap-demule): Alias it to mm-string-to-multibyte.
14937
14938 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14941         variable for debugging bug#464 and bug#1174.
14942         (nnimap-demule): Use it.
14943
14944 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14947         score calculation correctly.
14948
14949 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14950
14951         * message.el (message-send-mail): Just set the buffer to unibyte
14952         rather than use mm-with-unibyte-current-buffer which does a lot more.
14953         (message-send-mail-partially): Don't bother with
14954         mm-with-unibyte-current-buffer since it's already been made unibyte by
14955         message-send-mail.
14956
14957 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14958
14959         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14960
14961 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14962
14963         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14964
14965 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14968         require itself and to remove `with-no-warnings'.
14969
14970 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14971
14972         * starttls.el (starttls-any-program-available): Get the name of the
14973         available TLS layer program.
14974         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14975         well as the host name in the "opening" message.
14976
14977         * auth-source.el (auth-source-cache, auth-source-do-cache)
14978         (auth-source-user-or-password): Cache passwords and logins by default,
14979         allow override with `auth-source-do-cache'.
14980         (auth-source-forget-user-or-password): Allow users to remove cache
14981         entries if needed.
14982
14983 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14984
14985         * md4.el (md4-buffer): Fix typo in docstring.
14986         (md4, md4-64): Doc fixes.
14987         (md4-pack-int32): Reflow docstring.
14988
14989 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14990
14991         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14992         condition-case to only the forward-sexp call.
14993
14994 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14995
14996         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14997         quotes contained.  Make it more robust regardless by an extra
14998         condition-case wrapper.
14999
15000 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15003
15004 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * nnml.el (nnml-request-expire-articles): Check if the function set to
15007         `nnmail-expiry-target' returns the symbol `delete'.
15008
15009         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15010
15011         * nnmail.el (nnmail-expiry-target): Fix custom type.
15012
15013 2008-10-02  Glenn Morris  <rgm@gnu.org>
15014
15015         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15016         Silence compiler warning.
15017
15018 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15019
15020         * tls.el (open-tls-stream): Show the actual command being
15021         executed, instead of the format string.
15022
15023 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * lpath.el: Fbind codepage-setup for Emacs 23.
15026
15027 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15028
15029         * mml.el (mml-menu): Don't assume mml2015 is bound.
15030
15031 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15034         exists.
15035
15036 2008-09-27  Glenn Morris  <rgm@gnu.org>
15037
15038         * gnus-util.el (mail-header-remove-comments): Autoload it.
15039
15040 2008-09-27  Andreas Schwab  <schwab@suse.de>
15041
15042         * gnus-util.el (gnus-split-references): Strip comments.
15043         (gnus-parent-id): Likewise.
15044
15045 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * message.el (message-confirm-send): Fix version.
15048
15049 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * message.el (message-idna-to-ascii-rhs-1): Use
15052         mail-extract-address-components rather than mail-header-parse-addresses
15053         that is an alias by default to ietf-drums-parse-addresses that does not
15054         support non-ASCII names in headers' contents.
15055
15056 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * message.el (message-confirm-send): Fix variable documentation to
15059         avoid the "y/n" wording.
15060
15061 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15062
15063         * message.el (message-set-auto-save-file-name): Save to a different
15064         filename so multiple messages (especially drafts) can be recovered.
15065
15066 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * message.el (message-confirm-send): Add appropriate version.
15069
15070 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15071
15072         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15073         defvar.
15074
15075 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15076
15077         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15078         (mm-pkcs7-enveloped-magic): Ditto.
15079
15080 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15081
15082         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15083         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15084
15085 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15086
15087         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15088         default, it's better.
15089
15090 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15091
15092         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15093         summary line gnus-number property and ignore them (with a warning
15094         message).
15095
15096 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15099         macro caddr in the interactive form since it won't be expanded.
15100
15101 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15104         `charset'; fix name of function called recursively.
15105         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15106
15107 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15110         (gnus-mime-set-charset-parameters): New function.
15111         (gnus-mime-view-part-as-charset): Use it to correctly display part
15112         specifying wrong charset.
15113
15114 2008-09-08  David Engster  <dengste@eml.cc>
15115
15116         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15117         in completing-read for back end server.
15118
15119 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15120
15121         * message.el (message-confirm-send): New variable to confirm sending a
15122         message.
15123         (message-send): Use it.
15124
15125 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15126
15127         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15128
15129 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15132
15133 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15134
15135         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15136         prevent tracking too many groups.
15137         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15138         Use it.
15139
15140 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15141
15142         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15143         moving point to the bottom of the window in order to avoid recentering.
15144
15145 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15148
15149         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15150         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15151         (gnus-article-beginning-of-window): Fix calculation.
15152
15153 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * gnus-msg.el (gnus-summary-supersede-article)
15156         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15157         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15158         message header.
15159
15160 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15161
15162         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15163         pending output coming after the status change.
15164
15165 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15166
15167         * message.el:
15168         * gnus-start.el:
15169         * gnus-registry.el: Remove VMS support.
15170
15171 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15174         macro.
15175         (rfc2104-hash): Use it.
15176
15177 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15180         (gnus-summary-sort-by-most-recent-date): New commands.
15181         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15182         and menu entries.
15183
15184 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15187         don't redisplay article for raw contents; remove plural articles stuff.
15188
15189         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15190         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15191         on gnus-summary-save-article; display results properly.
15192
15193 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * lpath.el: No need to fbind ns-focus-frame.
15196
15197 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15200
15201 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-art.el (gnus-summary-save-in-pipe):
15204         Consider gnus-save-all-headers.
15205
15206 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15207
15208         * gnus-util.el (ns-focus-frame): Remove declaration.
15209         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15210         like x.
15211
15212 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15213
15214         * rfc2104.el (rfc2104-zero): Delete defconst.
15215         (rfc2104-hex-alist): Likewise.
15216         (rfc2104-hex-to-int): Delete func.
15217         (rfc2104-hexstring-to-bitstring): Likewise.
15218         (rfc2104-nybbles): New defconst.
15219         (rfc2104-hash): Rewrite for speed.
15220
15221 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * tls.el (open-tls-stream): Make it work with the 2nd argument
15224         BUFFER that is a string but does not exist as a buffer object, as
15225         mentioned in the doc-string.
15226
15227 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15230         SXEmacs.
15231
15232 2008-07-16  Glenn Morris  <rgm@gnu.org>
15233
15234         * gnus-util.el (ns-focus-frame): Declare for compiler.
15235
15236 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15239         set as a group parameter.
15240         (gnus-summary-save-in-pipe): Work when it is called independently.
15241         (gnus-summary-pipe-to-muttprint): Don't modify
15242         gnus-summary-pipe-output-default-command.
15243
15244 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15245
15246         * message.el (message-send-mail-with-sendmail):
15247         Display the error message.
15248
15249 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (gnus-default-article-saver):
15252         Add gnus-summary-save-in-pipe to choices.
15253         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15254         gnus-summary-pipe-output-default-command as the default command.
15255         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15256         instead of gnus-last-shell-command.
15257
15258         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15259         New user option.
15260         (gnus-summary-muttprint-program): Mention the value will be changed.
15261         (gnus-summary-save-article): Force showing of all headers.
15262         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15263
15264 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15265
15266         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15267
15268 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15269
15270         * nnimap.el (nnimap-id):
15271         * sieve-manage.el (sieve-manage-open): Doc fixes.
15272
15273 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15274
15275         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15276         if available.
15277
15278 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15279
15280         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15281
15282         * nnkiboze.el (nnkiboze-generate-group):
15283         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15284
15285         * nnmairix.el: Require CL.
15286
15287 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * dgnushack.el: Autoload get-display-table and put-display-table for
15290         XEmacs 21.5.
15291
15292         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15293         21.4 and SXEmacs.
15294
15295 2008-06-15  David Engster  <dengste@eml.cc>
15296
15297         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15298
15299 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15300
15301         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15302         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15303         runtime choice under XEmacs.
15304
15305         * gnus-sum.el (gnus-summary-set-display-table):
15306         Use `gnus-put-display-table', `gnus-get-display-table',
15307         `gnus-set-display-table' for the display table, instead of `aset'.
15308
15309         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15310         Use `gnus-put-display-table', `gnus-get-display-table',
15311         `gnus-set-display-table' for the display table.
15312
15313 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * nnmairix.el: Add autoloads.
15316
15317 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * nnmairix.el (nnmairix-delete-recreate-group)
15320         (nnmairix-update-and-clear-marks): Fix error messages.
15321
15322 2008-06-14  David Engster  <dengste@eml.cc>
15323
15324         * nnmairix.el: Upgrade to version 0.6.
15325         (nnmairix-group-toggle-propmarks-this-group)
15326         (nnmairix-group-toggle-readmarks-this-group)
15327         (nnmairix-group-delete-recreate-this-group)
15328         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15329         (nnmairix-remove-tick-mark-original-article): New commands.
15330         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15331         (nnmairix-propagate-marks-to-nnmairix-groups)
15332         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15333         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15334         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15335         functions needed for marks propagation and manipulation of read marks.
15336         (nnmairix-update-groups): New function.
15337         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15338         (nnmairix-determine-original-group-from-registry)
15339         (nnmairix-determine-original-group-from-path)
15340         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15341         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15342         New helper functions.
15343         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15344         keystrokes for new commands.
15345         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15346         (nnmairix-request-group): Check allow-fast group parameter.
15347         (nnmairix-request-create-group): Set allow-fast group parameter if
15348         nnmairix-allowfast-default is set.
15349         (nnmairix-close-group): Propagate marks upon closing if needed.
15350         (nnmairix-group-toggle-threads-this-group): Use new.
15351         nnmairix-group-toggle-parameter helper function.
15352         (nnmairix-search): Better check for empty search result.
15353         (nnmairix-goto-original-article): Use new helper functions for
15354         determining original article.
15355         (nnmairix-show-original-article): Make sure message-id is in brackets.
15356         (nnmairix-call-mairix-binary): Change variable name.
15357         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15358         helper function.
15359         (nnmairix-widget-toggle-activate): Fix doc string.
15360
15361 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * nnir.el: Require edmacro when compiling with XEmacs.
15364         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15365         available in Emacs 21.
15366
15367 2008-06-11  Glenn Morris  <rgm@gnu.org>
15368
15369         * gnus-util.el (x-focus-frame):
15370         * gnus.el (image-size):
15371         * mm-decode.el (image-size): Declare.
15372
15373         * gnus-picon.el (declare-function): Add compat definition.
15374         (image-size): Declare.
15375
15376         * gnus-group.el (tool-bar-map):
15377         * gnus-sum.el (tool-bar-map): Define for compiler.
15378
15379         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15380
15381         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15382
15383         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15384         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15385         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15386         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15387         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15388         * sieve-manage.el, spam-report.el, spam.el:
15389         Remove unnecessary eval-and-compile of autoloads.
15390
15391 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15392
15393         * auth-source.el: Precise Tramp doc.
15394
15395 2008-06-07  Glenn Morris  <rgm@gnu.org>
15396
15397         * nnmairix.el: Remove unnecessary eval-when-compile.
15398
15399 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * lpath.el: Fbind propertize for XEmacs 21.4.
15402
15403 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * nnir.el: Move here from ../contrib.
15406
15407 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15408
15409         * gnus-util.el (gnus-read-shell-command): New function.
15410         * mm-decode.el (mm-pipe-part):
15411         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15412
15413 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15416
15417 2008-06-03  Glenn Morris  <rgm@gnu.org>
15418
15419         * pop3.el (nnheader-accept-process-output): Autoload it.
15420
15421 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15424         are not 2-digit hexadecimal characters that follow `%'s.
15425
15426 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * message.el (message-bogus-recipient-p): Fix type in doc string.
15429         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15430         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15431         Improve custom options.
15432         (message-bogus-recipient-p): Adjust accordingly.
15433
15434 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15435
15436         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15437         long-form month and day names.
15438
15439 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * dgnushack.el: Autoload debug, eudc-expand-inline and
15442         pgg-snarf-keys-region for XEmacs.
15443
15444         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15445
15446         * nnmairix.el: Require edmacro when compiling with XEmacs.
15447
15448 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15451         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15452
15453 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * auth-source.el: Add more docs.
15456
15457         * netrc.el (netrc-machine): Always match if the port is not given.
15458
15459 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460
15461         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15462         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15463         retrieval faster in some cases, but might make CPU usage larger.
15464         If this has any bad side effects, we might revert this change.
15465
15466         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15467         seems to make mail retrieval much, much faster.
15468         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15469         unconditionally.
15470
15471         * gnus-draft.el (gnus-group-send-queue):
15472         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15473
15474 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15477
15478         * message.el (message-bogus-address-regexp): Fix and improve custom
15479         type.
15480         (message-setup-hook): Add message-check-recipients as custom option.
15481
15482 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * message.el (message-cite-function): Remove bogus autoload which crept
15485         in during merge from v5-10.
15486
15487 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15488
15489         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15490
15491         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15492
15493         * auth-source.el: Preliminary Tramp docs.
15494         (auth-sources): Change the default auth-sources to use
15495         EPA .gpg files.
15496
15497 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15498
15499         * nntp.el: Autoload `auth-source-user-or-password'.
15500         (nntp-send-authinfo): Use it.
15501
15502         * nnimap.el: Autoload `auth-source-user-or-password'.
15503         (nnimap-open-connection): Use it.
15504
15505         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15506         for the gnus-message function.
15507         (auth-source-user-or-password): Use it.
15508
15509 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15510
15511         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15512         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15513         (rfc2104-hash): Use it.
15514
15515 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15516
15517         * gnus-art.el (gnus-article-toggle-truncate-lines):
15518         Don't use `iff' in docstring.
15519
15520 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15521
15522         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15523
15524         * gnus-util.el (gnus-extract-address-component-name)
15525         (gnus-extract-address-component-email): Convenience functions around
15526         `gnus-extract-address-components'.
15527
15528         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15529         Use `gnus-extract-address-component-email' to fix bug of comparing full
15530         sender name to `user-mail-address'.
15531
15532 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15535         catch/throw to optimize.
15536         (gnus-registry-find-keywords): Just use member to find a keyword.
15537
15538 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15539
15540         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15541         is current before calling gnus-server-prepare.
15542         (gnus-server-setup-buffer, gnus-server-update-server)
15543         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15544
15545 2008-05-04  Juri Linkov  <juri@jurta.org>
15546
15547         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15548         (mailcap-file-default-commands): Use mailcap-replace-in-string
15549         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15550         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15551
15552 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15553
15554         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15555
15556 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15557
15558         * gnus.el: Bump version to 0.11.
15559
15560 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15561
15562         * gnus.el: No Gnus v0.10 is released.
15563
15564 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15565
15566         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15567         hooks.
15568         (gnus-update-read-articles): Speed up non-marks-using users.
15569         (gnus-use-marks): Define gnus-use-marks.
15570         (gnus-propagate-marks): Rename variable to something more sensible.
15571
15572 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15573
15574         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15575         (gmm-image-load-path-for-library): Fix typos in docstrings.
15576         (gmm-message): Reflow docstring.
15577
15578 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15579
15580         * mail-source.el (mail-source-set-1, mail-source-bind):
15581         Move auth-source code out of the macro to clean it up and fix bugs.
15582
15583 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15584
15585         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15586         by sender if it's equal to user-mail-address, it's likely to be
15587         useless.
15588
15589         * mail-source.el (mail-source-bind): Don't use user or password if they
15590         are not bound.  Unintern them if they are nil.  Don't use server unless
15591         it's bound, and default it to empty string otherwise.
15592
15593 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * mail-source.el: Load auth-source.el.
15596         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15597         get user name or password, if auth-sources is set up.
15598
15599         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15600         strategy of splitting with parent.
15601         (gnus-registry-split-fancy-with-parent)
15602         (gnus-registry-post-process-groups): Use it and fix prior
15603         bug (returning a list as the split result).
15604
15605         * auth-source.el (auth-sources): Remove server parameter.
15606         (auth-source-pick, auth-source-user-or-password)
15607         (auth-source-user-or-password-imap)
15608         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15609         (auth-source-user-or-password-sftp)
15610         (auth-source-user-or-password-smtp): Remove server parameter.
15611
15612 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15613
15614         * smime.el (smime-sign-region, smime-encrypt-region)
15615         (smime-decrypt-region):
15616         Remove redundant calls to `generate-new-buffer-name'.
15617
15618 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15619
15620         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15621         Don't use QP for message/rfc822.
15622         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15623
15624 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15625
15626         * sieve-manage.el (sieve-string-bytes): Remove.
15627         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15628         correct byte-length only if the process's coding-system is the same as
15629         the one used internally by Emacs to represent strings.
15630
15631 2008-04-22  Juri Linkov  <juri@jurta.org>
15632
15633         * mailcap.el (mailcap-file-default-commands): New function.
15634
15635 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * message.el (message-signature-separator, message-cite-function):
15638         Change custom version.
15639
15640 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15641
15642         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15643         commands.
15644         (tls-checktrust): Ditto.
15645
15646 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15647
15648         * mm-decode.el (mm-display-external): Make temp file read-only.
15649
15650 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15653         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15654         `C-c C-f d'.
15655
15656 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15657
15658         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15659
15660 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus.el: Bump version to 0.9.
15663
15664 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * gnus.el: No Gnus v0.8 is released.
15667
15668 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15669
15670         * mail-source.el (mail-source-value):
15671         Prefer fboundp to functionp so it works with macros as well.
15672
15673 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15674
15675         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15676         Fix last change in case the element is not even a symbol.
15677
15678 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15679
15680         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15681         Prefer fboundp to functionp so it works with macros as well.
15682
15683 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15684
15685         * auth-source.el: Add docs.
15686         (auth-sources): Modify format to support server.
15687         (auth-source-pick, auth-source-user-or-password)
15688         (auth-source-user-or-password-imap)
15689         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15690         (auth-source-user-or-password-sftp)
15691         (auth-source-user-or-password-smtp): Add server parameter.
15692
15693 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15694
15695         * gnus-registry.el: Initialize the registry when gnus-registry-install
15696         is t.
15697
15698 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * compface.el (uncompface): Make buffer unibyte.
15701
15702 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15703
15704         * mail-source.el (mail-source-value):
15705         Prefer fboundp to functionp so it works with macros as well.
15706
15707 2008-04-05  Glenn Morris  <rgm@gnu.org>
15708
15709         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15710
15711 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15712
15713         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15714         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15715
15716         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15717         multibyteness after rather than before erasing it.
15718
15719         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15720         mm-with-multibyte.
15721         (gnus-request-article-this-buffer): Make sure the proper decoding is
15722         used if gnus-original-article-buffer happens to be unibyte.
15723
15724         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15725         default-enable-multibyte-characters.
15726
15727         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15728         default-enable-multibyte-characters.
15729
15730         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15731
15732         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15733
15734 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15735
15736         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15737         Fix last change in case the element is not even a symbol.
15738
15739 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15740
15741         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15742         (imap-message-copyuid-1): Use it.
15743         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15744         J. Williams in
15745         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15746
15747         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15748         imap-enable-exchange-bug-workaround.
15749         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15750
15751 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15752
15753         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15754         a 100 byte status-checks into a 2-3MB transfer for each group.
15755         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15756         to enable bug workaround or not.
15757         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15758
15759 2008-03-31  Glenn Morris  <rgm@gnu.org>
15760
15761         * message.el (mml2015-use): Declare for compiler.
15762         (message-info): Require mml2015 when appropriate.
15763
15764 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15767         whitespace.
15768
15769 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15770
15771         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15772         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15773         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15774         (nntp-service-to-port): New function.
15775         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15776         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15777         (nntp-open-netcat-stream): New function.
15778         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15779
15780 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15781
15782         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15783
15784 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15785
15786         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15787
15788 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15789
15790         * dns.el (dns-write): Use set-buffer-multibyte.
15791
15792 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15793
15794         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15795
15796 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15797
15798         * message.el (message-signature-separator): Change default.
15799         Improve custom type.
15800         (message-cite-function): Change default to
15801         message-cite-original-without-signature.
15802
15803         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15804         toggle.
15805
15806         * message.el (message-check-news-body-syntax): Fix signature check.
15807         (message-setup-1): Mark buffer as unmodified _after_ running
15808         message-setup-hook and handling message-alternative-emails.
15809         (message-shorten-references): Be more strict when building list of
15810         valid references to comply with GNKSA.
15811
15812         * gnus-group.el (gnus-read-ephemeral-bug-group)
15813         (gnus-read-ephemeral-debian-bug-group)
15814         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15815
15816         * message.el (message-info): Don't use booleanp which isn't supported
15817         in Emacs 21 and XEmacs.
15818
15819 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15822         gnus-group-gmane-group-download-format.
15823         (gnus-group-read-ephemeral-gmane-group): Rename from
15824         gnus-group-read-ephemeral-gmane-group.
15825         (gnus-read-ephemeral-gmane-group-url): Rename from
15826         gnus-group-read-ephemeral-gmane-group-url.
15827         (gnus-bug-group-download-format-alist): New variable.
15828         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15829         (gnus-read-ephemeral-emacs-bug-group): New commands.
15830
15831 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15834         (gnus-visible-headers): Improve custom type.
15835
15836 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * mml.el (mml-menu): Add workarounds for XEmacs.
15839
15840         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15841         X-Boundary header.
15842
15843         * message.el (message-simplify-recipients): Fix previous commit.
15844
15845 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15846
15847         * mm-util.el (mm-set-buffer-multibyte): New function.
15848         * mm-decode.el (mm-copy-to-buffer): Use it.
15849
15850         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15851         Prefer fboundp to functionp so it works with macros as well.
15852
15853 2008-03-19  Glenn Morris  <rgm@gnu.org>
15854
15855         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15856         Accidentally removed in the sync process with Emacs.
15857
15858 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15859
15860         * message.el (message-alter-recipients-discard-bogus-full-name):
15861         New function.
15862         (message-alter-recipients-function): New variable.
15863         (message-get-reply-headers): Use it.
15864         (message-replace-header): New helper function.
15865         (message-recipients-without-full-name): New variable.
15866         (message-simplify-recipients): New command.
15867
15868         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15869
15870         * message.el (message-info): Handle EasyPG manual.
15871
15872         * mml.el (mml-menu): Add entry for EasyPG.
15873
15874 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15875
15876         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15877         parameter.
15878
15879         * message.el (message-disassociate-draft): Specify drafts group name
15880         fully.
15881
15882 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15883
15884         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15885         Eliminate unnecessary duplicates from the match list.
15886
15887 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15890
15891         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15892
15893         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15894         args of `how-many' of which the XEmacs version doesn't take; declare
15895         Info-index-next as function.
15896
15897 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * gnus-score.el (gnus-score-headers): Fix handling of
15900         gnus-inhibit-slow-scoring.
15901
15902         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15903         string.
15904         (gnus-button-url-regexp): Improve handling of parenthesis.
15905         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15906         (gnus-button-handle-info-keystrokes): Handle index entries.
15907
15908 2008-03-15  Glenn Morris  <rgm@gnu.org>
15909
15910         * parse-time.el (parse-time-string): Simplify.
15911
15912 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15915         Incoming* files.
15916
15917 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15918
15919         * auth-source.el (auth-sources): Rename from auth-source-choices.
15920         (auth-source-pick): Use it.
15921
15922 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15923
15924         * binhex.el (binhex-decode-region-internal):
15925         * uudecode.el (uudecode-decode-region-internal):
15926         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15927         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15928         setting default-enable-multibyte-characters.
15929
15930 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * auth-source.el (auth-source-protocols)
15933         (auth-source-protocols-customize, auth-source-choices): Add and
15934         modified variable customizations and defaults.
15935         (auth-source-pick, auth-source-user-or-password)
15936         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15937         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15938         (auth-source-user-or-password-sftp)
15939         (auth-source-user-or-password-smtp): Use new variables and provide an
15940         interface to netrc.el.
15941
15942 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15945         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15946         Make sure the nntp port to specify is a string.
15947
15948 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15949
15950         * nntp.el: Use with-current-buffer.
15951         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15952         dubious mm-with-unibyte-current-buffer.
15953         (nntp-with-open-group-function): New function extracted from
15954         nntp-with-open-group macro.
15955         (nntp-with-open-group): Use the function, so it's easier to debug.
15956         Add indentation and debugging info.
15957         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15958         Recommend the use of the netcat alternatives.
15959
15960         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15961         Avoid mm-string-as-multibyte as well.
15962
15963         * nnweb.el (nnweb-insert-html):
15964         Remove use of nnheader-string-as-multibyte.
15965
15966         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15967         (nnheader-string-as-multibyte): Remove.
15968
15969         * mm-view.el: Use inhibit-read-only.
15970         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15971         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15972         or unibyte-string.
15973
15974         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15975         (mm-uu-yenc-extract): Use with-current-buffer.
15976
15977         * gnus-soup.el (gnus-soup-send-packet): Don't use
15978         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15979
15980         * nnmh.el: Use with-current-buffer.
15981         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15982         mm-string-as-multibyte on the output of mm-encode-coding-string.
15983
15984         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15985         (nnimap-request-move-article): Use with-current-buffer.
15986
15987         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15988         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15989         conversion uses string-make-unibyte rather than string-as-unibyte.
15990
15991         * gnus-msg.el: Use with-current-buffer.
15992
15993         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15994
15995 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15996
15997         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15998         string for caching if it is 'PIN.
15999
16000 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * lpath.el: Consider the case without Emacs/W3.
16003
16004 2008-03-08  Glenn Morris  <rgm@gnu.org>
16005
16006         * time-date.el (date-to-time, time-subtract, time-add)
16007         (safe-date-to-time): Doc fixes.
16008
16009 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * mail-source.el (mail-source-delete-old-incoming-confirm):
16012         Change default to nil.
16013         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16014
16015 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * lpath.el: Rearrange.
16018
16019         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16020         (gnus-article-goto-prev-page): Work for articles having ^L's.
16021
16022         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16023
16024         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16025
16026 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16027
16028         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16029         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16030         (gnus-bookmark-jump): Adjust some variable names.
16031
16032 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16033
16034         * auth-source.el: New package.
16035         (auth-source-choices): Add customization entry point variable.
16036
16037         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16038         bug.
16039
16040 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16041
16042         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16043         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16044         (gnus-registry-install-shortcuts): Rename from
16045         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16046         the `gnus-registry-mark-map' keymap dynamically from
16047         `gnus-registry-marks'.  The generated functions update the summary line
16048         when a registry mark is added or deleted, and will call
16049         `gnus-registry-install-p' (see the comments in the code).
16050         (gnus-registry-user-format-function-M): Use concat intelligently.
16051
16052         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16053         the registry mark functions.
16054
16055 2008-03-05  Glenn Morris  <rgm@gnu.org>
16056
16057         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16058         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16059         gnus-art.
16060         (top-level): No need to load own source when compiling.
16061
16062 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16065         Suggested by <chris.anderton@zetnet.co.uk>.
16066
16067 2008-03-04  Glenn Morris  <rgm@gnu.org>
16068
16069         * gnus-sum.el (top-level): No need to require gnus when compiling,
16070         since unconditionally required near start of file.
16071         (gnus-summary-display-while-building): Move definition before use.
16072
16073 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16074
16075         * gnus-registry.el (gnus-registry-user-format-function-M):
16076         Add formatting function.
16077
16078 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16079
16080         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16081         with plists.
16082         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16083         Use new format.
16084
16085 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16088         `where-is-internal' that returns a range of key sequences.
16089
16090 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16091
16092         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16093
16094         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16095         (gnus-summary-jump-to-group): Consider windows on other displayed
16096         frames as well.  Similar changes might be needed elsewhere, but that's
16097         the one I've bumped into during my use.
16098
16099         * nndoc.el (nndoc-oe-dbx-type-p):
16100         * gnus-msg.el (gnus-debug):
16101         * gnus-group.el (gnus-update-group-mark-positions):
16102         Use mm-string-to-multibyte.
16103
16104 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16107         doesn't handle NotDashEscaped.
16108
16109         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16110         (mml-dnd-attach-options): Fix typo in custom choice.
16111
16112         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16113         Change nndoc-article-type to mbox.
16114         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16115
16116         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16117         to nil, instead of html2text.
16118
16119         * imap.el (imap-debug): Add `imap-ping-server'.
16120
16121         * gnus-bookmark.el: Add FIXMEs.
16122
16123         * message.el (message-form-letter-separator)
16124         (message-send-form-letter-delay): New variables.
16125         (message-send-form-letter): Use them.  New command to send form
16126         letters.  Requested by Uwe Siart.
16127         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16128
16129 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16130
16131         * Update copyright years.
16132
16133 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         Sync from EMACS_22_BASE.
16136
16137         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16138
16139 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16140
16141         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16142         empty author.
16143
16144 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16145
16146         * gnus-registry.el (gnus-registry-marks): Add variable for
16147         customization of marks and their appearance.
16148         (gnus-registry-read-mark): Use it.
16149         (gnus-registry-do-marks): Add utility function to loop through
16150         `gnus-registry-marks'.
16151         (gnus-registry-install-shortcuts-and-menus): Add function to install
16152         shortcuts and menus.
16153         (gnus-registry-initialize): Use it.
16154         (gnus-registry-default-mark): Clarify documentation.
16155
16156 2008-02-29  Glenn Morris  <rgm@gnu.org>
16157
16158         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16159         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16160         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16161         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16162         Change defcustom :version from 23.0 to 23.1.
16163
16164 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16165
16166         * gnus-registry.el (gnus-registry-follow-group-p)
16167         (gnus-registry-post-process-groups): Add functions to aid registry
16168         splitting and improve logging.  Clarify behavior in function
16169         documentation.
16170         (gnus-registry-split-fancy-with-parent): Use them.
16171
16172 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16173
16174         * gnus-art.el: Use with-current-buffer.
16175
16176 2008-02-27  David Engster  <dengste@eml.cc>
16177
16178         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16179         Express real group name in the response.
16180
16181 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16184         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16185         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16186         autoload gnus-registry-fetch-group when compiling.
16187         (nnmairix-request-group-with-article-number-correction):
16188         Remove unreferenced argument passed to nnmairix-call-backend.
16189
16190 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16193         (mm-uu-extract): Improve face for low color ttys.
16194         Reported by Sascha Wilde.
16195
16196 2008-02-27  Glenn Morris  <rgm@gnu.org>
16197
16198         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16199         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16200         variables to defconsts.  Convert comments to doc-strings.
16201         (nnmairix-last-server, nnmairix-current-server): Convert from free
16202         variables to defvars.  Convert comments to doc-strings.
16203         (gnus-registry-fetch-group): Autoload.
16204         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16205         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16206         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16207         caddr.
16208         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16209         nnmairix-request-group-with-article-number-correction call.
16210         (nnmairix-fast, nnmairix-group): New, less general names, for free
16211         variables passed from nnmairix-request-group to
16212         nnmairix-request-group-with-article-number-correction.  Declare.
16213         (nnmairix-request-group-with-article-number-correction):
16214         Use nnmairix-fast, nnmairix-group rather than fast, group.
16215
16216 2008-02-26  David Engster  <dengste@eml.cc>
16217
16218         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16219         version 0.5.
16220
16221 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16222
16223         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16224         instead of making an extra function call.  Don't add the current group
16225         to articles only when they have the group.  Use
16226         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16227         Reported by David <de_bb@arcor.de>.
16228
16229 2008-02-24  Miles Bader  <miles@gnu.org>
16230
16231         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16232         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16233         (mm-find-mime-charset-region):
16234         * mm-bodies.el (mm-encode-body):
16235         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16236
16237 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16240         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16241
16242 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * mail-source.el (mail-source-delete-incoming): Change default.
16245         Supplement doc string.
16246
16247         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16248
16249 2008-02-14  Glenn Morris  <rgm@gnu.org>
16250
16251         * time-date.el (format-seconds): New function.
16252
16253 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * nnmail.el (nnmail-message-id-cache-file): Derive from
16256         `gnus-home-directory'.
16257
16258 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16259
16260         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16261         Document negative prefix.
16262
16263         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16264
16265 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * message.el (message-unsent-separator): Add the Exim bounce
16268         separator.
16269
16270 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16271
16272         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16273         list.
16274         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16275         recipient/signer list.
16276
16277 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * Makefile.in (datarootdir): Define.
16280         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16281         name that might contain whitespace.
16282
16283 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16286         fbound (Emacs 23 unicode), signal an error.
16287
16288 2008-02-08  Glenn Morris  <rgm@gnu.org>
16289
16290         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16291
16292 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16293
16294         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16295         ports to the calls to `netrc-machine-user-or-password' in addition to
16296         "imap" and "imaps".
16297
16298 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16299
16300         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16301
16302         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16303
16304 2008-02-01  Kenichi Handa  <handa@m17n.org>
16305
16306         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16307         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16308         (rfc2104-hash): Convert the result of concat to unibyte string.
16309
16310 2008-02-01  Dave Love  <fx@gnu.org>
16311
16312         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16313         coding-system-for-read.
16314         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16315
16316 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16319         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16320         <hanche@math.ntnu.no>.
16321
16322 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16325
16326         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16327
16328 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16329
16330         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16331         * message.el (message-beginning-of-line): Use featurep instead of bound
16332         tests in order to resolve conditionals at compile time.
16333
16334 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16335
16336         * mail-source.el (mail-sources): Add `group' choice.
16337
16338         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16339         parameter `in-group' to control into which group the articles go.
16340         Add treatment of `group' mail-source.
16341
16342 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16345
16346         * mm-decode.el (mm-dissect-buffer): Decode description.
16347
16348         * mml.el (mml-to-mime): Encode message header first.
16349
16350 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16353         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16354
16355         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16356         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16357
16358 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16359
16360         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16361
16362 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16365         prefix keys.
16366         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16367         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16368         gnus-xmas.el.
16369
16370         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16371         (gnus-xmas-article-describe-bindings): New function.
16372         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16373         gnus-xmas-article-describe-bindings.
16374
16375         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16376
16377 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16378
16379         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16380         Add new variables for article mark management.
16381         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16382         list of extra data entries which, when present, will indicate that the
16383         article ID should not be trimmed from the registry.
16384         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16385         functions.
16386         (gnus-registry-read-mark): New function to read a mark name from the
16387         user.
16388         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16389         (gnus-registry-set-article-mark-internal): New functions to add and
16390         remove marks.
16391         (gnus-registry-get-article-marks): New function to show the marks for
16392         an article, or retrieve them for further use.
16393
16394 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16397         keys when no argument is given.
16398
16399 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * imap.el (imap-ping-server): New variable.
16402         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16403         (imap-ping-server): Minor doc string fixes.
16404
16405 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16406
16407         * imap.el (imap-ping-server): New function.
16408         (imap-opened): Call imap-ping-server.
16409
16410 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * gnus-sum.el (gnus-article-sort-by-random)
16413         (gnus-thread-sort-by-random): Fix doc strings.
16414         Reported by jidanni@jidanni.org.
16415
16416 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-art.el (gnus-article-describe-bindings): New function.
16419         (gnus-article-read-summary-keys): Use it.
16420         (gnus-article-mode-map): Bind `C-h b' to it.
16421
16422 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16425         XEmacs.
16426         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16427         Protect against non-character events.
16428
16429         * lpath.el: Fbind map-keymap for Emacs 21.
16430
16431 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16434         New command.
16435         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16436         instead of END.  Change name of the temp file.
16437         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16438         customizable.
16439
16440 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16443         bind `S W' to gnus-article-wide-reply-with-original; set default
16444         binding to gnus-article-read-summary-send-keys.
16445         (gnus-article-read-summary-keys): Fix the order of keys; display
16446         continuation keys correctly in the echo area; describe bindings
16447         correctly when keys end with `C-h'.
16448         (gnus-article-read-summary-send-keys): New function.
16449         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16450         Work for gnus-article-read-summary-send-keys; display continuation keys
16451         correctly in the echo area.
16452         (gnus-article-reply-with-original): Ignore prefix argument.
16453         (gnus-article-wide-reply-with-original): New function.
16454
16455         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16456         Emacs 21.
16457
16458 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16461         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16462
16463 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16466         (gnus-group-read-ephemeral-gmane-group): New command.
16467
16468 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16469
16470         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16471
16472 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * message.el (message-send-mail-function): Increase custom version.
16475
16476         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16477         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16478
16479 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16480
16481         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16482         for the cases where imap-authenticate is called with a nil buffer
16483         parameter.
16484
16485 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16488         html parts correctly; support forwarded messages.
16489         (gnus-article-browse-html-article): Remove work buffers.
16490
16491         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16492         compiling.
16493         (netrc-bound-and-true-p): New macro.
16494         (netrc-parse): Use it instead of bound-and-true-p that is not available
16495         in XEmacs 21.4.
16496
16497 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16498
16499         * gnus-registry.el (gnus-registry-mark-article)
16500         (gnus-registry-article-marks): Add functionality to mark articles
16501         through the Gnus registry.
16502
16503         * encrypt.el: Clarify documentation for the new pgg method.
16504         (encrypt-file-alist): Add PGG option.
16505         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16506         functionality.  Abstract password key and messaging to external
16507         functions.
16508         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16509         (encrypt-message-method-and-cipher): Add new convenience external
16510         functions.
16511         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16512         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16513
16514         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16515         (netrc-parse): Use encrypt-file-alist to determine if
16516         encrypt-find-model or encrypt-insert-file-contents should be used.
16517
16518         * encrypt.el: Clarify documentation.  Load password-cache or
16519         password, whichever one is found first, instead of autoloading.
16520
16521 2007-12-19  Glenn Morris  <rgm@gnu.org>
16522
16523         * mml.el (message-options-set, message-narrow-to-head)
16524         (message-in-body-p, message-mail-p, message-encode-message-body):
16525         Autoload.
16526         (message-remove-header, message-narrow-to-headers-or-head)
16527         (message-subscribed-p, message-make-mail-followup-to)
16528         (message-position-on-field, message-news-p)
16529         (message-options-set-recipient, message-generate-headers)
16530         (message-sort-headers): Declare as functions.
16531
16532 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16535         convention in doc string.
16536
16537 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16540         title to html parts.
16541         (gnus-article-browse-html-article): Pass message header to it.
16542
16543         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16544
16545 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16548         or password compatible with XEmacs.
16549
16550 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16551
16552         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16553         format document.
16554         (gnus-mime-delete-part): Don't write description line if empty.
16555         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16556
16557 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16558
16559         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16560         (gnus-summary-mark-read-and-unread-as-read)
16561         (gnus-summary-mark-current-read-and-unread-as-read)
16562         (gnus-summary-mark-unread-as-ticked): Doc fix.
16563         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16564
16565 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16566
16567         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16568         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16569
16570 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16573         yes-or-no-p.
16574
16575 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * mm-decode.el (mm-add-meta-html-tag): New function.
16578         (mm-save-part-to-file, mm-pipe-part): Use it.
16579
16580         * gnus-art.el (gnus-article-browse-delete-temp-files):
16581         Use gnus-y-or-n-p instead of y-or-n-p.
16582         (gnus-article-browse-html-parts): Work with message/external-body; use
16583         mm-add-meta-html-tag.
16584
16585 2007-12-11  Glenn Morris  <rgm@gnu.org>
16586
16587         * gnus-cache.el: Require gnus-sum not just when compiling.
16588
16589         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16590
16591         * gnus-int.el (gnus-server-opened, gnus-status-message):
16592         Move definitions before use.
16593
16594         * mm-decode.el: Require gnus-util.
16595         (mm-remove-part): Only call delete-annotation on XEmacs.
16596
16597         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16598
16599         * nnmail.el: Require gnus-int.
16600
16601         * spam.el: Move `require's before `eval-when-compile's.
16602
16603         * gnus-ems.el (gnus-alive-p):
16604         * gnus-fun.el (message-goto-eoh):
16605         * gnus-util.el (gnus-group-name-decode):
16606         * mail-source.el (gnus-compress-sequence):
16607         * message.el (Info-goto-node, format-spec):
16608         * mm-bodies.el (message-options-get):
16609         * mm-decode.el (mm-view-pkcs7):
16610         * mm-util.el (gmm-write-region):
16611         * mml-smime.el (mml-compute-boundary)
16612         (gnus-completing-read-with-default):
16613         * mml.el (widget-button-press, gnus-make-hashtable):
16614         * mml1991.el (mm-decode-content-transfer-encoding)
16615         (mm-encode-content-transfer-encoding)
16616         (message-options-get, message-options-set):
16617         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16618         * nnfolder.el (gnus-request-group):
16619         * nnheader.el (ietf-drums-unfold-fws):
16620         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16621         * smime.el (gnus-run-mode-hooks):
16622         * spam-stat.el (gnus-message): Autoload.
16623
16624         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16625         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16626         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16627         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16628         Add declare-function compatibility definition.
16629
16630         * gnus-cache.el (nnvirtual-find-group-art):
16631         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16632         (gnus-add-image, gnus-add-wash-type):
16633         * gnus-group.el (nnkiboze-score-file):
16634         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16635         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16636         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16637         (message-tokenize-header, gnus-get-buffer-create)
16638         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16639         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16640         * gnus.el (gnus-group-decoded-name):
16641         * mail-source.el (imap-capability):
16642         * mm-bodies.el (message-options-set):
16643         * mm-decode.el (gnus-configure-windows):
16644         * mm-extern.el (message-goto-body):
16645         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16646         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16647         (epg-sub-key-validity, message-options-set):
16648         * mml.el (widget-event-point, gnus-configure-windows):
16649         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16650         * mml2015.el (epg-check-configuration, epg-configuration)
16651         (message-options-set):
16652         * nndb.el (nndb-request-article):
16653         * nnfolder.el (gnus-request-create-group):
16654         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16655         * nnmaildir.el (gnus-group-mark-article-read):
16656         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16657         * rfc1843.el (message-fetch-field):
16658         * spam.el (gnus-extract-address-components):
16659         Declare as functions.
16660
16661 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16664
16665         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16666
16667         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16668         bind show-trailing-whitespace for XEmacs.
16669
16670 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16673         new no-op macro for backward compatibility.
16674
16675         * imap.el (imap-string-to-integer): New function.
16676
16677 2007-12-09  Glenn Morris  <rgm@gnu.org>
16678
16679         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16680
16681         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16682         * message.el, mm-view.el, sieve-manage.el, smime.el:
16683         Add declare-function compatibility definition.
16684
16685         * gnus-art.el (w3-region, w3m-region, Info-menu):
16686         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16687         * gnus-sum.el (gnus-get-predicate):
16688         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16689         * message.el (mail-abbrev-in-expansion-header-p):
16690         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16691         (w3m-detect-meta-charset, w3m-region):
16692         * sieve-manage.el (password-read, password-cache-add)
16693         (password-cache-remove):
16694         * smime.el (password-read-and-add): Declare as functions.
16695
16696 2007-12-08  David Kastrup  <dak@gnu.org>
16697
16698         * gnus-sum.el (gnus-summary-simplify-subject-query):
16699         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16700         `message'.
16701
16702 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16705         it to bind idna-program, installation-directory, defined-colors, and
16706         face-attribute for XEmacs of the version that compiles defcustom forms.
16707
16708 2007-12-07  Glenn Morris  <rgm@gnu.org>
16709
16710         * gnus-art.el (article-make-date-line): Revert previous change.
16711
16712 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16715
16716 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16717
16718         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16719         Call gnus-add-to-range ranges only once with a prepared article-list.
16720
16721 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16722
16723         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16724         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16725         group names with backslashes.
16726         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16727
16728 2007-12-06  Deepak Goel  <deego3@gmail.com>
16729
16730         * gnus-art.el (article-make-date-line):
16731         * gnus-start.el (gnus-load):
16732         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16733
16734 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-art.el (gnus-use-idna):
16737         * gnus-start.el (gnus-site-init-file):
16738         * message.el (message-use-idna):
16739         * mm-uu.el (mm-uu-hide-markers):
16740         * smiley.el (smiley-style): Revert changes that suppress warnings.
16741
16742 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16745         specify charset to html source.
16746         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16747
16748 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16751         idna-program in order to suppress byte compile warning issued by XEmacs
16752         that came to byte compile the default value section of defcustom forms
16753         recently.
16754
16755         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16756         value of installation-directory.
16757
16758         * message.el (message-use-idna): Don't directly refer to the value of
16759         idna-program.
16760
16761         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16762
16763         * smiley.el (smiley-style): Don't directly call face-attribute.
16764
16765 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16768
16769         * gnus-dired.el: Reduce Gnus dependencies.
16770         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16771         Don't require.  Use autoloads instead.
16772         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16773         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16774         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16775         (gnus-dired-mode): Adjust doc string.
16776         (gnus-dired-mail-mode): New variable.
16777         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16778         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16779         (gnus-dired-mail-buffers): New function.  Return mail or message
16780         composition buffers.
16781         (gnus-dired-attach): Use it.
16782         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16783         NO-DECODE.
16784         (gnus-dired-print): Use `gnus-print-buffer' depending on
16785         `gnus-dired-mail-mode'.
16786
16787 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * rfc2047.el (rfc2047-encoded-word-regexp)
16790         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16791         explaining what regexp patterns are for.
16792
16793 2007-12-04  Glenn Morris  <rgm@gnu.org>
16794
16795         * password.el: Move to password-cache.el.
16796
16797         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16798         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16799         * mml-smime.el (password-read, password-cache-add)
16800         (password-cache-remove):
16801         No need to autoload, since mml-sec requires password.
16802
16803         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16804         * message.el (gnus-extract-address-components):
16805         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16806
16807         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16808         password.
16809
16810 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * mailcap.el: Reduce dependencies.
16813         (mail-header-parse-content-type): Autoload.
16814         (mailcap-delete-duplicates): New alias.
16815         (mailcap-mime-info): Add optional argument NO-DECODE.
16816         (mailcap-mime-types): Use mailcap-delete-duplicates.
16817
16818         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16819
16820 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16821
16822         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16823         (imap-parse-status): Upcase status-att for servers that sends them
16824         lower-case (e.g., MS Exchange 2007).
16825
16826 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16827
16828         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16829         function.
16830
16831         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16832         (gnus-uu-yenc-article): New function.
16833
16834         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16835
16836         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16837
16838 2007-12-02  Glenn Morris  <rgm@gnu.org>
16839
16840         * binhex.el (binhex): New custom group.
16841         (binhex-decoder-program, binhex-decoder-switches)
16842         (binhex-use-external): Move to the binhex custom group.
16843
16844         * uudecode.el (uudecode): New custom group.
16845         (uudecode-decoder-program, uudecode-decoder-switches)
16846         (uudecode-use-external): Move to the uudecode custom group.
16847
16848         * netrc.el (top-level): Don't load `encrypt' features.
16849         (netrc-parse): Don't use encrypt.
16850         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16851
16852         * encrypt.el: Remove file.
16853
16854 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16857         matches on patches.
16858
16859         * gnus-art.el (gnus-article-browse-html-article):
16860         Mention `mm-text-html-renderer' in the doc string.
16861
16862         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16863         string.  Add comments.
16864
16865         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16866         if rhs is ASCII.
16867
16868 2007-12-01  Glenn Morris  <rgm@gnu.org>
16869
16870         * mail-source.el (top-level): Require format-spec before
16871         eval-when-compile.
16872
16873 2007-11-30  Glenn Morris  <rgm@gnu.org>
16874
16875         * encrypt.el: Require password, rather than autoloading password-read.
16876
16877 2007-11-29  Glenn Morris  <rgm@gnu.org>
16878
16879         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16880         (sasl-make-client, sasl-next-step, sasl-step-data)
16881         (sasl-step-set-data): Declare as functions.
16882
16883 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16886
16887 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16888
16889         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16890         certs should be verified and what is to be done in the event of a
16891         verification failure.
16892
16893         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16894         caller can indicate whether the cache should be disregarded for this
16895         call.  This way the result of the call is reproducible at all times and
16896         can be considered a canonical server name for the supplied method.
16897         (gnus-agent-method-p): Canonicalize server names by pushing their
16898         method through `gnus-method-to-server' using the no-cache argument.
16899
16900         * gnus-srvr.el (gnus-server-insert-server-line):
16901         Call `gnus-method-to-server' with `no-cache' argument.
16902
16903         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16904         gnus-agent-possibly-synchronize-flags as this should be called when the
16905         server is actually being opened.
16906         (gnus-agent-possibly-synchronize-flags)
16907         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16908         flags file of an agentized server to the latter function.
16909
16910         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16911         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16912         after a connection has been established successfully.
16913
16914 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-art.el (article-display-face): Force to display face if called
16917         interactively; check if gnus-article-x-face-too-ugly matches author.
16918         (article-display-x-face): Display face even if From header is missing
16919         as article-display-face does.
16920
16921 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16922
16923         * hashcash.el (message-narrow-to-headers-or-head)
16924         (message-fetch-field, message-goto-eoh)
16925         (message-narrow-to-headers): Declare as functions.
16926
16927 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * mail-source.el (mail-sources): Default to fetch from file for
16930         compatibility with default of nnmail-spool-file.
16931
16932 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16935         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16936         to look for encoded word that should be encoded again.
16937         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16938         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16939         encoding pattern.
16940         (rfc2047-decode-region): Switch strict regexp and loose one according
16941         to rfc2047-allow-irregular-q-encoded-words.
16942
16943 2007-11-25  Romain Francoise  <romain@orebokech.com>
16944
16945         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16946
16947 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * tls.el (tls-program): Provide more custom choices from
16950         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16951         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16952
16953 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16954
16955         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16956         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16957
16958         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16959         `nnmail-spool-file'.
16960
16961         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16962         `nnmail-spool-file'.
16963
16964         * gnus-move.el (gnus-change-server): Ditto.
16965
16966         * gnus-kill.el (gnus-batch-score): Ditto.
16967
16968         * gnus-cache.el (gnus-jog-cache): Ditto.
16969
16970         * gnus-msg.el (gnus-summary-reply):
16971         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16972
16973 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16976         version.  Minor improvement to doc strings.
16977         (tls-program): Add comment.
16978
16979 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16980
16981         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16982         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16983         mismatch between the hostname provided in the certificate and the name
16984         of the host connnecting to.
16985         (open-tls-stream): Use them.  Check certificates against trusted root
16986         certificates.
16987
16988 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * gnus-cache.el (gnus-cache-generate-nov-databases):
16991         Use nnml-generate-nov-databases-directory instead of
16992         nnml-generate-nov-databases-1.
16993
16994 2007-11-24  Glenn Morris  <rgm@gnu.org>
16995
16996         * message.el (message-tool-bar-retro): Update for rename
16997         mail_send.xpm->mail-send.xpm.
16998
16999 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17002         `smime-ldap-search' for Emacs 22 and up.
17003
17004 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17005
17006         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17007
17008         * message.el (message-send-mail-function): Fix error convention.
17009         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17010         (message-widen-reply, message-send-mail, message-talkative-question)
17011         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17012         (message-clone-locals, message-send-news): Use with-current-buffer.
17013         (message-insert-or-toggle-importance): Remove unused var `valid'.
17014         (message-make-references): Remove unused var `new-references'.
17015         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17016
17017 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17018
17019         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17020         (spam-split-symbolic-return-positive): Reflow docstring.
17021         (spam-backends, spam-summary-exit-behavior)
17022         (spam-mark-ham-unread-before-move-from-spam-group)
17023         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17024         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17025         (spam-clear-cache, spam-backend-check, spam-install-backend)
17026         (spam-install-statistical-backend, spam-list-of-processors)
17027         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17028         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17029         (spam-check-crm114, spam-initialize, spam-unload-hook):
17030         Fix typos in docstrings.
17031
17032 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17035         been checked if they have never been read and those group levels are
17036         higher than the one that a user specified.
17037
17038 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17041         foreign groups unless a group level is specified by a user.
17042         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17043
17044 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * message.el (message-send-mail-function): Require sendmail.
17047
17048 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17049
17050         * message.el (message-send-mail-function): Check for smtpmail too.
17051
17052         * utf7.el (utf7-encode, utf7-decode): Use coding system
17053         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17054
17055         * message.el (message-send-mail-function): New function.
17056         (message-send-mail-function): Set default using
17057         message-send-mail-function.  Adjust doc string.
17058         (message-send-mail-with-mailclient): New function.
17059
17060 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17061
17062         * smime.el (from):
17063         * rfc2047.el (message-posting-charset):
17064         * qp.el (mm-use-ultra-safe-encoding):
17065         * pop3.el (parse-time-months):
17066         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17067         * nnml.el (files):
17068         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17069         (jka-compr-compression-info-list, ange-ftp-path-format)
17070         (efs-path-regexp):
17071         * nndiary.el (files):
17072         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17073         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17074         (epg-digest-algorithm-alist, inhibit-redisplay)
17075         (password-cache-expiry):
17076         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17077         (pgg-output-buffer, password-cache-expiry):
17078         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17079         (efs-path-regexp):
17080         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17081         (inhibit-redisplay):
17082         * mm-uu.el (file-name, start-point, end-point, entry)
17083         (gnus-newsgroup-name, gnus-newsgroup-charset):
17084         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17085         (latin-unity-ucs-list):
17086         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17087         (mm-uu-binhex-decode-function):
17088         * message.el (gnus-message-group-art, gnus-list-identifiers)
17089         (rmail-enable-mime-composing, gnus-local-organization)
17090         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17091         (gnus-read-active-file, facemenu-add-face-function)
17092         (facemenu-remove-face-function, gnus-article-decoded-p)
17093         (tool-bar-mode):
17094         * mail-source.el (display-time-mail-function):
17095         * gnus-util.el (nnmail-pathname-coding-system)
17096         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17097         (gnus-original-article-buffer, gnus-user-agent)
17098         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17099         (xemacs-codename, sxemacs-codename, emacs-program-version):
17100         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17101         * gnus-start.el (gnus-agent-covered-methods)
17102         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17103         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17104         (gnus-newsgroup-headers, gnus-group-list-mode)
17105         (gnus-group-mark-positions, gnus-newsgroup-data)
17106         (gnus-newsgroup-unreads, nnoo-state-alist)
17107         (gnus-current-select-method, mail-sources)
17108         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17109         (nnmail-spool-file, gnus-cache-active-hashtb):
17110         * gnus-mh.el (mh-lib-progs):
17111         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17112         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17113         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17114         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17115         (gnus-group-buffer):
17116         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17117         (font-lock-set-defaults):
17118         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17119         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17120         (gnus-summary-post-menu, total-parts, type, condition, length):
17121         * gnus-agent.el (gnus-agent-read-agentview):
17122         * flow-fill.el (show-trailing-whitespace):
17123         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17124         eval-and-compile wrappers for byte compiler pacifiers.
17125
17126         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17127         (mm-display-inline-fontify): Check for featurep 'xemacs not
17128         extent-list.
17129
17130         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17131         itimer-list.
17132         (mm-create-image-xemacs): Only do something for XEmacs.
17133         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17134
17135         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17136
17137         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17138         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17139
17140 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17141
17142         * nnimap.el (nnimap-split-download-body):
17143         * gnus-demon.el (gnus-demon):
17144         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17145
17146 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17149         New macros.
17150         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17151         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17152         copy data from unibyte buffer to multibyte current buffer.
17153         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17154         to copy data from unibyte current buffer to multibyte buffer.
17155         (nntp-make-process-buffer): Make process buffer unibyte.
17156
17157         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17158
17159 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17160
17161         * pop3.el (pop3-open-server): Accept and process data more robustly at
17162         connection start to avoid spurious "POP SSL connection failed" errors.
17163
17164 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17167         read group names.
17168
17169 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17170
17171         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17172
17173 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17176         (nnmail-save-active): Use a unibyte buffer when saving active file,
17177         which may contain non-ASCII group names.
17178
17179         * nnml.el (nnml-request-group): Decode group names in messages.
17180
17181 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * message.el (message-citation-line-function)
17184         (message-insert-formatted-citation-line): Fix spelling of
17185         `message-insert-formated-citation-line'.
17186
17187 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17190
17191 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17194         nnmail-pathname-coding-system.
17195
17196         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17197         that a user enters; decode group names in messages.
17198
17199         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17200
17201 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17204
17205         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17206
17207         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17208         risky local variable.
17209
17210         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17211
17212 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17213
17214         * encrypt.el: Improve documentation to fix function name typo.
17215         Reported by Daiki Ueno <ueno@unixuser.org>.
17216
17217 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17220         even if the point is not in the last page of an article.
17221         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17222         back to the previous page.
17223
17224 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17225
17226         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17227
17228 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17231
17232 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17233
17234         * message.el (message-check-news-body-syntax):
17235         Avoid mm-string-as-multibyte.
17236         (message-hide-headers): Don't assume (point-min)==1.
17237
17238 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * message.el (message-remove-blank-cited-lines): Fix if remove is
17241         given.
17242         (message-bogus-address-regexp): New variable.
17243         (message-bogus-recipient-p): New function.
17244         (message-check-recipients): New command.
17245         (message-syntax-checks): Add `bogus-recipient'.
17246         (message-fix-before-sending): Add `bogus-recipient'.
17247
17248         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17249         (gnus-treat-body-boundary): Don't test window-system.
17250
17251 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17252
17253         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17254
17255 2007-10-28  Miles Bader  <miles@gnu.org>
17256
17257         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17258         at compile-time too.
17259
17260 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-msg.el (gnus-message-setup-hook):
17263         Add `message-remove-blank-cited-lines' to options.
17264
17265 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * message.el (message-remove-blank-cited-lines): New function.
17268         Suggested by Karl Plästerer.
17269
17270 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17273         mapc.
17274
17275         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17276         (top-level): Use mapc to set functions to be traced for debugging.
17277
17278         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17279         called for effect with while loop.
17280
17281         * message.el (message-talkative-question): Replace mapcar called for
17282         effect with mapc.
17283
17284         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17285         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17286         called for effect with dolist.
17287
17288         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17289
17290         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17291         gnus-extra-headers and nnmail-extra-headers.
17292
17293         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17294         called for effect with dolist.
17295         (top-level): Use mapc to set functions to be traced for debugging.
17296
17297         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17298         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17299         dolist.
17300
17301         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17302         Replace mapcar called for effect with mapc.
17303         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17304         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17305         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17306         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17307
17308         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17309         remove-if that's a cl function.
17310
17311         * webmail.el (webmail-debug): Replace mapcar called for effect with
17312         dolist.
17313
17314         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17315         with mapc.
17316
17317 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17320         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17321         with while loop.
17322
17323         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17324         functions from article-* functions.
17325         (gnus-multi-decode-header): Replace mapcar called for effect with
17326         dolist.
17327
17328         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17329         (gnus-bookmark-show-details): Replace mapcar called for effect with
17330         while loop.
17331
17332         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17333         called for effect with while loop.
17334
17335         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17336         with dolist.
17337
17338         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17339         Replace mapcar called for effect with dolist.
17340
17341         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17342
17343         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17344         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17345         Replace mapcar called for effect with dolist.
17346         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17347         mapc.
17348
17349         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17350         Replace mapcar called for effect with dolist.
17351         (gnus-topic-list): Replace mapcar called for effect with mapc.
17352
17353         * gnus.el: Use mapc instead of mapcar to add autoloads.
17354
17355 2007-10-23  Richard Stallman  <rms@gnu.org>
17356
17357         * gnus-group.el (gnus-group-highlight): Mark as risky.
17358
17359 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * gnus.el (gnus-server-to-method): Return method found first in
17362         gnus-newsrc-alist.
17363
17364         * gnus-art.el (gnus-article-highlight-signature)
17365         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17366         button overlay without the front stickiness.
17367
17368 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17369
17370         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17371         overview buffer needed a catch to receive its throw.
17372         (gnus-agent-flush-cache): Declare as interactive to make this function
17373         easier to use.
17374
17375 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17376
17377         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17378         `next-line'.
17379
17380 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17383         exclude address matching message-dont-reply-to-names.
17384
17385 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-util.el (gnus-string<): New function.
17388
17389         * gnus-sum.el (gnus-article-sort-by-author)
17390         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17391
17392 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17395         the frame-focus tag is set in gnus-buffer-configuration.
17396
17397 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17400         the front stickiness.
17401
17402 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17405         url pattern; remove duplicate one.
17406         (gnus-article-extend-url-button): New function.
17407         (gnus-article-add-buttons): Use it.
17408         (gnus-button-push): Use concatenated url that it makes.
17409
17410 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17411
17412         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17413
17414 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17415
17416         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17417         Don't hardcode point-min==1.
17418
17419 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17420
17421         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17422         Fix comment about "iso8859-1".
17423
17424 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17425
17426         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17427         ones returned from the verify-function.
17428
17429         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17430         Call mml2015-extract-cleartext-signature if extraction failed.
17431
17432 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17433
17434         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17435         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17436         failed.
17437
17438 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17441
17442 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17443
17444         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17445         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17446         recommends to use EasyPG instead of PGG.
17447
17448         * pgg.el: Revert to revision 6.23.2.16.
17449
17450         * pgg-def.el: Revert to revision 6.6.2.14.
17451
17452         * pgg-gpg.el: Revert to revision 6.23.2.34.
17453
17454 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17457         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17458         thread for both the null and zero (kill/expire thread) universal prefix
17459         cases.
17460         (gnus-summary-expire-thread): Add new function to expire a thread,
17461         using gnus-summary-kill-thread.
17462         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17463         shortcuts for gnus-summary-expire-thread.
17464         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17465         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17466
17467 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17468
17469         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17470         extras value, so an extras entry can be deleted.
17471         (gnus-registry-delete-extra-entry): Use it.
17472         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17473         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17474         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17475         storage through the gnus-registry, and provide an appropriate API for
17476         it.
17477
17478 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17481         Suggested by Leo <sdl.web@gmail.com>.
17482
17483         * gnus.el: Do.
17484
17485 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17488         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17489
17490         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17491
17492         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17493         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17494
17495 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17498         newline.
17499         (nnmbox-request-accept-article): Don't change article in source buffer;
17500         narrow to header to use message-fetch-field rather than
17501         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17502         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17503         as delimiters; make sure article ends with newline.
17504         (nnmbox-delete-mail): Correct last position of article to be deleted;
17505         ignore X-Gnus-Newsgroup header in article body.
17506         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17507         positions; make sure article ends with newline.
17508
17509         * message.el (message-display-abbrev): Don't infloop when a user
17510         inserts SPC in the beginning of header.
17511
17512         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17513         coding-system-for-read and coding-system-for-write for XEmacs having no
17514         file-coding feature.
17515
17516         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17517
17518 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17519
17520         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17521         list of groups not followed by default.  Fix type to be regexp.
17522         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17523
17524 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17525
17526         * hmac-def.el (define-hmac-function): Switch from old-style to
17527         new-style backquotes.
17528
17529         * md4.el (md4-make-step): Likewise.
17530
17531 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17534         raw-text coding system when saving .newsrc file, which may contain
17535         non-ASCII group names.
17536
17537 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * gnus-cus.el (gnus-score-extra): New widget.
17540         (gnus-score-extra-convert): New function.
17541         (gnus-score-customize): Use it for Extra.
17542
17543 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17544
17545         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17546         (mml2015-mailcrypt-clear-verify): Use it.
17547         (mml2015-gpg-clear-verify): Use it.
17548         (mml2015-pgg-clear-verify): Use it.
17549         (mml2015-epg-clear-verify): Replace the current part with the output
17550         from GnuPG; don't extract the plaintext by itself.
17551
17552         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17553         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17554         mml2015-clear-verify-function; don't touch the armor headers or
17555         dash-escaped text here.
17556
17557 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17560         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17561         parts, or application/octet-stream as a last resort.
17562         (gnus-mime-view-part-as-type): Don't toggle display.
17563         (gnus-mime-view-part-as-charset): Don't turn off display before
17564         querying charset.
17565
17566         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17567         stuff to undisplayer function in Emacs.
17568         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17569
17570         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17571         text/calendar parts.
17572
17573 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17576         decoding text/calendar parts.
17577
17578         * message.el (message-forward-make-body-mime): Always mark body as
17579         having no illegible text; remove signed-or-encrypted argument.
17580         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17581
17582         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17583         (mml-generate-mime-1): Don't encode body if it is specified to be in
17584         raw form; don't make buffer be unibyte when inserting multibyte string.
17585
17586 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17587
17588         * sha1.el: Fix up comment style.
17589         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17590         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17591
17592         * hex-util.el: Fix up comment style.
17593         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17594
17595         * gnus-salt.el: Use with-current-buffer.
17596         (gnus-pick-setup-message): Fix long-standing typo.
17597
17598 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * imap.el (imap-logout-timeout): New variable.
17601         (imap-logout, imap-logout-wait): New functions.
17602         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17603
17604         * nnimap.el (nnimap-logout-timeout): New server variable.
17605         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17606         nnimap-logout-timeout.
17607
17608         * gnus-art.el (gnus-article-summary-command-nosave)
17609         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17610
17611 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * gnus.el (gnus-maximum-newsgroup): New variable.
17614
17615         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17616         according to gnus-maximum-newsgroup.
17617
17618         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17619         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17620         Limit the range of articles according to gnus-maximum-newsgroup.
17621
17622 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17623
17624         * gnus-art.el (gnus-sticky-article): Fix problems described in
17625         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17626         Don't perform gnus-configure-windows here; reuse existing sticky
17627         article buffer.
17628
17629         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17630         it doesn't exist in gnus-article-mode.
17631
17632 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17635         (gnus-agent-decoded-group-name): New function.
17636         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17637         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17638
17639 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17640
17641         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17642         Add binding for gnus-sticky-article.
17643         (gnus-summary-exit): Don't kill sticky article buffers.
17644
17645         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17646         article buffer.
17647         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17648         (gnus-kill-sticky-article-buffers): New commands.
17649
17650 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * nntp.el (nntp-xref-number-is-evil): New server variable.
17653         (nntp-find-group-and-number): If it is non-nil, don't trust article
17654         numbers in the Xref header.
17655
17656 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus-agent.el (gnus-agent-read-group): New function.
17659         (gnus-agent-flush-group, gnus-agent-expire-group)
17660         (gnus-agent-regenerate-group): Use it.
17661         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17662         nnmail-pathname-coding-system.
17663
17664 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17667
17668         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17669         that are unread as unread, and also as selected so that information of
17670         marks having been changed by a user may be updated when exiting group.
17671
17672 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17673
17674         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17675
17676 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17679         calculated ignoring signature parts to gnus-treat-article.
17680
17681 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17684         a point here in order to keep the window start.
17685         (gnus-insert-mime-security-button): Make a button overlay without the
17686         front stickiness.
17687         (gnus-mime-display-security): Goto the end of a button.
17688
17689         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17690
17691 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17694         group-name-at-point.
17695         (gnus-group-completing-read): New function that offers decoded
17696         non-ASCII group names for completion.
17697         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17698         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17699         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17700         (gnus-group-fetch-control): Use it.
17701         (gnus-fetch-group): Use group-name-at-point for the initial value
17702         rather than the default value; use gnus-alive-p.
17703
17704         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17705         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17706         (gnus-summary-post-news): Use gnus-group-completing-read.
17707
17708         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17709         (gnus-read-move-group-name): Decode group name for completion.
17710
17711 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17712
17713         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17714         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17715         Yamaoka slightly modified the code).
17716
17717 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17720         (nnmail-split-incoming): Bind it.
17721
17722         * nnml.el (nnml-group-name-charset): New function.
17723         (nnml-decoded-group-name): Use it; don't decode group name if
17724         nnmail-group-names-not-encoded-p is non-nil.
17725         (nnml-encoded-group-name): New function.
17726         (nnml-group-pathname): Inline nnml-decoded-group-name.
17727         (nnml-request-expire-articles): Decode group name in message.
17728         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17729         nnmail-pathname-coding-system.
17730         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17731         not decoded ones according to nnmail-group-names-not-encoded-p.
17732         (nnml-generate-active-info): Use nnml-encoded-group-name.
17733
17734 2007-08-08  Glenn Morris  <rgm@gnu.org>
17735
17736         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17737         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17738         doc-strings and comments.
17739
17740 2007-07-25  Glenn Morris  <rgm@gnu.org>
17741
17742         * Relicense all FSF files to GPLv3 or later.
17743
17744 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * gnus-sum.el (gnus-summary-move-article):
17747         Make gnus-summary-respool-article work.
17748
17749 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17752         string.
17753
17754 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17755
17756         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17757         that should be ignored when comparing distant RSS articles with local
17758         ones.
17759         (nnrss-make-hash-index): New function.  Create a hash index according
17760         to the ignored fields.
17761         (nnrss-check-group): Use it.
17762
17763 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17766
17767         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17768
17769         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17770         the new optional argument ENCODED is non-nil.
17771         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17772         coding system for encoding group name.
17773         (gnus-group-make-rss-group): Pass un-encoded group name to
17774         gnus-group-make-group.
17775         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17776         encoded.
17777
17778         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17779         Encode group name to which articles are moved or copied.
17780         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17781         coding system for encoding Newsgroup, Followup-To and Xref headers.
17782
17783         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17784         marks; use nnheader-file-coding-system to write a file.
17785         (nnagent-retrieve-headers): Bind file-name-coding-system to
17786         nnmail-pathname-coding-system.
17787
17788         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17789
17790         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17791         (nnml-request-article, nnml-request-create-group)
17792         (nnml-request-rename-group, nnml-find-id)
17793         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17794         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17795         (nnml-save-marks): Use nnml-group-pathname instead of
17796         nnmail-group-pathname.
17797
17798         (nnml-request-create-group, nnml-request-expire-articles)
17799         (nnml-request-move-article, nnml-request-delete-group)
17800         (nnml-deletable-article-p, nnml-possibly-create-directory)
17801         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17802         (nnml-open-marks): Bind file-name-coding-system to
17803         nnmail-pathname-coding-system.
17804
17805         (nnml-request-article): Pass server argument to nnml-find-group-number.
17806         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17807         Pass server argument to nnml-possibly-create-directory.
17808         (nnml-request-accept-article): Pass server argument to
17809         nnml-active-number and nnml-save-mail.
17810         (nnml-find-group-number): Pass server argument to nnml-find-id.
17811         (nnml-request-update-info): Pass server argument to
17812         nnml-marks-changed-p.
17813
17814         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17815         (nnml-save-mail, nnml-active-number): Add server argument.
17816
17817         (nnml-request-delete-group): Warn if group is missing.
17818         (nnml-get-nov-buffer): Decode group name.
17819         (nnml-generate-active-info): Encode group name.
17820         (nnml-open-marks): Decode group name in messages.
17821
17822 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17825         if it is not specified.
17826         (gnus-article-pipe-part, gnus-article-save-part)
17827         (gnus-article-interactively-view-part, gnus-article-copy-part)
17828         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17829         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17830         (gnus-article-replace-part, gnus-article-delete-part)
17831         (gnus-article-view-part-as-type): Pass raw prefix argument to
17832         gnus-article-part-wrapper.
17833
17834 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17835
17836         * gnus-agent.el (gnus-agent-save-active):
17837         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17838
17839         * gnus-cache.el (gnus-cache-save-buffers)
17840         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17841         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17842         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17843         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17844         (gnus-cache-generate-active, gnus-cache-rename-group)
17845         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17846         (gnus-cache-update-overview-total-fetched-for):
17847         Bind file-name-coding-system to nnmail-pathname-coding-system.
17848         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17849         New variables.
17850         (gnus-cache-decoded-group-name): New function.
17851         (gnus-cache-file-name): Use it.
17852         (gnus-cache-generate-active): Use non-decoded group name for active.
17853
17854         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17855         right place.
17856         (gnus-write-active-file): Don't break non-ASCII group names.
17857
17858         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17859         nnmail-pathname-coding-system.
17860
17861         * lpath.el: Bind default-file-name-coding-system,
17862         file-name-coding-system and language-info-alist for XEmacs.
17863
17864         * gnus-uu.el (gnus-uu-decode-save): Typo.
17865
17866 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17869
17870 2007-07-14  David Kastrup  <dak@gnu.org>
17871
17872         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17873         finishing actions if we did not edit the article.
17874
17875 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17878         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17879         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17880         (gnus-agent-flush-group, gnus-agent-flush-cache)
17881         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17882         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17883         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17884         (gnus-agent-regenerate-group)
17885         (gnus-agent-update-files-total-fetched-for)
17886         (gnus-agent-update-view-total-fetched-for):
17887         Bind file-name-coding-system to nnmail-pathname-coding-system.
17888         (gnus-agent-group-pathname): Don't encode file names by
17889         nnmail-pathname-coding-system.
17890         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17891         coding-system-for-write instead of buffer-file-coding-system to
17892         gnus-agent-file-coding-system.
17893
17894         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17895         Decode group name.
17896
17897         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17898
17899         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17900         (gnus-read-newsrc-el-file): Make group names unibyte.
17901
17902         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17903         nnmail-pathname-coding-system.
17904
17905         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17906         (nnrss-request-delete-group): Bind file-name-coding-system to
17907         nnmail-pathname-coding-system.
17908         (nnrss-read-server-data, nnrss-read-group-data):
17909         Bind file-name-coding-system correctly.
17910         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17911
17912         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17913         (nntp-server-to-method-cache): New variable.
17914         (nntp-group-pathname): New function that decodes non-ASCII group names.
17915         (nntp-possibly-create-directory, nntp-marks-changed-p)
17916         (nntp-save-marks, nntp-open-marks): Use it.
17917         (nntp-possibly-create-directory, nntp-open-marks):
17918         Bind file-name-coding-system to nnmail-pathname-coding-system.
17919         (nntp-open-marks): Decode group names when bootstrapping marks.
17920
17921         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17922         Newsgroups and Followup-To headers.
17923
17924 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17927         (gnus-server-closed-face, gnus-server-denied-face)
17928         (gnus-server-offline-face): Remove variable.
17929         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17930
17931         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17932         of modifying message-stack directly for XEmacs.
17933
17934         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17935         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17936         if the coding-system argument is nil for XEmacs.
17937
17938         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17939         mm-charset-override-alist.
17940
17941         * rfc2047.el: Don't require base64; require rfc2045 for the function
17942         rfc2045-encode-string.
17943         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17944         to quote the parameter value.
17945
17946 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17949         form in gnus-group-name-charset-method-alist.
17950
17951         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17952         overrides the default layout edit-form.
17953
17954         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17955
17956         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17957
17958 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17961         as unfetched articles.
17962
17963 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17964
17965         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17966
17967 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17970         original back end that keeps marks in the local system.
17971
17972 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17975         arg of pop-to-buffer for XEmacs.
17976         (gnus-article-read-summary-keys): Ditto; don't restore window
17977         configuration if summary command ends up with neither article buffer
17978         nor summary buffer; describe bindings if summary keys end with C-h.
17979
17980 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * message.el (message-fix-before-sending): Skip raw message part to be
17983         forwarded while checking illegible text.
17984         (message-forward-make-body-mime, message-forward-make-body):
17985         Mark signed or encrypted raw message as having no illegible text.
17986
17987 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17990         (gnus-message-with-timestamp-1): New macro.
17991         (gnus-message-with-timestamp): New function.
17992         (gnus-message): Use them.
17993
17994         * nnheader.el (nnheader-message): Use them.
17995
17996 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17997
17998         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17999         .newsrc.eld file.
18000
18001 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus-agent.el (gnus-agent-fetch-headers)
18004         (gnus-agent-retrieve-headers):
18005         Bind gnus-decode-encoded-address-function to identity.
18006
18007         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18008         available also when the server returns simply a dot.
18009
18010         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18011
18012 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18015
18016 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * gnus-ems.el (gnus-x-splash): Make it work.
18019
18020         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18021         from being used.
18022
18023         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18024
18025 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18028         4th and the 5th arguments.
18029
18030         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18031         the front stickiness.
18032         (gnus-article-summary-command-nosave): Correct the order of the
18033         arguments passed to pop-to-buffer.
18034         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18035         summary command ends up with the article buffer.
18036
18037         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18038         the same faces.
18039
18040 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18041
18042         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18043
18044 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18045
18046         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18047         * gnus-sum.el (gnus-summary-highlight):
18048         * pgg.el (pgg-sign-region, pgg-sign):
18049         * mail-source.el (mail-source-delete-old-incoming-confirm):
18050         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18051
18052 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * gnus-art.el (gnus-mime-view-part-externally)
18055         (gnus-mime-view-part-internally): Fix predicate function passed to
18056         completing-read.
18057
18058         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18059
18060         * gnus.el (gnus-update-message-archive-method): Add :version.
18061
18062 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * gnus.el (gnus-update-message-archive-method): New variable.
18065
18066         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18067         according to gnus-message-archive-method if
18068         gnus-update-message-archive-method is non-nil.
18069
18070 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18073         Suggested by Loic Dachary <loic@dachary.org>.
18074         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18075
18076 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * message.el (message-pop-to-buffer): Add switch-function argument.
18079         (message-mail): Pass switch-function argument to it.
18080
18081 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18082
18083         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18084         Improve doc string.
18085
18086 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18089         (gnus-header-content):
18090         * gnus-cite.el (gnus-cite-10):
18091         * gnus-srvr.el (gnus-server-closed):
18092         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18093         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18094         (gnus-group-mail-3-empty, gnus-group-mail-low)
18095         (gnus-group-mail-low-empty, gnus-splash):
18096         * message.el (message-header-to, message-header-cc)
18097         (message-header-subject, message-header-other, message-header-name)
18098         (message-header-xheader, message-separator, message-cited-text)
18099         (message-mml): Lighten colors of faces used for dark background.
18100
18101 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18102
18103         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18104         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18105
18106 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * message.el (message-narrow-to-headers-or-head):
18109         Ignore mail-header-separator in the body.
18110
18111 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18114         same as window size.
18115
18116 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18117
18118         * message.el (message-font-lock-keywords): Use message-header-xheader
18119         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18120         ahead of the anything pattern, to get it recognized.
18121
18122 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18125         spam.el loads uses it in the compiled defadvice form.
18126
18127 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18128
18129         * gnus-sum.el (gnus-articles-to-read)
18130         (gnus-summary-insert-old-articles): Don't truncate group name for
18131         `read-string'.
18132
18133         * gnus-util.el (gnus-limit-string): Delete this function.
18134
18135         * gnus-sum.el (gnus-simplify-subject-fully):
18136         Use `truncate-string-to-width' instead.
18137
18138 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18139
18140         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18141         Tell if, on summary exit, the next group has to be selected.
18142         (gnus-summary-exit): Use it.
18143
18144 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18147         non-break space.
18148
18149 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18152         Check if group is not a directory.
18153         (nnfolder-request-expire-articles): Don't delete articles if the target
18154         group is not available.
18155
18156         * nnml.el (nnml-request-create-group): Properly check if group is not a
18157         file.
18158         (nnml-request-expire-articles): Don't delete articles if the target
18159         group is not available.
18160
18161         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18162         Don't quote characters that are within parentheses.
18163
18164 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18167         (gnus-handle-ephemeral-exit): Select article according to it.
18168
18169 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18170
18171         * message.el (message-insert-formated-citation-line): Remove newline.
18172         (message-citation-line-format): Add final \n here so that the user can
18173         avoid a blank line.
18174
18175 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18176
18177         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18178         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18179         Update lanl/arXiv support.
18180
18181 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * gnus.el: Bump version number.
18184
18185 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18186
18187         * gnus.el (gnus-version-number): Bump version.
18188
18189 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18190
18191         * gnus.el: No Gnus v0.6 is released.
18192
18193 2007-04-27  Didier Verna  <didier@xemacs.org>
18194
18195         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18196         * gmm-utils.el (gmm-regexp-concat): ... here.
18197         * message.el: Don't require 'gnus-util.
18198         (message-dont-reply-to-names): Handle name change above.
18199         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18200
18201 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18204         since the initial value varies according to the system.
18205
18206 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18209
18210 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18211
18212         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18213
18214 2007-04-24  Didier Verna  <didier@xemacs.org>
18215
18216         Improve the type of gnus-ignored-from-addresses.
18217         * gnus-util.el (gnus-orify-regexp): New function.
18218         * message.el (gnus-util): Require it.
18219         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18220         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18221         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18222
18223 2007-04-24  Didier Verna  <didier@xemacs.org>
18224
18225         * gnus-sum.el:
18226         * gnus-utils.el: Fix some trailing whitespaces.
18227
18228 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18231         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18232         article's Message-ID; refer parent article in summary buffer.
18233
18234         * message.el (message-bounce): Call mime-to-mml.
18235
18236         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18237         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18238         optimize and/or forms properly.
18239
18240 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18241
18242         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18243         URL.
18244
18245 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18248
18249 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18252         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18253         displayed of multipart/alternative part if it is invoked from summary
18254         buffer.
18255
18256         * mm-view.el (mm-inline-text-html-render-with-w3m)
18257         (mm-inline-text-html-render-with-w3m-standalone)
18258         (mm-inline-render-with-function): Use mail-parse-charset by default.
18259
18260 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18261
18262         * parse-time.el (parse-time-string-chars): Check if CHAR
18263         is less than the length of parse-time-syntax.
18264
18265 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18268         from gnus-newsgroup-processable.
18269
18270 2007-04-16  Didier Verna  <didier@xemacs.org>
18271
18272         * gnus-msg.el (gnus-configure-posting-styles):
18273         Handle message-signature-directory properly with :file syntax.
18274         Reported by "Leo".
18275
18276 2007-04-11  Didier Verna  <didier@xemacs.org>
18277
18278         New user option: message-signature-directory.
18279         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18280         * message.el (message-insert-signature): Ditto.
18281         * message.el (message-signature-file): Doc update.
18282         * message.el (message-signature-directory): New.
18283
18284 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * gnus-msg.el (gnus-inews-yank-articles):
18287         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18288
18289 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * message.el (message-yank-original): Make sure cited text ends with
18292         newline; don't exchange point and mark.
18293
18294 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18295
18296         * tls.el (open-tls-stream): Properly handle case where there
18297         is no associated buffer.
18298
18299 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18300
18301         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18302         message-yank-original, make sure (< mark TEXT point).
18303
18304 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * message.el (message-fill-column): New variable.
18307         (message-mode): Use it.  Add comment on a possible new hook.
18308
18309         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18310         (nnmail-get-new-mail): Reformat.
18311
18312         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18313
18314         * gmm-utils.el: Fix Commentary.
18315         (gmm-tool-bar-from-list): Fix typo in doc string.
18316
18317 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18318
18319         * message.el (message-yank-original): Don't switch point and mark
18320         unnecessarily to put point and mark as documented.
18321
18322 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18323
18324         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18325         from the message heads.
18326
18327 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18328
18329         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18330         article buffer does not have a window.  This may not be the best
18331         solution but is certainly better than setting the start of the null,
18332         that is the current, window.
18333
18334 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18337         (gnus-draft-setup): Run it.
18338
18339         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18340         gnus-score-fast-scoring.  Allow regexp.
18341         (gnus-score-headers): Use it.
18342
18343         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18344         XEmacs.
18345
18346         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18347         string.
18348         (gnus-button-alist): Also catch `<f1> k ...'.
18349         (gnus-treat-display-x-face): Fix doc string.
18350
18351 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18352
18353         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18354         evaluation of gnus-extended-version to ensure correct generation of the
18355         User-Agent header when message-generate-headers-first is used.
18356
18357 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18358
18359         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18360         hashcash-path is nil.  Don't call callback with incorrect number of
18361         parameters if val is 0.
18362
18363 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18364
18365         * message.el (message-required-news-headers):
18366         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18367
18368 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18369
18370         * tls.el (open-tls-stream): In handshake-waiting loop,
18371         don't wait more if there is output available to process.
18372
18373 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18374
18375         * tls.el (tls-program): Doc fix.
18376
18377 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * message.el (message-generate-new-buffers): Change the meaning of the
18380         nil value; add `standard' to the choices; treat t as `unique'; improve
18381         doc string.
18382         (gnus-select-frame-set-input-focus): Autoload.
18383         (message-buffer-name): Search for the existing message buffer if
18384         message-generate-new-buffers is nil or `standard'; treat the value t of
18385         message-generate-new-buffers as `unique'.
18386         (message-pop-to-buffer): Raise the frame already displaying the message
18387         buffer; clear the echo area after querying.
18388         (message-setup): Pass the `continue' argument to compose-mail.
18389         (message-mail): Prefer `switch-function' if it is given; search for the
18390         existing message buffer if the `continue' argument is non-nil; pass
18391         continue and switch-function arguments to compose-mail by way of
18392         message-setup.
18393         (message-mail-other-window): Adjust argument of message-setup.
18394         (message-mail-other-frame): Ditto.
18395
18396 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18399         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18400         to turn font-lock on when turning gnus-message-citation-mode on.
18401
18402 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18403
18404         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18405         (mml-smime-function-alist): New variable; add epg as the backend.
18406         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18407         mml-smime- functions instead.
18408         * mm-view.el: Require smime.
18409
18410 2007-03-05  Didier Verna  <didier@xemacs.org>
18411
18412         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18413         instead of just inheritance for posting styles.
18414         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18415
18416 2007-02-24  Chris Moore  <dooglus@gmail.com>
18417
18418         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18419         * pgg-pgp.el (pgg-pgp-encrypt-region):
18420         * pgg-gpg.el (pgg-gpg-encrypt-region):
18421         Check pgg-encrypt-for-me if no other recipients.
18422
18423 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18424
18425         * tls.el (tls-certtool-program): Fix custom type.
18426
18427 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18428
18429         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18430         and point-at-eol instead of line-(beginning|end)-position.
18431
18432         * assistant.el (assistant-parse-buffer): Ditto.
18433
18434         * netrc.el (netrc-parse-services): Ditto.
18435
18436 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18437
18438         * mml2015.el (mml2015-epg-find-usable-key): New function.
18439         (mml2015-epg-sign): Use it.
18440         (mml2015-epg-encrypt): Use it.
18441
18442 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * message.el (message-make-in-reply-to): Quote name containing
18445         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18446         if there are special characters.  Reported by NAKAJI Hiroyuki
18447         <nakaji@jp.freebsd.org>.
18448
18449 2007-02-27  Didier Verna  <didier@xemacs.org>
18450
18451         Include the group parameters as well as the topic ones in the
18452         inheritance filter process.
18453         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18454         argument GROUP-PARAMS-LIST.
18455         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18456
18457 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * nntp.el (nntp-never-echoes-commands)
18460         (nntp-open-connection-functions-never-echo-commands): New variables.
18461         (nntp-send-command): Use them.
18462
18463 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18464
18465         * mml2015.el (mml2015-epg-verify): Simplify.
18466
18467 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * mml.el (mml-content-disposition-alist): New user option.
18470         (mml-content-disposition): New function.
18471         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18472         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18473
18474 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18475
18476         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18477         verification.
18478
18479 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18480
18481         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18482         articles posted in the last 24 hours.
18483
18484 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18485
18486         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18487
18488 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18489
18490         * nntp.el (nntp-send-command): Don't wait for echoes when
18491         nntp-open-ssl-stream is used.
18492
18493 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18496         (gnus-message-add-citation-keywords)
18497         (gnus-message-remove-citation-keywords): Remove.
18498         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18499         directly, make the variables in font-lock-defaults buffer-local, add
18500         gnus-message-citation-keywords to them and then update the value of
18501         font-lock-keywords.
18502
18503 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * message.el (message-cite-original-1): Don't call
18506         gnus-article-highlight-citation.
18507
18508         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18509         citations; fix line count.
18510
18511 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18514         (gnus-message-add-citation-keywords)
18515         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18516         versions of font-lock-add-keywords and font-lock-remove-keywords to
18517         work with XEmacs correctly.
18518
18519 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * gnus-cite.el (gnus-cite-face-list): Set the values of
18522         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18523         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18524         (gnus-message-cite-prefix-regexp): New variable.
18525         (gnus-message-search-citation-line): Use it; protect against long
18526         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18527         the 0th match data for Emacs.
18528         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18529         (gnus-message-add-citation-keywords): Append keywords rather than
18530         prepending; emulate font-lock-add-keywords if it is not available.
18531         (gnus-message-remove-citation-keywords):
18532         Emulate font-lock-remove-keywords if it is not available.
18533
18534         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18535
18536         * message.el (message-cite-prefix-regexp): Set the value of
18537         gnus-message-cite-prefix-regexp.
18538
18539 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18540
18541         * nnweb.el (nnweb-google-parse-1): Update parser.
18542
18543 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18544
18545         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18546
18547 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18548
18549         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18550         regexp.
18551
18552 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18555         string-to-multibyte.
18556         (uudecode-decode-region-internal): Use it.
18557
18558         * lpath.el: Fbind string-as-multibyte for XEmacs.
18559
18560 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18561
18562         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18563         Fix custom choice.
18564
18565         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18566
18567 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18568
18569         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18570
18571         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18572         `write-region' to respect `mm-inhibit-file-name-handlers'.
18573
18574 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18575
18576         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18577         Use gnus-home-directory instead of "~/" or "$HOME".
18578
18579 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18580
18581         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18582         to mention filename.
18583         Add comments at beginning regarding usage.
18584         (encrypt-write-file-contents): Change interactive so a string is
18585         acceptable.  If the file has no associated model, show an error instead
18586         of a nonsense prompt.
18587
18588 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18589
18590         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18591         Thanks to Yoshihiko Yamada for kind notification of this typo.
18592
18593 2007-01-12  Kenichi Handa  <handa@m17n.org>
18594
18595         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18596         multibyte buffer.
18597
18598 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * gnus-score.el (gnus-score-fast-scoring): New variable.
18601         (gnus-score-headers): Use it.
18602
18603         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18604
18605         * message.el (message-cite-original-1):
18606         Call gnus-article-highlight-citation if requested.
18607         (message-make-from): Allow name and address as optional arguments.
18608
18609         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18610
18611         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18612         bugs to doc string.
18613         (gnus-button-alist): Add mid\\|message-id.
18614         (gnus-button-fetch-group): Extend for use in
18615         `browse-url-browser-function'.
18616         (gnus-button-url-regexp): Try to catch paired parentheses like in
18617         Wikipedia URLs.
18618
18619         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18620         Suggested by Simon Krahnke <overlord@gmx.li>.
18621
18622 2007-01-13  Romain Francoise  <romain@orebokech.com>
18623
18624         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18625         Update copyright.
18626
18627 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18628
18629         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18630
18631 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18632
18633         * gnus-registry.el (gnus-registry-unfollowed-groups)
18634         (gnus-registry-split-fancy-with-parent): Fix documentation.
18635
18636 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18637
18638         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18639         from nnweb groups.
18640
18641 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18642
18643         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18644         Xref urls.  Erase buffer before requesting head.
18645
18646         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18647
18648 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18649
18650         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18651         customizable.
18652
18653 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18654
18655         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18656         no signing key is found.
18657         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18658         no encrypting and/or signing key is found.
18659
18660 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18663
18664 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18665
18666         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18667         headers read from disk with the ones newly found in the current search.
18668         This should no longer cause problems, because the article numbers in
18669         Gmane's `nov.php' output are ignored since the previous change.
18670
18671 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18672
18673         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18674
18675 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18678         replace-regexp-in-string; bind url-version; fbind display-images-p and
18679         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18680         find-face and set-itimer-function for Emacs; bind itimer-list for
18681         Emacs.
18682
18683         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18684
18685 2007-01-01  Romain Francoise  <romain@orebokech.com>
18686
18687         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18688
18689 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18690
18691         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18692         `define-minor-mode' macro definition expanded properly.
18693         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18694         exclude it there.
18695
18696         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18697         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18698         `fboundp' test.
18699         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18700         This is OK to autoload in (S)XEmacs now.
18701
18702 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18703
18704         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18705         keystroke.
18706         (gnus-summary-limit-to-singletons): Fix typo.
18707
18708         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18709         else fails.
18710
18711 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18712
18713         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18714         docstring.
18715
18716         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18717         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18718         (gnus-summary-insert-dormant-articles): Fix typo in message.
18719
18720 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18721
18722         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18723         nil for XEmacs.
18724         (gnus-message-citation-mode): Don't autoload in XEmacs.
18725
18726         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18727
18728 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18729
18730         * nnimap.el (nnimap-expunge-search-string):
18731         Mention nnimap-search-uids-not-since-is-evil in docstring.
18732
18733 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18734
18735         * spam.el: Revert to make-obsolete-variable because
18736         define-obsolete-variable-alias is not supported in Emacs 21.
18737
18738         * spam.el (spam-ifile-path, spam-ifile-database-path)
18739         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18740         make-obsolete-variable.
18741         (spam-bsfilter-path, spam-bsfilter-program)
18742         (spam-spamassassin-path, spam-spamassassin-program)
18743         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18744         Don't use "path" inappropriately.
18745         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18746         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18747         variable names.
18748
18749 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18750
18751         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18752         summary buffer.
18753
18754         * password.el (password-cache-remove): Use clear-string to burn
18755         password, if available.
18756
18757 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18760
18761         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18762
18763         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18764         (gnus-message-highlight-citation): Move defcustom here from
18765         gnus-cite.el.
18766         (gnus-message-citation-mode): Autoload.
18767
18768         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18769         checks to make it compile with XEmacs.
18770         (gnus-message-citation-mode): New minor mode.
18771         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18772         (gnus-message-highlight-citation): New variables.
18773         (gnus-message-search-citation-line)
18774         (gnus-message-add-citation-keywords)
18775         (gnus-message-remove-citation-keywords)
18776         (turn-on-gnus-message-citation-mode)
18777         (turn-off-gnus-message-citation-mode): New functions.
18778
18779 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18780
18781         * gnus-cite.el: Enable highlighting of different citation levels in
18782         message-mode.
18783
18784 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18785
18786         * message.el (message-make-fqdn): Fix comment.
18787         (message-bogus-system-names): Add ".local".
18788
18789         * spam.el (spam-ifile-path, spam-ifile-program)
18790         (spam-ifile-database-path, spam-ifile-database)
18791         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18792         Don't use "path" inappropriately.
18793         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18794         strings.
18795         (spam-check-ifile, spam-ifile-register-with-ifile)
18796         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18797         Use new variable names.
18798
18799         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18800         (gnus-treat-display-smileys): Simplify using
18801         gnus-image-type-available-p.
18802
18803         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18804         available.
18805
18806         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18807         Use `display-images-p' if available.
18808
18809 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18812         one after turning on the buffer's multibyteness instead of decoding
18813         them directly in the unibyte buffer that causes unexpected conversion
18814         in Emacs 23 (unicode).
18815
18816 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18817
18818         * message.el (message-generate-hashcash): Fix custom type.
18819
18820 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18823
18824 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18827         disconnect icons.  Add help text.
18828
18829 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18830
18831         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18832         negated to be consistent with the others we handle.
18833
18834 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18835
18836         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18837         version of gnus-summary-buffer to something, so that we can use two
18838         article buffers at the same time.
18839
18840 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18841
18842         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18843         trigger all the extra headers.
18844         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18845         sorting.
18846
18847 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18848
18849         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18850         solid groups.
18851
18852 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18853
18854         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18855
18856 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18857
18858         * legacy-gnus-agent.el: Add Copyright notice.
18859
18860 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18861
18862         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18863
18864 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18865
18866         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18867
18868         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18869         to make it work reliably in CVS Emacs.
18870         (gnus-summary-limit-strange-charsets-predicate)
18871         (gnus-summary-limit-to-predicate): New functions.
18872
18873 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18874
18875         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18876         specifying array size.
18877         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18878         array if it is too small.
18879         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18880         (gnus-sort-threads-loop): New function.
18881
18882 2006-12-06  Chris Moore  <dooglus@gmail.com>
18883
18884         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18885         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18886
18887 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18888
18889         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18890         options.
18891
18892 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18893
18894         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18895         DOS-ing the recipient.
18896
18897         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18898         the headers when creating the mapping to avoid mismappings.
18899         (nnweb-gmane-create-mapping): Always nix out old mapping.
18900
18901 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18904         and mm-verify-option to never.
18905
18906 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * message.el (message-signed-or-encrypted-p): New function.
18909         (message-forward-make-body): Use it.
18910
18911         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18912         Replace encode-coding-string with mm-encode-coding-string.
18913
18914 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * nneething.el (nneething-decode-file-name):
18917         Replace decode-coding-string with mm-decode-coding-string.
18918
18919         * gnus-int.el (gnus-open-server): Say failed server's name.
18920
18921 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18922
18923         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18924         strings to a single string.  Quote `errors-file-name'.
18925         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18926         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18927         Adjust calls.  Use `shell-quote-argument'.
18928
18929 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18930
18931         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18932         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18933
18934         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18935         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18936         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18937         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18938         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18939         (gnus-subscribe-newsgroup, gnus-1):
18940         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18941         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18942         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18943         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18944
18945 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946
18947         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18948         keystroke.
18949         (gnus-summary-limit-to-bodies): Implement headersp.
18950
18951 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18952
18953         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18954
18955 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18958
18959 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18960
18961         * message.el (message-generate-hashcash): Expand range of values to
18962         include `opportunistic'.
18963         (message-send-mail): Use it.
18964
18965 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18966
18967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18968         and comment it.
18969
18970         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18971
18972 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18973
18974         * gnus-util.el (gnus-extract-address-components): Improve comment.
18975
18976 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * gnus-util.el (gnus-extract-address-components): Work with address in
18979         which the name portion contains @.
18980
18981         * lpath.el: Fbind custom-autoload.
18982
18983 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus.el (gnus-start): Move custom group up.
18986         (gnus-select-method): Don't autoload, but make it available for
18987         `customize-variable'.
18988         (gnus-getenv-nntpserver): Don't autoload.
18989
18990 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18991
18992         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18993
18994 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18995
18996         * message.el (message-sendmail-extra-arguments): New variable.
18997         (message-send-mail-with-sendmail): Use it.
18998
18999 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19002         mm-with-unibyte-current-buffer to make string unibyte.
19003
19004         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19005         mm-string-as-multibyte.
19006
19007 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19008
19009         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19010         Reported by Werner Koch <wk@gnupg.org>.
19011
19012 2006-11-14  Daiki Ueno  <ueno@p360>
19013
19014         * mml2015.el: Autoload epa-select-keys when compiling.
19015
19016 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19017
19018         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19019         message-options.
19020         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19021
19022 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19023
19024         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19025         EasyPG (< 0.0.6).
19026         (mml2015-always-trust): New user option.
19027         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19028         prompt.
19029
19030 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * nntp.el (nntp-authinfo-force): New variable.
19033         (nntp-send-authinfo): Use it.
19034
19035 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19036
19037         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19038         decode encoded words.  Improve prompt.  Add comment about forwarding.
19039         (message-replacement-char): Move up.
19040
19041 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19042
19043         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19044         instead of gnus-intersection because arguments of gnus-sorted-nunion
19045         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19046
19047 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19048
19049         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19050         (message-simplify-subject-functions):
19051         Enable message-strip-subject-encoded-words by default.
19052
19053 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19054
19055         * message.el (message-strip-subject-encoded-words): New function.
19056         (message-simplify-subject-functions): New variable.
19057         (message-simplify-subject): Use it.  Fix typo in doc string.
19058         Support message-strip-subject-encoded-words.
19059
19060 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19061
19062         * gnus-diary.el (gnus-diary-delay-format-function):
19063         * nndiary.el (nndiary-reminders):
19064         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19065
19066 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-art.el (article-hide-boring-headers): Fetch date from
19069         gnus-original-article-buffer to avoid problems with localized date
19070         strings.
19071
19072 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19075
19076 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19077
19078         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19079         New variables.
19080         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19081         (mm-charset-synonym-alist): Move some entries to
19082         mm-codepage-iso-8859-list.
19083         (mm-charset-synonym-alist, mm-charset-override-alist):
19084         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19085
19086 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19089
19090 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19091
19092         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19093         with Emacs 21 and XEmacs.
19094
19095 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19096
19097         * spam.el (spam-parse-address): New function for better parsing,
19098         catching errors, etc.
19099         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19100
19101 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * mm-view.el: Add interactive arg to html2text autoload.
19104
19105 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19106
19107         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19108
19109 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19110
19111         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19112         New variables.
19113         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19114         (mm-charset-synonym-alist): Move some entries to
19115         mm-codepage-iso-8859-list.
19116
19117         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19118
19119 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * message.el (message-citation-line-format)
19122         (message-insert-formated-citation-line): Fix implementation of %E, %N
19123         and %n according to the doc string.
19124
19125 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19126
19127         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19128         Use car-safe to avoid bad parses.
19129
19130 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19133         names.
19134
19135         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19136
19137 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19138
19139         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19140         header.
19141
19142         * message.el (message-draft-headers): Add Date.
19143         (message-headers-to-generate): Fix typo in docstring.
19144
19145         * nndraft.el (nndraft-required-headers): New variable.
19146         (nndraft-generate-headers): Use it.
19147
19148         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19149
19150 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19151
19152         * gnus-registry.el (gnus-registry-wash-for-keywords)
19153         (gnus-registry-find-keywords): New functions to allow easy searching of
19154         articles that are in the registry.
19155
19156 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19157
19158         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19159         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19160         Reported by Damien Elmes <damien@repose.cx>.
19161
19162 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gnus.el (gnus-mime): Remove unused custom group.
19165
19166 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19167
19168         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19169         "blank line" when searching for end of armor headers.
19170
19171 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * gmm-utils.el (gmm-write-region): Fix variable name.
19174
19175 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19176
19177         * gmm-utils.el (gmm-write-region): New function based on compatibility
19178         code from `mm-make-temp-file'.
19179
19180         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19181
19182         * nnmaildir.el (nnmaildir--update-nov)
19183         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19184         Use `gmm-write-region'.
19185
19186 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19187
19188         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19189         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19190
19191         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19192
19193         * message.el (message-replacement-char): New variable.
19194         (message-fix-before-sending): Use it.
19195         (message-simplify-subject): New function to remove duplicate code.
19196         (message-reply, message-followup): Use it.
19197
19198         * gnus-sum.el (gnus-summary-make-menu-bar):
19199         Clarify gnus-summary-limit-to-articles.
19200
19201 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * gnus-util.el (gnus-with-local-quit): New macro.
19204
19205         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19206
19207 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19208
19209         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19210         ignore non-string data.
19211
19212 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19213
19214         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19215         non-string data (needs to be done in the registry too).
19216
19217 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19218
19219         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19220         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19221         (gnus-registry-split-fancy-with-parent)
19222         (gnus-registry-fetch-simplified-message-subject-fast)
19223         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19224         Remove text properties on ingress into the registry and when it's saved.
19225         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19226         registry from entries with no groups.
19227
19228 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19229
19230         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19231         function to remove string properties.
19232
19233 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19234
19235         * gmm-utils.el (gmm): Adjust custom version.
19236
19237         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19238         Adjust custom version.
19239
19240         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19241
19242 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19243
19244         * gnus-art.el (gnus-insert-prev-page-button)
19245         (gnus-insert-next-page-button): Simplify.  Reformat.
19246
19247 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19248
19249         * gnus-art.el (gnus-insert-prev-page-button)
19250         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19251
19252 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19253
19254         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19255
19256 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19257
19258         * gnus-art.el (gnus-insert-mime-button)
19259         (gnus-insert-mime-security-button):
19260         Apply gnus-article-button-face to MIME and security buttons.
19261
19262 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19265         readable.
19266
19267 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19270
19271 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19272
19273         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19274         `browse-url-of-file' instead of `browse-url'.
19275
19276 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19277
19278         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19279         regexp.  Articles containing quotation were cut prematurely.
19280
19281 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * message.el (message-cite-original-1): Use nobody by default for the
19284         value of From header.
19285         (message-reply): Ditto.
19286
19287 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19288
19289         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19290         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19291         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19292
19293 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19294
19295         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19296         mails in the doc string.  Add some URLs in comment.
19297         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19298
19299 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19302         backslashes handling and the way to find boundaries of quoted strings.
19303
19304 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19305
19306         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19307         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19308         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19309         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19310
19311 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19312
19313         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19314         doc string.
19315         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19316
19317 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * lpath.el: Fbind epg-check-configuration.
19320
19321 2006-09-06  Simon Josefsson  <jas@extundo.com>
19322
19323         * mml2015.el (mml2015-use): Doc fix, mention epg.
19324
19325 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19326
19327         * mml2015.el (mml2015-use): Default to epg, if available.
19328
19329 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19330
19331         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19332         message-sender.
19333         (mml1991-epg-encrypt): Ditto.
19334         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19335         message-sender.
19336         (mml2015-epg-encrypt): Ditto.
19337
19338 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19339
19340         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19341         several common directories.
19342
19343 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19344
19345         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19346         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19347
19348 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * gnus-art.el (article-decode-encoded-words): Make it fast.
19351
19352 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19353
19354         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19355
19356         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19357         in quoted string into `\'.
19358
19359 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19362         Use standard-syntax-table.
19363
19364 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * gnus-art.el (gnus-decode-address-function): New variable.
19367         (article-decode-encoded-words): Use it to decode headers which are
19368         assumed to contain addresses.
19369         (gnus-mime-delete-part): Remove useless `or'.
19370
19371         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19372         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19373         (gnus-nov-parse-line): Use it to decode From header.
19374         (gnus-get-newsgroup-headers): Ditto.
19375         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19376
19377         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19378         (mail-decode-encoded-address-string): New alias.
19379
19380         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19381         New function.
19382         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19383         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19384         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19385         (rfc2047-decode-string): Ditto.
19386         (rfc2047-decode-address-region): New function.
19387         (rfc2047-decode-address-string): New function.
19388
19389 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19390
19391         * message.el (message-caesar-buffer-body): Allow rotating headers.
19392
19393         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19394
19395         * message.el (message-insert-formated-citation-line): Fix %f.
19396         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19397
19398 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19401         (gnus-bookmark-mouse-available-p): New macro.
19402         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19403         (gnus-bookmark-bmenu-show-infos): Use it.
19404         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19405         (gnus-bookmark-bmenu-hide-infos): Ditto.
19406         (gnus-bookmark-remove-properties): New function.
19407         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19408         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19409         (gnus-bookmark-write-file): Bind coding-system-for-write.
19410         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19411         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19412         group before selecting it.
19413         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19414         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19415         quit-window if it is not available; use gnus-mouse-2 and bind it to
19416         gnus-bookmark-bmenu-select-by-mouse.
19417         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19418         (gnus-bookmark-bmenu-select-by-mouse): New function.
19419
19420 2006-08-13  Romain Francoise  <romain@orebokech.com>
19421
19422         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19423         space.
19424
19425 2006-08-10  Romain Francoise  <romain@orebokech.com>
19426
19427         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19428         (dns-mode-soa-auto-increment-serial): New user option.
19429         (dns-mode-soa-maybe-increment-serial): New function.
19430         (dns-mode): Add the latter to `write-contents-functions'.
19431
19432 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * compface.el (uncompface): Use binary rather than raw-text-unix.
19435
19436 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * compface.el (uncompface): Make sure the eol conversion doesn't take
19439         place when communicating with the external programs.
19440         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19441
19442 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19445
19446 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19447
19448         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19449         Make it more robust by parsing author and date independently.
19450
19451 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19452
19453         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19454
19455 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19456
19457         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19458         first matching secret key.
19459         (mml2015-epg-encrypt): Ditto.
19460
19461         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19462         first matching secret key.
19463         (mml1991-epg-encrypt): Ditto.
19464
19465         * mml2015.el (mml2015-encrypt-to-self): New user option.
19466         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19467         mml2015-epg-encrypt-to-self is set.
19468
19469         * mml1991.el (mml1991-encrypt-to-self): New variable.
19470         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19471         mml1991-epg-encrypt-to-self is set.
19472
19473         * mml2015.el (mml2015-signers): New user option.
19474         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19475         (mml2015-epg-encrypt): Allow to select signing keys.
19476
19477         * mml1991.el (mml1991-signers): New variable.
19478         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19479         (mml1991-epg-encrypt): Allow to select signing keys.
19480
19481 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * nnheader.el (nnheader-insert-head): Make it work even if the file
19484         uses CRLF for the line-break code.
19485
19486 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19487
19488         * mml2015.el: Require mml-sec instead of password.
19489         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19490         (mml2015-cache-passphrase): Inherit the default value from
19491         mml-secure-cache-passphrase.
19492         (mml2015-passphrase-cache-expiry): Inherit the default value from
19493         mml-secure-passphrase-cache-expiry.
19494
19495         * mml1991.el: Require mml-sec instead of password.
19496         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19497         (mml1991-cache-passphrase): Inherit the default value from
19498         mml-secure-cache-passphrase.
19499         (mml1991-passphrase-cache-expiry): Inherit the default value from
19500         mml-secure-passphrase-cache-expiry.
19501
19502         * mml-sec.el: Require password.
19503         (mml-secure-verbose): New user option.
19504         (mml-secure-cache-passphrase): New user option.
19505         (mml-secure-passphrase-cache-expiry): New user option.
19506
19507 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19508             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19509
19510         * pgg-def.el (pgg-truncate-key-identifier):
19511         Truncate the key ID to 8 letters from the end.
19512
19513 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19514
19515         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19516         workaround for the url package included with Emacs.
19517
19518         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19519
19520 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19523         correctly.  This fixes a bug caused by the 2006-05-12 change.
19524
19525 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19526
19527         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19528         some information about the error when saying that the `bogus' mail
19529         group will be used.
19530
19531 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19532
19533         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19534         string.
19535
19536 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19537
19538         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19539
19540 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19541
19542         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19543
19544 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19545
19546         * mml1991.el (mml1991-function-alist): Add epg.
19547         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19548         (mml1991-epg-encrypt): New functions.
19549
19550 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19551
19552         * mml2015.el (mml2015-verbose): New variable.
19553         (mml2015-cache-passphrase): Ditto.
19554         (mml2015-passphrase-cache-expiry): Ditto.
19555         (mml2015-function-alist): Add epg.
19556         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19557         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19558         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19559         New functions.
19560
19561 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19562
19563         * message.el (message-cite-original-1): Preserve region when removing
19564         quoted text due to X-No-Archive in order to avoid bogus attribution
19565         when citing multiple messages.
19566
19567 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19568
19569         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19570         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19571
19572 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19573
19574         * gnus-diary.el (gnus-user-format-function-d)
19575         (gnus-user-format-function-D): Autoload.
19576
19577         * imap.el (Commentary): Fix typo.
19578
19579         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19580         2006-04-22 contribution.
19581
19582 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19583
19584         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19585         It didn't really fix the bogosity I'm seeing with solid web groups.
19586
19587 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19588
19589         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19590         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19591         created using server names.  If we use the feature without declaring
19592         it, Gnus does not properly manage server and group state.
19593
19594         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19595         bound.
19596
19597 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19598
19599         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19600         looking up the method using GROUP's prefix before inventing a new one.
19601         It is used on killed/unknown groups in various places where returning
19602         an all-new method isn't expected by the caller.
19603
19604         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19605         and match semantics of gnus-group-real-prefix.
19606
19607 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19608
19609         * nnmail.el (nnmail-broken-references-mailers): New variable.
19610         (nnmail-ignore-broken-references): New function generalizing
19611         nnmail-fix-eudora-headers.
19612         (nnmail-fix-eudora-headers): Now obsolete.
19613
19614         * gnus-art.el (gnus-button-handle-custom):
19615         Support `customize-apropos*'.
19616
19617 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19618
19619         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19620
19621         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19622         articles.
19623
19624 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19625
19626         * message.el (message-cite-reply-above): New variable.
19627         (message-yank-original): Use it.
19628
19629 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19632
19633 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19634
19635         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19636         as read.
19637
19638         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19639
19640 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19641
19642         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19643         (gnus-bookmark-default-file): Use gnus-directory.
19644         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19645         Remove "*" in doc string.
19646         (gnus-bookmark-write-file): Simplify.
19647         (gnus-bookmark-maybe-sort-alist): Use `when'.
19648         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19649         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19650         Add FIXME about Emacs 21 and XEmacs compatibility.
19651         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19652         compatibility.
19653         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19654         compatibility.
19655         (gnus-bookmark-menu-heading): Fix version.
19656
19657 2006-06-19  Bastien Guerry  <bzg@altern.org>
19658
19659         * gnus-bookmark.el: New file.
19660
19661 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19662
19663         * message.el (message-syntax-checks): Doc fix.
19664
19665 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19666
19667         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19668         unsubscribed groups as if they were killed ones.  It causes duplicate
19669         entries in gnus-newsrc-alist.
19670
19671 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * message.el (message-syntax-checks): Doc fix.
19674         (message-send-mail): Add check for continuation headers.
19675         (message-check-news-header-syntax): Fix regexp used to check for
19676         continuation headers.
19677
19678 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19681
19682 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19683
19684         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19685
19686 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19689         default-truncate-lines.
19690
19691 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19692
19693         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19694         to fill the utf-8 entry.
19695
19696         * lpath.el: Fbind unicode-precedence-list.
19697
19698 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19699
19700         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19701
19702 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19703
19704         * gnus-agent.el (directory-files-and-attributes): Move all the way
19705         forward (the third and final move).
19706         (gnus-agent-read-agentview): Trap reconstruction errors due to
19707         nonexistent directory.  Handle by returning nil.
19708
19709 2006-05-30  Didier Verna  <didier@xemacs.org>
19710
19711         * message.el (message-dont-reply-to-names): Update the custom type.
19712         * message.el (message-dont-reply-to-names): New defsubst: potentially
19713         convert a list of regexps into a single one.
19714         * message.el (message-get-reply-headers): Use it.
19715         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19716
19717 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * gnus-agent.el (directory-files-and-attributes): Move forward.
19720
19721 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19722
19723         * gnus-ml.el (gnus-mailing-list-subscribe)
19724         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19725         (gnus-mailing-list-message): Fix doc strings.
19726
19727 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19728
19729         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19730         of doing it manually.
19731
19732 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19733
19734         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19735         comment.
19736
19737 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19738
19739         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19740         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19741         (gnus-agent-read-local): All symbols allocated in my-obarray.
19742         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19743         (gnus-agent-regenerate-group): Check numeric names to see if they are
19744         messages or groups.
19745         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19746         better way of do this...)
19747
19748         * gnus-cache.el (gnus-agent-total-fetched-for):
19749         Ignore 'dummy.group' (there should be a better way of do this...)
19750
19751 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19754         (gnus-saved-headers): Ditto.
19755         (gnus-default-article-saver): Mention functions may have properties.
19756         (gnus-article-save): Override gnus-save-all-headers and
19757         gnus-saved-headers by :headers property which saver function may have.
19758         (gnus-summary-save-in-file): Add :headers property.
19759         (gnus-summary-write-to-file): Ditto.
19760
19761         * gnus-sum.el (gnus-summary-save-article): Bind
19762         gnus-prompt-before-saving to t when saving many articles in a file;
19763         always show all headers.
19764
19765         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19766
19767 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19768
19769         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19770         marks.
19771
19772         * message.el (message-indent-citation): Add optional arguments to allow
19773         using it outside of message buffers.
19774
19775         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19776         (gnus-article-treat-unfold-headers): Use it.
19777         (gnus-article-truncate-lines): New variable.
19778         (gnus-article-mode): Use it.
19779         (gnus-article-toggle-truncate-lines): New function.
19780
19781         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19782         Add gnus-article-toggle-truncate-lines.
19783
19784         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19785         coding system in XEmacs, use binary.
19786
19787 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19790         after-load-alist.
19791
19792         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19793         this function should save decoded articles.
19794         (gnus-summary-write-to-file): Use property to specify this function
19795         should save decoded articles and specify gnus-summary-save-in-file
19796         should be used to save articles other than the first one when saving
19797         many articles.
19798         (gnus-summary-save-body-in-file): Use property to specify this
19799         function should save decoded articles.
19800         (gnus-summary-write-body-to-file): Use property to specify this
19801         function should save decoded articles and specify
19802         gnus-summary-save-body-in-file should be used to save articles other
19803         than the first one when saving many articles.
19804
19805         * gnus-sum.el (gnus-summary-save-article): Simplify.
19806
19807 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * gnus-art.el (gnus-default-article-saver):
19810         Add gnus-summary-write-body-to-file.
19811         (gnus-article-save-coding-system): Don't use coding system object
19812         in XEmacs.
19813         (gnus-read-save-file-name): Add optional `dir-var' argument which
19814         specifies directory in which files are saved; work even if optional
19815         `variable' argument is not specified.
19816         (gnus-summary-write-to-file): Read file name.
19817         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19818         (gnus-summary-write-body-to-file): New function.
19819
19820         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19821         (gnus-summary-local-variables): Add it.
19822         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19823         (gnus-summary-save-article): Remove optional `decode' argument;
19824         determine whether to decode articles by the value of
19825         gnus-default-article-saver; when saving many files using
19826         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19827         it first and use gnus-summary-save-in-file or
19828         gnus-summary-save-body-in-file thereafter unless
19829         gnus-prompt-before-saving is always; move point to article which
19830         will be saved.
19831         (gnus-summary-save-article-file): Revert.
19832         (gnus-summary-write-article-file): Revert.
19833         (gnus-summary-save-article-body-file): Revert.
19834         (gnus-summary-write-article-body-file): New function.
19835
19836 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19837
19838         * gnus-art.el (gnus-default-article-saver): Doc fix.
19839         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19840         from gnus-summary-save-article-coding-system, and default to a
19841         certain coding system.
19842         (gnus-output-to-file): Add coding cookie and encode text according
19843         to gnus-article-save-coding-system; don't use mm-append-to-file.
19844
19845         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19846         gnus-art.el and rename to gnus-article-save-coding-system.
19847         (gnus-summary-save-article): Require gnus-art; don't show all
19848         headers if it decodes articles; don't add coding cookie here;
19849         don't bind mm-text-coding-system-for-write.
19850         (gnus-summary-save-article-file): Save decoded articles.
19851         (gnus-summary-write-article-file): When saving many files, use
19852         gnus-summary-write-to-file first and gnus-summary-save-in-file
19853         thereafter unless gnus-prompt-before-saving is always.
19854         (gnus-summary-save-article-body-file): Save decoded articles.
19855
19856         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19857
19858 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19859
19860         * nnrss.el (nnrss-check-group): Bind hash-index.
19861
19862 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19863
19864         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19865         its hash index.  Store this hash in `nnrss-group-data'.
19866         (nnrss-read-group-data): Update accordingly.
19867
19868 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19869
19870         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19871         entry.
19872
19873         * gnus-sum.el (gnus-summary-make-menu-bar):
19874         Add gnus-article-browse-html-article.
19875
19876 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19877
19878         * gnus-sum.el (gnus-summary-mime-map):
19879         Add gnus-article-browse-html-article.
19880
19881         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19882
19883 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19886         suitable coding systems in customize.
19887
19888 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19889
19890         * mail-source.el (mail-sources): Fix custom type.
19891
19892 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19893
19894         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19895         (gnus-summary-expire-articles-now): Shorten prompt.
19896
19897         * gmm-utils.el (wid-edit): Require.
19898         (defun-gmm): Rename from `gmm-defun-compat'.
19899         (gmm-image-search-load-path): Use it.
19900         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19901
19902 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19903
19904         * gnus-sum.el (gnus-summary-save-article-coding-system):
19905         New variable.
19906         (gnus-summary-save-article): Add optional `decode' argument.
19907         If it is set and gnus-summary-save-article-coding-system is non-nil,
19908         save decoded article.
19909         (gnus-summary-write-article-file): Save decoded article if
19910         gnus-summary-save-article-coding-system is non-nil.
19911
19912         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19913         type.
19914
19915 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19918
19919 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19922         first to test gnus-single-article-buffer which may be buffer-local.
19923
19924         * gnus-sum.el (gnus-summary-setup-buffer):
19925         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19926         group; make gnus-article-buffer, gnus-article-current, and
19927         gnus-original-article-buffer always buffer-local.
19928         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19929         group.
19930         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19931
19932 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19933
19934         * nnml.el (nnml-request-compact-group): Compressed files might not
19935         have .gz extension.
19936
19937 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19938
19939         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19940         (mm-copy-to-buffer): Use with-current-buffer.
19941         (mm-display-part): Simplify.
19942         (mm-inlinable-p): Add optional arg `type'.
19943
19944 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19945
19946         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19947         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19948         Try harder to show the attachment internally or externally using
19949         gnus-mime-view-part-as-type.
19950
19951 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19952
19953         * message.el (message-from-style, message-signature-separator)
19954         (message-user-organization-file, message-send-mail-function)
19955         (message-citation-line-function, message-yank-prefix)
19956         (message-indent-citation-function, message-signature)
19957         (message-signature-file, message-signature-insert-empty-line):
19958         Remove autoloads.
19959
19960         * gnus-art.el (gnus-buttonized-mime-types):
19961         Remove "multipart/signed".  Revert 2006-04-26 change.
19962
19963 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19964
19965         * gnus.el (gnus-version-number): Bump version.
19966
19967 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19968
19969         * gnus.el: No Gnus v0.5 is released.
19970
19971 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19972
19973         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19974         fetching articles by message-id.
19975
19976 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19977
19978         * message.el (hashcash): Require hashcash as normal.
19979
19980         * ecomplete.el (ecomplete-highlight-match-line):
19981         Use point-at-eol.
19982         (ecomplete-highlight-match-line): Use `highlight', because that
19983         face exists in both Emacs and XEmacs.
19984
19985         * message.el (message-display-abbrev): Use point-at-bol.
19986
19987         * mail-source.el: Don't require timer/timer-funcs.
19988
19989         * gnus-async.el: Ditto.
19990
19991         * password.el: Ditto.
19992
19993         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19994
19995         * mm-url.el: Ditto.
19996
19997         * gnus-xmas.el: Don't require timer-funcs.
19998
19999         * mm-util.el: Require timer/timer-funcs.
20000
20001 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20002
20003         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20004         Close.
20005
20006 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20009         unibyte after clear-decrypt function runs.
20010
20011         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20012         returns as a unibyte string.
20013
20014 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * lpath.el: Revert.
20017
20018         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20019         (pgg-gpg-process-sentinel): Revert.
20020
20021         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20022         (pgg-pgp-lookup-key): Revert.
20023
20024         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20025         (pgg-pgp5-lookup-key): Revert.
20026
20027         * pgg.el (pgg-fetch-key): Revert.
20028
20029 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20030
20031         * lpath.el: Fbind string-as-multibyte for XEmacs.
20032
20033         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20034         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20035         (mml1991-pgg-encrypt): Ditto.
20036
20037         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20038         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20039         a multibyte buffer.
20040
20041         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20042         (pgg-pgp-lookup-key): Ditto.
20043
20044         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20045         (pgg-pgp5-lookup-key): Ditto.
20046
20047         * pgg.el (pgg-fetch-key): Ditto.
20048
20049 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * message.el (message-user-organization-file): Check several
20052         locations of the organization file.
20053
20054         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20055         Add gnus-article-view-part-as-type.
20056
20057         * gnus-art.el (gnus-article-view-part-as-type): New function.
20058
20059         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20060         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20061
20062         * mml.el: Simplify autoload.
20063         (mml-mode): defvar dnd-protocol-alist instead of using
20064         symbol-value.
20065         (mml-default-directory): New variable.
20066         (mml-minibuffer-read-file): Use it.
20067         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20068
20069         * message.el (message-citation-line-format): New variable.
20070         (message-insert-formated-citation-line): New function.
20071         (message-citation-line-function):
20072         Add `message-insert-formated-citation-line' to custom type.
20073
20074         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20075         to doc string.
20076
20077         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20078         depending on mm-verify-option.
20079
20080 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20083         binding pgg-* variables; reimplement the section which prevents
20084         MIME header from being signed.
20085         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20086         pgg-text-mode; remove a blank line at the top of body.
20087
20088         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20089         lines at the top of body; use gnus-newsgroup-charset if there's no
20090         Charset header.
20091
20092 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * message.el (message-self-insert-commands): Doc fix.
20095
20096         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20097         (mm-uu-pgp-encrypted-test): Ditto.
20098         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20099         between header and body; return application/pgp-encrypted handle
20100         if decryption failed; decode decrypted body by charset.
20101
20102         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20103         element match to application/pgp-*.
20104
20105 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20106
20107         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20108         HTML.
20109
20110 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20111
20112         * mail-source.el (mail-source-call-script): Message the error
20113         string.
20114
20115 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20116
20117         * gnus-util.el (gnus-byte-compile): Use it.
20118
20119 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20120
20121         * gnus-util.el (kill-empty-logs): New function.
20122
20123 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20124
20125         * message.el (message-mail-alias-type): Doc fix.
20126         (message-mail-alias-type-p): New function.
20127         (message-send): Use it.
20128         (message-mode): Ditto.
20129         (message-strip-forbidden-properties): Ditto.
20130
20131         * ecomplete.el (ecomplete-database-file-coding-system):
20132         New variable.
20133         (ecomplete-save): Use it.
20134         (ecomplete-setup): Use it.
20135
20136 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20137
20138         * message.el (message-self-insert-commands): New variable.
20139         (message-strip-forbidden-properties): Use it.
20140
20141 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20142
20143         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20144         that doesn't make XEmacs choke.
20145
20146 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20147
20148         * gnus-util.el (gnus-replace-in-string):
20149         Prefer replace-regexp-in-string over of replace-in-string.
20150
20151 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20152
20153         * gnus-util.el (gnus-select-frame-set-input-focus):
20154         Use select-frame-set-input-focus if it is available in XEmacs; use
20155         definition defined in Emacs 22 for old Emacsen.
20156
20157         * dgnushack.el: Autoload unmorse-region for XEmacs.
20158
20159         * lpath.el: Bind cursor-in-non-selected-windows and
20160         select-frame-set-input-focus for XEmacs.
20161
20162 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20165
20166 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20167
20168         * gnus-registry.el (gnus-registry-cache-save): Remove text
20169         properties when saving via the temp buffer.
20170
20171 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20172
20173         * message.el (message-generate-hashcash): Honor custom type.
20174
20175 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20176
20177         * message.el (message-generate-hashcash): Default to non-nil when
20178         hashcash is found.
20179
20180         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20181         (gnus-refer-thread-limit): Increase default to 500.
20182
20183         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20184
20185         * flow-fill.el (fill-flowed): Allow delete-space.
20186
20187 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20188
20189         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20190         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20191         Remove autoloads.
20192
20193 2006-04-18  Simon Josefsson  <jas@extundo.com>
20194
20195         * message.el (message-generate-hashcash): Default to.
20196
20197 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20200         concatenating segments rather than before concatenating them.
20201
20202 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20203
20204         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20205
20206 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20207
20208         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20209
20210         * message.el (message-forward-make-body-plain):
20211         Allow message-forward-ignored-headers to be a list.
20212         (message-remove-ignored-headers): Factor out into function.
20213         (message-forward-make-body-mml): Use it.
20214
20215         * imap.el (imap-quote-specials): New function.
20216         (imap-login-auth): Quote specials.
20217
20218         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20219         (rfc2231-parse-string): Allow concatanation of parameters that
20220         aren't contiguous.  The test case is
20221           (mail-header-parse-content-type "message/external-body;
20222             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20223             access-type=LOCAL-FILE;
20224             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20225
20226 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20227
20228         * nntp.el (nntp-accept-process-output): Return the value of
20229         `nnheader-accept-process-output'.
20230
20231 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20232
20233         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20234         (gnus-button-alist): Recognize more diff formats.
20235         (gnus-button-patch): Strip directory.
20236
20237 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20238
20239         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20240         Emacs 22 when setting focus.
20241
20242 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20243
20244         * gnus-art.el (gnus-article-treat-types): Do treatment of
20245         text/x-verbatim parts.
20246         (gnus-button-patch): New command.
20247
20248         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20249         addresses that contain invalid characters.
20250
20251 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20252
20253         * message.el (message-put-addresses-in-ecomplete):
20254         Use gnus-replace-in-string.
20255         (message-is-yours-p): Use the more correct
20256         mail-header-parse-address instead of
20257         mail-extract-address-components.
20258         (message-put-addresses-in-ecomplete): Fix typo.
20259
20260         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20261         keystroke.
20262
20263         * gnus-art.el (gnus-treatment-function-alist): Change order of
20264         newsgroups/generic header folding to avoid double-folding.
20265
20266         * message.el (message-hidden-headers): Add X-Draft-From.
20267
20268         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20269         New command.
20270         (gnus-summary-repeat-search-article-backward): New command.
20271
20272         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20273         groups in the parent topic.
20274
20275 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20276
20277         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20278         (spam-extra-header-to-number): Return the CRM114 number as a
20279         number instead of a string.
20280
20281 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20282
20283         * gnus-art.el (gnus-face-properties-alist): Move here from
20284         gnus-fun.
20285
20286         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20287
20288 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20289
20290         * message.el (message-strip-forbidden-properties): Only display on
20291         self-insert-command.
20292
20293         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20294         reindent.
20295         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20296
20297 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20298
20299         * smiley.el (smiley-style): Fix typo.
20300
20301 2006-03-23  Kenichi Handa  <handa@m17n.org>
20302
20303         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20304         instead of set-buffer-multibyte.
20305
20306 2006-03-23  Kenichi Handa  <handa@m17n.org>
20307
20308         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20309         buffer and then decode the buffer text if necessary.
20310         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20311         first, and after mm-encode-body, change the buffer to unibyte.
20312
20313 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20314
20315         * hashcash.el (hashcash-insert-payment-async-2):
20316         Use message-goto-eoh instead of doing it manually.
20317         (mail-add-payment): Use message-narrow-to-header instead of trying
20318         to do the same itself.
20319
20320         * message.el (message-hidden-headers): Add Face.
20321
20322         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20323         reparenting code.
20324         (gnus-summary-reparent-children): Refactored out code.
20325         (gnus-summary-thread-map): New keystroke.
20326         (gnus-summary-reparent-children): Make into command.
20327
20328         * smiley.el (smiley-style): Default to `medium' if using a large
20329         font.
20330
20331         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20332         does it itself.
20333
20334         * message.el (message-point-in-header-p): Simplify definition.
20335
20336 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20337
20338         * nnagent.el (nnagent-request-set-mark): Silence log file
20339         writing.
20340         (nnagent-request-set-mark): Use write-region instead of
20341         append-to-file.
20342
20343         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20344         strange select method.
20345
20346         * ecomplete.el (ecomplete-display-matches): Get highlightling
20347         right.
20348         (ecomplete-display-matches): Use literals.
20349         (ecomplete-display-matches): Disable message logging.
20350
20351         * message.el (message-display-abbrev): Small optimization.
20352
20353         * ecomplete.el (ecomplete-display-matches): Allow automatic
20354         display.
20355
20356         * message.el (message-strip-forbidden-properties):
20357         Display abbrevs.
20358         (message-display-abbrev): Get automatic display right.
20359
20360         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20361         keystrokes.
20362
20363 2006-04-13  Romain Francoise  <romain@orebokech.com>
20364
20365         TODO: Backport to v5-10!
20366
20367         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20368         Move here (and rename) from gnus-registry.el.
20369
20370         * gnus-registry.el: Require gnus-util.
20371         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20372
20373 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20374
20375         * gnus-group.el (gnus-group-catchup-current):
20376         Change if-then-else-if-then-else into cond.
20377         (gnus-group-catchup): Indent.
20378         (group-name-at-point): New function.
20379         (gnus-fetch-group): Provide default from thing at point.
20380
20381 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20382
20383         * message.el (message-display-abbrev): Fix regexp.
20384
20385         * ecomplete.el (ecomplete-highlight-match-line):
20386         Reimplement choosing.
20387         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20388         dead variables.
20389
20390         * message.el (message-newline-and-indent): Remove debugging.
20391         (message-display-abbrev): Use new implementation.
20392
20393 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20394
20395         * gnus-art.el (gnus-article-mode):
20396         Set cursor-in-non-selected-windows to nil.
20397
20398         * smiley.el: Revert previous change.
20399         (smiley-data-directory): defvar it before using it in the
20400         defcustom of `smiley-style'.
20401
20402 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20403
20404         * message.el (message-newline-and-indent): New function.
20405
20406         * ecomplete.el: Implement more bits.
20407
20408         * message.el (message-put-addresses-in-ecomplete): Clean up the
20409         string.
20410
20411         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20412
20413         * gnus-sum.el (gnus-summary-save-parts):
20414         Bind gnus-summary-save-parts-counter and use it to make unique file
20415         names.
20416
20417         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20418
20419         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20420         parameter to say whether to actually parse the individual
20421         addresses.
20422
20423         * message.el (message-put-addresses-in-ecomplete): New function.
20424         (ecomplete): Require.
20425         (message-mail-alias-type): Add ecomplete as an option.
20426
20427 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20428
20429         * flow-fill.el (fill-flowed): Remove trailing space from blank
20430         quoted lines.
20431
20432 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20433
20434         * smiley.el (smiley-style): Move definition later to avoid a
20435         compilation warning.
20436
20437 2006-04-12  Kenichi Handa  <handa@m17n.org>
20438
20439         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20440         buffer and then decode the buffer text if necessary.
20441         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20442         first, and after mm-encode-body, change the buffer to unibyte.
20443         Use mm-disable-multibyte instead of set-buffer-multibyte.
20444
20445 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20446
20447         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20448         Content-Type header instead of Content-Disposition header.
20449         (gnus-mime-inline-part): Ditto.
20450         (gnus-mime-view-part-as-charset): Ignore charset that the part
20451         specifies.
20452
20453         * mm-decode.el (mm-display-part): Work with external parts and
20454         usual parts similarly.
20455
20456         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20457         instead of gnus-display-mime.
20458
20459         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20460         instead of with-temp-buffer.
20461
20462         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20463         tag to summarized topics part in order to encode non-ASCII text.
20464
20465 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20466
20467         * smiley.el (smiley-style): New variable.
20468         (smiley-directory): New function.
20469         (smiley-data-directory): Derive from `smiley-style' using
20470         `smiley-directory'.
20471         (smiley-regexp-alist): Add new entries.
20472
20473         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20474         (gnus-article-browse-delete-temp): Add :version.
20475
20476 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20477
20478         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20479         the sieve region.
20480
20481 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482
20483         * gnus.el (gnus-version-number): Bump version.
20484
20485 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20486
20487         * gnus.el: No Gnus v0.4 is released.
20488
20489 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20490
20491         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20492         layout.
20493
20494         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20495         unknown charset.
20496
20497         * message.el (message-header-synonyms): Add Original-To to the
20498         default.
20499
20500         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20501         optional parameter.
20502
20503 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20504
20505         * gnus-fun.el (gnus): Require it for gnus-directory.
20506
20507 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20508
20509         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20510
20511 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20512
20513         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20514
20515 2006-04-05  Simon Josefsson  <jas@extundo.com>
20516
20517         * password.el (password-reset): New function.
20518
20519 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20520
20521         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20522         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20523
20524 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20525
20526         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20527         Some whitespace was matched into the url, which broke browsing hits
20528         > 100 when mm-url-use-external was nil.
20529
20530 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20531
20532         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20533         Check gnus-extra-headers for 'Newsgroups.
20534
20535         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20536         bound.
20537
20538 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20539
20540         * pgg-gpg.el: Clean up process buffers every time gpg processes
20541         complete.
20542
20543 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20544
20545         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20546         doc string.
20547
20548 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20549
20550         * pgg-gpg.el (pgg-gpg-process-filter)
20551         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20552
20553         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20554         lines, temporary fix.
20555
20556 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20557
20558         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20559
20560 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20561
20562         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20563         default-enable-multibyte-characters.  This reverts the change from
20564         revision 6.17 which is no longer necessary because the passphrase
20565         is sent separately now.  GnuPG messages are unreadable under
20566         multibyte locales with default-enable-multibyte-characters set to
20567         nil.
20568
20569 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20570
20571         * message.el (message-tool-bar-gnome): Move "spell".
20572
20573 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20574
20575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20576         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20577         instead.
20578
20579 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20580
20581         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20582         Improve newsgroups handling for NNTP overviews which don't include
20583         Newsgroups.
20584
20585 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20586
20587         * message.el (message-resend): Bind message-generate-hashcash to nil.
20588
20589 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20590
20591         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20592         when searching for already-paid recipients.
20593
20594 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20595
20596         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20597         passphrases when it is not needed.
20598         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20599         passphrase stuff from gpg, should only be necessary when you use
20600         gpg with a smartcard.
20601
20602 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * mml.el (mml-insert-mime): Ignore cached contents of
20605         message/external-body part.
20606
20607         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20608         (mm-insert-part): Ditto.
20609
20610 2006-03-23  Simon Josefsson  <jas@extundo.com>
20611
20612         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20613         Reiner.
20614         (pgg-gpg-use-agent-p): Use it again.
20615
20616 2006-03-23  Simon Josefsson  <jas@extundo.com>
20617
20618         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20619         older emacsen.
20620         (pgg-gpg-use-agent-p): Don't use it.
20621
20622 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20623
20624         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20625         if we can.
20626
20627 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20628
20629         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20630         (pgg-gpg-update-agent): New function.
20631         (pgg-gpg-use-agent-p): New function.
20632         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20633         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20634         (pgg-gpg-sign-region): Use it.
20635
20636 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20637
20638         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20639         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20640
20641 2006-03-21  Simon Josefsson  <jas@extundo.com>
20642
20643         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20644         <wilde@sha-bang.de>.
20645         (pgg-gpg-use-agent): New variable.
20646         (pgg-gpg-process-region): Use it.
20647         (pgg-gpg-encrypt-region): Likewise.
20648         (pgg-gpg-encrypt-symmetric-region): Likewise.
20649         (pgg-gpg-decrypt-region): Likewise.
20650         (pgg-gpg-sign-region): Likewise.
20651         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20652
20653 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20654
20655         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20656
20657         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20658         Add comment on version.
20659
20660 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20661
20662         * smiley.el: Add missing test smiley.
20663
20664 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20665
20666         * mm-decode.el (mm-with-part): New macro.
20667         (mm-get-part): Use it; work with message/external-body as well.
20668         (mm-save-part): Treat name and filename equally.
20669
20670         * mm-extern.el (mm-extern-cache-contents): New function.
20671         (mm-inline-external-body): Use it; force the part to be displayed;
20672         move undisplayer added to the cached handle to the parent.
20673
20674         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20675         (gnus-mime-view-part-as-type): Work with message/external-body.
20676
20677         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20678
20679 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20680
20681         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20682         images in image-load-path.  [Sync with image.el, revision 1.60, in
20683         Emacs.]
20684
20685 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20686
20687         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20688         path rather than symbol.  Always return list of directories.
20689         Guarantee that image directory comes first.  [Sync with image.el,
20690         revision 1.59, in Emacs.]
20691
20692         * message.el (message-make-tool-bar): Adjust to new API of
20693         `gmm-image-load-path-for-library'.
20694
20695         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20696
20697         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20698
20699 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20700
20701         * gnus-art.el (gnus-article-only-boring-p):
20702         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20703         intangible text.
20704         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20705
20706 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20707
20708         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20709         Use `defun' instead of `gmm-defun-compat'.
20710
20711 2006-03-14  Simon Josefsson  <jas@extundo.com>
20712
20713         * message.el (message-unique-id): Don't use message-number-base36
20714         if (user-uid) is a float.
20715         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20716
20717 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20720
20721         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20722         empty line between a part and a message part.
20723
20724 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20725
20726         * smiley.el: Add more test smileys.
20727         (smiley-data-directory, smiley-regexp-alist)
20728         (gnus-smiley-file-types): Fix doc strings.
20729         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20730         adding new elements.
20731         (smiley-mouse-map): Unused code.  Make it a comment.
20732
20733 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20734
20735         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20736         scan latest NoCeM messages instead of old ones.
20737         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20738         delimiters that are recently used.
20739         (gnus-nocem-load-cache): Add autoload cookie.
20740
20741         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20742
20743         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20744         level which is larger than gnus-use-nocem is specified.
20745
20746         * gnus-group.el (gnus-group-get-new-news): Ditto.
20747
20748 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20749
20750         * gnus-util.el (gnus-tool-bar-update): New function.
20751
20752         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20753         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20754
20755         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20756
20757         * gnus-group.el (gnus-group-redraw-when-idle)
20758         (gnus-group-redraw-check): Remove.
20759         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20760
20761 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20764         if optional last element is specified in splits (FIELD VALUE...).
20765
20766 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20767
20768         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20769         to gmm-image-load-path-for-library.  Call with no-error argument.
20770         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20771
20772         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20773
20774         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20775
20776         * gmm-utils.el (gmm-image-load-path): Remove alias.
20777
20778 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20779
20780         * gmm-utils.el (gmm-image-load-path): Add alias.
20781
20782         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20783         nnml-generate-nov-databases-1.
20784         (nnml-generate-nov-databases): Use it.
20785         (nnml-generate-nov-databases-directory): Document no-active
20786         argument.
20787
20788         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20789         directory if path is t.  Add no-error.
20790
20791         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20792         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20793
20794         * gnus-art.el (gnus-article-browse-delete-temp-files):
20795         Simplify resetting gnus-article-browse-html-temp-list.
20796
20797         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20798         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20799         Add example to docstring.  Rename local variables.  Move error
20800         checks to default case in cond and simplify.
20801
20802 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20805         handle is multipart when calling it recursively.
20806         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20807
20808 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20809
20810         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20811         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20812
20813 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20814
20815         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20816         is loaded.
20817
20818         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20819         loaded.
20820
20821 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20822
20823         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20824         to "Emacs 23 (unicode)" in doc string.
20825
20826         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20827         "Emacs 23 (unicode)" in comment.
20828
20829 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20830
20831         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20832
20833         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20834         characters 160 through 255 in Emacs 23.
20835
20836 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20837
20838         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20839         gnus-article-browse-html-temp.
20840         (gnus-article-browse-delete-temp): Make it customizable.
20841         Add `file'.  Adjust doc string.
20842         (gnus-article-browse-delete-temp-files): Add argument.
20843         Allow query for each file.  Adjust doc string.
20844         (gnus-article-browse-html-parts):
20845         Add `gnus-article-browse-delete-temp-files' to
20846         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20847
20848 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20849
20850         * gnus-art.el (gnus-article-browse-html-temp)
20851         (gnus-article-browse-delete-temp): New variables.
20852         (gnus-article-browse-delete-temp-files): New function.
20853         (gnus-article-browse-html-parts): Use it.
20854
20855 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20856
20857         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20858
20859         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20860         string.
20861
20862         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20863         gnus-summary-insert-new-articles when unplugged.
20864         Remove gnus-summary-search-article-forward.
20865
20866         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20867         display-visual-class instead of display-color-cells.
20868
20869 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * dgnushack.el: Autoload customize-group for XEmacs.
20872
20873         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20874         message/* containing non-ASCII text properly.
20875
20876 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20877
20878         * message.el: Require gmm-utils, remove autoloads.
20879         (message-tool-bar): Set default based on
20880         gmm-tool-bar-style.
20881         (message-tool-bar-gnome): Add gmm-customize-mode.
20882
20883         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20884         gmm-tool-bar-style.
20885         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20886
20887         * gnus-group.el (gnus-group-tool-bar): Set default based on
20888         gmm-tool-bar-style.
20889         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20890
20891         * gmm-utils.el (gmm-image-directory): Rename variable from
20892         gmm-image-load-path.
20893         (gmm-image-load-path): Use gmm-image-directory.
20894         (gmm-customize-mode): New function.
20895         (gmm-tool-bar-style): New variable.
20896
20897         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20898         gnus-group-redraw-line-number.
20899         (gnus-group-redraw-check): Simplify.
20900         (gnus-group-tool-bar-update): Remove redraw check.
20901         (gnus-group-make-tool-bar): Add redraw check.
20902
20903 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20904
20905         * gnus-art.el (gnus-button): Add missing parentheses.
20906
20907 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * lpath.el: Fbind line-number-at-pos.
20910
20911 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20912
20913         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20914
20915 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20916
20917         * gnus-art.el (gnus-button): New face.
20918         (gnus-article-button-face): Use it.
20919
20920         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20921         Add gnus-summary-next-page.  Re-order.
20922
20923         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20924         next-node are now included.
20925         (gnus-group-redraw-line-number): New internal variable.
20926         (gnus-group-redraw-check): Helper function for updating the tool
20927         bar.
20928         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20929
20930         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20931
20932         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20933         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20934         Use it to match format of Spamassassin 3.0 and later.
20935         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20936         (spam-check-bogofilter)
20937         (spam-bogofilter-register-with-bogofilter): Fix args of
20938         `gnus-error' calls.
20939
20940 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20941
20942         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20943         unnecessary interaction when sending queued mails.
20944         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20945
20946 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20947
20948         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20949         first or last are nil.
20950
20951 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20952
20953         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20954
20955 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20956
20957         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20958
20959 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20960
20961         * dns.el (query-dns): Protect more against buggy tcp output.
20962
20963 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20964
20965         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20966         nov.php.
20967
20968 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20969
20970         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20971         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20972         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20973         output on the server side.
20974         (nnweb-google-create-mapping): Update regexps and add some
20975         progress indication.
20976
20977 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20978
20979         * gnus-group.el (gnus-group-tool-bar-gnome):
20980         Fix gnus-agent-toggle-plugged.  Re-order icons.
20981         (gnus-group-tool-bar-gnome):
20982         Add gnus-group-{prev,next}-unread-group.
20983         (gnus-group-tool-bar-gnome): Re-order icons.
20984
20985         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20986         Move gnus-summary-insert-new-articles.
20987
20988         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20989         Fix comments.
20990
20991         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20992         also available in Emacs 21.3.
20993
20994         * message.el (message-fix-before-sending): Change "Emacs 22" to
20995         "Emacs 23 (unicode)" in comment.
20996
20997         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20998         "Emacs 23 (unicode)" in comment.
20999
21000         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21001         comment.
21002         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21003
21004         * mm-view.el (mm-fill-flowed): Add :version.
21005
21006 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21009         and load-path.
21010
21011 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21012
21013         * message.el: Autoload gmm-image-load-path.
21014         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21015         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21016         consitency.
21017
21018         * gmm-utils.el (gmm-image-load-path): Also search in
21019         "../etc/images".  Don't set gmm-image-load-path if we don't find
21020         the image.
21021
21022 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21023
21024         * gmm-utils.el (gmm-image-load-path): Don't make
21025         `gmm-image-load-path' include subdirectories which the second arg
21026         `image' might specify.
21027
21028         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21029         subdirectory to icon file names.
21030
21031         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21032
21033 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21034
21035         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21036         gmm-image-load-path calls.
21037
21038         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21039
21040         * message.el (message-make-tool-bar): Ditto.
21041
21042         * mml.el (mml-preview): Add comment concerning tool bar icons.
21043
21044         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21045         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21046
21047         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21048         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21049
21050         * message.el (message-tool-bar-gnome): Use new icon names.
21051         (message-make-tool-bar): Use `gmm-image-load-path'.
21052
21053         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21054         New functions from MH-E.
21055         (gmm-image-load-path): New variable from MH-E.
21056         (gmm-image-load-path): New function from MH-E.  Add arguments
21057         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21058         *-image-load-path-called-flag.
21059
21060 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21061
21062         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21063
21064 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21065
21066         * nnimap.el (nnimap-request-move-article): Change folder back to
21067         source group before deleting.
21068
21069 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21070
21071         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21072
21073         * gnus-art.el (mm-url-insert-file-contents-external):
21074         Autoload mm-url.
21075
21076         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21077
21078 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21079
21080         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21081         coding system which mm-charset-to-coding-system returns for a
21082         given charset is valid.
21083
21084 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21085
21086         * html2text.el (html2text-remove-tag-list):
21087         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21088
21089 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21090
21091         * gnus-cus.el: Revert 2005-10-17 change.
21092
21093 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21094
21095         * gnus-art.el (article-strip-banner):
21096         Call article-really-strip-banner only when the regexp match is made.
21097
21098 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21099
21100         * gnus-art.el (article-strip-banner):
21101         Use gnus-extract-address-components instead of
21102         mail-header-parse-addresses to make it work with non-ASCII text;
21103         remove mail-encode-encoded-word-string.
21104
21105         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21106         values which are surrounded with \"...\"; make it never cause a
21107         Lisp error; give up parsing of parameters if it failed in
21108         extracting type.
21109
21110 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21111
21112         * smime.el (smime-cert-by-ldap-1): Fix bug where
21113         `smime-ldap-search' returns results without userCertificates.
21114
21115 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21116
21117         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21118
21119 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21120
21121         * spam.el (spam-check-spamassassin-headers): Adapt format for
21122         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21123         <ari@mbf.ocn.ne.jp>.
21124         (spam-list-of-processors): Add spam-use-gmane.
21125
21126 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21127
21128         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21129         make-temp-file; make it work with XEmacs as well.
21130
21131         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21132         mm-make-temp-file.
21133
21134         * mm-decode.el (mm-display-external): Use the 3rd arg of
21135         mm-make-temp-file.
21136         (mm-create-image-xemacs): Ditto.
21137
21138 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21141         with message-narrow-to-headers.
21142         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21143         (gnus-draft-check-draft-articles): New function.
21144         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21145
21146 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21147
21148         * gnus-art.el (gnus-article-browse-html-parts):
21149         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21150         Don't use suffix argument for mm-make-temp-file for Emacs 21
21151         compatibility.  Remove useless `format'.
21152
21153 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21154
21155         * nnweb.el (nnweb-google-wash-article): Update regexps.
21156         (nnweb-group-alist): Use defvoo instead of defvar.
21157
21158 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21159
21160         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21161         re-loading nn* modules.
21162
21163 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21166         for `tool-bar-mode' and don't check it's default-value.
21167
21168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21169
21170         * message.el (message-make-tool-bar): Ditto.
21171
21172         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21173         `substring'.  Shorten tmp-file name.
21174
21175         * gnus.el: Remove bogus comment.
21176
21177 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21178
21179         * gnus-art.el (gnus-article-browse-html-parts): New function.
21180         (gnus-article-browse-html-article): New function for viewing html
21181         articles with a browser.
21182
21183 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21184
21185         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21186         in elisp.
21187         (pgg-gpg-encrypt-symmetric-region): Ditto.
21188         (pgg-gpg-sign-region): Ditto.
21189
21190         * pgg-def.el (pgg-text-mode): New variable.
21191
21192         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21193         (mml2015-pgg-encrypt): Ditto.
21194
21195         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21196         (mml1991-pgg-encrypt): Ditto.
21197
21198 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * nnfolder.el (nnfolder-insert-newsgroup-line):
21201         Use message-make-date instead of current-time-string.
21202
21203         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21204         to gnus-decoded which mm-uu might set.
21205
21206 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21209         don't decode quoted parameters; remove misimported Emacs code.
21210         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21211         (rfc2231-decode-encoded-string): Don't use split-string which
21212         behaves differently according to Emacs version; use
21213         mm-decode-coding-region to convert charset to coding-system.
21214         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21215         (rfc2231-encode-string): Remove misimported Emacs code.
21216
21217 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21220         when calling mail-header-parse-content-type.
21221         (article-de-quoted-unreadable): Ditto.
21222         (article-de-base64-unreadable): Ditto.
21223         (article-wash-html): Ditto.
21224
21225         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21226         calling mail-header-parse-content-type and
21227         mail-header-parse-content-disposition.
21228         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21229         mail-header-parse-content-type.
21230
21231         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21232         insert charset and format parameters; encode description after
21233         inserting it to buffer.
21234         (mml-insert-parameter): Fold lines properly even if a parameter is
21235         segmented into two or more lines; change the max column to 76.
21236
21237         * rfc1843.el (rfc1843-decode-article-body): Don't use
21238         ignore-errors when calling mail-header-parse-content-type.
21239
21240         * rfc2231.el (rfc2231-parse-string): Return at least type if
21241         possible; don't cause an error even if it fails in parsing of
21242         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21243         (rfc2231-encode-string): Don't break lines at the beginning, leave
21244         it to mml-insert-parameter.
21245
21246         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21247         calling mail-header-parse-content-type.
21248
21249 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21250
21251         * spam-report.el (spam-report-gmane-use-article-number):
21252         Improve doc string.
21253         (spam-report-gmane-internal): Check if a suitable header was found
21254         in the article.
21255
21256 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21259         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21260
21261 2006-02-05  Romain Francoise  <romain@orebokech.com>
21262
21263         Update copyright notices of all files in the gnus directory.
21264
21265 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21266
21267         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21268
21269 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21272         segmented lines of parameter value to cope with Thunderbird 1.5
21273         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21274         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21275         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21276
21277 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21278
21279         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21280         parts.
21281
21282 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21283
21284         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21285         there's only one active file for all servers.
21286         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21287         solid groups.  Gnus might have used a FAST request to select the group.
21288         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21289         and nnweb-search redundantly in the active file.
21290         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21291         (nnweb-request-create-group): Don't use ARGS.
21292         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21293         initializations.  Let nnoo do the work.
21294
21295 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21298         Say the part has been decoded.
21299
21300         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21301
21302 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21303
21304         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21305         mailcap-viewer-test-cache when there's no 'test clause, since that
21306         will invert the meaning of a "nil" test previously determined by
21307         mailcap-mailcap-entry-passes-test.
21308
21309 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21310
21311         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21312         compiling.
21313
21314         * gnus-sum.el: Ditto.
21315
21316         * message.el: Don't bind tool-bar-map when compiling.
21317
21318 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21319
21320         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21321
21322 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21323
21324         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21325         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21326         current Google Groups.
21327
21328 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21329
21330         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21331         and tool-bar-mode.
21332
21333         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21334         and tool-bar-mode.
21335
21336         * message.el (message-tool-bar-update): Simplify.
21337         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21338
21339         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21340         gnus-summary-buffer.
21341         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21342         gnus-summary-reply.
21343
21344         * gmm-utils.el (gmm): Add :version.
21345
21346 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21347
21348         * Makefile.in (clean): New rule.
21349         (distclean): Use it.
21350
21351 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21352
21353         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21354         Don't autoload.
21355
21356 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21357
21358         * gmm-utils.el (gmm-verbose): Add :group.
21359
21360 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21361
21362         * message.el: Change some comments WRT tool-bars.
21363
21364         * gnus-sum.el (gnus-summary-tool-bar)
21365         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21366         (gnus-summary-tool-bar-zap-list): New variables.
21367         (gnus-summary-make-tool-bar): Complete rewrite using
21368         `gmm-tool-bar-from-list'.
21369
21370         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21371         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21372         New variables.
21373         (gnus-group-make-tool-bar): Complete rewrite using
21374         `gmm-tool-bar-from-list'.
21375         (gnus-group-tool-bar-update): New function.
21376
21377         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21378
21379 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21382         is dissected into a single part of which the type is the same as
21383         the given one; decode charset.
21384
21385 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21386
21387         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21388         into alists as symbol not string, since that's what
21389         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21390         look for.
21391
21392 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21393
21394         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21395         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21396
21397         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21398
21399 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21400
21401         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21402         (gnus-xmas-mime-security-button-menu): New function.
21403
21404         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21405         (gnus-mime-security-button-menu): New definition.
21406         (gnus-mime-security-button-map): Use them.
21407         (gnus-mime-security-button-menu): New function.
21408         (gnus-insert-mime-security-button): Addition to help echo.
21409         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21410         (gnus-mime-security-pipe-part): New functions.
21411
21412         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21413         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21414
21415         * mm-decode.el (mm-handle-set-disposition): Remove.
21416         (mm-handle-set-description): Remove.
21417
21418 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21419
21420         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21421         (mm-w3m-standalone-supports-m17n-p): New function.
21422         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21423         w3m usage.
21424
21425         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21426         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21427
21428 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21429
21430         * message.el (message-tool-bar-zap-list):
21431         Use gmm-tool-bar-zap-list as custom type.
21432         (message-tool-bar-update): New function.
21433         (message-tool-bar, message-tool-bar-gnome)
21434         (message-tool-bar-retro): Add message-tool-bar-update.
21435         (message-tool-bar-gnome): Add flyspell-buffer.
21436
21437         * gnus-util.el (gnus-error): Describe `args'.
21438
21439         * gmm-utils.el (gmm-error): Describe `args'.
21440         (gmm-tool-bar-zap-list): New widget.
21441         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21442
21443 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21446         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21447         the number of recursive calls.
21448
21449         * mm-decode.el (mm-handle-set-disposition): New macro.
21450         (mm-handle-set-description): New macro.
21451
21452 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21453
21454         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21455         encoding.
21456
21457 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21458
21459         * message.el (message-tool-bar-zap-list, message-tool-bar)
21460         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21461         (message-tool-bar-local-item-from-menu): Remove.
21462         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21463         (message-make-tool-bar): New function.
21464         (message-mode): Use `message-make-tool-bar'.
21465
21466         * gmm-utils.el: New file.
21467         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21468         (gmm-lazy): New widget copied from `nnmail.el'.
21469         (gmm-tool-bar-from-list): New function for creating customizable
21470         tool bars.
21471         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21472         output.
21473         (gmm): Add :prefix to defgroup.
21474
21475 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21476
21477         * gmm-utils.el (gmm-widget-p): New function.
21478
21479 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21480
21481         * mml.el (mml-attach-file): Describe `description' in doc string.
21482         (mml-menu): Add Emacs MIME manual and PGG manual.
21483
21484 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21485
21486         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21487
21488 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21489
21490         * nntp.el (nntp-end-of-line): Doc fix.
21491
21492 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21493
21494         * imap.el (imap-open): Handle case where buffer is a buffer
21495         object.
21496
21497 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21498
21499         * gnus-delay.el (gnus-delay): Don't autoload.
21500         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21501         to be re-loaded when customizing the `gnus-delay' group.
21502
21503 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21504
21505         * message.el (message-insert-citation-line): Use newlines.
21506
21507 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21508
21509         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21510         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21511         these routines, so the passphrase can be managed externally and
21512         passed in to the system.
21513         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21514         pgg-add-passphrase-to-cache function.
21515
21516         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21517         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21518         these routines, so the passphrase can be managed externally and
21519         passed in to the system.
21520         (pgg-pgp5-sign-region): Use new name of
21521         pgg-add-passphrase-to-cache function.
21522
21523 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21524
21525         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21526         part of the decoded armor to find the key-identifier.
21527         (pgg-gpg-lookup-key-owner): New function to return the
21528         human-readable identifier of a key owner.
21529         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21530         itself.
21531         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21532         the key value) if we have a key and can match it against a secret
21533         key.  Also, added a note pointing out fact that the prompt only
21534         indicates the first matching key.
21535
21536         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21537         pgg-decrypt-region.
21538         (pgg-add-passphrase-to-cache): Rename from
21539         `pgg-add-passphrase-cache' to reduce confusion (all callers
21540         changed).
21541         (pgg-remove-passphrase-from-cache): Rename from
21542         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21543         changed).
21544         (pgg-read-passphrase, pgg-add-passphrase-cache)
21545         (pgg-remove-passphrase-cache): Add informative docstrings.
21546         (pgg-decrypt): Convey provided passphrase in subordinate call to
21547         pgg-decrypt-region.
21548
21549 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21550
21551         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21552         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21553         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21554         'passphrase' argument, so the passphrase can be managed externally
21555         and then passed in to the system.
21556
21557         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21558         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21559         so the passphrase cache can be used reliably with identifiers
21560         besides a pgp packet's key id.
21561
21562         * pgg-gpg.el (pgg-gpg-encrypt-region)
21563         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21564         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21565         these routines, so the passphrase can be managed externally and
21566         passed in to the system.
21567
21568         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21569         'notruncate' argument, so the passphrase cache can be used
21570         reliably with identifiers besides a pgp packet's key id.
21571
21572 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21573
21574         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21575         symmetric encryption.
21576         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21577         encrypted session key.
21578         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21579         message ask for the passphrase in a proper way.
21580
21581         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21582         New user commands for symmetric encryption.
21583
21584 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21585
21586         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21587
21588         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21589
21590 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21591
21592         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21593
21594 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21595
21596         * mm-decode.el (mm-inlined-types): Add application/pgp.
21597         (mm-automatic-display): Ditto.
21598
21599         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21600         part as text.
21601
21602 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * nnrss.el: Update copyright.
21605         (nnrss-opml-import): Query whether to subscribe to each entry.
21606
21607         * gnus-art.el:
21608         * gnus-sum.el:
21609         * gnus-xmas.el:
21610         * messagexmas.el:
21611         * mm-uu.el:
21612         * mm-view.el: Update copyright.
21613
21614 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21615
21616         * message.el (message-info): New function.
21617         (message-mode-menu): Add it.
21618         Update copyright.
21619
21620         * ChangeLog: Fix and update copyright.
21621
21622 2006-01-13  Romain Francoise  <romain@orebokech.com>
21623
21624         * message.el (message-forward-subject-name-subject): Prefer the
21625         address to 'nowhere' if the sender has no name.
21626         Fix typo.  Update copyright year.
21627
21628 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21629
21630         * gnus-art.el (article-wash-html):
21631         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21632         (gnus-article-wash-html-with-w3m-standalone): New function.
21633
21634         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21635         mm-inline-text-html-render-with-w3m-standalone.
21636         (mm-text-html-washer-alist): Map w3m-standalone to
21637         gnus-article-wash-html-with-w3m-standalone.
21638         (mm-inline-text-html-render-with-w3m-standalone): New function.
21639
21640 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21641
21642         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21643         Improve LaTeX.
21644
21645 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21646
21647         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21648         (nnrss-request-article): Render text/plain parts as HTML.
21649
21650         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21651         the buffer.
21652
21653 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21654
21655         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21656         custom definition of `gnus-posting-styles'.
21657
21658         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21659         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21660
21661 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21662
21663         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21664         Use nntp for bug archive.
21665
21666 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21667
21668         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21669         parts.
21670         (nnrss-normalize-date): New function converts ISO 8601 date into
21671         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21672         (nnrss-check-group): Use it.
21673
21674 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21675
21676         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21677
21678         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21679         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21680         (nnrss-insert-w3): Ditto.
21681
21682 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21685         the articles to be forwarded including the case where neither a
21686         number of articles nor a region is specified.
21687
21688 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21689
21690         * nnrss.el (nnrss-request-article): Fix last change; fill
21691         text/plain parts.
21692
21693 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21694
21695         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21696         in text/plain part.
21697         (nnrss-check-group): Don't add excessive newline to dc:subject.
21698
21699 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21700
21701         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21702         article.
21703
21704 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21705
21706         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21707         (nnml-use-compressed-files, nnml-save-mail): Support other
21708         comression programs such as bzip2.
21709
21710 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21711
21712         * dns.el (query-dns): Make sure we check the buffer size before
21713         removing tcp headers.
21714
21715 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21716
21717         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21718         remove MIME buttons associated with multipart/alternative parts.
21719         (gnus-mime-display-alternative): Tag buttons using `article-type'
21720         text property.
21721
21722         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21723         associated with multipart/alternative parts.
21724
21725         * gnus-art.el (gnus-signature-separator): Fix custom type.
21726
21727         * mm-decode.el (mm-inlined-types): Fix custom type.
21728         (mm-keep-viewer-alive-types): Ditto.
21729         (mm-automatic-display): Ditto.
21730         (mm-attachment-override-types): Ditto.
21731         (mm-inline-override-types): Ditto.
21732         (mm-automatic-external-display): Ditto.
21733
21734 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21735
21736         * spam-report.el (spam-report-user-mail-address)
21737         (spam-report-user-agent): New variables.
21738         (spam-report-url-ping-plain): Use spam-report-user-agent.
21739
21740 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21741
21742         * gnus-art.el (gnus-button-handle-custom): Do not just use
21743         `customize-apropos' for any "M-x customize-*" button but the
21744         function called for.  Accept both the function name and its
21745         argument in order to achieve this.
21746         (gnus-button-alist): Remove support for "custom:" URL's.
21747         Pass function name to `gnus-button-handle-custom' in case of "M-x
21748         customize-*" buttons.
21749
21750 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21753         multipart/alternative and add xref to mm-discouraged-alternatives
21754         in doc string.
21755
21756         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21757         gnus-buttonized-mime-types in doc string.
21758
21759 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21760
21761         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21762         Suggest image/.* in the doc string.
21763
21764 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21765
21766         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21767         message-marks (Debian bug#342521).
21768
21769 2005-12-12  Simon Josefsson  <jas@extundo.com>
21770
21771         * password.el (password-read-from-cache): Add.
21772         (password-read): Use it.
21773
21774 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21775
21776         * rfc2047.el (rfc2047-charset-to-coding-system):
21777         Recognize us-ascii as a MIME charset.
21778
21779         * mm-bodies.el (mm-decode-content-transfer-encoding):
21780         Protect against the case where the 2nd arg TYPE is nil.
21781
21782 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21783
21784         * pop3.el (pop3-stream-type): Fix custom version.
21785
21786         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21787
21788 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21789
21790         * mm-decode.el (mm-display-external): Add missing cdr.
21791
21792 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21793
21794         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21795         RFC1524) if it is in mailcap or add a suffix according to
21796         mailcap-mime-extensions when generating a temp filename; postpone
21797         deleting a temp file for 2 seconds for some wrappers, shell
21798         scripts, and so on, which might exit right after having started a
21799         viewer command as a background job.
21800
21801 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21802
21803         * nntp.el (nntp-marks-directory): Fix custom group.
21804
21805         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21806         steps when < 10.
21807
21808         * gnus-start.el (gnus-no-server-1):
21809         Mention `gnus-level-default-subscribed' in doc string.
21810
21811 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21812
21813         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21814         parens.
21815
21816 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21817
21818         * gnus-xmas.el (gnus-use-toolbar): Revert.
21819         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21820         gnus-use-toolbar is default.
21821
21822         * messagexmas.el (message-use-toolbar): Revert.
21823         (message-setup-toolbar): Use global default-toolbar if
21824         message-use-toolbar is default.
21825
21826 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21829         according to default-toolbar-visible-p.
21830
21831         * messagexmas.el (message-use-toolbar): Ditto.
21832
21833 2005-11-26  Dave Love  <fx@gnu.org>
21834
21835         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21836         (tls-program, tls-success): Provide openssl alternative.
21837
21838         * starttls.el: Doc fixes.
21839         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21840         SERVICE to PORT.
21841
21842         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21843         port null or service name.
21844         (starttls-negotiate): Autoload.
21845
21846 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21847
21848         * message.el (message-kill-to-signature): Fix interactive spec.
21849
21850 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * pop3.el (pop3-open-server): Recognize a string as a service name.
21853
21854 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21855
21856         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21857
21858 2005-11-23  Dave Love  <fx@gnu.org>
21859
21860         Add pop3s, pop3/starttls.
21861
21862         * pop3.el (pop3-authentication-scheme): Clarify doc.
21863         (open-tls-stream, starttls-open-stream): Autoload.
21864         (pop3-stream-type): New.
21865         (pop3-open-server): Use it.
21866
21867         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21868         for POP.
21869         (mail-source-keyword-map): Add :stream for POP.
21870         (mail-source-fetch-pop): Use pop3-stream-type.
21871
21872 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21873
21874         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21875         of current-time-string.
21876
21877 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21878
21879         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21880         date header.
21881
21882 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21883
21884         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21885         it can seriously impact performance as it bypasses the agent's
21886         local caches.
21887
21888 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21889
21890         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21891         must be explicitly online rather than "not explicitly offline" for
21892         its flags to be synchronized.
21893
21894         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21895         that gnus-uu-unmark-thread will function correctly.
21896
21897         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21898         1024K is instead displayed as 1M.
21899
21900 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21901
21902         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21903
21904 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21905
21906         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21907
21908 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21909
21910         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21911         error message to display actual error condition.
21912         (gnus-agent-save-local): Avoid saving symbols that are bound to
21913         nil as they simply result in a warning message in
21914         gnus-agent-read-local.
21915
21916 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21917
21918         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21919         rather than make-variable-buffer-local for file-precious-flag.
21920
21921 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21922
21923         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21924         for duplicates which are removed.  The invalid sort check then
21925         triggers a rescan after the sort as sorting may have moved
21926         duplicate entries such that they can be cheaply detected.
21927
21928 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21929
21930         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21931
21932 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21933
21934         * gnus-agent.el (gnus-agent-article-alist-save-format):
21935         Change internal variable to a custom variable.  Change default value
21936         from compressed(2) to uncompressed(1).
21937         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21938         support for uncompressed agentview files.  Taken together, reading
21939         the agentview file should now be 6-7 times faster.
21940
21941 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21942
21943         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21944         as a buffer-local variable.  This avoids creating truncated
21945         dribble files as a result of a hang up, eg.
21946
21947 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21948
21949         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21950         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21951         XEmacs.
21952
21953 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21954
21955         * gnus-start.el (gnus-start-draft-setup):
21956         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21957
21958         * gnus.el (gnus-splash): Change custom group.
21959         (gnus-group-get-parameter, gnus-group-parameter-value):
21960         Describe allow-list argument.
21961
21962         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21963         string.
21964
21965 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21966
21967         * gnus-art.el (gnus-default-article-saver): Add user-defined
21968         `function' to custom type.
21969
21970 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21971
21972         * imap.el (imap-open): Handle case where buffer is a buffer
21973         object.
21974
21975 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21976
21977         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21978         long lines.
21979         (gnus-cache-delete-group): Wrap doc strings.
21980
21981         * gnus-agent.el (gnus-agent-rename-group)
21982         (gnus-agent-delete-group): Wrap doc strings.
21983
21984 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21985
21986         * messagexmas.el (message-use-toolbar): Change the valid values
21987         into default, top, bottom, left, and right.
21988         (message-toolbar-thickness): New variable.
21989         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21990         well.
21991         (message-setup-toolbar): Make it work.
21992
21993         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21994         (gnus-use-toolbar): Change the valid values into default, top,
21995         bottom, left, and right.
21996         (gnus-toolbar-thickness): New variable.
21997         (gnus-xmas-setup-toolbar): New function.
21998         (gnus-xmas-setup-group-toolbar): Use it.
21999         (gnus-xmas-setup-summary-toolbar): Use it.
22000
22001 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22002
22003         * gnus-start.el (gnus-1): Add "native" to
22004         gnus-predefined-server-alist.
22005
22006         * gnus.el (gnus-method-to-server): Don't add "native" to the
22007         lists here, because that leads to problems when
22008         gnus-select-method is bound.
22009
22010 2005-11-09  Simon Josefsson  <jas@extundo.com>
22011
22012         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22013         use (not sort-by-date) instead.
22014
22015 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22016
22017         * gnus-delay.el (gnus-delay-group): Don't autoload.
22018         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22019         to be re-loaded when customizing the `gnus-delay' group.
22020
22021 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22022
22023         * message.el: Revert last changes.
22024         (message-insert-citation-line): Use newlines.
22025
22026 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22027
22028         * message.el (message-courtesy-message)
22029         (message-mark-insert-begin, message-mark-insert-end)
22030         (message-elide-ellipsis, message-cancel-message)
22031         (message-add-header, message-change-subject)
22032         (message-cross-post-followup-to-header)
22033         (message-cross-post-insert-note, message-reduce-to-to-cc)
22034         (message-widen-reply, message-delete-not-region)
22035         (message-kill-to-signature, message-insert-signature)
22036         (message-insert-importance-high, message-insert-importance-low)
22037         (message-insert-or-toggle-importance)
22038         (message-insert-disposition-notification-to)
22039         (message-indent-citation, message-yank-original)
22040         (message-cite-original-without-signature, message-cite-original)
22041         (message-insert-citation-line, message-position-on-field)
22042         (message-fix-before-sending, message-send-mail-partially)
22043         (message-send-mail, message-send-mail-with-sendmail)
22044         (message-send-mail-with-qmail, message-send-news)
22045         (message-check-news-header-syntax, message-generate-headers)
22046         (message-insert-courtesy-copy, message-fill-address)
22047         (message-fill-header, message-shorten-references)
22048         (message-setup-1, message-cancel-news)
22049         (message-forward-make-body-plain, message-forward-make-body-mime)
22050         (message-forward-make-body-mml, message-encode-message-body)
22051         (message-forward-make-body-digest-plain)
22052         (message-forward-make-body-digest-mime)
22053         (message-use-alternative-email-as-from): Insert `hard-newline'
22054         instead of ordinary newlines.
22055
22056 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22057
22058         * message.el (message-generate-headers): Downcase the argument
22059         given to message-check-element.
22060
22061 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22062
22063         * nntp.el (nntp-authinfo-rejected): New error condition.
22064         (nntp-wait-for): Use new error condition to signal authentication
22065         error.
22066         (nntp-retrieve-data): Rethrow new error condition to break out of
22067         recursive call to nntp-send-authinfo.
22068
22069 2005-11-08  Romain Francoise  <romain@orebokech.com>
22070
22071         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22072         (gnus-summary-exit-map): Bind to `Z p'.
22073         (gnus-summary-make-menu-bar): Add menu item.
22074
22075 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22076
22077         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22078         (gnus-treat-*): Add `first' in all doc strings.
22079
22080         * gnus-group.el (gnus-group-compact-group): Fix typo.
22081
22082 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22083
22084         * gnus.el (gnus-parameters-case-fold-search): New variable.
22085         (gnus-parameters-get-parameter): Use it.
22086
22087         * gnus-score.el (gnus-home-score-file): Doc fix.
22088
22089 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22090
22091         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22092
22093 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22094
22095         * mm-util.el (mm-special-display-p): New function.
22096
22097         * mml.el (mml-preview): Use it; doc fix.
22098
22099 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22100
22101         * imap.el (imap-open): Handle case where buffer is a buffer object.
22102
22103 2005-10-29  Romain Francoise  <romain@orebokech.com>
22104
22105         * message.el (message-fix-before-sending): Fix comment.
22106
22107 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22108
22109         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22110
22111 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22112
22113         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22114         Used in gnus-score.el.
22115
22116 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22117
22118         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22119
22120 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22121
22122         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22123         whitespace removed in revision 7.8.  Use concatenated string to
22124         protect trailing whitespace.
22125
22126 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22127
22128         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22129         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22130         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22131         Courier IMAP ("some version from 2004").  Mostly based on similar
22132         code in the same function.
22133
22134 2005-10-26  Didier Verna  <didier@xemacs.org>
22135
22136         * gnus-group.el (gnus-group-compact-group): Invalidate original
22137         article buffer.
22138         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22139         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22140         NOV database and in article itself.
22141         Invalidate article backlog.
22142
22143 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22144
22145         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22146
22147 2005-10-26  Simon Josefsson  <jas@extundo.com>
22148
22149         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22150         part of 2004-07-25 change.
22151
22152 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22153
22154         * message.el (message-display-completion-list): New function.
22155         (message-expand-group): Use it; make sure the Completions buffer
22156         is modifiable.
22157 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22158
22159         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22160         user-mail-name is an empty string.
22161
22162 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22163
22164         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22165         depending on gnus-score-decay-constant.
22166
22167         * encrypt.el (encrypt-insert-file-contents)
22168         (encrypt-write-file-contents): Don't use `gnus-message'.
22169
22170         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22171         arguments.
22172         (mm-uu-type-alist): Add message-marks and insert-marks.
22173         Pass arguments to mm-uu-verbatim-marks-extract.
22174         (mm-uu-hide-markers): New variable.
22175         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22176
22177         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22178         (gnus-convert-image-to-face-command): Use "convert" by default to
22179         allow other input image formats.
22180         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22181         accordingly.
22182
22183 2005-10-23  Simon Josefsson  <jas@extundo.com>
22184
22185         * imap.el (imap-gssapi-program): Align command line parameters
22186         with latest GNU SASL.
22187         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22188
22189 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22190
22191         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22192         HTML.
22193         (nnslashdot-request-article): Ditto.
22194
22195         * lpath.el (featurep): Add nobreak-char-display.
22196
22197 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22198
22199         * mail-source.el (mail-source-fetch-pop): Require pop3.
22200         (mail-source-check-pop): Ditto.
22201
22202 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22205         errors.
22206
22207 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22208
22209         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22210         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22211
22212         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22213
22214         * mm-bodies.el (mm-decode-string):
22215         Call `mm-charset-to-coding-system' with allow-override argument.
22216
22217 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22220         (rfc2047-charset-to-coding-system): New function.
22221         (rfc2047-decode-encoded-words): New function.
22222         (rfc2047-decode-region): Use them.
22223         (rfc2047-decode-cte): Remove.
22224         (rfc2047-parse-and-decode): Remove.
22225         (rfc2047-decode): Remove.
22226
22227 2005-10-15  Kenichi Handa  <handa@m17n.org>
22228
22229         * rfc2047.el (rfc2047-decode-cte): New function.
22230         (rfc2047-decode-region): Change the way to decode successive
22231         encoded-words: decode B- or Q-encoding in each encoded-word,
22232         concatenate them, and decode it as charset.
22233
22234 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * lpath.el: Fbind codepage-setup for XEmacs.
22237
22238 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22239
22240         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22241         widget-move-and-invoke.
22242         (gnus-custom-mode): Use gnus-custom-map.
22243
22244 2005-10-15  Bill Wohler  <wohler@newt.com>
22245
22246         * message.el (message-tool-bar-map): Rename image file from
22247         mail_send to mail/send.
22248
22249 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22250
22251         * message.el (message-expand-group): Pass the common
22252         prefix substring of completion to `display-completion-list'.
22253
22254 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22255
22256         * mml-sec.el (mml-secure-method): New internal variable.
22257         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22258         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22259         New functions using mml-secure-method.
22260
22261         * mml.el (mml-mode-map): Add key bindings for those functions.
22262         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22263         Harder <harder@myrealbox.com>.
22264         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22265         Goto end of message if point is the headers of the message.
22266
22267         * message.el (message-in-body-p): New function.
22268
22269         * assistant.el: Autoload gnus-util and netrc.
22270
22271         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22272         Use `mm-charset-override-alist' only when decoding.
22273
22274         * mm-bodies.el (mm-decode-body):
22275         Call `mm-charset-to-coding-system' with allow-override argument.
22276
22277         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22278         `filename' from Content-Disposition if Content-Type doesn't
22279         provide `name'.
22280         (gnus-mime-view-part-as-type): Set default instead of
22281         initial-input.
22282
22283 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22284
22285         * format-spec.el (format-spec): Propagate text properties of % spec.
22286
22287 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22288
22289         * gnus-art.el (gnus-treat-predicate): Add `first'.
22290
22291 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22292
22293         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22294         (mm-charset-override-alist): New variable.
22295         (mm-charset-to-coding-system): Use it.
22296         (mm-codepage-setup): New helper function.
22297         (mm-charset-eval-alist): New variable.
22298         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22299         Warn about unknown charsets.
22300
22301         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22302
22303 2005-10-04  David Hansen  <david.hansen@gmx.net>
22304
22305         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22306         (nnrss-check-group): Ditto.
22307
22308 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22309
22310         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22311         Rename x-gnus-verbatim to x-verbatim.
22312         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22313
22314         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22315         x-verbatim.
22316
22317         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22318
22319         * gnus-util.el (gnus-remove-duplicates): Remove.
22320
22321         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22322         instead of gnus-remove-duplicates.
22323
22324         * message.el (message-remove-duplicates): Remove.
22325         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22326         message-remove-duplicates.
22327
22328         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22329         available, else use implementation from `delete-dups'.
22330
22331         * message.el (message-insert-expires): New function.
22332         (message-mode-map): Add key binding.
22333         (message-mode-field-menu): Add menu entry.
22334         (message-mode): Document it.
22335         (message-make-expires-date): Use `message-make-date'.
22336
22337 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22338
22339         * message.el (message-make-expires-date): New function.
22340
22341 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22342
22343         * Makefile.in (list-installed-shadows): New entry.
22344         (install): Use it.
22345         (remove-installed-shadows): New entry.
22346
22347         * dgnushack.el (dgnushack-default-load-path): New variable.
22348         (dgnushack-find-lisp-shadows): New function.
22349         (dgnushack-remove-lisp-shadows): New function.
22350
22351 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22352
22353         * Makefile.in (install-el-elc): New entry.
22354         (install): Use it so that .el files are necessarily installed.
22355
22356 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22359
22360 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22361
22362         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22363         function rather than the diff-mode.el package.
22364         (mm-display-external): Use with-current-buffer.
22365         (mm-viewer-completion-map, mm-viewer-completion-map):
22366         Move initialization inside declaration.
22367
22368 2005-09-29  Simon Josefsson  <jas@extundo.com>
22369
22370         * spam.el: Load hashcash when compiling, to avoid warnings.
22371         Don't autoload mail-check-payment.
22372         (spam-check-hashcash): Define unconditionally, since hashcash.el
22373         is part of Gnus now.  Ignore errors from payment checking.
22374
22375 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22376
22377         * message.el (message-bold-region, message-unbold-region):
22378         Rename from `bold-region' and `unbold-region'.
22379
22380         * message.el: Remove useless autoloads.
22381
22382 2005-09-28  Simon Josefsson  <jas@extundo.com>
22383
22384         * message.el (message-use-idna): Default to t.
22385         (message-use-idna): Test whether encoding works too.  Doc fix.
22386
22387 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22388
22389         * nntp.el (nntp-warn-about-losing-connection): Remove.
22390
22391 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22392
22393         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22394         customizable.  Change default value.
22395         (mm-uu-diff-groups-regexp): Change default value.
22396         (mm-uu-type-alist): Add doc string.
22397         (mm-uu-configure): Add doc string.  Make it interactive.
22398         (mm-uu-tex-groups-regexp): New variable.
22399         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22400         (mm-uu-type-alist): Add LaTeX documents.
22401         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22402         of "text/verbatim".
22403         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22404
22405         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22406         instead of "text/verbatim".
22407
22408         * message.el (message-mark-inserted-region)
22409         (message-mark-insert-file): Use slrn style marks when called with
22410         prefix argument.
22411
22412 2005-09-27  Simon Josefsson  <jas@extundo.com>
22413
22414         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22415
22416 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22417
22418         * message.el (message-remove-duplicates): New function.
22419         Implementation borrowed from `gnus-remove-duplicates'.
22420         (message-idna-to-ascii-rhs): Also encode idna addresses in
22421         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22422         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22423         only ask about the same idna domain once per header and also tell
22424         in what header to replace the idna domain.
22425
22426         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22427         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22428         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22429         a header is decoded and not just the last one.
22430
22431 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22432
22433         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22434         has been decoded.
22435
22436         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22437         (mm-insert-part): Don't modify text if it has been decoded.
22438
22439         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22440         decoded.
22441
22442         * mm-view.el (mm-inline-text): Don't strip text props unless
22443         decoding enriched or richtext parts.
22444
22445 2005-09-25  Romain Francoise  <romain@orebokech.com>
22446
22447         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22448         * gnus-start.el (gnus-subscribe-interactively):
22449         * gnus-uu.el (gnus-uu-grab-articles):
22450         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22451         space.
22452
22453 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22454
22455         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22456         * mm-view.el (mm-view-pkcs7-decrypt):
22457         * gnus-sum.el (gnus-summary-limit-to-extra)
22458         (gnus-summary-respool-article, gnus-read-move-group-name):
22459         * gnus-score.el (gnus-summary-increase-score):
22460         * gnus-util.el (gnus-completing-read-with-default):
22461         * gnus-art.el (gnus-read-save-file-name)
22462         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22463         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22464         * message.el (message-check-news-header-syntax):
22465         Follow convention for reading with the minibuffer.
22466
22467 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22468
22469         * spam-report.el (spam-report-url-ping-plain):
22470         Use gnus-extended-version as User-Agent.
22471
22472         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22473         default value is nil.
22474
22475         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22476         (mm-uu-verbatim-marks-extract): New function.
22477         (mm-uu-extract): New face.
22478         (mm-uu-copy-to-buffer): Use it.
22479
22480         * spam-report.el (spam-report-gmane-ham): Rename from
22481         `spam-report-gmane-unspam'.
22482         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22483         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22484
22485         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22486         Autoload.
22487         (spam-report-gmane-unregister-routine):
22488         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22489
22490 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22491
22492         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22493         (spam-report-gmane-unregister-routine): Add support for gmane
22494         unregistration.
22495
22496         * spam-report.el (spam-report-gmane-unspam)
22497         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22498         (spam-report-gmane): Change to take a single article and do unspam
22499         registration.
22500
22501 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22502
22503         * mm-url.el (mm-url-decode-entities): Fix regexp.
22504
22505 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22506
22507         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22508         default to nil, to be able to use Gnus at all.  If the default
22509         switches to something else, then the function should be fixed not
22510         be exceedingly slow.
22511
22512 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22513
22514         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22515         fail hard.
22516
22517         * spam-report.el: Add better Keywords line.
22518
22519         * spam.el: Add Maintainer and better Keywords line.
22520
22521 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22522
22523         * gnus-art.el (gnus-article-replace-part)
22524         (gnus-mime-replace-part): New functions.
22525         (gnus-mime-action-alist, gnus-mime-button-commands)
22526         (gnus-mime-save-part-and-strip): Add file argument.
22527         (gnus-article-part-wrapper): Add interactive argument.
22528
22529         * gnus-sum.el (gnus-summary-mime-map):
22530         Add `gnus-article-replace-part'.
22531
22532 2005-09-19  Didier Verna  <didier@xemacs.org>
22533
22534         The nnml compaction feature:
22535         * nnml.el (nnml-request-compact-group): New function.
22536         * nnml.el (nnml-request-compact): New function.
22537         * gnus-int.el (gnus-request-compact-group): New function.
22538         * gnus-int.el (gnus-request-compact): New function.
22539         * gnus-group.el (gnus-group-compact-group): New function.
22540         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22541         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22542         * gnus-srvr.el (gnus-server-compact-server): New function.
22543         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22544         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22545
22546 2005-09-18  Deepak Goel  <deego@gnufans.org>
22547
22548         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22549         format spec.
22550
22551 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22554
22555 2005-09-15  Romain Francoise  <romain@orebokech.com>
22556
22557         * message.el (message-fill-paragraph): Clarify docstring.
22558
22559 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22560
22561         * gnus-art.el (gnus-mime-display-part): Protect against broken
22562         MIME messages.
22563
22564 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22565
22566         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22567         before parsing header.
22568
22569 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22570
22571         * html2text.el (html2text-replace-list): Add new entities.
22572
22573 2005-09-11  Romain Francoise  <romain@orebokech.com>
22574
22575         * message.el (message-alternative-emails): Improve docstring.
22576         (message-setup-1): Call `message-use-alternative-email-as-from'
22577         after `message-setup-hook' to give it precedence over posting
22578         styles, etc.
22579         (message-use-alternative-email-as-from): Add docstring.
22580         Remove the original From header if present.
22581
22582         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22583         (nnml-save-mail): Use it.
22584
22585         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22586         articles.  Add new argument `silent'.
22587         (gnus-uu-mark-all): Report the total number of marked articles.
22588
22589 2005-09-10  Romain Francoise  <romain@orebokech.com>
22590
22591         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22592         (gnus-uu-mark-series): Likewise.
22593
22594 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22595
22596         * spam-report.el (spam-report-gmane): Fix generation of spam
22597         report URL.
22598
22599 2005-09-10  Simon Josefsson  <jas@extundo.com>
22600
22601         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22602         t, based on discussion on the ding list with Robert Epprecht
22603         <epprecht@solnet.ch>.
22604
22605 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22606
22607         * spam-report.el (spam-report-gmane): Make it work without
22608         X-Report-Spam header.  Gmane now only provides Archived-At.
22609         This is only used if `spam-report-gmane-use-article-number' is nil.
22610         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22611
22612         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22613         make `gnus-summary-sort-by-recipient' work with threading.
22614
22615         * nnweb.el (nnweb-google-wash-article): Print a message if article
22616         is not available.
22617
22618 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22619
22620         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22621         change.  Decode text/* parts content before displaying.
22622
22623 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22624
22625         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22626
22627 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22628
22629         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22630
22631         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22632         url-package-name, url-package-version,
22633         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22634         w3m-display-inline-images, and w3m-minor-mode-map.
22635
22636 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22637
22638         * message.el (message-tab-body-function): Fix mismatched custom type.
22639
22640         * gnus.el (gnus-group-change-level-function): Ditto.
22641
22642         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22643
22644         * gnus-art.el (gnus-signature-limit)
22645         (gnus-article-mime-part-function): Ditto.
22646
22647 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * mml.el (mml-mode): Silence the byte compiler.
22650
22651         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22652         using `(sit-for 0)' before moving the point to the specified part;
22653         skip unbuttonized parts.
22654         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22655         return to the summary window if gnus-auto-select-part is non-nil.
22656
22657 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22658
22659         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22660         New variables.
22661         (mml-dnd-attach-file, mml-mode): Use them.
22662
22663         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22664         Make fetching article by MID work again for Google Groups.
22665         Add FIXME concerning gnus-group-make-web-group.
22666
22667         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22668         Don't depend on Gnus by using mail-extract-address-components if
22669         gnus-extract-address-components is not bound.
22670
22671 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22672
22673         * gnus-art.el (gnus-mime-display-security): Don't display the
22674         signature, but only the signed part.
22675
22676 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22677
22678         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22679
22680         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22681         list, not listp.
22682
22683 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22684
22685         * mm-encode.el (mm-encode-content-transfer-encoding):
22686         Likewise when encoding.
22687
22688         * mm-bodies.el (mm-decode-content-transfer-encoding):
22689         De-canonicalize CRLF for all text content types, not just
22690         text/plain.
22691
22692 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22693
22694         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22695         valid article; point arrow and cursor at the MIME button.
22696
22697 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22700         Suggested by Dan Christensen <jdc@uwo.ca>.
22701
22702         * mm-decode.el (mm-save-part): Enable change of prompt.
22703
22704 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22705
22706         * gnus-msg.el (gnus-inews-add-send-actions):
22707         Make `message-post-method' lambda parameter ARG `&optional'.
22708
22709 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22710
22711         * gnus-sum.el (gnus-summary-mime-map):
22712         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22713         gnus-article-jump-to-part.
22714
22715         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22716         (gnus-article-edit-part): Use it.
22717         (gnus-article-part-wrapper): Add no-handle argument.
22718         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22719         New functions.
22720
22721 2005-08-29  Romain Francoise  <romain@orebokech.com>
22722
22723         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22724         docstring.
22725         (gnus-face-from-file): Likewise.
22726
22727 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22728
22729         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22730         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22731         non-nil.
22732         (gnus-auto-select-part): New variable.
22733         (gnus-article-jump-to-part): New function.
22734         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22735         (gnus-mime-delete-part): Allow selecting specified part after
22736         deleting or stripping parts.
22737         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22738         part if argument is bogus.
22739
22740 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22741
22742         * gnus-art.el (w3m-minor-mode-map):
22743         * gnus-spec.el (gnus-newsrc-file-version):
22744         * gnus-util.el (nnmail-active-file-coding-system)
22745         (gnus-original-article-buffer, gnus-user-agent):
22746         * gnus.el (gnus-ham-process-destinations)
22747         (gnus-parameter-ham-marks-alist)
22748         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22749         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22750         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22751         * mm-decode.el (gnus-current-window-configuration):
22752         * mm-extern.el (gnus-article-mime-handles):
22753         * mm-url.el (url-current-object, url-package-name)
22754         (url-package-version):
22755         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22756         (smime-keys, w3m-cid-retrieve-function-alist)
22757         (w3m-current-buffer, w3m-display-inline-images)
22758         (w3m-minor-mode-map):
22759         * mml-smime.el (gnus-extract-address-components):
22760         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22761         (gnus-newsrc-hashtb, message-default-charset)
22762         (message-deletable-headers, message-options)
22763         (message-posting-charset, message-required-mail-headers)
22764         (message-required-news-headers):
22765         * mml1991.el (mc-pgp-always-sign):
22766         * mml2015.el (mc-pgp-always-sign):
22767         * nnheader.el (nnmail-extra-headers):
22768         * rfc1843.el (gnus-decode-encoded-word-function)
22769         (gnus-decode-header-function, gnus-newsgroup-name):
22770         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22771
22772 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22773
22774         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22775         the end of the date treatments.
22776
22777 2005-08-15  Simon Josefsson  <jas@extundo.com>
22778
22779         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22780         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22781         Capello and Romain Francoise.
22782         (pgg-fetch-key-function): Remove, not used?
22783         (pgg-insert-url-with-w3): Require url, to get
22784         url-insert-file-contents regardless of where it is defined.
22785
22786 2005-08-13  Romain Francoise  <romain@orebokech.com>
22787
22788         * message.el (message-cite-original-1): New function.
22789         (message-cite-original): Use it.
22790         (message-cite-original-without-signature): Ditto.
22791
22792 2005-08-08  Romain Francoise  <romain@orebokech.com>
22793
22794         * message.el (message-yank-empty-prefix): New variable.
22795         (message-indent-citation): Use it.
22796         (message-cite-original-without-signature): Respect X-No-Archive.
22797
22798 2005-08-08  Simon Josefsson  <jas@extundo.com>
22799
22800         * pgg.el: Autoload url-insert-file-contents instead of loading
22801         w3/url.
22802         (pgg-insert-url-with-w3): Don't load url here.
22803
22804 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22805
22806         * message.el (message-kill-to-signature): Don't insert newline at
22807         bol.
22808         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22809
22810 2005-08-06  Romain Francoise  <romain@orebokech.com>
22811
22812         * message.el (message-user-fqdn): Fix typo in docstring.
22813
22814 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22815
22816         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22817
22818         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22819
22820 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22821
22822         * mm-bodies.el (mm-encode-body): Use coding system rather than
22823         charset to encode text.
22824
22825         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22826         number of charsets if utf-8 is available (XEmacs).
22827
22828 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22829
22830         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22831         taken from `gnus-button-mid-or-mail-regexp'.
22832         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22833         (gnus-button-alist): Improve regexp for domain part of the MIDs
22834         for news:localpart@domain buttons.
22835         (gnus-button-ctan-directory-regexp): Update.
22836
22837 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22838
22839         * sieve-manage.el (sieve-manage-interactive-login):
22840         Use make-local-variable rather than make-variable-buffer-local.
22841         (sieve-manage-open): Ditto.
22842         (sieve-manage-authenticate): Ditto.
22843
22844         * mml.el (mml-generate-mime-1): Make the content type default to
22845         text/plain if the filename is not specified.
22846
22847 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22848
22849         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22850         instead of insert-buffer.
22851
22852         * message.el (message-yank-original): Ditto; set the mark at the
22853         end of the yanked message.
22854
22855 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22856
22857         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22858         lines to scroll rather than to stop it.
22859
22860         * mml.el (mml-generate-default-type): Add doc string.
22861         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22862         default to application/octet-stream when determining the content
22863         type if it is not specified for the part or the mml contents; add
22864         a comment about mml-generate-default-type.
22865
22866 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22867
22868         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22869         make it default to application/octet-stream when determining the
22870         content type if it is not specified for the external contents.
22871
22872 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22873
22874         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22875         segmented parameter but also other parameters might be there.
22876
22877 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22878
22879         * mm-decode.el (mm-display-external): Delete temp file, directory
22880         and buffer immediately if the external process is exited.
22881
22882 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22883
22884         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22885         fewer lines than that of scroll-margin.
22886         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22887
22888 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * gnus-art.el (gnus-article-next-page): Revert.
22891         (gnus-article-beginning-of-window): New macro.
22892         (gnus-article-next-page-1): Use it.
22893         (gnus-article-prev-page): Ditto.
22894         (gnus-article-edit-part): Use insert-buffer-substring instead of
22895         insert-buffer.
22896         (gnus-article-edit-exit): Ditto.
22897
22898         * gnus-util.el (gnus-beginning-of-window): Remove.
22899         (gnus-end-of-window): Remove.
22900
22901         * lpath.el: Don't bind header-line-format and scroll-margin.
22902
22903 2005-07-25  Simon Josefsson  <jas@extundo.com>
22904
22905         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22906         to have the url package without w3.  Reported by Daiki Ueno
22907         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22908
22909 2005-07-20  Didier Verna  <didier@xemacs.org>
22910
22911         * gnus-diary.el: Remove the description comment (nndiary is now
22912         properly documented in the Gnus manual).
22913         Fix the spelling of "Back End".
22914         * nndiary.el: Ditto.
22915         Fix the copyright notice.
22916
22917 2005-07-18  Romain Francoise  <romain@orebokech.com>
22918
22919         * gnus-sum.el (gnus-summary-to-prefix)
22920         (gnus-summary-newsgroup-prefix): New variables.
22921         (gnus-summary-from-or-to-or-newsgroups): Use them.
22922
22923 2005-07-17  Romain Francoise  <romain@orebokech.com>
22924
22925         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22926         space as it's generally not especially interesting to the user.
22927
22928 2005-07-16  Romain Francoise  <romain@orebokech.com>
22929
22930         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22931         nil to avoid prompting and file modification if one of the
22932         messages at the top of the nnfolder file contains a copyright
22933         notice.
22934         Update copyright notice.
22935
22936         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22937         instead of `current-time-string' as the latter creates a time
22938         string that is not RFC 2822 compliant (it lacks the zone).
22939         Update copyright notice.
22940
22941 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22942
22943         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22944         for text/rtf.  Display default in prompt.  Pass default for M-n.
22945
22946         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22947
22948 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22949
22950         * gnus-msg.el (gnus-button-mailto):
22951         Remove save-selected-window-window hackery because it relies on
22952         save-selected-window internals.
22953
22954 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22955
22956         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22957         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22958         (gnus-article-prev-page): Ditto.
22959
22960         * gnus-util.el (gnus-beginning-of-window): New function.
22961         (gnus-end-of-window): New function.
22962
22963         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22964
22965 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22966
22967         * gnus-score.el (gnus-score-edit-all-score):
22968         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22969         gnus-message.
22970
22971 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22972
22973         * gnus-msg.el (gnus-button-mailto):
22974         Remove save-selected-window-window hackery because it relies on
22975         save-selected-window internals.
22976
22977 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22978
22979         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22980         add-minor-mode.
22981         (gnus-binary-mode): Ditto.
22982
22983         * gnus-topic.el (gnus-topic-mode): Ditto.
22984
22985 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22986
22987         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22988         (gnus-article-prev-page): Take scroll-margin into consideration.
22989
22990 2005-07-04  Lute Kamstra  <lute@gnu.org>
22991
22992         Update FSF's address in GPL notices.
22993
22994 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22995
22996         * gnus.el (gnus-exit):
22997         * gnus-group.el (gnus-group-icons):
22998         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22999
23000         * gnus-nocem.el (gnus-nocem):
23001         * message.el (message-various, message-buffers, message-sending)
23002         (message-interface, message-forwarding, message-insertion)
23003         (message-headers, message-news, message-mail):
23004         * pgg-gpg.el (pgg-gpg):
23005         * pgg-parse.el (pgg-parse):
23006         * pgg-pgp.el (pgg-pgp):
23007         * pgg-pgp5.el (pgg-pgp5):
23008         * pop3.el (pop3): Finish `defgroup' description with period.
23009
23010 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * gnus-art.el (article-display-face): Improve the efficiency.
23013         (article-display-x-face): Ditto; remove gray x-face stuff.
23014
23015 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23016
23017         * gnus-art.el (article-display-face): Correct the position in
23018         which Faces are inserted.
23019
23020 2005-06-29  Didier Verna  <didier@xemacs.org>
23021
23022         * gnus-art.el (article-display-face): Display faces in correct
23023         order.
23024
23025 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23028         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23029         (gnus-nocem-check-article): Fetch the Type header.
23030         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23031         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23032         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23033         make sure gnus-nocem-hashtb is initialized.
23034         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23035         (gnus-nocem-unwanted-article-p): Ditto.
23036
23037         * pgg.el (pgg-verify): Return the verification result.
23038
23039 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23040
23041         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23042         is ascii.
23043
23044 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23045
23046         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23047         `show-nonbreak-escape'.
23048
23049 2005-06-23  Lute Kamstra  <lute@gnu.org>
23050
23051         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23052
23053         * dig.el (dig-mode):
23054         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23055
23056 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23057
23058         * nnimap.el (nnimap-split-download-body): Fix spellings.
23059
23060 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23061
23062         * gnus-art.el (gnus-article-encrypt-body):
23063         * gnus-cus.el (gnus-score-customize):
23064         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23065         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23066
23067 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23068
23069         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23070         header by looking for magic "MII" at the beginning.
23071
23072 2005-06-16  Miles Bader  <miles@gnu.org>
23073
23074         * gnus-xmas.el (gnus-xmas-group-startup-message):
23075         Use renamed gnus-splash face.
23076
23077         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23078         (assistant-field-face): New backward-compatibility alias for renamed
23079         face.
23080         (assistant-render-text): Use renamed assistant-field face.
23081
23082         * spam.el (spam): Remove "-face" suffix from face name.
23083         (spam-face): New backward-compatibility alias for renamed face.
23084         (spam-face, spam-initialize): Use renamed spam face.
23085
23086         * message.el (message-header-to, message-header-cc)
23087         (message-header-subject, message-header-newsgroups)
23088         (message-header-other, message-header-name)
23089         (message-header-xheader, message-separator, message-cited-text)
23090         (message-mml): Remove "-face" suffix from face names.
23091         (message-header-to-face, message-header-cc-face)
23092         (message-header-subject-face, message-header-newsgroups-face)
23093         (message-header-other-face, message-header-name-face)
23094         (message-header-xheader-face, message-separator-face)
23095         (message-cited-text-face, message-mml-face):
23096         New backward-compatibility aliases for renamed faces.
23097         (message-font-lock-keywords): Use renamed message faces.
23098
23099         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23100         (sieve-test-commands, sieve-tagged-arguments):
23101         Remove "-face" suffix from face names.
23102         (sieve-control-commands-face, sieve-action-commands-face)
23103         (sieve-test-commands-face, sieve-tagged-arguments-face):
23104         New backward-compatibility aliases for renamed faces.
23105         (sieve-control-commands-face, sieve-action-commands-face)
23106         (sieve-test-commands-face, sieve-tagged-arguments-face):
23107         Use renamed sieve faces.
23108
23109         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23110         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23111         (gnus-group-news-3-empty, gnus-group-news-4)
23112         (gnus-group-news-4-empty, gnus-group-news-5)
23113         (gnus-group-news-5-empty, gnus-group-news-6)
23114         (gnus-group-news-6-empty, gnus-group-news-low)
23115         (gnus-group-news-low-empty, gnus-group-mail-1)
23116         (gnus-group-mail-1-empty, gnus-group-mail-2)
23117         (gnus-group-mail-2-empty, gnus-group-mail-3)
23118         (gnus-group-mail-3-empty, gnus-group-mail-low)
23119         (gnus-group-mail-low-empty, gnus-summary-selected)
23120         (gnus-summary-cancelled, gnus-summary-high-ticked)
23121         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23122         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23123         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23124         (gnus-summary-low-undownloaded)
23125         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23126         (gnus-summary-low-unread, gnus-summary-normal-unread)
23127         (gnus-summary-high-read, gnus-summary-low-read)
23128         (gnus-summary-normal-read, gnus-splash):
23129         Remove "-face" suffix from face names.
23130         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23131         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23132         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23133         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23134         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23135         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23136         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23137         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23138         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23139         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23140         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23141         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23142         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23143         (gnus-summary-normal-ticked-face)
23144         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23145         (gnus-summary-normal-ancient-face)
23146         (gnus-summary-high-undownloaded-face)
23147         (gnus-summary-low-undownloaded-face)
23148         (gnus-summary-normal-undownloaded-face)
23149         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23150         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23151         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23152         (gnus-splash-face):
23153         New backward-compatibility aliases for renamed faces.
23154         (gnus-group-startup-message): Use renamed gnus faces.
23155
23156         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23157         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23158         (gnus-server-agent): Remove "-face" suffix from face names.
23159         (gnus-server-agent-face, gnus-server-opened-face)
23160         (gnus-server-closed-face, gnus-server-denied-face)
23161         (gnus-server-offline-face):
23162         New backward-compatibility aliases for renamed faces.
23163         (gnus-server-agent-face, gnus-server-opened-face)
23164         (gnus-server-closed-face, gnus-server-denied-face)
23165         (gnus-server-offline-face): Use renamed gnus faces.
23166
23167         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23168         Remove "-face" suffix from face names.
23169         (gnus-picon-xbm-face, gnus-picon-face):
23170         New backward-compatibility aliases for renamed faces.
23171
23172         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23173         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23174         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23175         (gnus-cite-11): Remove "-face" suffix from face names.
23176         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23177         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23178         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23179         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23180         New backward-compatibility aliases for renamed faces.
23181         (gnus-cite-attribution-face, gnus-cite-face-list)
23182         (gnus-article-boring-faces): Use renamed gnus faces.
23183
23184         * gnus-art.el (gnus-signature, gnus-header-from)
23185         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23186         (gnus-header-content): Remove "-face" suffix from face names.
23187         (gnus-signature-face, gnus-header-from-face)
23188         (gnus-header-subject-face, gnus-header-newsgroups-face)
23189         (gnus-header-name-face, gnus-header-content-face):
23190         New backward-compatibility aliases for renamed faces.
23191         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23192
23193         * gnus-sum.el (gnus-summary-selected-face)
23194         (gnus-summary-highlight): Use renamed gnus faces.
23195         * gnus-group.el (gnus-group-highlight): Likewise.
23196
23197 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23198
23199         * gnus-sieve.el (gnus-sieve-article-add-rule):
23200         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23201         * spam-stat.el (spam-stat-buffer-change-to-spam)
23202         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23203
23204         * message.el (message-is-yours-p):
23205         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23206
23207 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23208
23209         * mm-view.el (mm-inline-text): Withdraw the last change.
23210
23211 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23212
23213         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23214         executing enriched-decode.
23215
23216 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23217
23218         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23219         charset of tar files.
23220
23221 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23222
23223         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23224
23225 2005-06-04  Lute Kamstra  <lute@gnu.org>
23226
23227         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23228         information is never recorded.
23229
23230 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23231
23232         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23233
23234 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23235
23236         * pop3.el (pop3-apop): Run md5 in the binary mode.
23237
23238         * starttls.el (starttls-set-process-query-on-exit-flag):
23239         Use eval-and-compile.
23240
23241 2005-05-31  Simon Josefsson  <jas@extundo.com>
23242
23243         * smime.el (smime-replace-in-string): Define.
23244         (smime-cert-by-ldap-1): Use it.
23245
23246 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23247
23248         * gnus-art.el (article-display-x-face): Replace
23249         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23250
23251         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23252         set-process-query-on-exit-flag or process-kill-without-query.
23253
23254         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23255         loop instead of replace-regexp.
23256
23257         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23258         instead of process-kill-without-query if it is available.
23259
23260         * lpath.el: Fbind ldap-search-entries.
23261
23262         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23263         instead of find-file-hooks if it is available.
23264
23265         * mml1991.el: Bind pgg-default-user-id when compiling.
23266
23267         * mml2015.el: Bind pgg-default-user-id when compiling.
23268
23269         * nndraft.el (nndraft-request-associate-buffer):
23270         Use write-contents-functions instead of write-contents-hooks if it is
23271         available.
23272
23273         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23274         instead of find-file-hooks if it is available.
23275
23276         * nntp.el (nntp-open-connection): Replace
23277         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23278         (nntp-open-ssl-stream): Ditto.
23279         (nntp-open-tls-stream): Ditto.
23280
23281         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23282         set-process-query-on-exit-flag or process-kill-without-query.
23283         (starttls-open-stream-gnutls): Use it instead of
23284         process-kill-without-query.
23285         (starttls-open-stream): Ditto.
23286
23287 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23288
23289         * smime.el (smime-cert-by-ldap-1): Don't use
23290         replace-regexp-in-string.
23291
23292 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23293
23294         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23295
23296         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23297         in PEM format.  Adjust to the XEmacs compatibility.
23298
23299 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23300
23301         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23302         by `string-to-number'.
23303         * gnus-agent.el (gnus-agent-regenerate-group)
23304         (gnus-agent-fetch-articles): Ditto.
23305         * gnus-art.el (gnus-button-fetch-group): Ditto.
23306         * gnus-cache.el (gnus-cache-generate-active)
23307         (gnus-cache-articles-in-group): Ditto.
23308         * gnus-group.el (gnus-group-set-current-level)
23309         (gnus-group-insert-group-line): Ditto.
23310         * gnus-score.el (gnus-score-set-expunge-below)
23311         (gnus-score-set-mark-below, gnus-summary-score-effect)
23312         (gnus-summary-score-entry): Ditto.
23313         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23314         (gnus-soup-pack): Ditto.
23315         * gnus-spec.el (gnus-xmas-format): Ditto.
23316         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23317         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23318         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23319         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23320         * nndb.el (nndb-get-remote-expire-response): Ditto.
23321         * nndiary.el (nndiary-parse-schedule-value)
23322         (nndiary-string-to-number, nndiary-request-replace-article)
23323         (nndiary-request-article): Ditto.
23324         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23325         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23326         * nneething.el (nneething-make-head): Ditto.
23327         * nnfolder.el (nnfolder-request-article)
23328         (nnfolder-retrieve-headers): Ditto.
23329         * nnheader.el (nnheader-file-to-number): Ditto.
23330         * nnkiboze.el (nnkiboze-request-article): Ditto.
23331         * nnmail.el (nnmail-process-unix-mail-format)
23332         (nnmail-process-babyl-mail-format): Ditto.
23333         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23334         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23335         (nnmh-request-create-group, nnmh-request-list-1)
23336         (nnmh-request-group, nnmh-request-article): Ditto.
23337         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23338         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23339         * nnsoup.el (nnsoup-make-active): Ditto.
23340         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23341         * nntp.el (nntp-find-group-and-number)
23342         (nntp-retrieve-headers-with-xover): Ditto.
23343         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23344         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23345         (pgg-format-key-identifier): Ditto.
23346         * pop3.el (pop3-last, pop3-stat): Ditto.
23347         * qp.el (quoted-printable-decode-region): Ditto.
23348
23349         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23350         of concat.
23351
23352 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23353
23354         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23355
23356         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23357
23358         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23359
23360         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23361
23362         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23363
23364         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23365
23366         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23367         (gnus-carpal-mode): Ditto.
23368
23369         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23370         (gnus-browse-mode): Ditto.
23371
23372         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23373
23374         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23375
23376 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23377
23378         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23379
23380 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23381
23382         * gnus-util.el (gnus-run-mode-hooks): New function.
23383
23384         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23385
23386         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23387         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23388
23389 2005-05-27  Lute Kamstra  <lute@gnu.org>
23390
23391         * dns-mode.el (dns-mode): Specify customization group.
23392
23393 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23394
23395         * gnus-agent.el (gnus-agent-make-mode-line-string):
23396         Use mode-line-highlight as mouse-face.
23397
23398 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23399
23400         * canlock.el (canlock): Change the parent group to news.
23401
23402         * deuglify.el (gnus-outlook-deuglify): Add :group.
23403
23404         * dig.el (dig): Add :group.
23405
23406         * dns-mode.el (dns-mode): Add :group.
23407
23408         * encrypt.el (encrypt): Add :group.
23409
23410         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23411         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23412         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23413         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23414         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23415
23416         * gnus-diary.el (gnus-diary): Add :group.
23417
23418         * gnus.el (gnus-group-news-1-face): Add :group.
23419         (gnus-group-news-1-empty-face): Ditto.
23420         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23421         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23422         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23423         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23424         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23425         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23426         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23427         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23428         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23429         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23430         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23431         (gnus-summary-high-ticked-face): Ditto.
23432         (gnus-summary-low-ticked-face): Ditto.
23433         (gnus-summary-normal-ticked-face): Ditto.
23434         (gnus-summary-high-ancient-face): Ditto.
23435         (gnus-summary-low-ancient-face): Ditto.
23436         (gnus-summary-normal-ancient-face): Ditto.
23437         (gnus-summary-high-undownloaded-face): Ditto.
23438         (gnus-summary-low-undownloaded-face): Ditto.
23439         (gnus-summary-normal-undownloaded-face): Ditto.
23440         (gnus-summary-high-unread-face): Ditto.
23441         (gnus-summary-low-unread-face): Ditto.
23442         (gnus-summary-normal-unread-face): Ditto.
23443         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23444         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23445
23446         * hashcash.el (hashcash): New custom group.
23447         (hashcash-default-payment): Add :group.
23448         (hashcash-payment-alist): Ditto.
23449         (hashcash-default-accept-payment): Ditto.
23450         (hashcash-accept-resources): Ditto.
23451         (hashcash-path): Ditto.
23452         (hashcash-extra-generate-parameters): Ditto.
23453         (hashcash-double-spend-database): Ditto.
23454         (hashcash-in-news): Ditto.
23455
23456         * message.el (message-minibuffer-local-map): Add :group.
23457
23458         * netrc.el (netrc): Add :group.
23459
23460         * sieve-manage.el (sieve-manage-log): Add :group.
23461         (sieve-manage-default-user): Diito.
23462         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23463         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23464         (sieve-manage-authenticators): Ditto.
23465         (sieve-manage-authenticator-alist): Ditto.
23466         (sieve-manage-default-port): Ditto.
23467
23468         * sieve-mode.el (sieve-control-commands-face): Add :group.
23469         (sieve-action-commands-face): Ditto.
23470         (sieve-test-commands-face): Ditto.
23471         (sieve-tagged-arguments-face): Ditto.
23472
23473         * smime.el (smime): Add :group.
23474
23475         * spam-report.el (spam-report): Add :group.
23476
23477         * spam.el (spam, spam-face): Add :group.
23478
23479 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23480
23481         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23482         return \n.\n.\n at the end of articles.  Protect against that.
23483         (nntp-with-open-group): Allow debugging.
23484
23485         * nnheader.el (mail-header-set-extra): Make into a function
23486         because I just could't understand how to quote the list properly.
23487
23488         * dns.el (query-dns-cached): New function.
23489
23490 2005-05-26  Lute Kamstra  <lute@gnu.org>
23491
23492         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23493
23494 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23495
23496         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23497
23498         * gnus-art.el: Don't autoload mail-extract-address-components.
23499
23500         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23501         eval-and-compile to evaluate it.
23502
23503         * hashcash.el: Don't autoload executable-find.
23504
23505         * nndb.el: Don't declare the nndb back end two or more times; don't
23506         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23507
23508         * nntp.el: Autoload format-spec instead of format; use
23509         eval-and-compile to evaluate autoload forms.
23510
23511 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23512
23513         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23514
23515 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23516
23517         * gnus.el (gnus-version-number): Bump version.
23518
23519 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23520
23521         * gnus.el: No Gnus v0.3 is released.
23522
23523 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23524
23525         * lpath.el (featurep): Bind show-nonbreak-escape.
23526
23527 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23528
23529         * gnus-art.el (gnus-article-edit-part): Disable undo.
23530
23531 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23532
23533         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23534         gnus-article-date-lapsed-new-header is t if date timer is active;
23535         skip headers in which the original date value is empty.
23536         (gnus-article-save-original-date): Redefine it as a macro.
23537         (gnus-display-mime): Use it.
23538
23539 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23540
23541         * gnus-art.el (article-date-ut): Support converting date in
23542         forwarded parts as well.
23543         (gnus-article-save-original-date): New function.
23544         (gnus-display-mime): Use it.
23545
23546 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23547
23548         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23549         enclosure element of <item>.
23550
23551 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23552
23553         * message.el (message-kill-buffer-query): Rename from
23554         `message-kill-buffer-query-if-modified'.  Add :version.
23555
23556 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23557
23558         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23559         window layout.
23560
23561 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23562
23563         * mml.el: Autoload dnd when compiling.
23564
23565 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23566
23567         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23568         x-dnd-*.
23569
23570 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23571
23572         * qp.el (quoted-printable-encode-region): Save excursion.
23573
23574 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23575
23576         * message.el (message-kill-buffer-query-if-modified): Add new variable
23577         so the user can kill a modified message buffer quickly.
23578         (message-kill-buffer): Use it.
23579
23580 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * lpath.el: Fbind display-time-event-handler; don't fbind
23583         string-to-multibyte.
23584
23585         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23586
23587 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23588
23589         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23590         contained in text because xml.el decodes entities) with LFs.
23591
23592 2005-04-11  Lute Kamstra  <lute@gnu.org>
23593
23594         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23595         differently.
23596
23597 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23598
23599         * mm-util.el (mm-detect-coding-region): Typo.
23600
23601 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23602
23603         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23604
23605 2005-04-06  Deepak Goel  <deego@gnufans.org>
23606
23607         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23608         user-function allow user modifications of the scores.
23609         (spam-stat-score-buffer-user): New function, to allow
23610         user-computed modifications to the score.
23611         (spam-stat-score-buffer-user-functions): List of additional
23612         scoring functions.
23613         (spam-stat-error-holder): Global temporary error holder.
23614         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23615         variable.
23616
23617 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23618
23619         * gnus-registry.el (gnus-registry-clean-empty-function)
23620         (gnus-registry-trim, gnus-registry-fetch-groups)
23621         (gnus-registry-delete-group): Groups that match
23622         `gnus-registry-ignored-groups' are removed from the registry
23623         entries, not just ignored for splitting.  This helps clean up the
23624         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23625         to get all the groups a message ID is in.
23626
23627         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23628         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23629         (spam-stat-score-buffer-user-functions): Add :number custom type.
23630
23631 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23632
23633         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23634         argument in XEmacs.
23635
23636         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23637         (nnrss-request-group): Decode group name first.
23638         (nnrss-request-article): Make a text/plain article if mml-to-mime
23639         failed.
23640         (nnrss-get-encoding): Return a compatible encoding according to
23641         nnrss-compatible-encoding-alist.
23642         (nnrss-find-el): Use consp instead of listp.
23643         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23644
23645 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23646
23647         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23648         which Emacs 20 doesn't support.
23649         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23650
23651 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23652
23653         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23654         silence the byte compiler inside the defun.
23655
23656         * gnus-demon.el (parse-time-string): Add autoload.
23657
23658         * gnus-delay.el (parse-time-string): Add autoload.
23659
23660         * gnus-art.el (parse-time-string): Add autoload.
23661
23662         * nnultimate.el (parse-time): Require for `parse-time-string'.
23663
23664 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23665
23666         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23667
23668         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23669
23670         * smime.el (smime-ldap-host-list): Add :version.
23671
23672 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23673
23674         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23675         pass it to `gnus-browse-read-group'.
23676         (gnus-browse-read-group): Add NUMBER argument and pass it to
23677         `gnus-group-read-ephemeral-group'.
23678
23679         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23680         argument and pass it to `gnus-group-read-group'.
23681
23682 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23683
23684         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23685         mm-xemacs-find-mime-charset-1 if we have the mule feature
23686         available at runtime.
23687
23688 2005-03-25  Werner Lemberg  <wl@gnu.org>
23689
23690         * nnmaildir.el: Replace `illegal' with `invalid'.
23691
23692 2005-03-23  Lute Kamstra  <lute@gnu.org>
23693
23694         * time-date.el: Add comment on time value formats.
23695         Don't require parse-time.
23696         (with-decoded-time-value): New macro.
23697         (encode-time-value): New function.
23698         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23699         (days-to-time): Return a valid time value when arg is huge.
23700         (time-since): Use time-subtract.
23701         (time-to-number-of-days): Use time-to-seconds.
23702
23703 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23704
23705         * gnus-start.el (gnus-display-time-event-handler):
23706         Check display-time-timer at runtime rather than only at load time
23707         in case display-time-mode is turned off in the mean time.
23708
23709 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23710
23711         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23712         used.
23713
23714         * nneething.el (nneething-map-file-directory): Derive from
23715         `gnus-directory'.
23716
23717         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23718         the To/Cc button.
23719
23720 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23721
23722         * nnmaildir.el (nnmaildir-request-accept-article):
23723         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23724
23725 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23726
23727         * gnus-async.el: Require timer-funcs at compile time when in
23728         XEmacs for `run-with-idle-timer'.
23729
23730 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23731
23732         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23733         autoloaded function.
23734
23735 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23736
23737         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23738
23739 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23740
23741         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23742
23743 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23744
23745         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23746         Add gnus-expert-user to default.
23747
23748 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23749
23750         * nnimap.el (nnimap-open-server): Ditto.
23751
23752         * imap.el (imap-authenticate): Fix typo.
23753
23754 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23755
23756         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23757         buffer (since IMAP server might return FETCH response out of
23758         order, and the nntp buffer must be sorted).
23759
23760 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23761
23762         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23763         comparison on string.
23764
23765         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23766         (gnus-agent-score): Rename category keywords to match gnus-cus.
23767         (gnus-agent-summary-fetch-series): Modify to protect against
23768         gnus-agent-summary-fetch-group clearing processable flags.
23769         (gnus-agent-synchronize-group-flags): Update live group buffer as
23770         synchronization may occur due to the user toggle the plugged
23771         status.
23772         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23773         successfully downloaded.
23774         (gnus-agent-expire-group-1): Avoid using markers when the overview
23775         is in ascending order; greatly improves performance.
23776         (gnus-agent-regenerate-group):
23777         Use gnus-agent-synchronize-group-flags to reset read status in both
23778         gnus and server.
23779         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23780
23781 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23782
23783         * message.el: Don't autoload former message-utils variables.
23784         (message-strip-subject-trailing-was): Change doc string.
23785
23786         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23787         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23788         (nnweb-google-search): Add "hl=en" here.
23789         (nnweb-google-parse-1, nnweb-google-create-mapping):
23790         Don't hardcode URL.
23791
23792 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23793
23794         * message.el (message-get-reply-headers, message-followup):
23795         Mention related variables `message-use-followup-to' and
23796         `message-use-mail-followup-to', in the information buffer.
23797
23798         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23799         of broken groups(-beta).google.com.
23800
23801 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23802
23803         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23804         parameter to invoked gnus-request-move-article; remove the
23805         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23806         all at once instead of once per article.
23807         (gnus-summary-remove-process-mark): Accept a list of articles as
23808         well as a single article for processing.
23809
23810         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23811         parameter.
23812
23813         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23814
23815         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23816
23817         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23818         parameter.
23819
23820         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23821         parameter.
23822
23823         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23824         parameter and remove the gnus-sum-hint-move-is-internal variable.
23825
23826         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23827         parameter.
23828
23829         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23830         parameter.
23831
23832         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23833         parameter.
23834
23835         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23836
23837         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23838         parameter.
23839
23840         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23841         parameter.
23842
23843 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23844
23845         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23846         a more conservative way.
23847
23848 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23849
23850         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23851         buffer, so it moves the window's cursor.
23852
23853 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23854
23855         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23856         `mm-dissect-multipart' and receive the from field as an (optional)
23857         argument from `mm-dissect-multipart'.
23858         (mm-dissect-multipart): Receive the from field as an argument and
23859         pass it on when we call `mm-dissect-buffer' on MIME parts.
23860         Fixes verification/decryption of signed/encrypted MIME parts.
23861
23862 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23863
23864         * gnus-sum.el (gnus-summary-move-article):
23865         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23866         whatever it calls (right now, only nnimap-request-move article
23867         respects it).
23868
23869         * nnimap.el (nnimap-request-move-article):
23870         When gnus-sum-hint-move-is-internal is set, don't do the extra
23871         nnimap-request-article.
23872
23873 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23874
23875         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23876
23877         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23878         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23879
23880         * gnus-sum.el (gnus-summary-caesar-message):
23881         Apply `gnus-treat-article' after rotation.
23882
23883         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23884         doc string.
23885
23886 2005-02-22  Simon Josefsson  <jas@extundo.com>
23887
23888         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23889         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23890         <arne@arnested.dk>.
23891         (encrypt): Add password-cache and password-cache-expiry as group
23892         members.
23893
23894 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23895
23896         * smime.el (smime-ldap-host-list): Doc fix.
23897         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23898         cache) password.
23899         (smime-sign-region): Use it.
23900         (smime-decrypt-region): Use it.
23901         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23902         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23903         fails.
23904         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23905         certificate from DER to PEM format rather than calling openssl.
23906
23907         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23908
23909         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23910         for signing/encryption.
23911
23912         * mml.el (mml-parse-1): Use them.
23913
23914 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23915
23916         * nnrss.el (nnrss-verbose): Remove.
23917         (nnrss-request-group): Use `nnheader-message' instead.
23918
23919 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23920
23921         * nnrss.el (nnrss-verbose): New variable.
23922         (nnrss-request-group): Make it say nnrss is requesting a group.
23923
23924 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23925
23926         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23927         Handle news URL with given port correctly.
23928
23929 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23930
23931         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23932         containing special characters.
23933
23934         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23935
23936         * mml.el (mime-to-mml): Ditto.
23937
23938         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23939         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23940         (rfc2047-decode-region): Quote decoded words containing special
23941         characters when rfc2047-quote-decoded-words-containing-tspecials
23942         is non-nil.
23943
23944 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23945
23946         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23947
23948         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23949
23950 2005-02-15  Simon Josefsson  <jas@extundo.com>
23951
23952         * nnimap.el (nnimap-debug): Doc fix.
23953
23954         * imap.el (imap-debug): Doc fix.
23955
23956 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23957
23958         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23959
23960 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23961
23962         * gnus.el (spam-contents): Improve docs for spam-contents
23963         parameter in its variable incarnation.
23964
23965 2005-02-14  Simon Josefsson  <jas@extundo.com>
23966
23967         * smime-ldap.el: Use require instead of load-library for ldap.
23968         (smime-ldap-search): Indent.
23969         (smime-ldap-search-internal): Shorten line.
23970
23971         * smime.el (smime-cert-by-dns): Add doc-string.
23972         (smime-cert-by-ldap-1): Indent.
23973
23974         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23975         mml-smime-get-dns-ldap.
23976         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23977
23978 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23979
23980         * smime.el: Require smime-ldap.
23981         (smime-ldap-host-list): New variable.
23982         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23983
23984         * mml-smime.el (mml-smime-encrypt-query): New function.
23985         (mml-smime-encrypt-query): Use it.
23986
23987         * smime-ldap.el: New file.
23988
23989 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23990
23991         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23992
23993 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23994
23995         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23996         argument in doc string.  Make query for type more clear.
23997
23998 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23999
24000         * gnus.el (gnus-group-startup-message): Search for gnus images in
24001         etc/images/gnus.
24002         * mm-util.el (mm-image-load-path): Likewise.
24003         * smiley.el (smiley-data-directory): Search for smilies in
24004         etc/images/smilies.
24005
24006 2005-02-09  Kim F. Storm  <storm@cua.dk>
24007
24008         Change Emacs release version from 21.4 to 22.1 throughout.
24009         Change Emacs development version from 21.3.50 to 22.0.50.
24010
24011 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24012
24013         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24014
24015         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24016         non-Mule XEmacs as well.
24017         (mm-decompress-buffer): Signal an error intentionally if it does
24018         not decompress compressed data because auto-compression-mode is
24019         disabled.
24020
24021 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24022
24023         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24024         an ID in the registry even if it has no groups.
24025
24026 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24027
24028         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24029         merge it into mm-decompress-buffer.
24030         (gnus-mime-copy-part): Use the MIME part charset, the value which
24031         a user specified or gnus-newsgroup-charset for decoding, like
24032         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24033         save-buffer what was used.  Suggested by Kevin Ryde
24034         <user42@zip.com.au>.
24035         (gnus-mime-inline-part): Allow the name parameter as well as the
24036         filename parameter; force decompressing of compressed data; always
24037         display contents being not decoded as unibyte.
24038
24039         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24040         as well as the filename parameter.
24041
24042         * mm-util.el (mm-decompress-buffer):
24043         Merge gnus-mime-jka-compr-maybe-uncompress.
24044         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24045         of compressed data.
24046
24047 2005-02-08  Simon Josefsson  <jas@extundo.com>
24048
24049         * imap.el (imap-log): Doc fix.
24050
24051 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24052
24053         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24054         the coding cookies; decompress compressed parts.
24055
24056         * mml.el (mml-generate-mime-1): Add the charset parameter according
24057         to the value which a user specified manually or the coding cookie.
24058
24059         * mm-util.el (mm-string-to-multibyte): New function.
24060         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24061         (mm-coding-system-to-mime-charset): New function.
24062         (mm-decompress-buffer): New function.
24063         (mm-find-buffer-file-coding-system): New function.
24064
24065         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24066         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24067         parts.
24068
24069 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24070
24071         * mm-view.el (mm-display-inline-fontify): Decode a part according
24072         to the charset parameter.
24073
24074 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24075
24076         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24077         prefix arg is neither nil nor a number, as info specifies.
24078
24079 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24080
24081         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24082         timestamps.
24083
24084 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24085
24086         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24087         groups error checking and notify user.
24088
24089 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24090
24091         * message.el (message-send-mail-function): Check existence of
24092         sendmail-program first before using default value
24093         `message-send-mail-with-sendmail'.  Otherwise use more generic
24094         `smtpmail-send-it'.
24095
24096 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24097
24098         * nntp.el (nntp-request-update-info): Always return nil.
24099
24100 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24101
24102         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24103
24104 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24105
24106         * message.el (message-beginning-of-line): Change the behavior when
24107         invoked between BOL and : so that it first moves backward.
24108
24109 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24110
24111         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24112         article buffer when editing of the article is discarded.
24113         (gnus-article-prepare): Revert.
24114
24115 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24116
24117         * gnus-art.el (gnus-article-prepare):
24118         Remove message-strip-forbidden-properties from the local hook.
24119
24120 2005-01-27  Simon Josefsson  <jas@extundo.com>
24121
24122         * password.el (password-cache-add): Only start one timer per key.
24123         Reported by Derek Atkins <warlord@MIT.EDU>.
24124
24125 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24126
24127         * run-at-time.el: Remove.  It is no longer needed as
24128         timer-funcs.el in the xemacs-base package has a working version of
24129         `run-at-time'.
24130
24131         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24132
24133         * password.el: Require timer-funcs instead of run-at-time in
24134         XEmacs.
24135         Remove `password-run-at-time' macro.
24136         (password-cache-add): Use `run-at-time' instead of
24137         `password-run-at-time'.
24138
24139         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24140         Remove `nnheader-cancel-function-timers' alias,
24141         `cancel-function-timers' exists in XEmacs in timer-funcs.
24142
24143         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24144         for `run-with-idle-timer'.
24145
24146         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24147         for `run-at-time'.
24148
24149         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24150         for `with-timeout'.
24151
24152         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24153         the same as for XEmacs 21.4.
24154         No need to ignore `run-with-idle-timer', this function exists in
24155         XEmacs now in timer-funcs.el in the xemacs-base package.
24156         (dgnushack-compile): No need to delete
24157         run-at-time.el from the list of files to compile because it
24158         doesn't exist anymore.
24159
24160 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24161
24162         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24163         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24164
24165 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24166
24167         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24168         sensitively.
24169
24170 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24171
24172         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24173
24174 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24175
24176         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24177         which will be inserted according to the multibyteness of a buffer
24178         rather than the type of contents.  Suggested by ARISAWA Akihiro
24179         <ari@mbf.ocn.ne.jp>.
24180
24181         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24182         of string which old xml.el may return rather than a string.
24183
24184 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24185
24186         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24187
24188 2005-01-16  Simon Josefsson  <jas@extundo.com>
24189
24190         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24191         idn/idna.el isn't available.
24192         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24193         <michael@waxrat.com>.
24194
24195         * hashcash.el: Remove non-FSF copyright header.
24196
24197         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24198         (hashcash-generate-payment): Use it.
24199         (hashcash-generate-payment-async): Use it.
24200
24201 2005-01-15  Simon Josefsson  <jas@extundo.com>
24202
24203         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24204         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24205
24206         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24207         gnus-summary-idna-message.
24208         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24209         (gnus-summary-idna-message): New function.
24210
24211 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24212
24213         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24214         gnus-novice-user.
24215
24216 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24217
24218         * nnrss.el (nnrss-request-delete-group): Delete entries in
24219         nnrss-group-alist as well.
24220         (nnrss-save-server-data): Insert newline.
24221
24222 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24223
24224         * gnus.el (gnus-user-agent): Use list of symbols instead of
24225         symbols.  Display full version number for (S)XEmacs.
24226         Optionally display (S)XEmacs codename.
24227
24228         * gnus-util.el (gnus-emacs-version): Update for new
24229         `gnus-user-agent'.
24230
24231         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24232         Gnus version.
24233
24234 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24235
24236         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24237         which is unreadable in some setups.
24238
24239 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24240
24241         * gnus-spec.el (gnus-update-format-specifications): Flush the
24242         group format spec cache if it doesn't support decoded group names.
24243
24244 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24245
24246         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24247         Allow to apply decay on score files matching a regexp.
24248
24249 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24250
24251         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24252         compatibility in %g and %c.
24253
24254 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24257         name for only %g and %c.
24258         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24259         of gnus-tmp-group to decoded group name.
24260         (gnus-group-make-rss-group): Exclude `/'s from group names.
24261
24262 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24263
24264         * nnrss.el (nnrss-get-encoding): Fix regexp.
24265
24266 2004-12-27  Simon Josefsson  <jas@extundo.com>
24267
24268         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24269         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24270         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24271
24272 2004-12-17  Kim F. Storm  <storm@cua.dk>
24273
24274         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24275
24276         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24277
24278 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24279
24280         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24281
24282 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24283
24284         * nnrss.el: Require rfc2047 and mml.
24285         (nnrss-file-coding-system): New variable.
24286         (nnrss-format-string): Redefine it as an inline function.
24287         (nnrss-decode-group-name): New function.
24288         (nnrss-string-as-multibyte): Remove.
24289         (nnrss-retrieve-headers): Decode group name; don't use
24290         nnrss-format-string.
24291         (nnrss-request-group): Decode group name.
24292         (nnrss-request-article): Decode group name; allow a Message-ID as
24293         well as an article number; don't use nnrss-format-string; encode a
24294         Message-ID string which may contain non-ASCII characters; use
24295         mml-to-mime to compose a MIME article.
24296         (nnrss-request-expire-articles): Decode group name.
24297         (nnrss-request-delete-group): Decode group name.
24298         (nnrss-fetch): Clarify error message.
24299         (nnrss-read-server-data): Use insert-file-contents instead of load;
24300         bind file-name-coding-system; use multibyte buffer.
24301         (nnrss-save-server-data): Bind coding-system-for-write to the
24302         value of nnrss-file-coding-system; bind file-name-coding-system;
24303         add coding cookie.
24304         (nnrss-read-group-data): Use insert-file-contents instead of load;
24305         bind file-name-coding-system; use multibyte buffer.
24306         (nnrss-save-group-data): Bind coding-system-for-write to the
24307         value of nnrss-file-coding-system; bind file-name-coding-system.
24308         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24309         make it work with non-ASCII text.
24310         (nnrss-find-el): Make it work with old xml.el as well.
24311
24312 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24313
24314         * nnrss.el (nnrss-get-encoding): New function.
24315         (nnrss-fetch): Use unibyte buffer initially; bind
24316         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24317         decode contents according to the encoding attribute.
24318         (nnrss-save-group-data): Add coding cookie.
24319         (nnrss-mime-encode-string): New function.
24320         (nnrss-check-group): Use it to encode subject and author.
24321
24322 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24323
24324         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24325         imaginary variable.
24326
24327 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24328
24329         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24330         correctly even if there are wide characters.
24331
24332 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24333
24334         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24335         downcased symbol names; make a new cache instead of reusing
24336         bbdb-hashtable.
24337
24338 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24339
24340         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24341         concatenating segments rather than before concatenating them.
24342         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24343
24344         * message.el (message-get-reply-headers): Bind `extra'.
24345
24346 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24347
24348         * message.el (message-extra-wide-headers): New variable.
24349         (message-get-reply-headers): Use it.
24350
24351 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24352
24353         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24354         (gnus-agent-group-pathname): Ditto.
24355
24356         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24357
24358         * gnus-group.el (gnus-group-make-group): Decode group name.
24359         (gnus-group-make-rss-group): Register the group data after opening
24360         the nnrss group.
24361
24362 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24363
24364         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24365         by expiry now get marked as read.
24366
24367 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24368
24369         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24370
24371 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24372
24373         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24374         unify Latin characters in XEmacs.
24375         (mm-find-mime-charset-region): Use it.
24376
24377 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24378
24379         * gnus-util.el (gnus-delete-directory): New function.
24380
24381         * gnus-agent.el (gnus-agent-delete-group): Use it.
24382
24383         * gnus-cache.el (gnus-cache-delete-group): Use it.
24384
24385 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24386
24387         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24388         names.
24389
24390 2004-12-16  Simon Josefsson  <jas@extundo.com>
24391
24392         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24393
24394 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24395
24396         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24397
24398         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24399         (gnus-group-set-current-level): Decode group name.
24400
24401 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24402
24403         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24404         failed.
24405
24406 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24407
24408         * gnus-group.el (gnus-group-delete-group): Decode group name.
24409         (gnus-group-make-rss-group): Encode group name.
24410         (gnus-group-catchup-current): Decode group name.
24411         (gnus-group-kill-group): Decode group name.
24412
24413 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24414
24415         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24416
24417 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24418
24419         * gnus-group.el (gnus-group-make-rss-group):
24420         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24421
24422         * gnus-start.el (gnus-setup-news): Honor user's setting to
24423         gnus-message-archive-method.  Suggested by Lute Kamstra
24424         <lute@gnu.org>.
24425
24426 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24427
24428         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24429         global counterparts of the buffer-local variables.
24430
24431 2004-11-16  Romain Francoise  <romain@orebokech.com>
24432
24433         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24434         counterparts of the buffer-local variables.
24435
24436 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24437
24438         * message.el (message-forbidden-properties): Fix typo in doc
24439         string.
24440
24441 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24442
24443         * gnus-util.el (gnus-replace-in-string): Add doc string.
24444
24445         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24446         to avoid problems when splitting mails with many recipients.
24447
24448 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24449
24450         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24451         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24452
24453 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24454
24455         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24456         if there is no hashtable in memory or file modification time is
24457         newer than cached timestamp.
24458
24459 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24460
24461         * gnus-sum.el (gnus-summary-limit-to-recipient):
24462         Implement not-matching option.
24463
24464 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24465
24466         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24467         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24469         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24470         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24471         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24472
24473 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24474
24475         * message.el (message-forward-make-body-mml): Remove headers
24476         according to message-forward-ignored-headers if a message is decoded.
24477
24478 2004-12-02  Romain Francoise  <romain@orebokech.com>
24479
24480         * message.el (message-forward-make-body-plain): Always remove
24481         headers according to message-forward-ignored-headers.
24482
24483 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24484
24485         * spam.el (spam-summary-prepare-exit): Remove the
24486         gnus-summary-limit pop for now, it has problems with ham marks for
24487         me.
24488
24489 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24490
24491         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24492         correctly.
24493
24494 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24495
24496         * format-spec.el (format-spec): Message the char.
24497
24498 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24499
24500         * gnus-art.el (gnus-split-methods): Reformat comments.
24501
24502         * spam.el (spam-summary-prepare-exit): Remove article limits
24503         before exiting the summary buffer.
24504
24505 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24506
24507         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24508         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24509
24510         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24511         order to silence the byte compiler.
24512
24513         * spam.el: Fix the way to silence the byte compiler, which
24514         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24515         bbdb-search-simple, spam-BBDB-register-routine,
24516         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24517         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24518         spam-stat-buffer-is-spam, spam-stat-load,
24519         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24520         spam-stat-save and spam-stat-split-fancy.
24521
24522 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24523
24524         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24525         which may confuse users.
24526         (canlock-password-for-verify): Ditto.
24527
24528         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24529
24530         * gnus-art.el (gnus-emphasis-alist): Ditto.
24531
24532         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24533
24534         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24535
24536         * gnus-start.el (gnus-save-killed-list): Ditto.
24537
24538         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24539         (gnus-sum-thread-tree-root): Ditto.
24540         (gnus-sum-thread-tree-false-root): Ditto.
24541         (gnus-sum-thread-tree-single-indent): Ditto.
24542
24543         * message.el (message-courtesy-message): Ditto.
24544         (message-archive-note): Ditto.
24545         (message-subscribed-address-file): Ditto.
24546         (message-user-fqdn): Ditto.
24547
24548         * spam-report.el (spam-report-gmane-regex): Ditto.
24549
24550         * spam.el (spam-blackhole-good-server-regex): Ditto.
24551
24552 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24553
24554         * mml.el (mml-preview): Widen the message buffer before copying
24555         the contents to the preview buffer; sort headers before previewing.
24556
24557         * message.el (message-hidden-headers): Fix the way to avoid a bug
24558         in the `repeat' widget in Emacs 21.3 or earlier.
24559
24560 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24561
24562         * message.el (message-hidden-headers): Default to "^References:".
24563         Improve customization type.  Suggested by Reiner Steib
24564         <Reiner.Steib@gmx.de>.
24565
24566 2004-11-25  Romain Francoise  <romain@orebokech.com>
24567
24568         * message.el (message-strip-forbidden-properties): Remove check for
24569         obsolete `message-hidden' text property, hidden headers are not
24570         accessible in the buffer anymore.
24571
24572 2004-11-22  Romain Francoise  <romain@orebokech.com>
24573
24574         * message.el (message-header-format-alist): Add `From' in list
24575         so that it can be sorted.
24576         (message-fix-before-sending): Widen and sort headers before
24577         sending.
24578         (message-hide-headers): Use narrowing to hide headers by moving
24579         them to the top of the buffer and narrowing to the region
24580         underneath.
24581
24582 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24583
24584         * message.el (message-strip-forbidden-properties):
24585         Bind buffer-read-only (etc) to nil.
24586
24587 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24588
24589         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24590         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24591
24592 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24593
24594         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24595
24596 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24597
24598         * dns.el (query-dns): Use sit-for to time instead of
24599         accept-process-output, since that doesn't seem to work on udp
24600         sockets.
24601
24602 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24603
24604         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24605
24606 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24607
24608         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24609         doc string.  Improve doc string.
24610
24611 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24612
24613         * nntp.el (nntp-request-update-info): Return nil if
24614         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24615         may not call gnus-activate-group which uselessly issues the GROUP
24616         commands for all nntp groups and wastes time.  Reported by Romain
24617         Francoise <romain@orebokech.com>.
24618
24619         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24620
24621 2004-11-15  Simon Josefsson  <jas@extundo.com>
24622
24623         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24624         headers separately.
24625         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24626         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24627
24628 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24629
24630         * gnus-start.el (gnus-convert-old-newsrc):
24631         Assign legacy-gnus-agent to 5.10.7.
24632
24633 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24634
24635         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24636         start of the lines.
24637
24638 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24639
24640         * hashcash.el (hashcash-default-payment): Change default to 20.
24641         (hashcash-default-accept-payment): Change default to 20.
24642         (hashcash-process-alist): New variable.
24643         (hashcash-generate-payment-async): Add.
24644         (hashcash-already-paid-p): Add.
24645         (hashcash-insert-payment): Don't generate payments twice.
24646         (hashcash-insert-payment-async): Add.
24647         (hashcash-insert-payment-async-2): Add.
24648         (hashcash-cancel-async): Add.
24649         (hashcash-wait-async): Add.
24650         (hashcash-processes-running-p): Add.
24651         (hashcash-wait-or-cancel): Add.
24652         (mail-add-payment): New optional argument.  Conditionally start
24653         asynchronous calculation.
24654         (mail-add-payment-async): Add.
24655
24656         * message.el (message-send-mail): Wait for asynchronous hashcash
24657         results.  Don't clobber existing X-Hashcash headers.
24658         (message-setup-1): Call mail-add-payment-async when
24659         message-generate-hashcash is non-nil.
24660
24661 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24662
24663         * message.el (message-use-alternative-email-as-from): Examine the
24664         From header as well; use message-make-from in order to include a
24665         user's full name.
24666
24667 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24668
24669         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24670         default; improve customization type.
24671         (gnus-emphasis-custom-with-format): New macro.
24672         (gnus-emphasis-custom-value-to-external): New function.
24673         (gnus-emphasis-custom-value-to-internal): New function.
24674
24675 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24676
24677         * dns.el (query-dns): Resolve reverse addresses.
24678
24679 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24680
24681         * gnus-group.el (gnus-group-get-new-news): Use it.
24682
24683         * gnus-start.el (gnus-check-reasonable-setup): New function.
24684
24685 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24686
24687         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24688         "Args out of range" error.  Reported by Arnaud Giersch
24689         <arnaud.giersch@free.fr>.
24690
24691 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24692
24693         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24694
24695 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24696
24697         * spam.el (spam group): Add :version.
24698
24699         * pgg-def.el (pgg group): Add :version.
24700
24701 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24702
24703         * gnus-art.el (gnus-article-edit-article): Don't associate the
24704         article buffer with a draft file.  This is a temporary measure
24705         against the 2004-08-22 change to gnus-article-edit-mode.
24706
24707 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24708
24709         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24710         (html2text-format-tags): Remove unused variable `attr'.
24711
24712 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24713
24714         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24715
24716         * tls.el (tls-process-connection-type, tls-success)
24717         (tls-certtool-program): Add :version.
24718
24719         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24720         (starttls-extra-arguments, starttls-process-connection-type)
24721         (starttls-connect, starttls-failure, starttls-success): Add :version.
24722
24723         * spam-stat.el (spam-stat): Add :version.
24724
24725         * sieve.el (sieve): Add :version.
24726
24727         * sha1.el (sha1): Add :version.
24728         (sha1-use-external): Remove redundant version.
24729
24730         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24731         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24732         (nnmail-split-fancy-match-partial-words)
24733         (nnmail-split-lowercase-expanded): Add :version.
24734
24735         * nndiary.el (nndiary): Add :version.
24736
24737         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24738
24739         * mml-sec.el (mml-default-sign-method)
24740         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24741         Add :version.
24742
24743         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24744
24745         * mm-url.el (mm-url-use-external, mm-url-program)
24746         (mm-url-arguments): Add :version.
24747
24748         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24749         (mm-attachment-file-modes, mm-decrypt-option)
24750         (mm-w3m-safe-url-regexp): Add :version.
24751
24752         * message.el (message-cite-prefix-regexp)
24753         (message-sendmail-envelope-from, message-minibuffer-local-map)
24754         (message-user-fqdn, message-completion-alist): Add :version.
24755
24756         * gnus-win.el (gnus-configure-windows-hook)
24757         (gnus-use-frames-on-any-display): Add :version.
24758
24759         * gnus-art.el (gnus-article-address-banner-alist)
24760         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24761         (gnus-treat-from-picon, gnus-treat-mail-picon)
24762         (gnus-treat-x-pgp-sig): Add :version.
24763
24764         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24765         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24766         (gnus-summary-article-delete-hook)
24767         (gnus-summary-display-while-building): Add :version.
24768
24769         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24770         (gnus-get-top-new-news-hook): Add :version.
24771
24772         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24773         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24774
24775         * gnus-registry.el (gnus-registry): Add :version.
24776
24777         * gnus-spec.el (gnus-use-correct-string-widths)
24778         (gnus-make-format-preserve-properties): Add :version.
24779
24780         * gnus.el (gnus-group-charter-alist)
24781         (gnus-group-fetch-control-use-browse-url)
24782         (gnus-install-group-spam-parameters): Add :version.
24783
24784         * gnus-diary.el (gnus-diary): Add :version.
24785
24786         * gnus-delay.el (gnus-delay): Add :version.
24787
24788         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24789         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24790         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24791         Add :version.
24792
24793         * gnus-agent.el (gnus-agent-max-fetch-size)
24794         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24795         (gnus-agent-prompt-send-queue): Add :version.
24796
24797         * deuglify.el (gnus-outlook-deuglify): Add :version.
24798
24799         * html2text.el: Beautify code.  Improve doc strings.
24800         Some checkdoc cleanup.
24801         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24802
24803 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24804
24805         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24806
24807 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24808
24809         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24810         when package is loaded.
24811
24812         * spam.el (spam-summary-score-preferred-header): Add global preference
24813         for people who want to override the default SpamAssassin over
24814         Bogofilter preference (when both are set).
24815         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24816         (spam-user-format-function-S):
24817         Check spam-summary-score-preferred-header.
24818         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24819         (spam-user-format-function-S): Format the score correctly.
24820
24821 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24824         signature file.  Suggested by Manoj Srivastava
24825         <srivasta@golden-gryphon.com>.
24826
24827         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24828         iso-2022-jp even in the Japanese language environment.
24829         Suggested by Jason Rumney <jasonr@gnu.org>.
24830
24831 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24832
24833         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24834         use the same characters as the dummy marks; make it free from
24835         getting affected by the language environment.
24836         (gnus-summary-read-group-1): Update mark positions only when the
24837         format spec is updated.
24838
24839         * gnus-spec.el (gnus-update-format-specifications): Return a list
24840         of updated types.
24841
24842 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24843
24844         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24845         of boundp to check if display-warning is available.
24846
24847 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24848
24849         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24850
24851 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24852
24853         * nnspool.el (nnspool-spool-directory): Use news-path if the
24854         news-directory variable is not bound.
24855
24856         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24857         function instead of display-warning if it is not available.
24858
24859 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24860
24861         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24862         v5-10: Use `point-at-bol'.
24863
24864 2004-10-26  Simon Josefsson  <jas@extundo.com>
24865
24866         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24867         <chenggao@gmail.com>.
24868
24869 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24870
24871         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24872         instead.
24873
24874 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24875
24876         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24877         to remove a server from the nnimap-server-buffer-alist.
24878         (nnimap-open-connection, nnimap-close-server): Use it.
24879
24880         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24881
24882 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24883
24884         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24885         running the major-mode function.
24886
24887 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24888
24889         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24890         dummy marks in the right way.
24891
24892 2004-10-18  David Edmondson  <dme@dme.org>
24893
24894         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24895         excessively.
24896
24897 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24898
24899         * gnus-util.el (gnus-split-references): Accept a nil references
24900         string and go on blissfully.
24901
24902         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24903         cases where the references string is non-nil but has no references.
24904
24905         * encrypt.el: Add autoload tags.
24906
24907         * spam.el (spam-resolve-registrations-routine): Remove article
24908         from unregistration list too.  Reported by David Hanak
24909         <dhanak@isis.vanderbilt.edu>
24910
24911 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24912
24913         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24914         nil.  Change custom type.
24915
24916 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24917
24918         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24919
24920         * gnus-sum.el (gnus-summary-move-article): Use it.
24921
24922 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24923
24924         * encrypt.el: Add autoload cookies.
24925
24926         * spam.el (spam-backend-article-list-property)
24927         (spam-backend-get-article-todo-list)
24928         (spam-backend-put-article-todo-list)
24929         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24930         Resolve registrations separately.
24931         (spam-register-routine): Format comments.
24932         (spam-unregister-routine, spam-register-routine): Always call with
24933         specific-articles, no default list.
24934         (spam-summary-prepare-exit): Use the spam-classifications function.
24935
24936         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24937         gnus-encrypt.el.
24938
24939         * encrypt.el: Copied from gnus-encrypt.el.
24940
24941         * gnus-encrypt.el: Commented that it's obsolete.
24942
24943 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24944
24945         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24946         (gnus-score-save): Use it.
24947
24948         * message.el (message-bury): Use `window-dedicated-p'.
24949
24950 2004-10-15  Simon Josefsson  <jas@extundo.com>
24951
24952         * pop3.el (top-level): Don't require nnheader.
24953         (pop3-read-timeout): Add.
24954         (pop3-accept-process-output): Add.
24955         (pop3-read-response, pop3-retr): Use it.
24956
24957 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24958
24959         * spam.el (spam-register-routine): Move comment.
24960         (spam-verify-bogofilter): Use 'unknown for the initial
24961         spam-bogofilter-valid state, not 'never.
24962
24963         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24964         for netrc-machine.
24965
24966         * nnimap.el (nnimap-open-connection):
24967         Use netrc-machine-user-or-password.
24968
24969 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24970
24971         * gnus-registry.el (gnus-registry-unload-hook):
24972         Set as a variable with add-hook.
24973
24974         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24975         of news-path.
24976
24977         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24978
24979         * spam.el: Delete duplicate `provide'.
24980         (spam-unload-hook): Set as a variable with add-hook.
24981
24982 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24983
24984         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24985         in the doc string.
24986
24987         * message.el (message-ignored-news-headers)
24988         (message-ignored-supersedes-headers)
24989         (message-ignored-resent-headers)
24990         (message-forward-ignored-headers): Improve custom type.
24991
24992 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24993
24994         * message.el (message-tokenize-header): Fix 2004-09-06 change
24995         which used point-min in the wrong place.
24996
24997 2004-10-12  Simon Josefsson  <jas@extundo.com>
24998
24999         * tls.el (tls-certtool-program): New variable.
25000         (tls-certificate-information): New function, based on
25001         ssl-certificate-information.
25002
25003 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25004
25005         * compface.el: Move the version of ELisp-based uncompface program
25006         to the contrib directory because of the copyright problem.
25007
25008 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25009
25010         * message.el (message-kill-buffer): Raise the current frame.
25011
25012 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25013
25014         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25015
25016         * gnus.el (message-y-or-n-p): Autoload.
25017
25018         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25019         (pop3-password-required, pop3-authentication-scheme)
25020         (pop3-leave-mail-on-server): Make customizable.
25021         (pop3): New custom group.
25022         (pop3-retr): Remove `sleep-for' statements.
25023         Suggested by Dave Love <fx@gnu.org>.
25024
25025         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25026         Windows/DOS.
25027
25028         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25029         (imap-parse-body): Fix incorrect use of `assert'.
25030         Suggested by Dave Love <fx@gnu.org>.
25031
25032         * mml.el (mml-minibuffer-read-disposition): Require match.
25033         Suggested by Dave Love <fx@gnu.org>.
25034
25035 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25036
25037         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25038         doc string.
25039
25040 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25041
25042         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25043
25044 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25045
25046         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25047         instead of calling `mm-insert-inline', to decode text/* parts
25048         before displaying them.
25049
25050 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25051
25052         * mm-uu.el (mm-uu-text-plain-type): New variable.
25053         (mm-uu-pgp-signed-extract-1): Use it.
25054         (mm-uu-pgp-encrypted-extract-1): Use it.
25055         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25056         bind mm-uu-text-plain-type with that value.
25057         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25058         mm-uu-dissect.
25059
25060 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25061
25062         * gnus-group.el (gnus-update-group-mark-positions):
25063         * gnus-sum.el (gnus-update-summary-mark-positions):
25064         * message.el (message-check-news-body-syntax):
25065         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25066         of string-as-multibyte.
25067
25068 2004-10-05  Juri Linkov  <juri@jurta.org>
25069
25070         * gnus-group.el (gnus-update-group-mark-positions):
25071         * gnus-sum.el (gnus-update-summary-mark-positions):
25072         * message.el (message-check-news-body-syntax):
25073         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25074         8-bit unibyte values to a multibyte string for search functions.
25075
25076 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25077
25078         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25079         (mm-uu-dissect-text-parts): New function.
25080
25081         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25082         dissect text parts.
25083
25084         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25085         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25086
25087         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25088
25089         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25090         Use gnus-current-topics instead of gnus-current-topic.
25091
25092 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25093
25094         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25095
25096 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25097
25098         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25099         where appropriate.
25100
25101         * nnml.el (nnml-generate-active-info): do.
25102
25103         * nndiary.el (nndiary-generate-active-info): do.
25104
25105         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25106         (gnus-topic-move): do.
25107
25108         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25109         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25110
25111         * gnus-srvr.el (gnus-server-prepare)
25112         (gnus-server-open-all-servers): do.
25113
25114         * gnus-msg.el (gnus-summary-cancel-article)
25115         (gnus-summary-resend-message)
25116         (gnus-summary-mail-crosspost-complaint): do.
25117
25118         * gnus-move.el (gnus-change-server): do.
25119
25120         * gnus-group.el (gnus-group-unmark-all-groups)
25121         (gnus-group-set-current-level): do.
25122
25123 2004-10-04  Simon Josefsson  <jas@extundo.com>
25124
25125         * message.el (message-generate-hashcash): Doc fix.
25126
25127 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25128
25129         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25130         avoid infinite recursion via gnus-get-function.
25131
25132 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25133
25134         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25135
25136         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25137
25138         * nnmail.el (nnmail-split-history): do.
25139
25140         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25141         (nnml-request-delete-group): do.
25142
25143         * nnslashdot.el (nnslashdot-read-groups): do.
25144
25145         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25146         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25147
25148         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25149         (nnspool-sift-nov-with-sed): Use last.
25150         (nnspool-retrieve-headers-with-nov): Use mapc.
25151         (nnspool-request-newgroups): Use dolist.
25152         (nnspool-request-group): Use last.
25153
25154         * nntp.el (nntp-read-server-type): Use dolist.
25155
25156         * nnvirtual.el (nnvirtual-create-mapping)
25157         (nnvirtual-update-read-and-marked): Use dolist.
25158         (nnvirtual-convert-headers): Simplify.
25159
25160 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25161
25162         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25163         Add support for sync'ing tick marks.
25164
25165 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25166
25167         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25168         there's no visible header.
25169
25170 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25171
25172         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25173         When necessary, pass full group name to gnus-request-set-marks.
25174
25175 2004-10-01  Simon Josefsson  <jas@extundo.com>
25176
25177         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25178         acroread.
25179
25180 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25181
25182         * spam-report.el (spam-report-gmane): Fix interactive.
25183
25184         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25185
25186         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25187         when writing file.
25188         (gnus-agent-synchronize-flags): Don't default to being
25189         interactive.
25190
25191 2004-09-30  Simon Josefsson  <jas@extundo.com>
25192
25193         * message.el (message-generate-hashcash): Add.
25194         (message-send-mail): Use it, call mail-add-payment.
25195
25196 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25197
25198         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25199
25200 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25201
25202         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25203         gnus-requst-update-info with explicit code to sync the in-memory
25204         info read flags with the marks being sync'd to the backend.
25205
25206         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25207
25208 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25209
25210         * spam.el (spam-verify-bogofilter): Add new function.
25211         (spam-check-bogofilter)
25212         (spam-bogofilter-register-with-bogofilter): Use it.
25213         (spam-verify-bogofilter): Add small fixes.
25214
25215 2004-09-28  Simon Josefsson  <jas@extundo.com>
25216
25217         * hashcash.el (hashcash-generate-payment): Revert.
25218
25219 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25220
25221         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25222         Use gnus-extract-references instead of gnus-split-references.
25223
25224         * gnus-util.el (gnus-extract-references): Add new function, analogous
25225         to gnus-split-references but extracts only the message-ID without
25226         anything extra.
25227
25228         * hashcash.el (hashcash-generate-payment)
25229         (hashcash-check-payment): Do the right thing if hashcash-path is
25230         nil (because the hashcash program could not be found).
25231
25232         * spam.el (spam-use-hashcash): Remove comment.
25233
25234 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25235
25236         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25237         (gnus-cache-enter-article, gnus-cache-remove-article)
25238         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25239
25240         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25241
25242         * gnus-art.el (article-hide-boring-headers)
25243         (article-translate-strings, article-display-face)
25244         (gnus-article-mime-match-handle-first)
25245         (gnus-article-highlight-headers)
25246         (gnus-article-add-buttons-to-head): do.
25247
25248 2004-09-27  Simon Josefsson  <jas@extundo.com>
25249
25250         * hashcash.el: New version, from
25251         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25252         ../contrib/.
25253
25254 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25255
25256         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25257
25258 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25259
25260         * gnus-dup.el (gnus-dup-open): Use mapc.
25261         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25262
25263         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25264         Reported by Stefan Wiens <s.wi@gmx.net>.
25265
25266         * gnus.el (gnus-shutdown): Use dolist.
25267
25268         * gnus-undo.el (gnus-undo): Use mapc.
25269
25270         * nnrss.el (nnrss-generate-active): do.
25271
25272         * message.el (message-cite-original-without-signature)
25273         (message-cite-original): Use mapc.
25274         (message-do-actions, message-make-forward-subject): Use dolist.
25275
25276 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25277
25278         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25279         deletion to remove entire duplicate line.  Fixes merged article
25280         number bug.
25281
25282 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25283
25284         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25285         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25286         first ask if you want to open a server and then, even when you
25287         responded with no, asking if you want to synchronize the server's
25288         flags.
25289         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25290         multi-line expressions.
25291         (gnus-agent-synchronize-group-flags): New internal function.
25292         Updates marks in memory (in the info structure) AND in the
25293         backend.
25294
25295         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25296
25297         * nnagent.el (nnagent-request-set-mark):
25298         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25299         method, to ensure that synchronization updates marks in the
25300         backend and in the info (in memory) structure.
25301
25302 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25303
25304         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25305         convention fully; don't miss the root article of a thread; make
25306         the X-Draft-From header with correct article numbers.
25307
25308 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25309
25310         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25311         unless plugged.  Disable the agent so that an open failure causes
25312         an error.
25313
25314         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25315         Revert 2004-09-21 change.  The backend must be opened while
25316         synchronizing flags even when the backend stores the flags
25317         locally.
25318
25319 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25320
25321         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25322         in `header' match.  Reported by Svend Tollak Munkejord.
25323
25324         * message.el (message-cite-original): Fix use of
25325         `message-cite-articles-with-x-no-archive'.
25326
25327 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25328
25329         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25330         (gnus-window-to-buffer): Ditto.
25331
25332         * mml.el (mml-preview-buffer): New variable.
25333         (mml-preview): Manage window layout with gnus-buffer-configuration.
25334
25335         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25336         X-Draft-From header even if those articles aren't quoted.
25337
25338 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25339
25340         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25341         (gnus-request-set-mark, gnus-request-update-mark): Use new
25342         g-s-t-u-l-m to decide to use backend even when unplugged.
25343
25344 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25345
25346         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25347         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25348
25349 2004-09-20  Simon Josefsson  <jas@extundo.com>
25350
25351         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25352         "utf-16-le".
25353
25354 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25355
25356         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25357
25358 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25359
25360         * uudecode.el (uudecode-use-external): Add :version.
25361
25362         * smime.el (smime-CA-file, smime-encrypt-cipher)
25363         (smime-dns-server): Add :version.
25364
25365         * smiley.el (gnus-smiley-file-types): Add :version.
25366
25367         * sha1.el (sha1-use-external): Add :version.
25368
25369         * pgg-def.el (pgg-query-keyserver): Add :version.
25370
25371         * nnmail.el (nnmail-fancy-expiry-targets)
25372         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25373         Add :version.
25374
25375         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25376         (nnimap-retrieve-groups-asynchronous): Add :version.
25377         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25378
25379         * mml.el (mml-content-disposition-parameters)
25380         (mml-insert-mime-headers-always): Add :version.
25381
25382         * mm-util.el (mm-coding-system-priorities): Add :version.
25383
25384         * mm-decode.el (mm-inline-text-html-with-images)
25385         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25386         (mm-verify-option): Add :version.
25387         (mm-text-html-renderer): Change :version.
25388
25389         * message.el (message-fcc-externalize-attachments)
25390         (message-required-headers, message-draft-headers)
25391         (message-subject-trailing-was-query)
25392         (message-subject-trailing-was-ask-regexp)
25393         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25394         (message-mark-insert-end, message-archive-header)
25395         (message-archive-note, message-cross-post-default)
25396         (message-cross-post-note, message-followup-to-note)
25397         (message-cross-post-note-function, message-use-mail-followup-to)
25398         (message-subscribed-address-functions)
25399         (message-subscribed-address-file, message-subscribed-addresses)
25400         (message-subscribed-regexps, message-allow-no-recipients)
25401         (message-yank-cited-prefix, message-signature-insert-empty-line)
25402         (message-hidden-headers, message-hierarchical-addresses)
25403         (message-mail-user-agent, message-use-idna)
25404         (message-valid-fqdn-regexp)
25405         (message-strip-special-text-properties, message-header-synonyms)
25406         (message-beginning-of-line, message-tab-body-function): Add :version.
25407         (message-insert-canlock, message-wide-reply-confirm-recipients):
25408         Change :version.
25409
25410         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25411         and :version.
25412         (mail-source-delete-old-incoming-confirm)
25413         (mail-source-movemail-program): Add :version.
25414
25415         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25416         (gnus-agent-cache, gnus-agent): Change :version.
25417
25418         * gnus-util.el (gnus-use-byte-compile): Change :version.
25419
25420         * gnus-sum.el (gnus-summary-make-false-root-always)
25421         (gnus-summary-default-high-score)
25422         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25423         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25424         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25425         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25426         (gnus-sum-thread-tree-single-indent)
25427         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25428         (gnus-sum-thread-tree-leaf-with-other)
25429         (gnus-sum-thread-tree-single-leaf): Add :version.
25430         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25431         (gnus-article-loose-mime): Change :version.
25432
25433         * gnus-start.el (gnus-backup-startup-file)
25434         (gnus-save-startup-file-via-temp-buffer): Add :version.
25435
25436         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25437         (gnus-server-offline-face): Add :version.
25438
25439         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25440
25441         * gnus-msg.el (gnus-gcc-externalize-attachments)
25442         (gnus-debug-files, gnus-debug-exclude-variables)
25443         (gnus-discouraged-post-methods): Change :version.
25444         (gnus-confirm-mail-reply-to-news)
25445         (gnus-confirm-treat-mail-like-news): Add :version.
25446
25447         * gnus-int.el (gnus-server-unopen-status): Add :version.
25448
25449         * gnus-group.el (gnus-group-jump-to-group-prompt)
25450         (gnus-large-ephemeral-newsgroup)
25451         (gnus-fetch-old-ephemeral-headers): Add :version.
25452
25453         * gnus-fun.el (gnus-x-face-directory)
25454         (gnus-convert-pbm-to-x-face-command)
25455         (gnus-convert-image-to-x-face-command)
25456         (gnus-convert-image-to-face-command): Add :version.
25457
25458         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25459
25460         * gnus-cite.el (gnus-cite-blank-line-after-header)
25461         (gnus-article-boring-faces): Add :version.
25462
25463         * gnus-art.el (gnus-buttonized-mime-types)
25464         (gnus-inhibit-mime-unbuttonizing)
25465         (gnus-treat-display-face)
25466         (gnus-treat-body-boundary): Change :version.
25467         (gnus-body-boundary-delimiter, gnus-picon-databases)
25468         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25469         (gnus-treat-date-english, gnus-treat-fold-headers)
25470         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25471         (gnus-treat-mail-picon, gnus-treat-wash-html)
25472         (gnus-article-encrypt-protocol)
25473         (gnus-use-idna, gnus-article-over-scroll)
25474         (gnus-mime-display-multipart-alternative-as-mixed)
25475         (gnus-mime-display-multipart-related-as-mixed)
25476         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25477         (gnus-ctan-url, gnus-button-ctan-handler)
25478         (gnus-button-handle-ctan-bogus-regexp)
25479         (gnus-button-ctan-directory-regexp)
25480         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25481         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25482         (gnus-button-man-level, gnus-button-emacs-level)
25483         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25484
25485         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25486         (gnus-agent-go-online): Change :version.
25487         (gnus-agent-expire-unagentized-dirs)
25488         (gnus-agent-auto-agentize-methods): Add :version.
25489
25490         * flow-fill.el (fill-flowed-display-column)
25491         (fill-flowed-encode-column): Add :version.
25492
25493         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25494         (gnus-outlook-deuglify-unwrap-max)
25495         (gnus-outlook-deuglify-cite-marks)
25496         (gnus-outlook-deuglify-unwrap-stop-chars)
25497         (gnus-outlook-deuglify-no-wrap-chars)
25498         (gnus-outlook-deuglify-attrib-cut-regexp)
25499         (gnus-outlook-deuglify-attrib-verb-regexp)
25500         (gnus-outlook-deuglify-attrib-end-regexp)
25501         (gnus-outlook-display-hook): Add :version.
25502
25503         * binhex.el (binhex-use-external): Add :version.
25504
25505 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25506
25507         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25508         and `invisible'.
25509
25510 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25511
25512         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25513         in gnus-registry-trim.
25514
25515 2004-09-13  Simon Josefsson  <jas@extundo.com>
25516
25517         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25518
25519         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25520
25521         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25522         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25523         <yamaoka@jpl.org>.
25524         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25525         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25526         <yamaoka@jpl.org>.
25527
25528         * sieve.el (sieve-manage-mode): Ditto.
25529
25530 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25531
25532         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25533
25534 2004-09-11  Simon Josefsson  <jas@extundo.com>
25535
25536         * dns-mode.el: Add.
25537
25538         * mm-view.el (mm-display-dns-inline): Add.
25539
25540         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25541         (mm-automatic-display): Ditto.
25542
25543         * mailcap.el (mailcap-mime-data): Add text/dns.
25544         (mailcap-mime-extensions): Map .soa to text/dns.
25545
25546 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25547
25548         * gnus-art.el (article-decode-mime-words, article-babel)
25549         (gnus-article-highlight-signature, gnus-article-add-buttons)
25550         (gnus-signature-toggle): Remove unnecessary bindings of
25551         `inhibit-read-only' inherited from v5.10 merge.
25552
25553 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25554
25555         * nntp.el (nntp): New customization group.
25556         (nntp-authinfo-file): Add customization group.
25557
25558         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25559
25560         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25561
25562         * gnus.el (to-address, to-list, subscribed)
25563         (large-newsgroup-initial): Ditto.
25564
25565         * flow-fill.el (fill-flowed-display-column)
25566         (fill-flowed-encode-column): Ditto.
25567
25568 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25569
25570         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25571         Use point-min rather than 1.
25572         (message-send-mail): Use buffer-size rather than point-max.
25573
25574         * gnus-sum.el (gnus-summary-search-article-forward):
25575         Signal a specific `search-failed' rather than a generic `error'.
25576
25577         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25578         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25579         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25580
25581 2004-09-10  Simon Josefsson  <jas@extundo.com>
25582
25583         * nndb.el (require): Remove tcp and duplicate cl.
25584
25585 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25586
25587         * gnus-agent.el (directory-files-and-attributes): Move forward.
25588
25589 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25590
25591         * gnus-agent.el (directory-files-and-attributes):
25592         Optionally defined to support XEmacs.
25593
25594 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25595
25596         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25597         to avoid run-time CL dependencies.
25598         (gnus-agent-unfetch-articles): New function.
25599         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25600         article numbers even when local .overview file is missing.
25601         (gnus-agent-read-article-number): New function.  Only accepts
25602         27-bit article numbers.
25603         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25604         Use gnus-agent-read-article-number.
25605         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25606         from backend while recognizing that article numbers in .overview
25607         must be valid.
25608         (gnus-agent-update-files-total-fetched-for):
25609         Use directory-files-and-attributes to improve performance.
25610         * gnus-int.el (gnus-request-move-article):
25611         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25612         improve performance.
25613
25614         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25615         some users confused by references to .newsrc when they only have a
25616         .newsrc.eld file.
25617         (gnus-convert-mark-converter-prompt)
25618         (gnus-convert-converter-needs-prompt): Fix use of property list.
25619         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25620         New function.  Used internally to only display 'gnus converting
25621         files' message when actually necessary.
25622
25623         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25624         methods now autoloaded.
25625
25626 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25627
25628         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25629         identifiers.
25630
25631 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25632
25633         * gnus-picon.el: Fix indentation and closing parenthesis.
25634
25635 2004-09-01  Simon Josefsson  <jas@extundo.com>
25636
25637         * message.el (message-canlock-generate): Require sha1, not
25638         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25639         to require within a function.  Sadly, if sha1.el isn't loaded, the
25640         let binding in m-c-g will hide the defcustom definition, which is
25641         bad.)
25642
25643         * canlock.el: Require sha1, not sha1-el.
25644
25645         * message.el: Don't autoload sha1 (there is a autoload cookie in
25646         sha1.el).
25647
25648         * sha1-el.el: Rename to sha1.el.
25649
25650 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25651
25652         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25653
25654 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25655
25656         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25657
25658 2004-08-30  Kim F. Storm  <storm@cua.dk>
25659
25660         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25661
25662         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25663         Add :group 'nnimap.
25664
25665 2004-08-30  Andreas Schwab  <schwab@suse.de>
25666
25667         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25668         ?* and ?\;.
25669
25670         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25671         and ?\' to symbol instead of whitespace.
25672
25673 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25674
25675         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25676
25677         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25678         instead of re-search-forward.
25679
25680         * gnus-uu.el (gnus-uu-save-article): Ditto.
25681         (gnus-uu-post-encode-uuencode): Ditto.
25682
25683         * html2text.el (html2text-clean-list-items): Ditto.
25684         (html2text-clean-dtdd): Ditto.
25685         (html2text-format-tags): Ditto.
25686
25687         * message.el (message-send-mail-with-sendmail): Fix regexp.
25688         (message-fill-field-general): Use search-forward instead of
25689         re-search-forward.
25690         (unbold-region): Ditto.
25691
25692         * nnrss.el (nnrss-request-article): Ditto.
25693
25694         * nnslashdot.el (nnslashdot-request-article): Ditto.
25695
25696         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25697
25698         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25699         "Unrecognized menu descriptor" error in XEmacs.
25700
25701 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25702
25703         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25704         parent article of a sparse article in the thread hashtb.
25705
25706 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25707
25708         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25709         (nnmail-expand-newtext): Lowercase expanded entries if
25710         nnmail-split-lowercase-expanded is non-nil.
25711
25712 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25713
25714         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25715
25716         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25717         of gnus-tmp-news-method into string under XEmacs.  It will be
25718         passed to gnus-correct-length which takes only a string argument.
25719
25720 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25721
25722         * gnus-util.el (gnus-bind-print-variables): New macro.
25723         (gnus-prin1): Use it.
25724         (gnus-prin1-to-string): Use it.
25725         (gnus-pp): New function.
25726         (gnus-pp-to-string): New function.
25727
25728         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25729         Replace pp-to-string with gnus-pp-to-string.
25730         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25731         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25732         * gnus-msg.el (gnus-debug): Ditto.
25733         * gnus-score.el (gnus-score-save): Ditto.
25734         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25735         gnus-pp-to-string.
25736         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25737         with gnus-pp.
25738         * score-mode.el (gnus-score-pretty-print): Ditto.
25739         * webmail.el (webmail-debug): Ditto.
25740
25741 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25742
25743         * gnus-art.el (article-display-face, article-display-x-face):
25744         Use buffer-read-only.
25745
25746 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25747
25748         * gnus-art.el (article-hide-list-identifiers):
25749         Bind inhibit-read-only as t.
25750
25751 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25752
25753         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25754
25755 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25756
25757         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25758         (gnus-narrow-to-page): Don't assume point-min == 1.
25759         (gnus-article-edit-mode): Derive from message-mode.
25760
25761         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25762         point-min == 1.
25763
25764         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25765         Disable incorrect use of `assert'.
25766
25767         * message.el (message-mode): Set comment-start-skip.
25768
25769
25770 2004-08-22  Sam Steingold  <sds@gnu.org>
25771
25772         * pop3.el (pop3-leave-mail-on-server): New user variable.
25773         (pop3-movemail): Delete mail only when it is nil.
25774
25775 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25776
25777         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25778
25779         * mml.el (mml-preview): Use `pop-to-buffer'.
25780
25781         * message.el (message-goto-mail-followup-to): Insert after "To".
25782         (message-carefully-insert-headers): Add comment.
25783
25784         * gnus.el: Remove unused variable `gnus-article-check-size'.
25785
25786         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25787
25788         * gnus-art.el (gnus-button-alist):
25789         Improve `gnus-button-handle-library' entry.
25790
25791 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25792
25793         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25794         Use downcase, since XEmacs capitalizes error messages differently.
25795
25796 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25797
25798         * nntp.el: Add (require 'gnus) due to reference to
25799         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25800
25801 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25802
25803         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25804         Bind `mm-fill-flowed'.
25805
25806         * mm-decode.el (mm-dissect-singlepart): Check it.
25807
25808 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25809
25810         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25811         'imap' for netrc parsing.
25812
25813 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25814
25815         * mailcap.el (mailcap-mime-data): Mark as risky.
25816
25817 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25818
25819         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25820         may be included in the encoded word.
25821         (rfc2047-encode): Don't append a space if the encoded word
25822         includes close parenthesis.
25823
25824 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25825
25826         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25827         of text within parentheses.
25828
25829 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25830
25831         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25832         (gnus-encrypt-write-file-contents): Make the password key the file
25833         name PLUS the cipher, not just the cipher.  Also remove failed
25834         passwords from the cache.
25835
25836 2004-08-06  Simon Josefsson  <jas@extundo.com>
25837
25838         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25839         Doc fix.
25840
25841 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25842
25843         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25844         LWSP.
25845
25846 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25847
25848         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25849         Try to append in-reply-to: data to the references: header.
25850
25851         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25852         (netrc-parse): Use gnus-encrypt.el functions.
25853
25854         * gnus-encrypt.el: Add new file for encryption support; currently
25855         does only a few GPG ciphers and an internal XOR cipher.
25856
25857         * password.el: Add comments on using password-read-and-add.
25858         (password-read-and-add): Add function to read and add the
25859         password to the cache at once.
25860
25861 2004-07-28  Simon Josefsson  <jas@extundo.com>
25862
25863         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25864         parameter (but don't use it, for now).
25865
25866         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25867         instead of hard coding to nil.
25868
25869 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25870
25871         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25872         as mm-inline-image-xemacs does.
25873
25874 2004-07-26  Simon Josefsson  <jas@extundo.com>
25875
25876         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25877         Revert part of 2004-07-17 change below.
25878
25879 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25880
25881         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25882         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25883
25884 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25885
25886         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25887         quotes that actually start with ">" at the beginning of the
25888         lines.
25889
25890 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25891
25892         * rfc2047.el (rfc2047-encode-region): Fix last change.
25893         (rfc2047-encode-parameter): Remove useless concat.
25894
25895 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25896
25897         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25898         encode special characters; fix some kind of misconfigured headers;
25899         signal a real error if debug-on-quit or debug-on-error is non-nil.
25900         (rfc2047-encode-max-chars): New variable.
25901         (rfc2047-encode-1): Use it.
25902         (rfc2047-encode-parameter): New function.
25903
25904         * mml.el (mml-insert-parameter): Remove an excessive space.
25905
25906 2004-07-17  Simon Josefsson  <jas@extundo.com>
25907
25908         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25909         Kai Grossjohann <kai@emptydomain.de>.
25910         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25911         (gnus-group-make-menu-bar): Ditto.
25912
25913         * gnus-util.el (gnus-group-server): Add.
25914
25915 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25916
25917         * message.el (message-clone-locals): Clone sendmail and smtp
25918         variables.
25919
25920 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25921
25922         * rfc2047.el (rfc2047-encode-region): Fix last change.
25923
25924 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25925
25926         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25927         characters as non-special.
25928
25929 2004-07-09  Simon Josefsson  <jas@extundo.com>
25930
25931         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25932         Users will lose all flag changes made while unplugged with
25933         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25934         good default.  See numerous reports on ding mailing list.
25935
25936 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25937
25938         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25939         add generate-head-function and generate-article-function to the
25940         rfc822-forward entry.
25941         (nndoc-rfc822-forward-generate-article): New function.
25942         (nndoc-rfc822-forward-generate-head): New function.
25943
25944         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25945
25946 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25947
25948         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25949         respect display group parameter and gnus-summary-expunge-below.
25950         (gnus-articles-to-read): Remove unused reference to display group
25951         parameter.
25952
25953 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25954
25955         * nnheader.el (nnheader-uniquify-message-id): New experimental
25956         variable.
25957         (nnheader-nov-read-message-id): Use it.
25958
25959         * spam-report.el (spam-report-gmane): Add interactive.
25960
25961 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25962
25963         * mm-encode.el (mm-content-transfer-encoding-defaults):
25964         Use qp-or-base64 for the application/* types.
25965
25966 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25967
25968         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25969
25970 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25971
25972         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25973         trim value.
25974
25975 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25976
25977         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25978         New macro and function.
25979         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25980
25981 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25982
25983         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25984         after-load-alist.
25985
25986 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25987
25988         * gnus-group.el (gnus-group-get-new-news-this-group):
25989         Don't update info that isn't there.
25990
25991 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25992
25993         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25994         entry.
25995
25996 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25997
25998         * mm-view.el (mm-inline-render-with-function): Use multibyte
25999         buffer; decode html source by charset.
26000
26001         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26002
26003         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26004         Mule-UCS is loaded under XEmacs.
26005         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26006
26007 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26008
26009         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26010
26011 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * mm-util.el (mm-coding-system-p): Return a coding-system.
26014         (mm-mime-mule-charset-alist): Use shift_jis instead of
26015         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26016         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26017         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26018         instead of japanese-shift-jis and iso-latin-1 respectively in
26019         order to share the default value with both Emacs and XEmacs-mule.
26020         (mm-mule-charset-to-mime-charset):
26021         Make mm-coding-system-priorities effective.
26022         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26023         while predicating of candidates upon the priorities.
26024
26025 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26026
26027         * gnus-sum.el (gnus-summary-make-menu-bar):
26028         Add gnus-uu-invert-processable.
26029
26030         * gnus.el: Autoload gnus-uu-invert-processable.
26031
26032 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26033
26034         * mm-util.el (mm-with-multibyte-buffer): New macro.
26035
26036         * rfc2047.el (rfc2047-encode-string): Use it.
26037         (rfc2047-encode-region): Move point to the end of the region after
26038         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26039
26040 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26041
26042         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26043         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26044
26045 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26046
26047         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26048         (gnus-cite-parse): Ignore quoted envelope From_.
26049         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26050
26051 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26052
26053         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26054         invalid addresses.
26055
26056 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26057
26058         * spam.el: Change section markers, revise TODO list.
26059         (spam-backends): Make new master list of all installed backends.
26060         (spam-summary-exit-behavior): Add new variable to determine how
26061         messages moves are done at summary exit.
26062         (spam-move-spam-nonspam-groups-only)
26063         (spam-process-ham-in-nonham-groups)
26064         (spam-process-ham-in-spam-groups): Remove variables, the
26065         spam-summary-exit-behavior variable should be used to manage this
26066         behavior.
26067         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26068         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26069         and spam-old-spam-articles.
26070         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26071         Add empty variables, placeholders for the backends they represent.
26072         (spam-set-difference): Move, unchanged.
26073         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26074         unless the user has a processor variable.
26075         (spam-classifications, spam-classification-valid-p)
26076         (spam-backend-properties, spam-backend-property-valid-p)
26077         (spam-backend-function-type-valid-p)
26078         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26079         (spam-report-articles-gmane, spam-report-articles-resend):
26080         Remove functions, they are not needed.
26081         (spam-install-backend-super, spam-backend-list)
26082         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26083         (spam-backend-function, spam-backend-ham-registration-function)
26084         (spam-backend-spam-registration-function)
26085         (spam-backend-ham-unregistration-function)
26086         (spam-backend-spam-unregistration-function)
26087         (spam-backend-statistical-p, spam-backend-mover-p)
26088         (spam-install-backend-alias, spam-install-checkonly-backend)
26089         (spam-install-mover-backend, spam-install-nocheck-backend)
26090         (spam-install-backend, spam-install-statistical-backend)
26091         (spam-install-statistical-checkonly-backend): Add backend installation
26092         support.
26093         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26094         (spam-group-processor-p): Use the new backend code and respect the
26095         summary exit behavior.
26096         (spam-mark-spam-as-expired-and-move-routine): Remove.
26097         (spam-summary-prepare): Change to use the new spam-old-articles
26098         variable.
26099         (spam-copy-or-move-routine, spam-copy-spam-routine)
26100         (spam-move-spam-routine, spam-copy-ham-routine)
26101         (spam-move-ham-routine): Add code to copy/move ham or spam.
26102         (spam-fetch-field-fast): Improve doc and code, plus allow the
26103         'number request.
26104         (spam-list-of-checks, spam-list-of-statistical-checks):
26105         Remove variables.
26106         (spam-split, spam-find-spam): Use the new backend code.
26107         (spam-registration-functions): Remove variable.
26108         (spam-unregister-routine): Add convenience wrapper.
26109         (spam-log-undo-registration, spam-register-routine)
26110         (spam-log-processing-to-registry)
26111         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26112         where possible.
26113         (spam-check-gmane-xref, spam-check-regex-headers)
26114         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26115         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26116         (spam-check-bogofilter-headers, spam-check-spamoracle)
26117         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26118         (spam-check-crm114-headers): Use the spam-split-group that
26119         spam-split prepares, no need to determine it every time.
26120
26121         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26122         to the nnheader-parse-naked-head call.
26123
26124         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26125
26126         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26127         the nnheader-nov-read-message-id call.
26128
26129 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26130
26131         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26132         gnus-activate-group twice.  Suggested by Markus Peter
26133         <warp@spin.de>.
26134
26135 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26136
26137         * gnus-art.el (gnus-article-time-format): Exchange the order of
26138         day and month in the default value; fix customization type.
26139         (article-date-ut): Use add-text-properties.
26140         (article-make-date-line): Use message-make-date instead of
26141         current-time-string.
26142
26143         * message.el (message-fetch-field): Don't use set-text-properties.
26144         (message-make-date): Simplify.
26145
26146         * messagexmas.el (message-xmas-make-date): New function.
26147         (message-xmas-redefine): Defalias message-make-date to it.
26148
26149 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26150
26151         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26152         (rfc2047-encode-region): Treat text within parentheses as special;
26153         show the original text when error has occurred.
26154
26155         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26156         already-computed method to gnus-activate-group.
26157
26158         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26159         same select-methods identical Lisp objects.
26160
26161         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26162         object when modifying the info.
26163
26164 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26165
26166         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26167         gnus-opened-servers since it has never been opened with the new
26168         configuration yet.
26169
26170 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26171
26172         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26173         arg to nnheader-generate-fake-message-id.
26174
26175 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26176
26177         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26178         number and build a fake message ID localized to a group and
26179         article number (so it's repeatable from that point on).
26180         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26181         ID format.
26182
26183         * gnus-sum.el (gnus-get-newsgroup-headers):
26184         Call nnheader-generate-fake-message-id with the article number.
26185
26186 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26187
26188         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26189         end-of-buffer.
26190
26191 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26192
26193         * message.el (message-ignored-supersedes-headers): Add Approved.
26194
26195 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26196
26197         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26198         goto-char.
26199         (rfc2047-encode): Fold the line before encoding.
26200
26201 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26202
26203         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26204         folding -- not all headers can be folded, and this should be done
26205         by the message composition mode.  Probably.  I think.
26206
26207 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26208
26209         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26210         fast.
26211
26212         * gnus-ems.el (gnus-remove-image): Don't use
26213         message-text-with-property; remove only the image found first.
26214
26215         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26216         found first.
26217
26218 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26219
26220         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26221
26222 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26223
26224         * message.el (message-text-with-property): Make it fast and accept
26225         optional arguments.
26226         (message-strip-forbidden-properties): Use it.
26227         (message-fix-before-sending): Follow the m-t-w-p change.
26228
26229         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26230
26231 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26232
26233         * gnus-art.el (article-hide-headers): Don't change the buffer
26234         mistakenly when performing mml-preview even if
26235         gnus-single-article-buffer is nil.
26236
26237 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26238
26239         * message.el (message-expand-name-databases): New user option.
26240         (message-expand-name): Use it.
26241
26242 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26243
26244         * spam.el (spam-report-articles-resend)
26245         (spam-report-resend-register-routine): Allow ham reporting.
26246         (spam-report-resend-register-ham-routine): Add wrapper.
26247         (spam-registration-functions): Add ham resending functions.
26248         (spam-list-of-processors): Add ham resend processor.
26249
26250         * gnus.el (ham-resend-to): Add new group parameter.
26251         (spam-process): Add ham resend option.
26252
26253         * spam-report.el (spam-report-resend): Allow reporting ham.
26254         (spam-report-resend-ham): Add wrapper.
26255
26256 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26257
26258         * message.el (message-cite-articles-with-x-no-archive):
26259         New variable.
26260         (message-cite-original): Use it.
26261
26262 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26263
26264         * message.el (message-cite-original): Respect X-No-Archive.
26265
26266 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26267
26268         * gnus-art.el (article-hide-headers): Refer to the values for
26269         gnus-ignored-headers and gnus-visible-headers in the summary
26270         buffer since a user may have set them as group parameters.
26271
26272 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26273
26274         * assistant.el (assistant-node-name): Add convenience function.
26275         (assistant-render-text, assistant-render-node): Add error handling,
26276         plus handle multiple next nodes.
26277         (assistant-find-next-node): Comment out for now.
26278         (assistant-find-next-nodes): Add function, returns list of next
26279         nodes.
26280
26281 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26282
26283         * mail-source.el (mail-source-directory): Fix doc-string.
26284
26285 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26286
26287         * assistant.el (assistant-render-text, assistant-eval): Add :set
26288         widget type, which is different because it takes and returns a
26289         list.  Much hilarity ensues.
26290
26291 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26292
26293         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26294
26295         * gnus-group.el (gnus-group-get-new-news-this-group):
26296         Add doc-string.
26297
26298         * gnus-start.el (gnus-activate-group): Add doc-string.
26299
26300 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26301
26302         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26303
26304 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26305
26306         * assistant.el (assistant-render-text): Try to add a :set
26307         widget, more to come.
26308
26309         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26310         strings.
26311         (spam-report-articles-resend)
26312         (spam-register-routine): Do registration iff any articles warrant
26313         it.
26314         (spam-summary-prepare-exit): Change log message for nil group
26315         destinations.
26316
26317 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26318
26319         * spam.el (spam-report-resend-register-routine):
26320         Allow spam-report-resend-to to be a group parameter or a global value.
26321
26322 2004-05-26  Simon Josefsson  <jas@extundo.com>
26323
26324         * starttls.el: Merge with my GNUTLS based starttls.el.
26325         (starttls-gnutls-program, starttls-use-gnutls)
26326         (starttls-extra-arguments, starttls-process-connection-type)
26327         (starttls-connect, starttls-failure, starttls-success):
26328         New variables.
26329         (starttls-program, starttls-extra-args): Doc fix.
26330         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26331         New functions.
26332         (starttls-negotiate, starttls-open-stream):
26333         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26334         function if it is set.
26335
26336 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26337
26338         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26339         structured fields.
26340
26341 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26342
26343         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26344
26345 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26346
26347         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26348         Add variable.
26349         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26350         assigning the spam-mark to new messages.
26351
26352 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26353
26354         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26355
26356 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26357
26358         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26359
26360         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26361         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26362         default.
26363
26364 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26365
26366         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26367         correct data.
26368
26369 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26370
26371         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26372         (spam-group-processor-p): Fix function.
26373         (spam-group-processor-multiple-p)
26374         (spam-group-spam-processor-report-gmane-p)
26375         (spam-group-spam-processor-report-resend-p)
26376         (spam-group-spam-processor-bogofilter-p)
26377         (spam-group-spam-processor-blacklist-p)
26378         (spam-group-spam-processor-ifile-p)
26379         (spam-group-ham-processor-ifile-p)
26380         (spam-group-spam-processor-spamoracle-p)
26381         (spam-group-spam-processor-crm114-p)
26382         (spam-group-ham-processor-bogofilter-p)
26383         (spam-group-spam-processor-stat-p)
26384         (spam-group-ham-processor-stat-p)
26385         (spam-group-ham-processor-whitelist-p)
26386         (spam-group-ham-processor-BBDB-p)
26387         (spam-group-ham-processor-spamoracle-p)
26388         (spam-group-ham-processor-copy-p): Remove functions with some
26389         prejudice against unneeded code.
26390         (spam-report-articles-resend)
26391         (spam-report-resend-register-routine): Allow the group/topic
26392         spam-resend-to value to override spam-report-resend-to.
26393         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26394         properly now.
26395
26396         * gnus.el (spam-resend-to): Add group/topic parameter.
26397         (spam-process): Move the OBSOLETE processors to the end of the
26398         choices.
26399
26400 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26401
26402         * spam-report.el (spam-report-resend-to, spam-report-resend):
26403         Start with resend-to set to nil, and then ask the user if necessary.
26404         (spam-report-resend): spam-report-resend takes a list of articles, not
26405         separate article numbers.
26406
26407 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26408
26409         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26410         addition to emacs-w3m.
26411
26412 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26413
26414         * assistant.el (assistant-authinfo-data): New function.
26415         (assistant-eval): Eval for entire assistant.
26416
26417         * netrc.el (netrc-services-file): New variable.
26418         (netrc-parse-services): New function.
26419         (netrc-find-service-name): New function.
26420         (netrc-find-service-number): New function.
26421         (netrc-port-equal): New function.
26422         (netrc-machine): Use it.
26423
26424         * nnimap.el (nnimap-open-connection): Use netrc.
26425
26426         * gnus-util.el (gnus-netrc-get): Remove aliases.
26427
26428         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26429
26430         * assistant.el (wid-edit): Fix compilation.
26431
26432         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26433
26434 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26435
26436         * gnus-util.el (gnus-set-file-modes): New function.  (small
26437         patch).
26438
26439 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26440
26441         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26442
26443         * assistant.el (assistant-render-node): Fix up rendering and
26444         read-only text.
26445         (assistant-render-node): Reset.
26446         (assistant-make-read-only): Not sticky.
26447
26448 2004-05-20  Danny Siu  <dsiu@adobe.com>
26449
26450         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26451         centered even when gnus-auto-center-summary is t.
26452
26453 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26454
26455         * dns.el (dns-get-txt-answer): New function.
26456         (dns-read-txt): Ditto.
26457         (query-dns): Use it.
26458
26459 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26460
26461         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26462         active for foreign groups even if the group level is higher than
26463         the specified value.
26464
26465 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26466
26467         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26468         non-active groups.
26469
26470         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26471
26472 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26473
26474         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26475
26476 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26477
26478         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26479         (spam-crm114-header, spam-crm114-spam-switch)
26480         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26481         (spam-crm114-positive-spam-header)
26482         (spam-crm114-database-directory, spam-list-of-processors)
26483         (spam-group-spam-processor-crm114-p)
26484         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26485         (spam-generic-score, spam-list-of-checks)
26486         (spam-list-of-statistical-checks, spam-registration-functions)
26487         (spam-check-crm114-headers, spam-crm114-score)
26488         (spam-check-crm114, spam-crm114-register-with-crm114)
26489         (spam-crm114-register-spam-routine)
26490         (spam-crm114-unregister-spam-routine)
26491         (spam-crm114-register-ham-routine)
26492         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26493
26494 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26495
26496         * gnus.el: Add spam-use-crm114.
26497
26498         * spam.el (spam-list-of-processors, spam-registration-functions):
26499         Add spam-use-resend.
26500         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26501         (spam-report-articles-gmane): Add doc fix.
26502         (spam-report-articles-resend, spam-report-resend-register-routine):
26503         Add wrappers around spam-report-resend-to.
26504
26505         * spam-report.el (spam-report-resend-to, spam-report-resend):
26506         Add support for resending spam.
26507         (spam-report-gmane): Fix line length >80.
26508
26509         * gnus.el (spam-process): Add spam-use-resend.
26510
26511 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26512
26513         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26514         number of processed spam messages.
26515         (spam-ham-copy-or-move-routine): Return the number of processed
26516         ham messages.
26517         (spam-summary-prepare-exit): Use the above values to decide
26518         whether status messages should be displayed.
26519
26520 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26521
26522         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26523         `rfc2047-encoding-function-alist' in order to avoid conflicting
26524         with the old version.
26525         (rfc2047-encode-region): Concatenate words containing non-ASCII
26526         characters in structured fields; don't encode space-delimited
26527         ASCII words even in unstructured fields; don't break words at
26528         char-category boundaries.
26529         (rfc2047-encode-1): New function.
26530         (rfc2047-encode): Use it; encode text so that it occupies the
26531         maximum width within 76-column; work correctly on Q encoding for
26532         iso-2022-* charsets.
26533         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26534         sure not to break a line just after the header name.
26535         (rfc2047-b-encode-region): Remove.
26536         (rfc2047-b-encode-string): New function.
26537         (rfc2047-q-encode-region): Remove.
26538         (rfc2047-q-encode-string): New function.
26539
26540         * mm-util.el (mm-replace-in-string): New function.
26541
26542 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26543
26544         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26545         Really get it right.
26546         (gnus-inews-make-draft): Really.
26547
26548 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26549
26550         * nnmh.el (nnmh-request-list-1): Don't check the link count
26551         before descending.  (small patch)
26552
26553 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26554
26555         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26556         stuff.
26557
26558         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26559         Match on real group name.
26560
26561         * gnus-art.el (gnus-signature-limit): Doc fix.
26562
26563         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26564
26565         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26566
26567 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26568
26569         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26570         isn't a string.
26571
26572 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26573
26574         * gnus-draft.el (gnus-draft-send):
26575         Bind rfc2047-encode-encoded-words.
26576
26577         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26578         (rfc2047-encodable-p): Say that =? needs encoding.
26579         (rfc2047-encode-encoded-words): New variable.
26580
26581         * gnus-group.el (gnus-group-select-group): Doc fix.
26582
26583         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26584
26585         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26586         to nil.
26587
26588         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26589
26590         * nnheader.el (nnheader-get-lines-and-char): New function.
26591
26592 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26593
26594         * gnus-msg.el (gnus-summary-followup-with-original):
26595         Document yanking of region when active.
26596
26597 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26598
26599         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26600         groups if the group level is higher than the specified value.
26601
26602 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26603
26604         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26605         (gnus-group-jump-to-group): Add prefix argument using
26606         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26607         non-active group.
26608
26609         * compface.el (uncompface): Be verbose when changing
26610         `uncompface-use-external'.
26611
26612         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26613         handle manual section.
26614
26615 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26616
26617         * gnus-art.el (gnus-button-alist): Revert previous change.
26618
26619 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26620
26621         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26622
26623 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26624
26625         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26626         whether backend can accept message.
26627
26628         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26629
26630 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26631
26632         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26633         Avoid creating directory when nntp-marks-is-evil is true.
26634         Reported by Reiner Steib.
26635
26636 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26637
26638         * gnus-picon.el (gnus-picon-insert-glyph):
26639         Add optional `nostring' argument.
26640
26641 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26642
26643         * gnus-picon.el (gnus-picon-style): New variable.
26644         (gnus-picon-transform-address): Support `gnus-picon-style'.
26645
26646 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26647
26648         * message.el (message-fill-field): Return point.
26649         (message-generate-headers): Go to end of field.
26650
26651         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26652         stuff for non-living groups.
26653
26654 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26655
26656         * gnus-art.el (gnus-article-followup-with-original)
26657         (gnus-article-reply-with-original): gnus-mark-active-p ->
26658         gnus-region-active-p.
26659
26660 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26661
26662         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26663         only when there is spam or ham to be processed.
26664
26665 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26666
26667         * mail-source.el (mail-source-delete-crash-box): Refactor.
26668         (mail-source-fetch): Use it.
26669         (mail-source-fetch-file): Ditto.
26670         (mail-source-fetch-directory): Run postscript in loop.
26671         (mail-source-fetch-pop): Delete.
26672         (mail-source-fetch-maildir): Ditto.
26673         (mail-source-fetch-imap): Ditto.
26674
26675         * imap.el (imap-authenticators): Comment out sasl.
26676
26677         * message.el (message-skip-to-next-address): New function.
26678         (message-fill-header-address): Refactor.
26679         (message-fill-address): Use it.
26680         (message-delete-address): Use it.
26681         (message-fill-header-general): Refactor.
26682         (message-fill-field-address): Rename.
26683         (message-narrow-to-field): Find the start of the header.
26684         (message-header-format-alist): Don't pre-fill.
26685         (message-fill-header): Remove.
26686         (message-insert-header): New function.
26687         (message-shorten-references): Use it.
26688
26689         * rfc2047.el (rfc2047-field-value): Strip props.
26690
26691         * mail-parse.el (mail-header-make-address): New alias.
26692
26693         * ietf-drums.el (ietf-drums-make-address): New function.
26694
26695         * imap.el: Add compiler directives.
26696
26697         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26698
26699         * gnus-art.el (article-decode-idna-rhs): Don't use
26700         message-idna-inside-rhs-p.
26701
26702 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26703
26704         * message.el (message-idna-inside-rhs-p): Remove.
26705         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26706
26707         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26708         false positives.
26709
26710 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26711
26712         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26713
26714 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26715
26716         * nneething.el (nneething-file-name): Don't create spurious
26717         files.
26718
26719         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26720         (gnus-inews-do-gcc): Remove sleep.
26721
26722         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26723         part under point.
26724
26725         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26726         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26727
26728 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26729
26730         * spam.el (spam-summary-prepare-exit): Fix (length).
26731
26732 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26733
26734         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26735         as expired without moving it" message when there are spam
26736         messages left.
26737
26738 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26739
26740         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26741         header is not nil.
26742
26743 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26744
26745         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26746         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26747         (nntp-marks-changed-p): New arg SERVER.
26748         (nntp-request-update-info): Adjust caller.
26749
26750 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26751
26752         * nntp.el (nntp-save-marks): Pass missing arg.
26753
26754 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26755
26756         * nntp.el: Support marks.
26757         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26758         (nntp-marks-modtime, nntp-marks-directory): New variables.
26759         (nntp-request-set-mark, nntp-request-update-info)
26760         (nntp-possibly-create-directory, nntp-marks-changed-p)
26761         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26762         New functions.
26763
26764 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26765
26766         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26767         (gnus-xmas-redefine): Rename.
26768
26769         * gnus-score.el (gnus-score-insert-help):
26770         Use gnus-select-lowest-window.
26771
26772         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26773         appt-select-lowest-window and rename to gnus-select-lowest-window.
26774
26775         * gnus.el: do.
26776
26777 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26778
26779         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26780         encodings of MIME-encoded words, in order to improve
26781         interoperability with several broken MUAs.
26782
26783 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26784
26785         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26786         tags, only when charsets are not specified in headers.
26787         (mm-inline-text-html-render-with-w3m): Ditto.
26788
26789         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26790         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26791
26792 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26793
26794         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26795         instead of MIME-decoded from fields when checking
26796         `gnus-article-address-banner-alist'.
26797
26798 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26799
26800         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26801         description rather than subject.
26802
26803 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26804
26805         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26806
26807 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26808
26809         * gnus.el (gnus-version-number): Bump.
26810
26811 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26812
26813         * gnus.el: No Gnus v0.2 is released.
26814
26815 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26816
26817         * gnus-agent.el (gnus-agent-read-agentview):
26818         Inline gnus-uncompress-range.
26819
26820 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26821
26822         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26823         `exec-installed-p'.
26824
26825 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26826
26827         * gnus.el (spam-process, spam-autodetect-methods):
26828         Add bsfilter and bsfilter-headers.
26829
26830         * spam.el (spam-bsfilter): New customize group.
26831         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26832         (spam-bsfilter-header, spam-bsfilter-probability-header)
26833         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26834         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26835         (spam-bsfilter-database-directory): New options.
26836         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26837         (spam-list-of-statistical-checks, spam-registration-functions):
26838         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26839         (spam-bsfilter-score): New command.
26840         (spam-check-bsfilter-headers, spam-check-bsfilter)
26841         (spam-bsfilter-register-with-bsfilter)
26842         (spam-bsfilter-register-spam-routine)
26843         (spam-bsfilter-unregister-spam-routine)
26844         (spam-bsfilter-register-ham-routine)
26845         (spam-bsfilter-unregister-ham-routine): New functions.
26846         (spam-generic-score): Support bsfilter; Accept an optional argument
26847         to recalcurate spam score even if scoring header has already been
26848         added.
26849         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26850         optional argument to recalcurate spam score even if scoring header
26851         has already been added.
26852
26853 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26854
26855         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26856         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26857         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26858         link is missing.
26859
26860 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26861
26862         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26863         (html2text-get-attr): Rewrite.
26864
26865         * message.el (message-setup-1): Remove redundant put-text-property
26866         on mail-header-separator.
26867
26868 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26869
26870         * gnus-registry.el (gnus-registry-cache-whitespace)
26871         (gnus-registry-action, gnus-registry-spool-action)
26872         (gnus-registry-split-fancy-with-parent): Change message levels
26873         from 5 to 3 or 7, as needed.
26874
26875         * spam.el (spam-summary-prepare-exit)
26876         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26877         (spam-split, spam-find-spam, spam-log-undo-registration)
26878         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26879         level from 5 to 6.
26880
26881 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26882
26883         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26884         2004-03-04 change).
26885
26886 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26887
26888         * sieve-manage.el (sieve-manage-open):
26889         * nnweb.el (nnweb-insert-html):
26890         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26891         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26892         * nnspool.el (nnspool-request-group):
26893         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26894         * nnml.el (nnml-request-update-info):
26895         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26896         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26897         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26898         (nnimap-request-set-mark):
26899         * nnfolder.el (nnfolder-request-update-info):
26900         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26901         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26902         * gnus-uu.el (gnus-uu-find-articles-matching):
26903         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26904         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26905         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26906         * gnus-nocem.el (gnus-nocem-scan-groups):
26907         * gnus-int.el (gnus-start-news-server):
26908         * gnus-group.el (gnus-group-make-kiboze-group)
26909         (gnus-group-browse-foreign-server):
26910         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26911         Use mapc when appropriate.
26912
26913 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26914             Adam Sjøgren  <asjo@koldfront.dk>
26915             Wes Hardaker  <wes@hardakers.net>
26916             Michael Shields  <shields@msrl.com>
26917
26918         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26919         may need for spam sorting and scoring.
26920         (spam-user-format-function-S): Add user format function suitable for
26921         general use.
26922         (spam-article-sort-by-spam-status): Add sorting function for summary
26923         sorting.
26924         (spam-extra-header-to-number): Add function to get a score from a
26925         header.
26926         (spam-summary-score): Add function to get a numeric score from the
26927         headers.
26928         (spam-generic-score): Fix function doc, was in wrong place.
26929         (spam-initialize): Take symbols when it's run, and install the
26930         extra headers that spam-necessary-extra-headers thinks we need.
26931
26932 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26933
26934         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26935         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26936
26937 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26938
26939         * gnus-sum.el (gnus-set-global-variables)
26940         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26941         (gnus-article-get-xrefs, gnus-summary-best-group)
26942         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26943         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26944         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26945         Use with-current-buffer.
26946
26947 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26948
26949         * spam.el (spam-summary-prepare-exit): Simplify logic.
26950         (spam-fetch-article-header): Read the article header if it's not
26951         available.
26952         (spam-list-articles): Simplify logic.
26953         (spam-filelist-register-routine): Fix bug with unregister-list.
26954
26955         * gnus-registry.el: Fix comments at beginning.
26956
26957 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26958
26959         * message.el (message-cater-to-broken-inn): Remove.
26960         (message-shorten-references): Make sure the total folded length of
26961         References is shorter than 998 characters to cater to a bug in INN
26962         2.3.  Also, don't pretend that references aren't folded -- this
26963         hasn't worked for a while.
26964
26965 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26966
26967         * gnus-agent.el (gnus-agentize):
26968         gnus-agent-send-mail-real-function no longer set to current value
26969         of message-send-mail-function but rather a lambda that calls
26970         message-send-mail-function.  The change makes the agent real-time
26971         responsive to user changes to message-send-mail-function.
26972
26973 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26974
26975         * legacy-gnus-agent.el
26976         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26977         help from Florian Weimer <fw@deneb.enyo.de>
26978
26979 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26980
26981         * nnmail.el (nnmail-cache-insert): Revert last change.
26982
26983 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26984
26985         * nnmail.el (nnmail-cache-insert): Always check whether
26986         nnmail-cache-ignore-groups matches a group name.
26987
26988 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26989
26990         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26991         (spam-find-spam, spam-log-processing-to-registry)
26992         (spam-log-registered-p, spam-log-unregistration-needed-p)
26993         (spam-log-undo-registration): Use gnus-message instead of
26994         gnus-error, none of these errors are fatal.
26995
26996         * gnus-registry.el (gnus-registry-clean-empty-function)
26997         (gnus-registry-clean-empty): Remove only empty entries without
26998         extra data.
26999
27000 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27001
27002         * spam-stat.el (spam-stat-buffer-change-to-spam)
27003         (spam-stat-buffer-change-to-non-spam): Change (error) to
27004         (gnus-message 8) invocation.
27005
27006 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27007
27008         * nntp.el (nntp-via-netcat-command): New variable.
27009         (nntp-via-netcat-switches): New variable.
27010         (nntp-open-via-rlogin-and-netcat): New function.
27011         (nntp-open-connection-function): Doc fix.
27012         (nntp-telnet-command): Doc fix.
27013         (nntp-end-of-line): Doc fix.
27014         (nntp-via-rlogin-command): Doc fix.
27015         (nntp-via-user-name): Doc fix.
27016         (nntp-via-address): Doc fix.
27017
27018 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27019
27020         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27021         error in Emacs 21.1.
27022
27023 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27024
27025         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27026
27027 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27028
27029         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27030         (gnus-agent-with-refreshed-group): New macro.
27031         (gnus-agent-rename-group): New function.
27032         (gnus-agent-delete-group): New function.
27033         (gnus-agent-save-group-info): Use gnus-command-method when
27034         `method' parameter is nil.  Don't write nil entries into the
27035         active file.
27036         (gnus-agent-get-group-info): New function.
27037         (gnus-agent-fetch-articles):
27038         Use gnus-agent-update-files-total-fetched-for to increment disk space
27039         used.
27040         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27041         Use gnus-agent-update-view-total-fetched-for to increment disk space
27042         used.
27043         (gnus-agent-get-local): Add optional parameters to avoid calling
27044         gnus-group-real-name and gnus-find-method-for-group.
27045         (gnus-agent-set-local): Delete stored entry if either min, or max,
27046         are nil.
27047         (gnus-agent-fetch-session): Reworded error/quit messages.
27048         On quit, use gnus-agent-regenerate-group to record existance of any
27049         articles fetched to disk before the quit occurred.
27050         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27051         gnus-agent-update-view-total-fetched-for, and
27052         gnus-agent-update-files-total-fetched-for to decrement disk space
27053         used.
27054         (gnus-agent-retrieve-headers):
27055         Use gnus-agent-update-view-total-fetched-for to increment disk space
27056         used.
27057         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27058         with gnus-agent-update-files-total-fetched-for to decrement disk
27059         space and fresh group buffer.
27060         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27061         (gnus-agent-need-update-total-fetched-for): New variable.
27062         (gnus-agent-update-files-total-fetched-for): New function.
27063         (gnus-agent-update-view-total-fetched-for): New function.
27064         (gnus-agent-total-fetched-for): New function.
27065
27066         * gnus-cache.el (gnus-cache-save-buffers):
27067         Use gnus-cache-update-overview-total-fetched-for to change disk space
27068         used by this group.
27069         (gnus-cache-possibly-enter-article):
27070         Use gnus-cache-update-file-total-fetched-for to increment disk space
27071         used by this group.
27072         (gnus-cache-possibly-remove-article):
27073         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27074         used by this group.
27075         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27076         (gnus-cache-rename-group): New function.
27077         (gnus-cache-delete-group): New function.
27078         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27079         (gnus-cache-need-update-total-fetched-for): New variable.
27080         (gnus-cache-with-refreshed-group): New macro.
27081         (gnus-cache-update-file-total-fetched-for): New function.
27082         (gnus-cache-update-overview-total-fetched-for): New function.
27083         (gnus-cache-rename-group-total-fetched-for): New function.
27084         (gnus-cache-delete-group-total-fetched-for): New function.
27085         (gnus-cache-total-fetched-for): New function.
27086
27087         * gnus-group.el: Require gnus-sum and autoload functions to
27088         resolve warnings when gnus-group.el compiled alone.
27089         (gnus-group-line-format): Document new %F.
27090         (size of Fetched data) group line format; identifies disk space
27091         used by agent and cache.
27092         (gnus-group-line-format-alist): Define new F format.
27093         (gnus-total-fetched-for): New function.
27094         (gnus-group-delete-group): No longer update
27095         gnus-cache-active-altered as gnus-request-delete-group now keeps
27096         the cache in sync.
27097         (gnus-group-list-active): Let the agent store a server's active
27098         list if currently plugged.
27099
27100         * gnus-int.el (gnus-request-delete-group):
27101         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27102         local disk in sync with the server.
27103         (gnus-request-rename-group):
27104         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27105         local disk in sync with the server.
27106
27107         * gnus-start.el (gnus-get-unread-articles):
27108         Cosmetic simplification to logic.
27109
27110         * gnus-util.el (gnus-rename-file): New function.
27111
27112 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27113
27114         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27115
27116 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27117
27118         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27119         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27120
27121 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27122
27123         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27124         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27125
27126 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27127
27128         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27129
27130 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27131
27132         * spam.el (spam-set-difference): Add function to replace
27133         gnus-set-difference in spam.el.
27134         (spam-summary-prepare-exit): Use spam-set-difference.
27135
27136 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27137
27138         * gnus-registry.el (gnus-registry-cache-file): Update to use
27139         gnus-dribble-directory OR gnus-home-directory OR ~.
27140         (gnus-registry-split-fancy-with-parent): Fix doc.
27141
27142 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27143
27144         * message.el (message-exchange-point-and-mark):
27145         Use message-mark-active-p.  Suggested by Jesper Harder
27146         <harder@ifa.au.dk>.
27147
27148 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27149
27150         * message.el (message-exchange-point-and-mark): Don't activate
27151         region if it was inactive.  Suggested by Hiroshi Fujishima
27152         <pooh@nature.tsukuba.ac.jp>.
27153
27154 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27155
27156         * gnus-art.el (article-display-face): Display Faces in the same
27157         order as X-Faces.
27158
27159 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27160
27161         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27162
27163 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27164
27165         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27166         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27167         (gnus-article-mime-hierarchy): Remove.
27168         (gnus-article-mime-hierarchy-next): Remove.
27169         (gnus-article-mode): Revert 2004-03-19 change.
27170         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27171         (gnus-insert-mime-button): Revert 2004-03-19 change.
27172         (gnus-mime-accumulate-hierarchy): Remove.
27173         (gnus-mime-enter-multipart): Remove.
27174         (gnus-mime-leave-multipart): Remove.
27175         (gnus-mime-display-part): Revert 2004-03-19 change.
27176         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27177
27178         * mml.el (mml-preview): Revert 2004-03-19 change.
27179
27180 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27181
27182         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27183
27184 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27185
27186         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27187         t while entering a file name using the mm-with-multibyte macro.
27188         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27189
27190         * mm-util.el (mm-with-multibyte): New macro.
27191
27192 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27193
27194         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27195         New user option.
27196         (gnus-mime-multipart-functions): Doc and customization fix.
27197         (gnus-article-mime-hierarchy): New variable.
27198         (gnus-article-mime-hierarchy-next): New variable.
27199         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27200         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27201         gnus-article-mime-hierarchy-next to nil.
27202         (gnus-insert-mime-button): Show hierarchy numbers.
27203         (gnus-mime-accumulate-hierarchy): New function.
27204         (gnus-mime-enter-multipart): New function.
27205         (gnus-mime-leave-multipart): New function.
27206         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27207         (gnus-mime-display-alternative): Show hierarchy numbers.
27208
27209         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27210         gnus-article-mime-hierarchy-next to nil.
27211
27212 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27213
27214         * dns.el: Don't require gnus-xmas.
27215
27216 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27217
27218         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27219         inline PGP.
27220         (mml-menu): Disable mml-quote-region if mark is inactive.
27221
27222 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27223
27224         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27225         when the group's active is not available.
27226
27227 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27228
27229         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27230         error.
27231
27232 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27233
27234         * imap.el (imap-store-password): New variable.
27235         (imap-interactive-login): Use it.
27236         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27237
27238 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27239
27240         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27241         window-start and hscroll to summary window.
27242
27243 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27244
27245         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27246         conversion message to newsrc-dribble when an actual conversion is
27247         performed.
27248
27249 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27250
27251         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27252
27253 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27254
27255         * mm-decode.el (mm-complicated-handles): New function reviving
27256         former definition of mm-multiple-handles.
27257
27258         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27259         (gnus-mime-delete-part): Use it.
27260
27261 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27262
27263         * gnus-agent.el (gnus-agent-read-local):
27264         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27265         avoid the implicit assumption that they will always be equal.
27266         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27267         coding-system-for-write, as the with-temp-file macro first prints
27268         to a buffer then saves the buffer.
27269
27270 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27271
27272         * gnus-art.el (gnus-article-edit-part): New function.
27273         (gnus-mime-save-part-and-strip): Use it; do query instead of
27274         signaling an error; don't use mm-multiple-handles.
27275         (gnus-mime-delete-part): Ditto.
27276
27277 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27278
27279         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27280         old file versions.
27281         (gnus-group-prepare-hook): Remove function that converted list
27282         form of gnus-agent-expire-days to group properties.
27283
27284         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27285         (gnus-request-accept-article): Re-indented.
27286
27287         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27288         converters to handle old agent file formats.  Add logic for a
27289         "backup before upgrading warning".
27290         (gnus-convert-mark-converter-prompt): Developers can mark
27291         functions as needing (default), or not needing,
27292         gnus-convert-old-newsrc's "backup before upgrading warning".
27293         (gnus-convert-converter-needs-prompt): Tests whether the user
27294         should be protected from potentially irreversable changes by the
27295         function.
27296
27297         * legacy-gnus-agent.el: New.  Provides converters that are only
27298         loaded when gnus-convert-old-newsrc needs to call them.
27299
27300 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27301
27302         * mail-source.el (mail-source-touch-pop): Doc fix.
27303
27304         * message.el (message-smtpmail-send-it): Doc fix.
27305
27306 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27307
27308         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27309
27310         * nnmail.el (nnmail-split-fancy): do.
27311
27312         * gnus-kill.el (gnus-kill, gnus-execute): do.
27313
27314 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27315
27316         * gnus-sum.el (gnus-widget-reversible-match)
27317         (gnus-widget-reversible-to-internal)
27318         (gnus-widget-reversible-to-external): New functions.
27319         (gnus-widget-reversible): New widget.
27320         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27321
27322 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27323
27324         * gnus-sum.el (gnus-thread-sort-functions)
27325         (gnus-article-sort-functions): Document `(not F)' items.
27326
27327 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27328
27329         * spam.el (spam-use-gmane-xref): Add new backend.
27330         (spam-gmane-xref-spam-group): Add variable to control the name of the
27331         Gmane spam group.
27332         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27333         (spam-regex-headers-spam, spam-regex-headers-ham)
27334         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27335         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27336         backends and checks.
27337         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27338
27339         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27340         an autodetect method.
27341
27342 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27343
27344         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27345         articles are being added to a group.
27346         (gnus-request-replace-article): Inform the agent that articles
27347         need to be uncached as the cached contents are no longer valid.
27348
27349 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27350
27351         * binhex.el: Don't autoload executable-find.
27352
27353         * canlock.el: Don't autoload mail-fetch-field.
27354
27355         * dgnushack.el: Autoload c-mode for XEmacs.
27356
27357         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27358
27359         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27360         rmail-dont-reply-to and rmail-output.
27361
27362         * gnus-score.el: Don't autoload ffap-string-at-point.
27363
27364         * gnus-setup.el: Don't autoload sc-cite-original.
27365
27366         * imap.el: Don't autoload base64-decode-string,
27367         base64-encode-string and md5.
27368
27369         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27370         and rmail-msg-restore-non-pruned-header.
27371
27372         * mm-decode.el: Don't autoload executable-find.
27373
27374         * mm-url.el: Don't autoload executable-find.
27375
27376         * mm-view.el: Don't autoload diff-mode.
27377
27378         * nndb.el: Don't autoload news-reply-mode, news-setup,
27379         cancel-timer and telnet.
27380
27381         * password.el: Don't autoload run-at-time for Emacs.
27382
27383         * sha1-el.el: Don't autoload executable-find.
27384
27385         * sieve-mode.el: Don't autoload c-mode.
27386
27387         * uudecode.el: Don't autoload executable-find.
27388
27389 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27390
27391         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27392         (gnus-agent-possibly-alter-active): Avoid null in numeric
27393         comparison.
27394         (gnus-agent-set-local): Refuse to save null in local object table.
27395         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27396         list of articles that will be marked as unread.
27397
27398 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27399
27400         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27401
27402 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27403
27404         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27405         language tags.
27406
27407 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27408
27409         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27410         Don't bind "obarray".
27411
27412         * gnus-sum.el (gnus-thread-sort-functions):
27413         Add `gnus-thread-sort-by-most-recent-number' and
27414         `gnus-thread-sort-by-most-recent-date'.
27415         Reported by Kai Grossjohann <kai@emptydomain.de>.
27416
27417 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27418
27419         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27420
27421 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27422
27423         * gnus-cus.el (gnus-agent-customize-category):
27424         Remove ignore-errors macro reference that required cl to be loaded at
27425         run-time.
27426
27427         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27428         single-interval range of the form (min . max).  Previously the
27429         range had to look like ((min . max)).  Likewise, return
27430         (min . max) rather than ((min . max)).
27431         (gnus-range-map): Use gnus-range-normalize to accept
27432         single-interval range.
27433
27434         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27435         the cache, but not the agent, now appear with their usual face.
27436
27437         * dgnushack.el (loaddir): New variable that is bound to the
27438         directory containing the dgnushack.el file.  Use loaddir, rather
27439         than srcdir, to update load-path.  Change lets dgnushack compile
27440         code in directories other than GNUS/lisp.
27441
27442 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27443
27444         * lpath.el: Don't bind w3m-safe-url-regexp.
27445
27446         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27447         w3m-safe-url-regexp variable buffer-local.
27448
27449         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27450
27451 2004-02-27  Simon Josefsson  <jas@extundo.com>
27452
27453         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27454         gnus-group-real-prefix.
27455         (gnus-summary-move-article): Use it, instead of
27456         gnus-group-real-prefix.
27457
27458 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27459
27460         * lpath.el: Bind w3m-safe-url-regexp.
27461
27462         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27463         w3m-safe-url-regexp variable buffer-local and set it as the value
27464         of mm-w3m-safe-url-regexp.
27465
27466         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27467
27468         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27469         parsing gnus-posting-styles when the message is not for replying.
27470
27471         * dgnushack.el: Autoload sgml-mode for XEmacs.
27472
27473         * nnrss.el (nnrss-opml-export):
27474         Use mm-set-buffer-file-coding-system instead of
27475         set-buffer-file-coding-system.
27476
27477 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27478
27479         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27480         of checkdoc.el).
27481         * nnrss.el: do.
27482         * gnus-mlspl.el: do.
27483         * gnus-ml.el: do.
27484         * gnus-srvr.el: do.
27485
27486         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27487
27488 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27489
27490         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27491         Corrections to custom-manual links.
27492
27493         * gnus-art.el (gnus-article): Ditto.
27494
27495         * mm-decode.el (mime-display, mime-security): Ditto.
27496
27497 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27498
27499         * flow-fill.el: Typo.
27500
27501 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27502
27503         * spam-wash.el: New file.
27504
27505 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27506
27507         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27508
27509 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27510
27511         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27512         to be run with new-articles as LIST1, not LIST2.
27513         (spam-registration-functions): Add spam-use-ham-copy as a nil
27514         registration backend.
27515
27516 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27517
27518         * spam-stat.el (spam-stat-washing-hook): New option.
27519         (spam-stat-buffer-words): Use it.
27520         (spam-stat-process-directory, spam-stat-test-directory):
27521         Use insert-file-contents-literally.
27522         (spam-stat-coding-system): New variable.
27523         (spam-stat-load, spam-stat-save): Use it.
27524
27525 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27526
27527         * spam-report.el (spam-report-plug-agent):
27528         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27529
27530 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27531
27532         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27533         Allow / in mailto URLs.
27534
27535 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27536
27537         * spam-report.el (spam-report-process-queue): Fix interactive use.
27538         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27539         (spam-report-unplug-agent): Doc fixes.
27540         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27541         (spam-report-agentize, spam-report-deagentize): Autoload.
27542
27543 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27544
27545         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27546
27547         * message.el (message-setup-fill-variables): Add mml tags to
27548         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27549         <ajk@iu.edu>.
27550         (message-mode): Don't modify paragraph-separate there.
27551
27552 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27553
27554         * compface.el (uncompface-use-external): Default to undecided.
27555         (uncompface-use-external-threshold): New variable.
27556         (uncompface-float-time): New macro.
27557         (uncompface): Determine whether to use the external decoder if
27558         uncompface-use-external is undecided.
27559
27560 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27561
27562         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27563         after images.
27564
27565         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27566
27567 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27568
27569         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27570
27571         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27572
27573         * gnus-sum.el (gnus-summary-limit-to-age)
27574         (gnus-summary-limit-children): do.
27575
27576         * gnus-int.el (gnus-request-scan): do.
27577
27578         * gnus-group.el (gnus-group-suspend): do.
27579
27580         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27581
27582         * gnus-cite.el (gnus-cite-parse-attributions): do.
27583
27584         * gnus-agent.el (gnus-summary-set-agent-mark)
27585         (gnus-agent-regenerate-group): do.
27586
27587         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27588
27589         * binhex.el (binhex-decode-region-internal): do.
27590
27591 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27592
27593         * gnus-fun.el (gnus-face-properties-alist): New user option.
27594         (gnus-display-x-face-in-from): Use it.
27595
27596         * gnus-art.el (article-display-face): Ditto.
27597
27598         * compface.el (uncompface-use-external): Default to nil.
27599
27600 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27601
27602         * nntp.el (nntp-erase-buffer): New function.
27603         (nntp-retrieve-data, nntp-send-command)
27604         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27605         (nntp-possibly-change-group): Use it.
27606
27607         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27608         Use with-current-buffer.
27609
27610 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27611
27612         * compface.el: Merge the ELisp-based uncompface program.
27613         (compface): New customization group.
27614         (uncompface-use-external): New user option.
27615         (uncompface): Call uncompface-internal if uncompface-use-external
27616         is nil.
27617         (uncompface-internal): New function.  Note that there are also
27618         some other functions and variables added for this function.
27619
27620 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27621
27622         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27623         if necessary.
27624
27625 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27626
27627         * spam-report.el (spam-report-unplug-agent)
27628         (spam-report-plug-agent, spam-report-deagentize)
27629         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27630         Add support for the Agent in spam-report: when unplugged, report to a
27631         file; when plugged, submit all the requests.
27632
27633         * spam.el (spam-register-routine): Fix message about
27634         registration.
27635
27636 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27637
27638         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27639         dependencies.
27640         (rfc2047-encode): Use it.
27641
27642         * gnus-art.el (gnus-button-marker-list): Move before first
27643         reference.
27644
27645         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27646         (imap-parse-body): Fix format string mismatch.
27647
27648         * gnus-score.el (gnus-summary-increase-score): do.
27649
27650         * nnrss.el (nnrss-close): New function.
27651
27652 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27653
27654         * nnrss.el (nnrss-make-filename): New function.
27655         (nnrss-request-delete-group, nnrss-read-server-data)
27656         (nnrss-save-server-data, nnrss-read-group-data)
27657         (nnrss-save-group-data): Use it.
27658         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27659         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27660         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27661
27662 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27663
27664         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27665
27666 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27667
27668         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27669         files.
27670
27671         * message.el (message-generate-headers-first): Don't quote nil
27672         and t in docstrings.
27673
27674         * imap.el (imap-id): do.
27675
27676         * gnus-agent.el (gnus-agent-consider-all-articles)
27677         (gnus-agent-queue-mail): do.
27678
27679 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27680
27681         * spam-report.el (spam-report-process-queue): New function.
27682         Process requests from `spam-report-requests-file'.
27683         (spam-report-process-queue): Doc fix.
27684
27685 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27686
27687         * spam.el (spam-register-routine)
27688         (spam-log-processing-to-registry, spam-log-registered-p)
27689         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27690         Change "check" to "spam-check" for semi-clarity.
27691
27692 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27693
27694         * pop3.el: Require nnheader.
27695
27696         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27697
27698         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27699
27700         * gnus-picon.el: Require cl.
27701
27702         * gnus-fun.el: Require gnus-ems and gnus-util.
27703
27704         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27705
27706         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27707
27708         * gnus-art.el (gnus-article-edit-mode): Define before first
27709         reference.
27710
27711 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27712
27713         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27714         (gnus-uu-post-encoded): Use point-at-bol.
27715
27716         * gnus-topic.el (gnus-group-active-topic-p): do.
27717
27718         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27719
27720         * gnus-group.el (gnus-group-kill-region): do.
27721
27722         * gnus-art.el (article-date-ut): do.
27723
27724         * message.el (message-fetch-field): Remove redundant
27725         case-fold-search binding.
27726         (message-narrow-to-field): Simplify.
27727
27728 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27729
27730         * spam.el (spam-directory): Derive from `gnus-directory'.
27731
27732         * spam-report.el (spam-report-url-to-file)
27733         (spam-report-requests-file): New function and variable for offline
27734         reporting.
27735         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27736         and user defined function.
27737         (spam-report-url-ping-mm-url): Remove doubled slash.
27738
27739 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27740
27741         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27742
27743 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27744
27745         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27746         Fix format string mismatch.
27747
27748         * sieve.el (sieve-deactivate-all): do.
27749
27750         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27751
27752         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27753
27754         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27755
27756         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27757
27758 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27759
27760         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27761         the list of checks.
27762
27763 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27764
27765         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27766         padding.
27767
27768 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27769
27770         * mm-view.el (mm-fill-flowed): New variable.
27771         (mm-inline-text): Use it.
27772
27773 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27774
27775         * spam.el (spam-spamassassin-register-ham-routine)
27776         (spam-spamassassin-register-spam-routine): Fix function names.
27777
27778 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27779
27780         * gnus.el (gnus-tmp-grouplens): Remove.
27781         (gnus-summary-line-format): Remove grouplens.
27782
27783         * gnus-group.el (gnus-group-line-format): Ditto.
27784
27785         * gnus-spec.el (gnus-format-specs): Ditto.
27786         (gnus-update-format-specifications): Flush the group format spec
27787         cache if there's the grouplens stuff.
27788         (gnus-parse-simple-format): Replace %l with the empty string.
27789
27790 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27791
27792         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27793         omission.
27794
27795 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27796
27797         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27798         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27799
27800 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27801
27802         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27803         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27804         New macros and functions.
27805         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27806         Handle > NLINK_MAX messages.
27807         * nnmaildir.el (nnmaildir-request-set-mark):
27808         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27809
27810 2004-01-25  Alex Schroeder  <alex@gnu.org>
27811
27812         * spam-stat.el (spam-stat-process-directory-age): New option.
27813         (spam-stat-process-directory): Use it.
27814
27815 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27816
27817         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27818         (spam-stat-save): Accept prefix argument.
27819
27820 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27821
27822         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27823         links" error.
27824
27825 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27826
27827         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27828         the rest of the and/or forms.
27829
27830 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27831
27832         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27833         compatibility with old .newsrc.eld files.
27834
27835         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27836
27837         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27838
27839         * gnus-start.el (gnus-1): do.
27840
27841         * gnus-group.el (gnus-group-line-format-alist): do.
27842
27843         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27844
27845         * gnus-gl.el: Remove.
27846
27847 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27848
27849         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27850         marks consisting of a single range {for example, (3 . 5)} rather
27851         than a list of a single range { ((3 . 5)) }.
27852
27853 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27854
27855         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27856         Use with-current-buffer.
27857         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27858         avoid consing a string.
27859
27860         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27861         Remove obsolete entries for big5 and gb2312.
27862
27863 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27864
27865         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27866         uncompressed list.
27867
27868 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27869
27870         * spam-stat.el (spam-stat-strip-xref): New function.
27871         (spam-stat-process-directory): Use it.
27872
27873         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27874         here -- it's done in message-fetch-field.
27875
27876 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27877
27878         * gnus-agent.el (gnus-agent-queue-mail)
27879         (gnus-agent-prompt-send-queue): New variables.
27880         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27881         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27882         "nndraft:queue" along to gnus-draft-send.
27883         Use gnus-agent-prompt-send-queue.
27884         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27885         is "nndraft:queue".  Suggested by Gaute Strokkenes
27886         <gs234@srcf.ucam.org>
27887
27888         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27889         (agent-enable-undownloaded-faces): Add.
27890         (gnus-agent-cat-groups): Use eval-and-compile, not
27891         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27892         method of gnus-agent-cat-groups even when the buffer has been
27893         evaled.
27894         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27895         delete gnus-agent-save-active-1.
27896         (gnus-agent-save-groups): Delete.  Identical to
27897         gnus-agent-save-active.
27898         (gnus-agent-write-active): No longer adjust agent's copy of active
27899         file as agent's adjustments are now stored in their own
27900         file.  Remove optional parameter.
27901         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27902         servers.  Add use of min/max range limits from server's local
27903         file.
27904         (gnus-agent-save-alist): Remove unused optional argument.
27905         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27906         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27907         (gnus-agent-set-local): A per-server file that keeps min/max range
27908         limits for articles known to the agent.  Provides a fast mechanism
27909         for altering many active ranges.
27910         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27911         active file (local makes it unnecessary).
27912         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27913
27914         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27915         (agent-enable-undownloaded-faces): Add.
27916
27917         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27918         disable it when sending to "nndraft:queue".
27919         (gnus-group-send-queue): Add safety check to avoid sending queue
27920         when unplugged.
27921
27922         * gnus-group.el (gnus-group-catchup): Use new
27923         gnus-sequence-of-unread-articles, not
27924         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27925         numbers of articles.  Use gnus-range-map to avoid having to
27926         uncompress the unread list.
27927         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27928         Fix invalid ange-ftp reference.
27929
27930         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27931         (gnus-sorted-range-intersection): Intersection of two ranges
27932         without requiring that they first be uncompressed.
27933
27934         * gnus-start.el (gnus-activate-group): Unless blocked by the
27935         caller, possibly expand the active range to include both cached
27936         and agentized articles.
27937         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27938         multiple version-dependent converters.
27939         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27940         gnus-agent-save-active.
27941         (gnus-save-newsrc-file): Save dirty agent range limits.
27942
27943         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27944         gnus-agent-possibly-alter-active.
27945         (gnus-adjust-marked-articles): Faster handling of simple lists.
27946
27947 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27948
27949         * spam-stat.el (spam-stat-test-directory): New optional argument
27950         displays a list of files detected.  Suggested by Andrew Cohen
27951         <cohen@andy.bu.edu>.
27952         (spam-stat-buffer-words-with-scores): Don't narrow and change
27953         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27954
27955 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27956
27957         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27958         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27959         (spam-spamassassin-arguments)
27960         (spam-spamassassin-spam-flag-header)
27961         (spam-spamassassin-positive-spam-flag-header)
27962         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27963         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27964         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27965         (spam-list-of-processors, spam-list-of-checks)
27966         (spam-list-of-statistical-checks, spam-registration-functions)
27967         (spam-check-spamassassin-headers, spam-check-spamassassin)
27968         (spam-spamassassin-score)
27969         (spam-spamassassin-register-with-sa-learn)
27970         (spam-spamassassin-register-spam-routine)
27971         (spam-spamassassin-register-ham-routine)
27972         (spam-assassin-register-spam-routine)
27973         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27974         (spam-bogofilter-score): Fix to show article before scoring.
27975
27976 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27977
27978         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27979         default scoring function.
27980         (spam-generic-score): Call spam-spamassassin-score if
27981         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27982         spam-bogofilter-score otherwise.
27983
27984         * gnus.el (spam-process, spam-autodetect-methods):
27985         Add spamassassin and spamassassin-headers.
27986
27987 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27988
27989         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27990         Suppress unnecessary messages.
27991
27992 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27993
27994         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27995         make-hash-table.
27996
27997 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27998
27999         * canlock.el (base64-encode-string): Don't autoload it.
28000
28001 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28002
28003         * run-at-time.el: Remove useless (require 'itimer),
28004         eval-and-compile and (featurep 'xemacs).
28005
28006 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28007
28008         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28009         GROUP is a virtual group.
28010
28011 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28012
28013         * gnus.el: Autoload `message-y-or-n-p'.
28014
28015 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28016
28017         * pgg-parse.el: Remove unnecessary (require 'custom).
28018
28019         * pgg-def.el: do.
28020
28021         * nnmail.el: do.
28022
28023         * gnus-undo.el: do.
28024
28025         * gnus-picon.el: do.
28026
28027         * gnus-util.el: do.
28028
28029 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28030
28031         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28032
28033 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28034
28035         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28036         handle, as well as a list.
28037
28038         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28039         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28040         (mm-w3m-cid-retrieve): Simplify.
28041
28042 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28043
28044         * message.el (message-kill-to-signature): Allow prefix arg to
28045         specify number of lines to keep before signature.
28046
28047 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28048
28049         * message.el (message-kill-to-signature): Change docstring.
28050
28051 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28052
28053         * canlock.el: Always require sha1-el.
28054         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28055
28056         * message.el: Autoload sha1 only when compiling.
28057
28058         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28059         eudc-expand-inline for XEmacs.
28060
28061 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28062
28063         * message.el (message-canlock-generate): Require sha1-el.
28064
28065 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28066
28067         * message.el (message-expand-name): Silence the byte compiler.
28068
28069         * lpath.el: Add detect-coding-system.
28070
28071         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28072         cus-edit.
28073
28074 2004-01-13  Simon Josefsson  <jas@extundo.com>
28075
28076         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28077         Invoke gnus-score-mode.
28078         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28079
28080         * gnus-range.el (gnus-compress-sequence): Doc fix.
28081         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28082
28083 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28084
28085         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28086
28087 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28088
28089         * spam.el (spam-get-article-as-string): Update to use
28090         gnus-request-article-this-buffer, much simpler.
28091         (spam-get-article-as-buffer): Remove.
28092
28093 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28094
28095         * message.el (message-expand-name): Use EUDC if the user uses that.
28096
28097 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28098
28099         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28100         character for the encoding to avoid consing a string.
28101
28102         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28103         unnecessarily.
28104
28105         * mm-util.el (mm-replace-chars-in-string): Remove.
28106
28107         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28108         of mm-replace-chars-in-string.
28109
28110 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28111
28112         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28113
28114         * mm-util.el (mm-subst-char-in-string): Support inplace.
28115
28116         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28117         a new string in every iteration.  Use shy groups.
28118
28119 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28120
28121         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28122         * gnus-soup.el (gnus-soup-group-brew):
28123         * gnus-msg.el (gnus-put-message):
28124         * gnus-move.el (gnus-group-move-group-to-server):
28125         * gnus-kill.el (gnus-batch-score):
28126         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28127         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28128         (gnus-group-update-group, gnus-group-read-group)
28129         (gnus-group-make-group, gnus-group-make-help-group)
28130         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28131         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28132         (gnus-group-sort-by-unread, gnus-group-catchup)
28133         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28134         (gnus-group-yank-group, gnus-group-set-info)
28135         (gnus-group-list-groups):
28136         * gnus.el (gnus-generate-new-group-name):
28137         * gnus-delay.el (gnus-delay-send-queue):
28138         * nnvirtual.el (nnvirtual-catchup-group):
28139         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28140         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28141         (gnus-group-prepare-topics, gnus-topic-check-topology):
28142         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28143         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28144         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28145         (gnus-group-make-articles-read):
28146         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28147         (gnus-group-change-level, gnus-kill-newsgroup)
28148         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28149         (gnus-get-unread-articles, gnus-make-articles-unread)
28150         (gnus-make-ascending-articles-unread): Use accessor
28151         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28152         to get group information for improved readability.
28153
28154
28155 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28156
28157         * gnus-art.el (article-decode-mime-words, article-babel)
28158         (gnus-article-highlight-signature, gnus-article-add-buttons)
28159         (gnus-signature-toggle): Use gnus-with-article-buffer.
28160
28161         * gnus-art.el (gnus-article-highlight-headers)
28162         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28163
28164         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28165         (gnus-article-set-globals, gnus-request-article-this-buffer)
28166         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28167         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28168         (gnus-mime-display-alternative): Use with-current-buffer.
28169
28170 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28171
28172         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28173         also under 80 char limit, and call gnus-error if needed.
28174         (spam-fetch-article-header): Fix - it was a
28175         buffer-local variable (gnus-newsgroup-data).
28176         (spam-find-spam): Use spam-generate-fake-headers, forget about
28177         spam-insert-fake-headers.
28178         (spam-insert-fake-headers): Remove.
28179
28180 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28181
28182         * deuglify.el (gnus-article-outlook-unwrap-lines)
28183         (gnus-outlook-rearrange-article)
28184         (gnus-outlook-repair-attribution-outlook)
28185         (gnus-outlook-repair-attribution-block)
28186         (gnus-outlook-repair-attribution-other): Remove redundant
28187         save-excursion.
28188
28189 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28190
28191         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28192         (spam-fetch-field-subject-fast)
28193         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28194         (spam-fetch-article-header): Add functions to deal with Gnus
28195         internals for fast retrieval of article header data.
28196         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28197
28198 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28199
28200         * pop3.el (pop3-md5): Remove.
28201         (pop3-apop): Replace pop3-md5 with md5.
28202
28203         * mm-bodies.el: base64 is always built-in.
28204
28205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28206         Use with-current-buffer.
28207
28208 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28209
28210         * canlock.el (canlock-insert-header): Remove excessive grouping in
28211         regexp.
28212
28213         * gnus-sum.el (gnus-summary-read-document): Ditto.
28214
28215         * gnus-uu.el (gnus-uu-part-number): Ditto.
28216
28217         * html2text.el (html2text-remove-tags): Ditto.
28218         (html2text-format-tags): Ditto.
28219         (html2text-format-single-elements): Ditto.
28220
28221         * mml.el (mml-parse-1): Ditto.
28222
28223 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28224
28225         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28226
28227         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28228
28229         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28230
28231         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28232
28233 2003-11-15  Simon Josefsson  <jas@extundo.com>
28234
28235         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28236         (pgg-gpg-lookup-key): Use regexp match instead of
28237         split-string (split-string is different between emacs 21.2 and
28238         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28239
28240 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28241
28242         * gnus-art.el (gnus-mime-view-all-parts)
28243         (gnus-article-part-wrapper, gnus-article-view-part):
28244         Use with-current-buffer.
28245
28246 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28247
28248         * spam.el (spam-disable-spam-split-during-ham-respool)
28249         (spam-spamoracle-database, spam-cache-lookups)
28250         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28251         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28252         (spam-group-ham-marks, spam-group-spam-marks)
28253         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28254         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28255         also add spam-use-blackholes to the statistical checks.
28256         (spam-fetch-field-fast): Add interface to fetching fields, may
28257         become a macro.
28258         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28259         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28260         (spam-insert-fake-headers): Fake an article when needed.
28261         (spam-find-spam): Fake article when possible.
28262         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28263         (spam-check-bogofilter-headers): Use message-fetch-field instead
28264         of nnmail-fetch-field.
28265
28266 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28267
28268         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28269
28270 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28271
28272         * spam.el (spam-split): Do not require spam-use-CHECK to be
28273         enabled if that check is passed to spam-split explicitly; also
28274         fix so 'spam doesn't get converted to spam-split-group when
28275         spam-split-symbolic-return is t.
28276         (spam-find-spam): Find registrations of the article and use those
28277         instead of re-running spam-split to find the spam/ham
28278         classification of the article.
28279         (spam-log-processing-to-registry, spam-log-registered-p)
28280         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28281         Use gnus-error instead of gnus-message.
28282         (spam-log-registration-type): Add function to determine the
28283         classification of a message based on registry entries; will
28284         return nil if both 'spam and 'ham are found.
28285         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28286         a reasonably fast local cache without the loading errors.
28287         (spam-cache-lookups): Set to t by default.
28288         (spam-find-spam): Don't try to guess spam-cache-lookups.
28289         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28290         spam-caches entry.
28291         (spam-filelist-build-cache, spam-filelist-check-cache):
28292         Fix caching of whitelist/blacklist entries.
28293         (spam-check-whitelist, spam-check-blacklist):
28294         Invoke spam-from-listed-p with a type, not a cache variable.
28295         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28296
28297 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28298
28299         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28300
28301         * nnmail.el (nnmail-split-fancy): do.
28302
28303         * mml.el (mml-parse): do.
28304
28305         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28306         (gnus-score-adaptive): do.
28307
28308 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28309
28310         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28311         (gnus-mime-button-map): Don't set keymap parent.
28312         (gnus-button-ctan-directory-regexp): Use shy grouping.
28313         (gnus-prev-page-map): Don't set keymap parent.
28314         (gnus-prev-page-map): Remove duplicated one.
28315         (gnus-next-page-map): Don't set keymap parent.
28316         (gnus-mime-security-button-map): Ditto.
28317
28318         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28319         version number.
28320
28321         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28322
28323 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28324
28325         * canlock.el (canlock-sha1-function): Remove.
28326         (canlock-sha1-function-for-verify): Remove.
28327         (canlock-openssl-program): Remove.
28328         (canlock-openssl-args): Remove.
28329         (canlock-ignore-errors): Remove.
28330         (canlock-sha1-with-openssl): Remove.
28331         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28332         (canlock-verify): Don't use canlock-ignore-errors.
28333
28334         * sha1-el.el (sha1-string-external): Make it can return a string
28335         in binary form.
28336         (sha1-region-external): Ditto.
28337         (sha1-string-internal): Ditto.
28338         (sha1-region-internal): Ditto.
28339         (sha1-region): Ditto.
28340         (sha1-string): Ditto.
28341         (sha1): Ditto.
28342
28343 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28344
28345         * spam.el (spam-report-articles-gmane): New command.
28346
28347 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28348
28349         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28350
28351         * run-at-time.el (run-at-time-saved): Remove.
28352         (run-at-time): Doc fix.
28353
28354 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28355
28356         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28357         (gnus-summary-limit-map): Add it.
28358         (gnus-summary-make-menu-bar): do.
28359
28360 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28361
28362         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28363         Make attempt at some caching support (done for BBDB only now).
28364         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28365         addresses to be checked.
28366         (spam-clear-cache-BBDB): Add function, to be invoked by
28367         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28368         (spam-check-BBDB): Check and use the caches, if
28369         spam-cache-lookups is on, remove superfluous (provide).
28370
28371 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28372
28373         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28374
28375 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28376
28377         * run-at-time.el (run-at-time-saved): Move to after the definition
28378         of `run-at-time'.
28379
28380         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28381
28382 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28383
28384         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28385         mm-w3m-local-map-property.
28386
28387         * mm-view.el (mm-w3m-mode-map): Remove.
28388         (mm-w3m-local-map-property): Remove.
28389         (mm-inline-text-html-render-with-w3m): Don't use
28390         mm-w3m-local-map-property.
28391
28392 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28393
28394         * run-at-time.el: New file.
28395
28396         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28397         under Emacs.
28398
28399         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28400         of gnus-set-text-properties.
28401
28402         * gnus-uu.el (gnus-uu-save-article): Ditto.
28403
28404         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28405
28406         * gnus-cite.el (gnus-cite-parse): Ditto.
28407
28408         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28409         of gnus-.
28410
28411         * gnus-xmas.el (run-at-time): Require run-at-time.
28412
28413         * gnus.el: Change calls to nnheader-run-at-time and
28414         password-run-at-time throughout to use run-at-time directly.
28415
28416         * password.el: Remove definition of run-at-time.
28417
28418         * nnheaderxm.el: Remove definition of run-at-time.
28419
28420 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28421
28422         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28423         in prompt.
28424
28425 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28426
28427         * messagexmas.el (message-xmas-redefine): Alias
28428         `message-make-caesar-translation-table' to
28429         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28430         version.
28431
28432         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28433         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28434         `gnus-xmas-set-text-properties'.
28435         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28436         `gnus-xmas-completing-read'.
28437         (gnus-xmas-completing-read): Removed.
28438         (gnus-xmas-open-network-stream): Removed.
28439
28440         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28441         XEmacs version.
28442
28443         * dns.el (dns-make-network-process): Use `open-network-stream'
28444         instead of `gnus-xmas-open-network-stream'.
28445
28446         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28447
28448         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28449
28450 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28451
28452         * gnus-art.el (gnus-mime-display-alternative)
28453         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28454         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28455         Don't use gnus-local-map-property.
28456
28457         * gnus-util.el (gnus-local-map-property): Remove.
28458
28459         * mm-view.el (mm-view-pkcs7-decrypt):
28460         Replace gnus-completing-read-maybe-default with completing-read.
28461
28462         * gnus-util.el (gnus-completing-read): do.
28463         (gnus-completing-read-maybe-default): Remove.
28464
28465 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28466
28467         * password.el: Only autoload `run-at-time' if not XEmacs.
28468         Only autoload the itimer functions if XEmacs.
28469
28470 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28471
28472         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28473         XEmacsen.
28474
28475         * dgnushack.el: Autoload executable-find for XEmacs.
28476
28477 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28478
28479         * gnus-art.el (gnus-read-string): Remove.
28480         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28481         read-string.
28482
28483 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28484
28485         * netrc.el: Autoload password-read.
28486         (netrc): Add configuration group.
28487         (netrc-encoding-method, netrc-openssl-path):
28488         Add variables for encoding and decoding of files with symmetric
28489         ciphers.
28490         (netrc-encode): Add assistant function to encode a file with
28491         netrc-encoding-method.
28492         (netrc-parse): Add interactive parameter, added optional
28493         decoding if netrc-encoding-method is non-nil but otherwise
28494         behavior is standard.
28495         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28496         Do s/encode/encrypt/ everywhere.
28497
28498         * spam.el: Remove executable-find autoload.
28499
28500 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28501
28502         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28503
28504         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28505
28506 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28507
28508         * gnus-art.el (gnus-treat-ansi-sequences)
28509         (article-treat-ansi-sequences): New variable and function.
28510         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28511
28512         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28513         Use it.
28514
28515 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28516
28517         * mm-util.el (mm-quote-arg): Remove.
28518
28519         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28520         shell-quote-argument.
28521
28522         * gnus-uu.el (gnus-uu-command): do.
28523
28524         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28525
28526         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28527         with make-char.
28528
28529         * mm-util.el (mm-make-char): Remove.
28530
28531         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28532         add-minor-mode.
28533
28534         * gnus-undo.el (gnus-undo-mode): do.
28535
28536         * gnus-topic.el (gnus-topic-mode): do.
28537
28538         * gnus-sum.el (gnus-dead-summary-mode): do.
28539
28540         * gnus-start.el (gnus-slave-mode): do.
28541
28542         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28543
28544         * gnus-ml.el (gnus-mailing-list-mode): do.
28545
28546         * gnus-gl.el (gnus-grouplens-mode): do.
28547
28548         * gnus-draft.el (gnus-draft-mode): do.
28549
28550         * gnus-dired.el (gnus-dired-mode): do.
28551
28552         * gnus-ems.el (gnus-add-minor-mode): Remove.
28553
28554         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28555         Replace gnus-char-width with char-width.
28556
28557         * gnus-ems.el (gnus-char-width): Remove.
28558
28559         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28560         Replace gnus-char-width with char-width.
28561
28562         * gnus-ems.el (gnus-char-width): Remove.
28563
28564         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28565         definition.
28566         Remove Emacs 20 hash table compatibility code.
28567
28568         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28569         20 compatibility code.
28570
28571         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28572
28573         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28574
28575         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28576         Replace with point-at-{eol,bol}.
28577
28578         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28579
28580         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28581
28582         * flow-fill.el (fill-flowed-point-at-bol)
28583         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28584
28585         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28586         Replace with point-at-{eol,bol} throughout all files.
28587
28588 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28589
28590         * ntlm.el (ntlm-string-as-unibyte): New macro.
28591         (ntlm-build-auth-response): Use it.
28592
28593         Remove Emacs 20 stuff:
28594         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28595         (butlast, mapc, remove): Remove the compiler macros.
28596         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28597         of delq and copy-sequence.
28598         * gnus-art.el (popup-menu): Remove the compiler macro.
28599         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28600         Emacs 20.
28601
28602 2004-01-05  Simon Josefsson  <jas@extundo.com>
28603
28604         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28605         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28606         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28607         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28608         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28609         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28610         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28611         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28612         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28613         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28614         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28615         string-xor into ntlm-string-xor.
28616         Suggested by Jesper Harder <harder@myrealbox.com>.
28617
28618         * ntlm.el: Don't include poem.
28619
28620         * md4.el (print-int32, print-string-hexa): Remove.
28621         Suggested by Jesper Harder <harder@myrealbox.com>.
28622
28623         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28624
28625         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28626         probably breaks emacs with DL patch, but do we care? Is anyone
28627         still using the DL stuff?)
28628
28629         * sieve-manage.el: Use the password package.
28630         (sieve-manage-read-passwd): Remove.
28631         (sieve-manage-interactive-login): Use password.  Re-add
28632         condition-case around loop.
28633
28634         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28635         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28636         Use the password package.
28637
28638 2003-02-19  Simon Josefsson  <jas@extundo.com>
28639
28640         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28641         token.
28642
28643 2002-08-07  Simon Josefsson  <jas@extundo.com>
28644
28645         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28646         (sieve-manage-authenticators)
28647         (sieve-manage-authenticator-alist): Add some SASL mechs.
28648         (sieve-sasl-auth): New function.
28649         (sieve-manage-cram-md5-auth)
28650         (sieve-manage-plain-auth): Rewrite using SASL library.
28651         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28652         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28653         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28654         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28655
28656 2004-01-05  Simon Josefsson  <jas@extundo.com>
28657
28658         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28659         New files.
28660
28661 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28662
28663         * gnus-group.el (gnus-no-groups-message): Update.
28664
28665         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28666
28667 2003-11-09  Simon Josefsson  <jas@extundo.com>
28668
28669         * imap.el: Support for ID IMAP extension (RFC 2971).
28670         (imap-local-variables): Add imap-id.
28671         (imap-id): New variable.
28672         (imap-id): New function.
28673         (imap-parse-response): Parse untagged ID response.
28674         * nnimap.el (nnimap-id): New variable.
28675         (nnimap-open-connection): Use it.
28676
28677 2003-12-28  Simon Josefsson  <jas@extundo.com>
28678
28679         * gnus-score.el (gnus-score-edit-all-score): New.
28680         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28681
28682 2004-01-04  Simon Josefsson  <jas@extundo.com>
28683
28684         * password.el: Add.
28685
28686 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28687
28688         * dns.el (dns-query-types): Fix typo.
28689         (dns-query-types): New function.
28690         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28691         PTR and SOA replies, see RFC 1035.
28692
28693 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28694
28695         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28696
28697         * Move to Changelog.2.
28698
28699 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28700
28701         * gnus.el (gnus-version-number): Bump version.
28702
28703 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28704
28705         * gnus.el: No Gnus v0.1 is released.
28706
28707 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28708
28709         * gnus.el: No Gnus v0.0 is released.
28710
28711 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28712
28713         * gnus.el (gnus-version-number): Bump.
28714         (gnus-version): No.
28715
28716 See ChangeLog.2 for earlier changes.
28717
28718   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28719
28720   This file is part of GNU Emacs.
28721
28722   GNU Emacs is free software: you can redistribute it and/or modify
28723   it under the terms of the GNU General Public License as published by
28724   the Free Software Foundation, either version 3 of the License, or
28725   (at your option) any later version.
28726
28727   GNU Emacs is distributed in the hope that it will be useful,
28728   but WITHOUT ANY WARRANTY; without even the implied warranty of
28729   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28730   GNU General Public License for more details.
28731
28732   You should have received a copy of the GNU General Public License
28733   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28734
28735 ;; Local Variables:
28736 ;; coding: utf-8
28737 ;; fill-column: 79
28738 ;; add-log-time-zone-rule: t
28739 ;; End: