502eb52f15f17ff62d10a19cb48736dd65957e64
[gnus] / lisp / ChangeLog
1 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-mm-display-part):
4         Highlight header attachment buttons.
5
6 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
9         a part; redisplay a button (enbugged in 2014-03-23).
10
11 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * auth-source.el (auth-source-search, auth-source-search-backends):
14         Treat :max 0 as an indicator that a boolean return is wanted, as
15         documented. Reported by Joe Bloggs.
16
17 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-icalendar.el: Require gnus-art.
20
21 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
22
23         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
24         (gnus-icalendar--update-org-event): put event timestamp in
25         the org entry body instead of the drawer.
26         (gnus-icalendar-event--get-attendee-names): list of participants should
27         contain even attendees without common name attribute.
28         (gnus-icalendar--update-org-event): don't generate duplicates of empty
29         property tags in org drawers.
30
31 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * gmm-utils.el (gmm-format-time-string): New function.
34
35         * message.el (message-insert-formatted-citation-line): Use the original
36         author's time zone to express a date string.
37
38 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
39
40         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
41         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
42         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
43         Silence compiler warnings.
44         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
45
46 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * mml.el: Require url when compiling.
49
50         * gnus-cloud.el (gnus-cloud-parse-version-1):
51         Use plist-get rather than CL's getf.
52         (gnus-activate-group, gnus-subscribe-group): Declare.
53
54         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
55
56 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
59         buttons when toggling the header off.
60
61 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
62
63         * tls.el (tls-program): Reflow docstring.
64
65 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
68         groups work again.
69
70 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
71
72         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
73         999 correctly (i.e. "1,342").
74
75 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
78         out if the directory doesn't exist.
79
80 2014-03-07  Daiki Ueno  <ueno@gnu.org>
81
82         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
83         commands here; instead, only check if epg-config.el is available.
84
85 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
86
87         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
88         messages with embedded images.
89         (mml-generate-mime): Don't bug out if you don't have libxml.
90
91 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
92
93         * message.el (message-make-html-message-with-image-files): New command.
94
95 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus-group.el (gnus-group-make-group): Clarify prompt.
98
99         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
100
101 2014-02-23  David Engster  <deng@randomsample.de>
102
103         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
104         to stay compatible with older Emacsen, so replace `cl-loop' with
105         `loop'.
106
107 2014-02-22  Daniel Colascione  <dancol@dancol.org>
108
109         * auth-source.el (auth-source-secrets-listify-pattern): New function.
110         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
111         instead, build list of patterns.
112
113 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
116         Display header attachment buttons by gnus-article-prepare-display
117         rather than gnus-article-prepare so as to view in mml-preview as well.
118
119 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
120
121         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
122         in `auth-sources' means and link to EPA docs.
123
124 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
125
126         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
127         (bug#12375).
128
129 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
132         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
133
134 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
135
136         * message.el (message-tab): Mention what happens on normal tabs
137         (bug#11297).
138
139 2014-02-08  Glenn Morris  <rgm@gnu.org>
140
141         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
142
143 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
146         buttons that are hidden in unselected alternative part as well.
147         (gnus-mime-display-alternative): Redraw attachment buttons in header.
148
149         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
150
151 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
154         keystroke.
155         (gnus-server-toggle-cloud-server): Only allow clouding applicable
156         types.
157
158         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
159         with an empty string.
160
161 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
164         buffer-local in some buffers, so bind it explicitly in the buffer we're
165         trying to cancel the article in (bug#10808).
166
167 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
170         New functions.
171
172         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
173         New user option.
174         (gnus-mime-buttonize-attachments-in-header): New function.
175         (gnus-article-prepare): Use it.
176         (gnus-mime-inline-part): Suppress extra newline.
177         (gnus-mm-display-part): Save excursion;
178         remove useless deleting and adding of buttons.
179         (gnus-insert-mime-button): Allow insertion in the middle of a line.
180
181         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
182         Add gnus-mime-buttonize-attachments-in-header.
183
184 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
185
186         * nnimap.el (nnimap-request-articles): New command to download several
187         articles at once.
188
189         * gnus.el (gnus-variable-list): Save Cloud variables.
190
191         * gnus-int.el (gnus-request-accept-article): Doc fix.
192
193 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
194
195         * parse-time.el (parse-time-iso8601-regexp)
196         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
197         it more generally.
198
199 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-cloud.el: New file to provide the Emacs Cloud.
202
203         * dgnushack.el: Silence XEmacs w3 warning.
204
205         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
206         `url-retrieve-synchronously', apparently.
207
208         * dgnushack.el: Silence XEmacs dns.el warning.
209
210         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
211         instead of in all files.
212
213         * dns.el (network-interface-list): Define for XEmacs.
214
215         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
216         XEmacs.
217
218         * nnrss.el (libxml-parse-html-region): Silence compilation error.
219
220 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
221
222         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
223         `gnus-group-split-fancy'.
224
225 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
226
227         * message.el (message-remove-header): Doc fix.
228         (message-forward-included-headers): New variable.
229         (message-remove-ignored-headers): Use it.
230
231 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
232
233         * nnir.el (nnir-request-update-mark): Don't try to update the source
234         group if we can't find it (bug#16611).
235
236 2014-01-31  Dave Abrahams  <dave@boostpro.com>
237
238         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
239
240 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
241
242         * dns.el (dns-servers-up-to-date-p): New function to see whether the
243         network interfaces changed.
244         (dns-query): Use it to flush the data.
245
246 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
247
248         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
249         from random face commands.
250         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
251         Face.
252         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
253         (gnus--random-face-with-type): Generic function returning a face-type
254         as a string.
255         (gnus--insert-random-face-with-type): Generic function inserting a face
256         in a message buffer header.
257         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
258         (gnus-insert-random-x-face-header): Rewritten to use
259         `gnus--insert-random-face-with-type`.
260         (gnus-random-face): Return random (png) Face as string.
261         (nus-insert-random-face-header): Insert random (png) Face in a message
262         buffer.
263
264 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
265
266         * mm-url.el: Remove all usage of w3.
267
268         * nnrss.el: Ditto.
269
270         * mm-decode.el: Ditto.
271
272         * mm-view.el: Ditto.
273
274         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
275         outdated and all Emacsen have url.el built-in.
276
277         * gnus-setup.el: Remove outdated file.
278
279 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
280
281         * gnus.el: Ma Gnus v0.9 is released.
282
283 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
284
285         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
286
287 2014-01-31  Dave Abrahams  <dave@boostpro.com>
288
289         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
290         in the summary buffer (bug#13769).
291
292 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
293
294         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
295         name if we're using a single article buffer.  Otherwise, it may point
296         to a killed buffer (bug#13756).
297
298 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
299
300         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
301         the match data, just save and restore it explictly (bug#12375).
302
303         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
304         that's needed.
305
306         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
307         the code once (bug#9069).
308
309 2014-01-18  Steinar Bang  <sb@dod.no>
310
311         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
312         reading.
313
314 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
315
316         * message.el (message-bury): Call bury-buffer with no argument
317         in the message-return-action case too.
318
319 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
322         (nnimap-split-fancy, nnimap-split-methods): Declare.
323
324         * mm-util.el (help-function-arglist): Declare.
325
326 2013-12-28  Glenn Morris  <rgm@gnu.org>
327
328         * gnus-sieve.el (gnus-sieve-select-method):
329         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
330         (gravatar-rating, gravatar-size):
331         * message.el (message-minibuffer-local-map):
332         * sieve-manage.el (sieve-manage-authenticators)
333         (sieve-manage-authenticator-alist): Specify custom types.
334
335         * hashcash.el (hashcash-program): Rename from hashcash-path.
336         Update callers.
337
338         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
339         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
340         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
341
342         * auth-source.el (auth-sources):
343         * nnmairix.el (nnmairix-propagate-marks-upon-close):
344         Fix custom types.
345
346         * tls.el (tls-certtool-program): Fix default value.
347
348 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
349
350         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
351         we get proper traces there, too.
352
353 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
354
355         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
356         value of the parameters if the current article has a Reply-To or From
357         field.
358
359 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus.el (gnus-group-buffer): Remove duplicate definition.
362
363 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * gnus-sum.el (gnus-summary-exit): Stop animations.
366
367 2013-12-19  Juri Linkov  <juri@jurta.org>
368
369         * gnus.el (gnus-suppress-keymap):
370         * gnus-art.el (gnus-article-mode-map):
371         * gnus-group.el (gnus-group-mode-map):
372         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
373         Remove [backspace] key binding because it shadows DEL (bug#16035).
374
375         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
376
377 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
380         Make sure work directory exists.
381         (gnus-uu-digest-mail-forward): Store temporary files in work directory
382         rather than tmp directory.
383         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
384         not necessarily always run, with it.
385
386 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
387
388         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
389         value of gnus-icalendar-additional-identities work without restart.
390
391 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * mm-util.el (mm-make-temp-file):
394         Alias to make-temp-file for modern Emacsen.
395
396 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
399         nnir-article-number and nnir-article-group.
400
401 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
402
403         * message.el (message-send-mail-with-sendmail):
404         Don't kill error buffer if sending fails.
405
406 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
407
408         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
409         (gnus-icalendar-event->org-entry)
410         (gnus-icalendar--update-org-event)
411         (gnus-icalendar-event->gnus-calendar): Distinguish between
412         required/optional/non-participant attendee status.  Fix bug causing
413         the first required event participant to be omitted.
414
415 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-art.el (article-de-quoted-unreadable)
418         (article-de-base64-unreadable, gnus-mime-copy-part)
419         * gnus-html.el (gnus-article-html)
420         * mm-view.el (mm-inline-text-html-render-with-w3)
421         (mm-inline-text-html-render-with-w3m-standalone)
422         * rfc2231.el (rfc2231-decode-encoded-string):
423         Allow overriding charset by mm-charset-override-alist.
424
425         * gnus-art.el (gnus-article-browse-html-parts):
426         Replace LWSPs with `&nbsp;'s in header.
427
428         Work for broken Chinese articles.
429
430         * gnus-art.el (gnus-article-browse-html-save-cid-content):
431         Exclude broken handles that gnus-summary-enter-digest-group may create.
432         (gnus-article-browse-html-parts):
433         Allow overriding charset by mm-charset-override-alist.
434
435 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
436
437         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
438         (gnus-icalendar-identities): Support additional-identities.
439
440 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
441
442         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
443         org-timestamp for events ending at midnight.
444
445 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
446
447         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
448         .log files.
449
450 2013-11-20  David Engster  <deng@randomsample.de>
451
452         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
453
454 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
455
456         * message.el (message-beginning-of-line):
457         Use beginning-of-visual-line when visual-line-mode is turned on.
458
459 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
460
461         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
462         (gnus-icalendar-event-from-ical)
463         (gnus-icalendar-event->org-entry)
464         (gnus-icalendar--update-org-event): Required/optional participation,
465         list of attendees synced to org.
466
467 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
468
469         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
470         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
471         cancellations to be synced to org if the original appt has an org
472         outline.
473
474 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
475
476         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
477         (gnus-icalendar-event->org-entry)
478         (gnus-icalendar--update-org-event)
479         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
480
481 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
482
483         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
484         Fix timezone handling in gnus-icalendar export to org.
485
486 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
489
490 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
493
494 2013-10-30  Glenn Morris  <rgm@gnu.org>
495
496         * gnus-group.el (gnus-group-browse-foreign-server):
497         * gnus-int.el (gnus-start-news-server):
498         Silence compiler obsolescence warning.
499
500 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
501
502         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
503         `nnoo-current-server' first, then for the actual `nnimap-address' to
504         allow netrc entries for the nnoo server to coexist with netrc entries
505         for the `nnimap-address'.
506
507 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * mm-decode.el (mm-dissect-buffer): Revert last change.
510         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
511         The problem that motivated those changes was attributed to a broken
512         mail sender, and has been fixed.
513
514 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
517         token is missing in the Content-Type header.
518
519         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
520
521 2013-09-18  Glenn Morris  <rgm@gnu.org>
522
523         * gnus-util.el (image-size): Declare.
524
525 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
528         (gnus-icalendar-event-from-ical)
529         (gnus-icalendar-event--build-reply-event-body)
530         (gnus-icalendar-event-reply-from-buffer)
531         (gnus-icalendar-find-org-event-file)
532         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
533         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
534
535         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
536
537 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
538
539         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
540         Use save-current-buffer.
541         (gnus-tree-mode-map): Initialize in the declaration.
542         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
543         (scroll-in-place): Defvar it.
544         (gnus-tmp-*): Defvar them.
545         (gnus-get-tree-buffer): Use derived-mode-p.
546         (gnus--let-eval): New macro.
547         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
548         non-prefixed variables.
549         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
550
551         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
552         vars since it doesn't seem to be available.
553         (gnus-set-global-variables, gnus-summary-read-group-1)
554         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
555         (gnus-summary-display-article, gnus-summary-select-article)
556         (gnus-summary-next-article, gnus-offer-save-summaries)
557         (gnus-summary-generic-mark): Use derived-mode-p.
558         (gnus-summary-read-group-1, gnus-summary-exit)
559         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
560         Adjust calls to gnus-tree-close and gnus-tree-open.
561
562         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
563
564         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
565         (gnus-agent-mode): Use derived-mode-p.
566         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
567         gnus-command-method and *-command-method to nil, but bind
568         gnus-command-method to *-command-method instead!
569         (gnus-agent-fetch-articles): Remove unused var `id'.
570         (gnus-agent-fetch-headers): Remove unused arg `force'.
571         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
572         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
573         (gnus-agent-short-article, gnus-agent-long-article)
574         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
575         first use.
576         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
577         `score-param'.
578         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
579         (gnus-get-predicate): Push in front of the cache, rather than end.
580         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
581         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
582         (gnus-agent-expire-unagentized-dirs): Don't rebind
583         gnus-agent-expire-current-dirs since the defvar silences the warning.
584         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
585         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
586         (gnus-agent-regenerate): Simplify interactive spec and doc.
587
588 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * gnus-int.el (gnus-open-server): Silence compiler.
591
592         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
593
594         * message.el (message-display-completion-list): Abolish.
595         (message-completion-in-region): Use display-completion-list.
596
597 2013-09-17  Glenn Morris  <rgm@gnu.org>
598
599         * gnus-util.el (gnus-message-with-timestamp-1):
600         Use `messages-buffer' function if available.  Ignore read-only.
601
602 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * message.el (message-expand-group, message-completion-in-region):
605         Correct the order of start and end of a region.
606
607 2013-09-13  Glenn Morris  <rgm@gnu.org>
608
609         * mml2015.el (gnus-create-image): Autoload it.
610
611         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
612
613         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
614         (image-size): Declare.
615
616 2013-09-12  Glenn Morris  <rgm@gnu.org>
617
618         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
619         Avoid using `find', which i) might not be defined at runtime;
620         ii) does not work, since its default test is eql, not equal.
621         (gnus-mime-action-alist): Declare.
622
623 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
624
625         * score-mode.el (gnus-score-mode-map): Move initialization
626         into declaration.
627         (gnus-score-mode): Use define-derived-mode.
628         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
629         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
630         into declaration.
631         (gnus-kill-file-mode): Use define-derived-mode.
632         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
633         Use derived-mode-p.
634         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
635         (gnus-group-setup-buffer, gnus-group-name-at-point)
636         (gnus-group-make-web-group, gnus-group-enter-directory)
637         (gnus-group-suspend): Use derived-mode-p.
638         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
639         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
640         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
641         (gnus-article-setup-buffer, gnus-article-prepare)
642         (gnus-article-prepare-display, gnus-sticky-article)
643         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
644         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
645         (gnus-article-read-summary-keys): Use derived-mode-p.
646
647 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
650
651 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
654         shift_jis from the default value set for Japanese users.
655
656 2013-08-13  Glenn Morris  <rgm@gnu.org>
657
658         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
659
660         * gnus.el (gnus-valid-select-methods): Fix type.
661
662         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
663
664 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * mm-decode.el (mm-display-external): Run a timer for the temp files
667         deletion after a viewer exits; add a deletion timer for the needsterm
668         case, too.
669
670         * mm-decode.el (mm-display-external): Try to delete temporary files by
671         using a 1-min. timer.
672
673 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
676         New internal variables.
677         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
678         (mm-display-external): Use it to delete temporary files instead of
679         using timers.
680
681 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
684
685 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
686
687         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
688         with cond for backwards compatability.
689
690 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * mm-decode.el (mm-display-external): Bind process-connection-type to
693         nil; don't delete a temp file immediately even if a viewer finishes,
694         since it may be a shell script, like xdg-open, that launches a real
695         viewer program belatedly.
696
697 2013-08-05  Dave Abrahams  <dave@boostpro.com>
698
699         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
700         that we can create nndoc groups that excerpt other groups.
701
702 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703
704         * gnus-delay.el (gnus-delay-article): Fix typo.
705
706         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
707         articles.
708
709         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
710         we can get spell-checking etc.
711
712 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
715         a single one used for encoding the whole text in a header.
716
717 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
720         doesn't work properly on XEmacs.
721
722 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
725         before sending.
726
727         * dgnushack.el (dgnushack-compile): Add a temporary check for
728         gnus-icalendar.
729
730         * mm-decode.el (mm-command-output): New face.
731         (mm-display-external): Use it.
732
733 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
734
735         * nnmbox.el (nnmbox-request-article): Don't change point.
736
737 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
740         Include `handle' parameter.
741
742 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
743
744         * gnus-icalendar.el: New file.
745
746 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
749
750         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
751         dummy roots, too.
752
753 2013-08-01  David Edmondson  <dme@dme.org>
754
755         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
756         out on ttys.
757
758 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
761         not empty.
762
763         * nnrss.el (nnrss-discover-feed): Indent.
764
765 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
768
769 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
772         dirty to ensure nnimap data being saved.
773
774 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
775
776         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
777         menu entry.
778
779         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
780         the current thread's total score instead of the current article's
781         score.
782
783         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
784         (gnus-sort-threads-recursively): Delete defcustom.
785         (gnus-sort-threads-recursive): Adapt accordingly.
786
787 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
788
789         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
790         (gnus-sort-threads-recursive): Use it.
791         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
792         again.  Now that determines how to sort subthreads.
793
794 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
795
796         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
797         (gnus-sort-threads): Use it.
798
799 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
800
801         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
802         punctuation characters follow parentheses (bug#14950).
803
804 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus.el (gnus-continuum-version):
807         * gnus-msg.el (gnus-extended-version): Simplify.
808
809         * gnus.el (gnus-continuum-version-1): Remove.
810         * gnus-msg.el (gnus-bug): Revert.
811
812         Calculate gnus-version correctly on Cygwin.
813
814         * gnus.el (gnus-continuum-version): Do main calculations in integers.
815         (gnus-continuum-version-1): New function, return a string.
816
817         * gnus-msg.el (gnus-extended-version, gnus-bug):
818         Use gnus-continuum-version-1 instead of gnus-continuum-version.
819
820 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
821
822         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
823         (bug#13384).
824
825 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
828         that were only relevant in a development version a long time ago.
829
830 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
833         that the old Emacs 24s bundle.
834
835 2013-07-10  David Engster  <deng@randomsample.de>
836
837         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
838         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
839         fixes a bug in Emacs trunk where the 'unexist' marks were always
840         removed at startup because "Gnus v5.13" was considered smaller than "Ma
841         Gnus v0.03".
842
843 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
844
845         * gnus.el (gnus-summary-line-format): Reference
846         `gnus-user-date-format-alist' for the &user-date; format, not
847         `gnus-summary-user-date-format-alist'.
848
849 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
852         delete files (bug#13481).
853
854 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
855
856         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
857
858 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
859
860         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
861         display images.
862
863         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
864
865         * message.el (message-cancel-news): According to
866         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
867         preferred over "cmsg cancel" in the Subject.
868
869         * nnir.el (nnir-engines): Note that the group specs are regexps
870         (bug#13238).
871
872         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
873         gotten read-only text properties, ensure that those aren't heeded when
874         copying stuff over (bug#13434).
875
876         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
877         (bug#13762).
878
879 2013-07-05  David Kastrup  <dak@gnu.org>
880
881         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
882         authinfo file again (important for blank passwords).  This had been
883         broken with 2013-06-15 change.
884
885 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
888         Revert 2013-01-14 change.
889
890 2013-07-02  Daiki Ueno  <ueno@gnu.org>
891
892         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
893         of 'create-image' for XEmacs compatibility; check errors when decoding
894         image.  Reported by Uwe Brauer.
895
896 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
899         gnus-button-push revised at 2011-01-19.
900
901 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
904         now live in the lisp/net Emacs 24 repository.
905
906 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * eww.el (eww-update-header-line-format): Quote % characters.
909
910 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * eww.el (eww-process-text-input): Display passwords as asterisks.
913
914         * shr.el (shr-make-table-1): Protect against invalid column-spans.
915
916 2013-06-19  Tom Tromey  <tromey@redhat.com>
917
918         * eww.el (eww-top-url): Remove.
919         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
920         (eww-render): Set new variables.  Don't set eww-top-url.
921         (eww-handle-link): Handle "prev", "home", and "contents".
922         Downcase the rel text.
923         (eww-top-url): Choose best top URL.
924
925 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * eww.el: Rewrite to implement form elements "by hand" instead of
928         relying in widget.el.  Using widget.el leads to too many
929         user interface inconsistencies.
930         (eww-self-insert): Implement entering commands in text fields.
931         (eww-process-text-input): New function to make text input field editing
932         work.
933         (eww-submit): Rewrite to use the new-style form methods.
934         (eww-select-display): Display the correct selected item.
935         (eww-change-select): Implement changing the select value.
936         (eww-toggle-checkbox): Implement radio/checkboxes.
937         (eww-update-field): Fix compilation error.
938         (eww-tag-textarea): Implement <textarea>.
939
940         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
941         don't shadow mode-specific bindings.
942
943         * eww.el (eww-browse-url): Don't push stuff onto history if there's
944         nothing to push.
945
946         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
947
948 2013-06-19  Glenn Morris  <rgm@gnu.org>
949
950         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
951
952 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
953
954         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
955
956 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * shr.el (shr-make-table-1): Implement <td rowspan>.
959         (shr-table-horizontal-line): Allow nil as a value, and change the
960         default.
961         (shr-insert-table-ruler): Respect the nil value.
962
963 2013-06-18  Tom Tromey  <tromey@barimba>
964
965         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
966         New defvars.
967         (eww-open-file): New defun.
968         (eww-render): Initialize new variables.
969         (eww-display-html): Handle "link" and "a".
970         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
971         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
972         (eww-back-url): Rename from eww-previous-url.
973         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
974         defuns.
975
976 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * shr.el (shr-tag-table): Insert the images after the table, so that
979         they're not covered by the table colourisation, which often looked
980         awkward.
981         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
982         <dd>.
983         (shr-make-table-1): Implement <td colspan=> support.
984         (shr-insert-document): Use one less than window width if `shr-width' is
985         nil, since otherwise things may get one character too wide.
986
987 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * eww.el (eww-detect-charset): Improve regexp; move backward.
990
991 2013-06-18  Glenn Morris  <rgm@gnu.org>
992
993         * mm-decode.el (widget-convert-button): Autoload.
994
995         * sieve-manage.el (mm-enable-multibyte): Autoload.
996
997         * shr.el (libxml-parse-html-region): Declare.
998         (shr-render-buffer): Explicit error if no libxml2 support.
999
1000 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1001
1002         * auth-source.el (auth-source-current-line): New function.
1003         (auth-source-netrc-parse-entries): When a data token is "machine",
1004         assume we're in the wrong place and abort parsing the current line.
1005
1006 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1009         (eww-convert-widgets): Don't bug out if the first widget starts at the
1010         beginning of the buffer.
1011         (eww-convert-widgets): Fix last patch.
1012         (eww-tag-input): Support <input type=image>.
1013
1014         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1015         (shr-tag-base): Protect against base specs that are degenerate.
1016         (shr-ensure-paragraph): Don't delete empty lines that have text
1017         properties, because these may be input fields.
1018
1019         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1020         we can navigate to them.
1021
1022         * shr.el (shr-colorize-region): Put the colours over the entire region.
1023         (shr-inhibit-decoration): New variable.
1024         (shr-add-font): Use it to inhibit text property decorations while doing
1025         preliminary table renderings.  This speeds up typical Wikipedia page
1026         renderings by 15%.
1027         (shr-tag-span): Don't respect the <title>, because that overwrites the
1028         help-echo from links inside the spans.
1029         (shr-next-link): Use `help-echo' for navigation, so that we can
1030         navigate to form elements, too.
1031
1032         * eww.el (eww-button): New face.
1033         (eww-convert-widgets): Use it to make submit buttons more button-like.
1034
1035         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1036         that Gnus commands work.
1037
1038         * shr.el (shr-render-td): Support horizontal alignment.
1039
1040         * eww.el (eww-put-color): Removed.
1041         (eww-colorize-region): Use `add-face-text-property'.
1042
1043         * shr.el (shr-add-font): Append face data, so that we get the correct
1044         precedence: The innermost value (which is applied first) wins.
1045         (shr-make-overlay): Obsolete function.
1046
1047         * mm-decode.el (mm-convert-shr-links): New function to convert
1048         new-style shr URL links into widgets.
1049         (mm-shr): Use it.
1050
1051         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1052         widget commands, since we're no longer using widgets for links.
1053
1054         * shr.el (shr-next-link): New command.
1055         (shr-previous-link): New command.
1056         (shr-urlify): Don't use `widget-convert', because that's slow.
1057         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1058         because collecting the overlays and reapplying them when generating
1059         tables is slow.
1060         (shr-insert-table): Ditto.
1061
1062 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1063
1064         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1065         * shr.el (browse-url): Require `url'.
1066         * eww.el (url): Require format-spec.
1067
1068 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * eww.el (eww-display-html): Default to using the entire window width.
1071         (eww-browse-url): Don't add a User-Agent header (twice), because that
1072         makes Bing refuse connection.
1073
1074         * shr.el (shr-make-table): Cache the table rendering at the table
1075         level, and not the <td> level.  This is a bit faster.
1076
1077         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1078         #id.
1079
1080         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1081         browsers don't.
1082         (shr-expand-url): Respect #anchor links.
1083         (shr-parse-base): Chop off the anchor before using.
1084         (shr-descend): Respect display: none.
1085         (shr-descend): Allow marking elements that have certain IDs.
1086
1087         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1088
1089         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1090
1091         * eww.el (eww-tag-textarea): Support <textarea>.
1092
1093 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1094
1095         * shr.el (shr-dom-to-xml): Fixed function call.
1096
1097         * eww.el (eww): New group.
1098         (eww-header-line-format): New custom variable.
1099         (eww-current-title): New variable.
1100         (eww-display-html): Update header and handle title tag.
1101         (eww-update-header-line-format): New function.
1102         (eww-tag-title): New function.
1103
1104         * shr.el (shr-dom-to-xml): New function.
1105         (shr-tag-svg): Add support for the SVG tag.
1106         (shr-bullet): New custom variable.
1107         (shr-tag-li): Support custom bullet in unordered lists.
1108
1109 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * shr.el (shr-expand-url): Respect // URLs.
1112
1113         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1114         put a background colour onto the entire buffer.
1115         (eww-render): When being redirected, use the redirect URL as the new
1116         base URL.
1117
1118         * shr.el (shr-parse-base): Fix parsing error.
1119
1120         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1121
1122         * shr.el (shr-parse-base): New function.
1123         (shr-expand-url): Use it to expand relative URLs reliably.
1124
1125 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1126
1127         * auth-source.el (auth-source-search-collection): Fix docstring.
1128         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1129         single-quoted strings and multiline entries.
1130         (auth-source-netrc-parse-next-interesting)
1131         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1132         functions to support parser.
1133
1134 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * eww.el (eww-submit): Get submit button logic right when hitting RET
1137         on non-submit buttons.
1138
1139         * shr.el: Remove shr-preliminary-table-render, since that can't really
1140         be used for anything in practice.
1141
1142 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1143
1144         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1145         (sieve-manage-quit).
1146
1147 2013-06-14  Glenn Morris  <rgm@gnu.org>
1148
1149         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1150
1151 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1152
1153         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1154         control the maximum size of photo ID image.
1155         (mml2015-epg-key-image-to-string): Respect it.
1156
1157 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1160         instead of the final one so that we can more easily distinguish them.
1161
1162         * eww.el (eww-submit): Compute the submission URL correctly.
1163
1164 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1165
1166         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1167         Use plist-get rather than CL's getf.
1168         (sieve-manage-parse-capability): Avoid CL's remove-if.
1169
1170 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1171
1172         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1173         (sieve-manage-quit).
1174
1175 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1178         last slash.
1179
1180         * eww.el (eww-tag-select): Use the first value as the default value.
1181
1182 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1183
1184         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1185         (eww-mode): Use `define-derived-mode'.
1186         (eww-parse-headers): Parse headers from beginning of buffer so that
1187         file:// links work.
1188
1189 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1192
1193 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194
1195         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1196         to handle them at all.
1197
1198 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1201         work, too.
1202         (eww-tag-select): Implement <select>.
1203
1204 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1205
1206         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1207         stream managing functions by using open-protocol-stream to do most of
1208         the work.  Has the nice benefit of enabling STARTTLS.
1209         Wait for capabilities after STARTTLS: following RFC5804, the server
1210         sends new capabilities after successfully establishing a TLS connection
1211         with the client.  The client should update the cached list of
1212         capabilities, but we just ignore the answer for now.
1213         (sieve-manage-network-p, sieve-manage-network-open)
1214         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1215         (sieve-manage-forward, sieve-manage-streams)
1216         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1217         API, nor called by any other function.
1218         Enable Multibyte for SieveManage buffers: The parser won't properly
1219         handle umlauts and line endings unless multibyte is turned on in the
1220         process buffer.
1221
1222 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * eww.el (eww-tag-input): Support password fields.
1225         (eww-submit): Support POST.
1226
1227 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * eww.el (eww-tag-form): Protect against degenerate forms.
1230
1231         * shr.el (shr-expand-url): Expand URLs that start with a slash
1232         correctly.
1233
1234         * eww.el (eww-submit): Get submit button logic right.
1235
1236         * shr.el (shr-final-table-render): New variable to signal when we're
1237         doing the final table rendering so that we can collect more data at
1238         that point.
1239
1240         * eww.el (eww-submit): Make form submission work.
1241         (eww-tag-input): Implement submit buttons.
1242         (eww-click-radio): Implement radio and checkboxes.
1243         (eww-submit): Handle hidden elements.
1244
1245         * shr.el (shr-descend): Allow other packages to override (or provide)
1246         rendering of elements.
1247         (shr-expand-url): Strip query strings from URLs before expanding them.
1248
1249         * eww.el: Don't require cl-lib.
1250         (eww-tag-form): Start form support.
1251
1252         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1253
1254         * eww.el: Start writing a new, tiny web browser.
1255         (eww-previous-url): New command.
1256         (eww-quit): New command.
1257
1258 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1259
1260         * sieve.el: Put point at beginning of buffer when viewing a script.
1261         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1262         number in sieve-buffer's header.  Fixed code to also work with a string
1263         as port specifier.  Properly close the connection on pressing 'q'.  Make
1264         sieve-manage-quit close the connection and process buffer.  Also, remove
1265         duplicate keybinding for 'q'.
1266
1267 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1268
1269         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1270         make it easier to read.
1271         (mm-pkcs7-enveloped-magic): Ditto.
1272
1273 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1274
1275         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1276         before `image-type-available-p' to avoid loading the image libraries
1277         needlessly.
1278
1279 2013-06-05  David Engster  <deng@randomsample.de>
1280
1281         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1282         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1283         to see whether the group was synced before.
1284
1285 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1286
1287         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1288         when opening the connection.
1289         Suggested by João Távora <joaotavora@gmail.com> in
1290         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1291
1292 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1295         assume Date header begins with "Date", that may be customized into
1296         something like "X-Sent" using gnus-article-time-format.
1297         (article-transform-date): Allow multi-line Date header.
1298
1299 2013-06-02  David Engster  <deng@randomsample.de>
1300
1301         * registry.el (initialize-instance, registry-lookup)
1302         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1303         (registry-lookup-secondary-value, registry-search, registry-delete)
1304         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1305         not wrap methods in `eval-and-compile'.  This breaks due to latest
1306         changes in EIEIO (introduction of eieio-core.el).
1307
1308 2013-05-30  Glenn Morris  <rgm@gnu.org>
1309
1310         * nnmail.el (nnmail-fancy-expiry-target):
1311         Also bind mail-dont-reply-to-names.
1312
1313         * spam-stat.el (spam-stat-save):
1314         No need to tweak font-lock in temp buffers.
1315
1316         * shr.el (shr-put-image): Silence compiler.
1317
1318 2013-05-29  Glenn Morris  <rgm@gnu.org>
1319
1320         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1321
1322         * gnus-group.el (gnus-sequence-of-unread-articles)
1323         (gnus-summary-add-mark, gnus-mark-article-as-read)
1324         (gnus-group-make-articles-read): Declare.
1325
1326         * gnus-sum.el (gnus-parameter-list-identifier)
1327         (gnus-article-stop-animations, gnus-stop-downloads)
1328         (gnus-article-only-boring-p, article-goto-body)
1329         (gnus-flush-original-article-buffer, article-narrow-to-head)
1330         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1331         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1332
1333         * gnus.el: No need to eval-and-compile autoloads.
1334
1335         * gravatar.el (help-function-arglist): Autoload.
1336
1337         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1338
1339         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1340
1341         * spam.el: No need to load spam-report when compiling.
1342         No need to eval-and-compile autoloads.
1343         (spam-report-resend-to): Declare.
1344         (spam-report-resend-register-routine): Require 'spam-report.
1345
1346 2013-05-24  Julien Danjou  <julien@danjou.info>
1347
1348         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1349         setup.
1350
1351 2013-05-23  Glenn Morris  <rgm@gnu.org>
1352
1353         * gnus-util.el (rmail-swap-buffers-maybe)
1354         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1355         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1356         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1357
1358         * mm-decode.el: No need to load term when compiling.
1359         (term-mode, term-char-mode): Declare.
1360
1361         * mm-util.el: No need to load jka-compr when compiling.
1362         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1363
1364         * nnmaildir.el: Require is automatically eval-and-compile.
1365         (nnmail): Require at run-time too.
1366
1367         * registry.el (registry-size): Move definition before use.
1368
1369 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1370
1371         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1372         signed data to conform the standard.  (Bug#14232)
1373
1374 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1375
1376         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1377         double angle quotation mark.
1378
1379 2013-05-20  Glenn Morris  <rgm@gnu.org>
1380
1381         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1382
1383 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1384
1385         * message.el (message-insert-formatted-citation-line): handle finding
1386         first/lastname when more than 2 names appear.
1387
1388 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1389
1390         * shr.el (shr-tag-span): New function.
1391
1392 2013-05-18  Glenn Morris  <rgm@gnu.org>
1393
1394         * message.el (message-mode): Use message-mode-abbrev-table,
1395         with text-mode-abbrev-table as parent.  (Bug#14413)
1396
1397 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * message.el (message-expand-group): Decode group names.
1400
1401 2013-05-16  Julien Danjou  <julien@danjou.info>
1402
1403         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1404         app-icon.
1405
1406 2013-05-15  Glenn Morris  <rgm@gnu.org>
1407
1408         * shr-color.el (shr-color-visible-luminance-min)
1409         (shr-color-visible-distance-min): Use shr-color group.
1410
1411 2013-05-11  Glenn Morris  <rgm@gnu.org>
1412
1413         * gnus-vm.el: Make it loadable without VM.
1414         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1415         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1416
1417 2013-05-09  Glenn Morris  <rgm@gnu.org>
1418
1419         * mml1991.el: Make it loadable.  (Bug#13456)
1420
1421         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1422         * gnus-async.el (gnus-async-post-fetch-function):
1423         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1424         * gnus-html.el (gnus-html-image-cache-ttl):
1425         * gnus-notifications.el (gnus-notifications-timeout):
1426         * gnus-picon.el (gnus-picon-properties):
1427         * gnus-util.el (gnus-completion-styles):
1428         * gnus.el (gnus-other-frame-resume-function):
1429         * message.el (message-user-organization-file)
1430         (message-cite-reply-position):
1431         * nnir.el (nnir-summary-line-format)
1432         (nnir-retrieve-headers-override-function):
1433         * shr-color.el (shr-color-visible-luminance-min):
1434         * shr.el (shr-blocked-images):
1435         * spam-report.el (spam-report-resend-to):
1436         * spam.el (spam-summary-exit-behavior): Fix custom types.
1437
1438         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1439
1440 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1443         because of let-binding help-xref-following.  (Bug#14356)
1444
1445 2013-05-06  Glenn Morris  <rgm@gnu.org>
1446
1447         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1448
1449 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1450
1451         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1452         entering into the registry.
1453
1454 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1455
1456         * gnus.el: Ma Gnus v0.7 is released.
1457
1458 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1461         (Bug#14304)
1462
1463 2013-04-27  Glenn Morris  <rgm@gnu.org>
1464
1465         * gnus.el (gnus-list-debbugs):
1466         Use require rather than autoload.  (Bug#14262)
1467
1468 2013-04-27  Julien Danjou  <julien@danjou.info>
1469
1470         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1471         port to "sieve" now that it has an official IANA port assigned.
1472
1473 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1476         Don't set the MAILHOST environment variable permanently (Bug#14271).
1477
1478 2013-04-26  Glenn Morris  <rgm@gnu.org>
1479
1480         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1481
1482 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1483
1484         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1485         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1486
1487 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1488
1489         * nnir.el (nnir-close-group): Make sure we are in the right group.
1490
1491         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1492         dependency table from all newly retrieved headers.
1493
1494 2013-04-16  David Edmondson  <dme@dme.org>
1495
1496         Support <img src="data:...">.
1497
1498         * shr.el (shr-image-from-data): New function.
1499         (shr-tag-img): Use it.
1500
1501 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1502
1503         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1504         group.
1505
1506 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1509         corresponding to any existing group (Bug#14166).
1510
1511 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1512
1513         * nnir.el (number-sequence): No longer used.
1514         (nnir-request-set-mark): New function.
1515         (nnir-request-update-info): Improve marks updating.
1516         (nnir-request-scan): Don't duplicate marks updating.
1517         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1518         Use 'assq rather than 'assoc.  Quote anonymous function.
1519         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1520         Use 'gnus-group-prefixed-p.
1521         (gnus-summary-create-nnir-group): Make sure server for method is open.
1522
1523 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1524
1525         * nnir.el (gnus-nnir-group-p): New function.
1526         (nnir-possibly-change-group): Use it.
1527
1528         * gnus-msg.el (gnus-setup-message): Use it.
1529
1530 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1533         `initial-input' for the argument name.
1534         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1535
1536 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1537
1538         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1539         (used by MH-E).
1540
1541 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1542
1543         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1544         group.
1545
1546         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1547         fix compilation.
1548
1549 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1550
1551         * nnir.el (nnir-method-default-engines): And another typo.
1552
1553 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1554
1555         * nnir.el (nnir-method-default-engines): Fix typo.
1556
1557 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1558
1559         * nnir.el: Define 'number-sequence for xemacs.
1560         (gnus-summary-create-nnir-group): New function to create an nnir group
1561         from an nnir summary buffer based on the current query.
1562         (nnir-request-create-group): Update to allow nnir group creation based
1563         on the current query.
1564
1565 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * nndraft.el (nndraft-request-expire-articles):
1568         Make expiry target always `delete'.
1569
1570 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1571
1572         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1573         buffer use the posting-style and gcc of the original article group.
1574         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1575
1576         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1577         after other deffoos.
1578
1579 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1580
1581         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1582         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1583         support for real (i.e. not ephemeral) nnir groups.
1584         (gnus-summary-make-nnir-group): New function for initiating searches
1585         from a summary buffer.
1586
1587 2013-03-18  Sam Steingold  <sds@gnu.org>
1588
1589         * message.el (message-bury): Minor cleanup.
1590
1591 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1592
1593         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1594
1595 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1598         nnml-request-list.  (Bug#13873)
1599         (nndir-request-newsgroups): Remove, unused.
1600
1601         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1602
1603 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1604
1605         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1606         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1607         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1608
1609 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1610
1611         * shr.el: Make all the overlays set the `evaporate' property so that
1612         they're removed properly.
1613
1614 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1615
1616         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1617         shell-quote-argument.
1618
1619 2013-02-22  David Engster  <deng@randomsample.de>
1620
1621         * gnus-registry.el (gnus-registry-save): Provide class name when
1622         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1623         `condition-case' to stay compatible with older EIEIO versions which
1624         only accept one argument.
1625
1626 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1627
1628         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1629         (epg-user-id-validity): Autoload.
1630         (mml2015-epg-check-user-id): New function.
1631         (mml2015-epg-check-sub-key): New function split from
1632         mml2015-epg-find-usable-key.
1633         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1634         optional name-is-key-id, to handle the case when user-id is unusable.
1635         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1636
1637 2013-02-17  Glenn Morris  <rgm@gnu.org>
1638
1639         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1640
1641 2013-02-16  Glenn Morris  <rgm@gnu.org>
1642
1643         * shr.el (shr-put-image): Only animate images that specify a delay.
1644         This is consistent with the old image-animated-p behavior.
1645
1646 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1649         for XEmacs.
1650
1651 2013-02-13  Juri Linkov  <juri@jurta.org>
1652
1653         * gnus-art.el (gnus-article-mode-map):
1654         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1655         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1656
1657 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1658
1659         * auth-source.el (auth-source-format-prompt): Don't get confused by
1660         any "\" in replacement text.  (Bug#13637)
1661
1662 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1663
1664         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1665         (gnus-backend-trace): Honour gnus-backend-trace.
1666
1667         * mml.el (mml-insert-part): Insert closing tag.
1668
1669         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1670
1671 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1674         able to find the article, which can happen in debbugs groups,
1675         apparently.
1676
1677 2013-01-16  Glenn Morris  <rgm@gnu.org>
1678
1679         * smiley.el (smiley-style): Make the file loadable in batch mode.
1680
1681 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1682
1683         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1684         imap process running.
1685
1686 2013-01-14  Julien Danjou  <julien@danjou.info>
1687
1688         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1689         Compare addresses against addresses, not against the full From field.
1690
1691 2013-01-13  Richard Stallman  <rms@gnu.org>
1692
1693         * message.el (message-forward-make-body-mime): New args BEG, END
1694         specify what part of FORWARD-BUFFER to use.  Do the work directly
1695         instead of calling `mml-insert-buffer'.
1696
1697 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1698
1699         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1700         cross-reference(s).
1701
1702         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1703         cross-reference(s).
1704
1705 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1706
1707         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1708         and point-max-marker.
1709         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1710
1711 2013-01-11  Julien Danjou  <julien@danjou.info>
1712
1713         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1714         max are almost equal.  Also return the correct value for V which is
1715         already between 0 and 1.
1716
1717 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1718
1719         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1720         to mml2015-encrypt-to-self.
1721         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1722
1723 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1724
1725         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1726         mml-smime-epg-find-usable-secret-key.
1727
1728 2013-01-08  Glenn Morris  <rgm@gnu.org>
1729
1730         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1731
1732 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1733
1734         * mml-smime.el: Support signing by sender.
1735         Requested by Uwe Brauer.
1736         (mml-smime-sign-with-sender): New user option analogous
1737         to mml2015-sign-with-sender.
1738         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1739         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1740         mml2015.el.
1741
1742 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1745         isn't running, because Gnus will probably not know how to handle the
1746         Gcc header (bug#11941).
1747
1748         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1749         articles.
1750
1751 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1754         (nnfolder-generate-active-file): Make this function work with recursive
1755         folder names.
1756
1757 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1758
1759         * nntp.el (nntp-open-connection): Use HELP as the capability command
1760         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1761         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1762
1763 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1764
1765         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1766         place holder since this gives `Invalid face reference: nil' messages.
1767         Use the `default' face instead.  It has the same effect here, even
1768         though it is not no-op.
1769
1770         * gnus-util.el
1771         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1772
1773 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1774
1775         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1776         non-string posting styles (bug#13285).
1777
1778 2012-12-27  Glenn Morris  <rgm@gnu.org>
1779
1780         * plstore.el (plstore-passphrase-callback-function):
1781         Use plstore-get-file.
1782
1783 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1784
1785         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1786         stderr.
1787
1788 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1791
1792         * gnus-compat.el (set-buffer-multibyte): Remove.
1793
1794 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1795
1796         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1797         temporary file to get PGP key image.  Pass no-show-photos when
1798         extracting image to avoid having it pop up twice.
1799
1800 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1803         eligible for treatment.
1804
1805         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1806         lines.  This makes summary commands with hidden threads work more
1807         reliably.
1808
1809         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1810         button to mark the hidden citations (bug#9395).
1811
1812 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1813
1814         * mml2015.el (mml2015-epg-signature-to-string): New function.
1815         (mml2015-epg-verify-result-to-string): New function.
1816         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1817         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1818         instead of epg-verify-result-to-string.
1819         (epg-signature-key-id, epg-signature-to-string): Autoload.
1820         (epg-verify-result-to-string): Remove autoload.
1821
1822 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1823
1824         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1825         ID image from GPG public key.
1826         (mml2015-epg-key-image-to-string): New function.
1827
1828 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1829
1830         * plstore.el (plstore-passphrase-callback-function): Fix error when
1831         error when plstore-cache-passphrase-for-symmetric-encryption is set
1832         (bug#13264).
1833
1834 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1835
1836         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1837         buffer to the article buffer here, because that clobbers multiple
1838         article buffers.
1839
1840         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1841         buffer always points to the right summary buffer.
1842
1843 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1844
1845         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1846         the password (bug#12097).
1847
1848 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1849
1850         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1851         (bug#13263).
1852
1853         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1854         buffer exists before using it (bug#12475).
1855
1856         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1857         offline groups (bug#11937).
1858
1859         * message.el (message-yank-original): When using customize to set the
1860         value of `message-cite-style', the variable it set to a symbol that's
1861         the name of the variable, which must then be dereferenced (bug#12616).
1862
1863 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1864
1865         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1866         the `face' property with a list whose car is the face specified in the
1867         format string and whose cdr is (nil).
1868         * lisp/gnus-util.el
1869         (gnus-put-text-property-excluding-characters-with-faces):
1870         Change accordingly.
1871         (gnus-get-text-property-excluding-characters-with-faces): New function.
1872         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1873         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1874         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1875
1876 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1877
1878         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1879         login methods.
1880         (nnimap-login): Respect the `nnimap-authenticator' variable.
1881
1882         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1883         mark state when moving articles.  Otherwise unticked articles will get
1884         their ticks back after moving.
1885
1886 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1887
1888         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1889
1890         * message.el (message-ignored-news-headers): Always remove
1891         X-Message-SMTP-Method to avoid information leakage if the user
1892         mistakenly inserts the header into news messages.
1893
1894         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1895
1896         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1897         right than four characters, this command would move point to
1898         `point-max'.  Don't do that.
1899
1900         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1901         to nil to allow re-selecting groups that gain articles.
1902         (gnus-bug-group-download-format-alist): Update the URL.
1903
1904 2012-12-23  Andreas Schwab  <schwab@suse.de>
1905
1906         * shr.el (shr-tag-em): Render em as italic, not bold.
1907
1908 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1909
1910         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1911         for reuse.
1912         (gnus-open-server): Use it to add more tracing.
1913         (gnus-finish-retrieve-group-infos): Add backend tracing.
1914         (gnus-backend-trace): Also note the elapsed seconds.
1915
1916 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1917
1918         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1919         Set epa-file-encrypt-to from variable to avoid querying.
1920
1921 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1922
1923         * sieve-mode.el (sieve-font-lock-keywords):
1924         Keywords should be word delimited.  (Bug#13173)
1925
1926 2012-12-13  Andreas Schwab  <schwab@suse.de>
1927
1928         * tls.el (tls-program): Update customize type.
1929
1930 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1933         instead of <pre> to align message header.
1934
1935 2012-12-12  Sam Steingold  <sds@gnu.org>
1936
1937         * gnus.el (gnus-other-frame-resume-function): Add user option.
1938         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1939
1940 2012-12-06  Sam Steingold  <sds@gnu.org>
1941
1942         * gnus-start.el (gnus-before-resume-hook): Add.
1943         (gnus-1): Run it when Gnus is alive.
1944
1945 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1948         * gnus-art.el (article-unsplit-urls)
1949         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1950         * gnus-registry.el (gnus-registry-get-article-marks)
1951         * message.el (message-goto-body): Use it.
1952         (message-called-interactively-p): Remove.
1953
1954         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1955         (spam-stat-score-buffer): Use it.
1956
1957         * spam.el: Silence the warnings against BBDB functions when compiling.
1958
1959         * gnus-score.el (gnus-score-decode-text-parts):
1960         Use append+mapcar instead of the cl function mapcan.
1961
1962 2012-12-05  Sam Steingold  <sds@gnu.org>
1963
1964         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1965         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1966         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1967
1968 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * gmm-utils.el (gmm-called-interactively-p): Revert.
1971         This seems to cause Emacs to get stuck!
1972         * gnus-art.el (article-unsplit-urls)
1973         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1974         * gnus-registry.el (gnus-registry-get-article-marks)
1975         * message.el (message-goto-body)
1976         (message-called-interactively-p): Revert.
1977
1978         * gmm-utils.el (gmm-called-interactively-p): New function.
1979         * gnus-art.el (article-unsplit-urls)
1980         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1981         * gnus-registry.el (gnus-registry-get-article-marks)
1982         * message.el (message-goto-body): Use it.
1983         (message-called-interactively-p): Remove.
1984
1985         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1986         * gnus-sync.el (gnus-sync-lesync-call)
1987         * message.el (message-read-from-minibuffer): Use it.
1988
1989 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gmm-utils.el (gmm-flet): Remove.
1992         * gnus-sync.el (gnus-sync-lesync-call)
1993         * message.el (message-read-from-minibuffer): Don't use it.
1994
1995 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1998
1999 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2002
2003         * gnus-sync.el (gnus-sync-lesync-call)
2004         * message.el (message-read-from-minibuffer): Use gmm-flet.
2005
2006         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2007
2008         * gnus-util.el (gnus-macroexpand-all): Remove.
2009
2010 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2011
2012         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2013         to TAB, not [tab].
2014         (gnus-summary-article-map): Likewise.
2015
2016         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2017         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2018
2019 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2020
2021         * time-date.el: Commentary fix.
2022
2023 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2024
2025         * color.el: Don't require cl.
2026         (color-complement): `caddr' -> `nth 2'.
2027
2028         * time-date.el (time-to-seconds): De-obsolete.
2029
2030 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * message.el (message-get-reply-headers):
2033         Make sure the reply goes to the author if it is a wide reply.
2034
2035 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2036
2037         * gnus-score.el (gnus-score-body):
2038         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2039         scoring by body.
2040
2041 2012-11-16  Glenn Morris  <rgm@gnu.org>
2042
2043         * gnus-diary.el (nndiary-request-create-group-functions)
2044         (nndiary-request-update-info-functions)
2045         (gnus-subscribe-newsgroup-functions)
2046         (nndiary-request-accept-article-functions):
2047         Use new names for hooks rather than obsolete aliases.
2048
2049 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2052
2053 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2056         in meta tag with the one the part specifies in its header.
2057
2058 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2059
2060         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2061         by default.
2062
2063 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2066         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2067
2068 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2071         and a runtime function for it, of which the XEmacs version takes only
2072         two arguments.
2073
2074 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2075
2076         * nndiary.el (nndiary-request-create-group-functions)
2077         (nndiary-request-update-info-functions)
2078         (nndiary-request-accept-article-functions):
2079         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2080         "-hooks" suffix.
2081
2082 2012-10-19  Julien Danjou  <julien@danjou.info>
2083
2084         * gnus-art.el: Require gnus-util because it uses
2085         `gnus-timer--function'.
2086
2087 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2088
2089         * starttls.el (starttls-extra-arguments): Doc fix.
2090
2091 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2094         it.
2095
2096 2012-10-06  Glenn Morris  <rgm@gnu.org>
2097
2098         * gnus-notifications.el (gnus-notifications):
2099         Add missing group :version tag.
2100         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2101         (gnus-gcc-post-body-encode-hook):
2102         * gnus-sync.el (gnus-sync-lesync-name)
2103         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2104
2105 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2106
2107         * color.el (color-hsl-to-rgb): Fix incorrect results for
2108         small and large hue values.  (Bug#12559)
2109
2110 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         New UIDL implementation.
2113
2114         * mail-source.el (mail-sources, mail-source-keyword-map):
2115         Add :leave as a pop3 keyword.
2116         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2117
2118         * pop3.el (pop3-leave-mail-on-server): Allow number.
2119         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2120         (pop3-movemail): Add UIDL support.
2121         (pop3-send-streaming-command): Take a list of mail numbers instead of
2122         the number of mails.
2123         (pop3-write-to-file): Add X-UIDL header.
2124         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2125         (pop3-uidl-add-xheader): New functions.
2126
2127         * message.el (message-ignored-resent-headers):
2128         Add X-Content-Length and X-UIDL headers.
2129
2130 2012-10-05  Glenn Morris  <rgm@gnu.org>
2131
2132         * color.el (color-name-to-rgb, color-rgb-to-hex)
2133         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2134         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2135         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2136         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2137
2138 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2141         a user about whether to delete temp files if once a user answered as n.
2142
2143 2012-09-25  Chong Yidong  <cyd@gnu.org>
2144
2145         * password-cache.el (password-read-and-add): Use a declare form to mark
2146         this function obsolete.
2147
2148 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * lpath.el: Bind mail-encode-mml for old Emacsen.
2151
2152 2012-09-17  Richard Stallman  <rms@gnu.org>
2153
2154         * message.el (message-in-body-p): Don't set mark or modify buffer.
2155
2156         * mml.el (mml-attach-file): Doc fix.
2157         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2158         Set mail-encode-mml when in Mail mode.
2159         Simplify code to set HEAD and move back to HEAD.
2160         (mml-insert-multipart, mml-insert-part):
2161         Set mail-encode-mml when in Mail mode.
2162
2163 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * gnus-util.el (gnus-timer--function): New function.
2166
2167         * gnus-art.el (gnus-article-stop-animations): Use it.
2168
2169 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2170
2171         Fix glitches caused by addition of psec to timers.
2172         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2173         rather than raw access to timer vector.
2174
2175 2012-09-11  Julien Danjou  <julien@danjou.info>
2176
2177         * gnus-notifications.el (gnus-notifications): Check for nil values in
2178         ignored addresses check.
2179
2180 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2181
2182         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2183
2184 2012-09-07  Chong Yidong  <cyd@gnu.org>
2185
2186         * gnus-util.el
2187         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2188
2189         * gnus-salt.el (gnus-tree-highlight-node):
2190         * gnus-sum.el (gnus-summary-highlight-line):
2191         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2192
2193 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2196
2197 2012-09-06  Juri Linkov  <juri@jurta.org>
2198
2199         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2200         scheme for buffer names to be more consistent with other group and
2201         article buffer names in Gnus.
2202
2203 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-util.el
2206         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2207
2208         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2209         Jenkner.
2210
2211         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2212
2213         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2214
2215         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2216
2217 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2220         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2221
2222         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2223         string-prefix-p in Emacs >=23.2.
2224
2225         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2226         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2227         instead of string-match-p.
2228         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2229
2230 2012-09-06  Kenichi Handa  <handa@gnu.org>
2231
2232         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2233         lowercase a..f.
2234
2235 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2236
2237         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2238
2239 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2240
2241         * nnimap.el (nnimap-request-move-article): Decode the group name when
2242         doing internal moves to avoid charset issues.
2243
2244         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2245         TIME is set.
2246
2247 2012-09-05  Juri Linkov  <juri@jurta.org>
2248
2249         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2250         than one group at a time (bug#11961).
2251
2252 2012-09-05  Julien Danjou  <julien@danjou.info>
2253
2254         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2255         this hide the real reason with a message giving absolutely no hint.
2256
2257 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2260         to the backend (bug#11804).
2261
2262         * message.el (message-insert-newsgroups): Don't insert newsgroup
2263         duplicates (bug#12275).
2264
2265 2012-09-05  John Wiegley  <johnw@newartisans.com>
2266
2267         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2268         sieve rules.
2269
2270 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2271
2272         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2273         function.
2274
2275         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2276
2277         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2278
2279 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2280
2281         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2282         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2283         This should make nnmaildir more usable with offlineimap.
2284
2285 2012-09-05  Julien Danjou  <julien@danjou.info>
2286
2287         * nnimap.el (nnimap-request-list): Revert change that made listing
2288         synchronous.
2289         (nnimap-get-responses): Restore.
2290
2291 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2292
2293         * dgnushack.el: XEmacs 21.5 compilation fix.
2294
2295         * gnus-notifications.el (gnus-notifications-notify): Use it.
2296
2297         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2298         warnings on XEmacs.
2299
2300 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2301
2302         Better seeds for (random).
2303         * gnus-sync.el (gnus-sync-lesync-setup):
2304         * message.el (message-canlock-generate, message-unique-id):
2305         Change (random t) to (random), now that the latter is more random.
2306
2307 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2308
2309         * nnimap.el (nnimap-change-group): Document result value
2310
2311         * auth-source.el (auth-sources): Fix macos keychain access.
2312
2313         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2314         allow the backend `request-head' function to determine the group
2315         name on its own.
2316         (gnus-request-expire-articles): Filter out negative article numbers
2317         during expiry (Bug#11980).
2318
2319         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2320         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2321
2322         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2323         you've found the article when you haven't.
2324
2325         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2326         that nnimap-change-group can return t.
2327
2328 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2329
2330         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2331
2332 2012-08-30  Julien Danjou  <julien@danjou.info>
2333
2334         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2335         `gnus-notifications-timeout'.
2336         (gnus-notifications-timeout): Add.
2337         (gnus-notifications-action): New function.
2338         (gnus-notifications-notify): Add :action using
2339         `gnus-notifications-action'.
2340         (gnus-notifications-id-to-msg): New variable.
2341         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2342         notifications id to messages.
2343
2344 2012-08-30  Kenichi Handa  <handa@gnu.org>
2345
2346         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2347         once.
2348
2349 2012-08-29  Julien Danjou  <julien@danjou.info>
2350
2351         * gnus-notifications.el: New file.
2352         (gnus-notifications-notify): New function.
2353         (gnus-notifications): Use `gnus-notifications-notify'.
2354
2355 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2358         transfer encoding first; bind gnus-newsgroup-charset to the charset
2359         that the article specifies (Bug#12209).
2360
2361 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2364         (gnus-group-customize-done): Encode values posting-style holds.
2365
2366         * gnus-msg.el (gnus-summary-resend-message)
2367         (gnus-configure-posting-styles): Decode values posting-style group
2368         parameter holds.
2369
2370 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2373         `name' and `address' in Resent-From header.
2374
2375 2012-08-14  Chong Yidong  <cyd@gnu.org>
2376
2377         * gnus-art.el (article-display-face): Handle failure in
2378         gnus-create-image (Bug#11802).
2379
2380 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2381
2382         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2383         Use defsetf.
2384
2385 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2386
2387         * auth-source.el (auth-source-plstore-search)
2388         (auth-source-secrets-search): Ignore :require and :type in search spec.
2389
2390 2012-08-06  Julien Danjou  <julien@danjou.info>
2391
2392         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2393         `nnimap-request-move-article'.
2394
2395         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2396         Remove autoload, already handled by gnus.el.
2397
2398         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2399
2400         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2401         supported by nnimap actually.  Reverts previous change.
2402
2403         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2404         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2405         to-buffer argument that is already supported.
2406
2407 2012-08-05  Julien Danjou  <julien@danjou.info>
2408
2409         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2410         Add autoload.
2411
2412 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus.el (gnus-valid-select-methods): Fix custom type.
2415
2416 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2417
2418         * auth-source.el (auth-sources, auth-source-backend-parse)
2419         (auth-source-macos-keychain-search)
2420         (auth-source-macos-keychain-search-items)
2421         (auth-source-macos-keychain-result-append)
2422         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2423         auth-source.el through the /usr/bin/security utility.
2424         (auth-sources): Fix syntax error.
2425         (auth-source-macos-keychain-result-append): Fix variable name.
2426         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2427
2428 2012-07-27  Julien Danjou  <julien@danjou.info>
2429
2430         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2431         Emacs < 24.1
2432
2433 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * message.el (message-kill-address): Don't kill last newline.
2436         (message-skip-to-next-address): Don't move to the next header.
2437         (message-fill-field-address): Work properly.
2438
2439 2012-07-25  Julien Danjou  <julien@danjou.info>
2440
2441         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2442
2443 2012-07-24  Julien Danjou  <julien@danjou.info>
2444
2445         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2446
2447         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2448         (nntp-async-timer-handler): Remove, unused.
2449
2450         * nnimap.el (nnimap-get-responses): Remove, unused.
2451
2452         * nnheader.el (mail-header-set-extra): Remove, unused.
2453
2454         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2455         unused.
2456
2457         * mm-view.el (mm-view-sound-file): Remove, unused.
2458
2459         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2460         (mm-url-encode-multipart-form-data): Remove, unused.
2461
2462         * message.el (message-remove-signature, message-make-host-name)
2463         (message-fill-address): Remove, unused.
2464
2465         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2466         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2467         unused.
2468
2469         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2470         (gnus-xmas-call-region): Remove, unused.
2471
2472         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2473
2474         * gnus-util.el (gnus-extract-address-component-name)
2475         (gnus-extract-address-component-email, gnus-sortable-date)
2476         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2477         (gnus-process-live-p): Remove, unused.
2478
2479         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2480
2481         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2482         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2483         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2484         function.
2485
2486         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2487
2488         * gnus-score.el (gnus-summary-score-crossposting)
2489         (gnus-score-regexp-bad-p): Remove, unused.
2490
2491         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2492
2493         * gnus-range.el (gnus-sublist-p): Remove, unused.
2494
2495         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2496         unused.
2497
2498         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2499
2500         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2501         (gnus-request-associate-buffer): Remove, unused.
2502
2503         * gnus-group.el (gnus-group-set-method-info)
2504         (gnus-group-set-params-info): Remove, unused.
2505
2506         * gnus-fun.el (gnus-shell-command-to-string)
2507         (gnus-shell-command-on-region): Remove, unused.
2508
2509         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2510
2511         * gnus-art.el (gnus-article-text-type-exists-p)
2512         (article-translate-characters, gnus-article-hide-text-of-type)
2513         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2514         Remove, unused.
2515
2516 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2517
2518         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2519
2520 2012-07-21  Julien Danjou  <julien@danjou.info>
2521
2522         * message.el (message-dont-reply-to-names): Replace deprecated
2523         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2524         (message-get-reply-headers): Ditto.
2525
2526 2012-07-18  Julien Danjou  <julien@danjou.info>
2527
2528         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2529         `sieve-upload-and-kill'.
2530
2531         * sieve.el (sieve-bury-buffer): Remove function.
2532         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2533         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2534
2535 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2536
2537         * shr.el (shr-expand-url): Handle URL starting with `//'.
2538
2539 2012-07-13  Chong Yidong  <cyd@gnu.org>
2540
2541         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2542         instead of calling toggle-read-only with a (bogus) argument.
2543
2544 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2545
2546         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2547         of initial input when reading the author to restrict the summary to.
2548
2549 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * mm-decode.el (mm-shr):
2552         Allow overriding charset by mm-charset-override-alist.
2553
2554 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-art.el (gnus-article-view-part):
2557         Toggle subparts of multipart/alternative part.
2558
2559 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2560
2561         * shr.el (shr-render-buffer): New command.
2562         (shr-visit-file): Use it.
2563
2564 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2567         Set no-byte-compile and no-update-autoloads.
2568
2569 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2572
2573 2012-06-25  Julien Danjou  <julien@danjou.info>
2574
2575         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2576         `nnimap-request-move-articles-find-limit' since we do not use it only
2577         for move operations.
2578         (nnimap-request-accept-article): Use
2579         `nnimap-request-articles-find-limit' to limit search by message-id.
2580
2581 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2582
2583         Support higher-resolution time stamps (Bug#9000).
2584
2585         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2586         VARLIST.  It's optional, for backward compatibility.
2587         (encode-time-value): New optional arg PICO.  New type 3.
2588         (time-to-seconds) [!float-time]: Support the new picoseconds
2589         component if it's used.
2590         (seconds-to-time, time-subtract, time-add):
2591         Support ps-resolution time stamps as well.
2592
2593 2012-06-19  Julien Danjou  <julien@danjou.info>
2594
2595         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2596
2597         * nnimap.el (nnimap-log-buffer): Check that
2598         `window-point-insertion-type' is boundp, since it's not available in
2599         XEmacs.
2600
2601 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2602
2603         * nnimap.el (nnimap-log-buffer): Add this, setting
2604         `window-point-insertion-type' in the buffer to t.
2605         (nnimap-log-command): Use nnimap-log-buffer.
2606
2607 2012-06-19  Julien Danjou  <julien@danjou.info>
2608
2609         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2610         argument to be able to limit the search.
2611         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2612         (nnimap-request-move-articles-find-limit): Add this to limit the search
2613         by Message-Id after a message move.
2614         (nnimap): Add defgroup.
2615
2616 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2617
2618         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2619
2620 2012-06-15  Julien Danjou  <julien@danjou.info>
2621
2622         * nnimap.el (nnimap-find-article-by-message-id): Use
2623         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2624         (nnimap-possibly-change-group): Add read-only argument.
2625         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2626         issuing EXAMINE manually.
2627         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2628         with read-only argument.
2629         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2630         cannot possibly change because we need to be sure that it's either
2631         read-write or read-only.
2632
2633 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2636         being bound to a lambda form.
2637
2638 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2639
2640         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2641         articles when fetch-old is non-nil (bug#11370).
2642
2643 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2644
2645         * gnus-picon.el (gnus-picon-properties): New defcustom.
2646         (gnus-picon-create-glyph): Use it.
2647
2648 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-group.el (gnus-group-get-new-news): Respect
2651         `gnus-group-use-permanent-levels', as documented (bug#11638).
2652
2653 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2654
2655         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2656         groups (bug#11641).
2657
2658 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2659
2660         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2661         is an integer to avoid later problems.
2662
2663 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2666         locales.
2667
2668         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2669         on a handle.
2670
2671         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2672         address as the default.
2673         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2674
2675         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2676         makes no sense to query the user about internal files.
2677
2678         * gnus-spec.el: Remove all the byte-compilation stuff, since
2679         benchmarking shows that it doesn't help when entering large summary
2680         buffers.
2681
2682         * gnus-xmas.el (gnus-xmas-define): Remove.
2683
2684         * gnus-util.el (gnus-byte-code): Remove.
2685
2686         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2687         grouplens stuff.
2688
2689 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2692         (bug#11514).
2693
2694 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2695
2696         * message.el (message-buffers): Return all buffers derived from Message
2697         to make `gnus-dired-attach' work with mu4e.
2698
2699 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2700
2701         * nntp.el: Stop the `letf' madness.
2702         (nntp--report-1): New var.
2703         (nntp-report): Merge nntp-report-1 into it.
2704         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2705         the nntp-report function.
2706
2707         * auth-source.el: Fix comment-style to follow the convention.
2708
2709 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2710
2711         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2712         (mm-dissect-singlepart): Don't guess the MIME type of
2713         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2714         set.
2715         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2716         toplevel MIME type is multipart/encrypted.
2717
2718 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2721         a string so that Gcc works (bug#11514).
2722
2723 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2724
2725         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2726         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2727
2728 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2729
2730         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2731         jumping to *Server* from a dedicated *Group* window.
2732         (gnus-configure-frame): CSE.
2733
2734         * gnus-registry.el: Minor style cleanup.
2735         (gnus-registry--set/remove-mark): New function, extracted from
2736         gnus-registry-install-shortcuts.
2737         (gnus-registry-install-shortcuts): Use it.
2738
2739 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * nnspool.el (news-path): Use eval-and-compile.
2742
2743 2012-05-24  Glenn Morris  <rgm@gnu.org>
2744
2745         * nnspool.el (news-directory, news-path, news-inews-program):
2746         Move here from paths.el.  Don't see a need for these to be autoloaded.
2747
2748         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2749         Merge in doc from paths.el version.  Don't see any need for this to be
2750         autoloaded, or for the warning about users not setting it.
2751
2752 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2753
2754         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2755         format.  In particular, add an optional argument and a docstring.
2756
2757         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2758
2759         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2760         current before calling `gnus-groups-to-gnus-format'.
2761         Note that this was already the case for `gnus-active-to-gnus-format'.
2762
2763 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2764
2765         Fix minor Y10k bug.
2766         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2767
2768 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2769
2770         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2771         message once it's actually open.
2772
2773 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2774
2775         * gnus.el: Ma Gnus v0.5 is released.
2776
2777 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2778
2779         * auth-source.el (auth-source--aput-1, auth-source--aput)
2780         (auth-source--aget): New functions and macros.
2781         Use them instead of aput/aget.
2782
2783 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2784
2785         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2786
2787 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2788
2789         * plstore.el (plstore-called-interactively-p): New compat macro copied
2790         from message.el.
2791         (plstore-mode): Use it.
2792
2793 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2794
2795         * plstore.el: Revive the editing feature.
2796         (plstore-mode): New mode to edit plstore file.
2797         (plstore-mode-toggle-display, plstore-mode-original)
2798         (plstore-mode-decoded): New command.
2799         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2800         (plstore--insert-buffer, plstore--make): New function.
2801         (plstore-open, plstore-save): Simplify by using them.
2802
2803 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2806
2807 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2808
2809         * tls.el (open-tls-stream): Remove unused binding.
2810
2811 2012-04-16  Glenn Morris  <rgm@gnu.org>
2812
2813         * nndraft.el (nndraft-request-list): Fix declaration.
2814
2815 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * mm-decode.el (mm-dissect-buffer): Doc fix.
2818
2819         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2820         don't have a current group.
2821
2822         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2823         buffer if it doesn't exist.
2824
2825         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2826         given, mark the group as ephemeral with the current window conf.
2827
2828         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2829         buffer exists, which it doesn't if we haven't started Gnus.
2830         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2831
2832 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2835         type is.
2836
2837         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2838         `unexists' entries.
2839         (gnus-clean-old-newsrc): Fix last checkin.
2840
2841         * nnimap.el (nnimap-update-info): None of the articles below the active
2842         low-water mark exist.
2843
2844         * dgnushack.el: Get rid of XEmacs compilation warning.
2845
2846         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2847         would have gotten if we posted to the group, and use that to compare
2848         against the message we want to cancel (bug#10808).
2849
2850         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2851         on XEmacs.
2852
2853 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2854
2855         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2856         `scroll-margin'.
2857
2858 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2859
2860         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2861         citation prefix within a block of cited text should be considered part
2862         of that block *only* if it is a blank line.
2863
2864 2012-04-09  Chong Yidong  <cyd@gnu.org>
2865
2866         * binhex.el, hashcash.el, uudecode.el:
2867         Remove * characters from the front of variable docstrings.
2868
2869 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2872         before kinsoku-bol characters nor within kinsoku-eol characters.
2873
2874 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2877         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2878         (gnus-sync-read): Use mapc instead of mapcar.
2879
2880         * mm-archive.el: Require mm-decode for some macros.
2881         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2882         the byte compiler.
2883         (mm-archive-decoders): New function that returns the value of
2884         the mm-archive-decoders variable.
2885
2886         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2887         instead.
2888         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2889
2890         * nnimap.el (gnus-refer-thread-use-nnir):
2891         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2892
2893 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2896
2897 2012-03-12  Peter Münster  <pmrb@free.fr>
2898
2899         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2900         (gnus-demon-cancel): Ditto.
2901         (gnus-demon-run-callback): When function cannot be called due to low
2902         idleness, call it when idleness reaches the expected value, instead of
2903         waiting another timer period.
2904         (gnus-demon-init): Add `time' to arguments of call-back.
2905
2906 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2909
2910         * gnus.el: Register gnus-registry functions.
2911
2912         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2913         indent.
2914
2915         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2916         enabled before warping.
2917
2918 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2919
2920         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2921         registry about each article retrieved.
2922
2923         * gnus-int.el (gnus-select-group-with-message-id): New function.
2924         (gnus-try-warping-via-registry): Ditto.
2925         (gnus-warp-to-article): Fall back on the registry.
2926
2927 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2928
2929         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2930         inboxes.
2931
2932 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2935
2936 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2939         gnus-gcc-self-resent-messages may be a group parameter.
2940         (gnus-summary-resend-message): Don't encode encoded words in header
2941         when Gcc'ing resent message.
2942
2943 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * shr.el (shr-insert): Treat non-breaking space just like normal
2946         space.  This seems to produce more pleasing results.
2947         (shr-insert): Only insert a blank line if we're starting from an image.
2948         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2949         (shr-ensure-paragraph): Consider lines with white space to be blank.
2950
2951 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2952
2953         * Makefile.in: Respect DESTDIR.
2954
2955 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2956
2957         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2958         and gnus-gcc-post-body-encode-hook.
2959
2960 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961
2962         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2963         messages that don't exist.
2964
2965         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2966
2967 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2970         Remove.
2971
2972         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2973
2974         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2975
2976 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2979         have a group name.
2980
2981         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2982         a multibyte buffer (bug#7410).
2983         (article-wash-html): Parse the original article buffer to get the
2984         unencoded data (bug#7410).
2985
2986         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2987         .newsrc.el files.
2988
2989 2012-04-05  Bastien Guerry  <bzg@altern.org>
2990
2991         * color.el (color-lighten-name): Fix typo.
2992
2993 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2996         "#" to avoid having them interpreted as comments.
2997
2998 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * shr.el (shr-insert): Update the text state properly to avoid
3001         inserting spurious paragraph starts.
3002
3003 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * shr.el (shr-table-widths): Divide the extra width more fairly over
3006         the TDs (bug#10973).
3007         (shr-render-td): Don't delete too much padding.
3008         (shr-natural-width): Compute the natural width more correctly.
3009         (shr-insert): Allow the natural width to be computed for tables again.
3010         (shr-tag-table-1): Rework how the natural widths are computed by
3011         rendering the table a third time.
3012         (shr-natural-width): Removed.
3013         (shr-buffer-width): New function.
3014         (shr-expand-newlines): Use it.
3015
3016         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3017         using a `gnus-use-full-window' setup (bug#11013).
3018
3019 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3022         24.1 release.
3023
3024 2012-03-10  David Edmondson  <dme@dme.org>
3025
3026         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3027         'Forwarded Message' header and the start of the message.
3028
3029 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3030
3031         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3032         isn't running (bug#10897).
3033
3034 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3037         This is inconsistent with all the other stream functions, which leave
3038         the setting up to the higher levels (if so wanted) (bug#10931).
3039
3040 2012-02-28  Glenn Morris  <rgm@gnu.org>
3041
3042         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3043         mm-decode.el: Standardize possessive apostrophe usage.
3044
3045 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3048
3049 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3050
3051         * parse-time.el (parse-time-string): Allow extractor to return nil.
3052
3053 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3056
3057 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3058
3059         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3060
3061 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3062
3063         * mm-decode.el (mm-shr): Remove "soft hyphens".
3064
3065         * nnimap.el (nnimap-request-list): Return the group names encoded as
3066         utf8.  Otherwise non-European group names don't work.
3067         (nnimap-request-newgroups): Ditto.
3068
3069         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3070         the default in `read-string' (bug#10757).
3071
3072         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3073         topics (bug#10843).
3074
3075         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3076         buffer.  Suggested by Herbert Valerio Riedel.
3077         (nnimap-request-move-article): Delete the message from the correct IMAP
3078         server.
3079
3080 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3081
3082         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3083         Reported by Peter Münster.
3084
3085 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3086
3087         * shr.el (shr-image-fetched): Make sure we really kill the right
3088         buffer.
3089
3090 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3091
3092         * gnus-start.el (gnus-1): Avoid duplicate entries.
3093
3094 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3095
3096         * imap.el: Remove.
3097
3098         * nntp.el (nntp-coding-system-for-read): Remove.
3099         (nntp-coding-system-for-write): Ditto.
3100         (nntp-open-connection): Just use `binary' directly.
3101
3102         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3103         Gnus 0.3.
3104
3105 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3106
3107         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3108         application/octet-stream parts really is.
3109
3110         * gnus-sum.el (gnus-propagate-marks): Remove.
3111
3112 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3113
3114         * shr.el (shr-rescale-image): Undo previous change; see
3115         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3116
3117 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3118
3119         * gnus.el: Ma Gnus v0.3 is released.
3120
3121 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3122
3123         * gnus-sum.el (gnus-summary-local-variables): Make
3124         `gnus-newsgroup-unexist' into a local variable.
3125
3126 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * registry.el (registry-usage-test, registry-persistence-test): Move to
3129         tests/gnustest-registry.el.
3130         (registry-make-testable-db, registry-match-test)
3131         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3132
3133         * gnus-registry.el (gnus-registry-misc-test)
3134         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3135
3136         * tests/gnustest-registry.el: New file with the registry and
3137         gnus-registry ERT tests.
3138
3139 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * gnus-msg.el (gnus-summary-resend-message): Make
3142         gnus-summary-resend-message-insert-gcc be last item in
3143         message-header-setup-hook.
3144
3145 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3146
3147         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3148         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3149         Remove.
3150         (nnfolder-open-server): Don't use marks.
3151         (nnfolder-request-delete-group): Ditto.
3152         (nnfolder-request-rename-group): Ditto.
3153         (nnfolder-request-set-mark, nnfolder-request-marks)
3154         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3155         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3156
3157         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3158         (nnml-marks-modtime): Remove.
3159         (nnml-request-delete-group): Don't use marks.
3160         (nnml-request-rename-group): Ditto.
3161         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3162         (nnml-save-marks, nnml-open-marks): Remove.
3163
3164         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3165         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3166         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3167         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3168         (nntp-server-to-method-cache): Remove.
3169
3170         * shr.el (shr-rescale-image): Fix wrong merge.
3171
3172 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3173
3174         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3175         too-wide lines.
3176
3177 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3178
3179         * nnimap.el (nnimap-record-commands): New variable.
3180         (nnimap-log-command): Use it.
3181         (nnimap-make-process-buffer): Add a space to the process buffer.
3182         (nnimap-transform-headers): Don't bug out on header lines containing
3183         stuff that look like IMAP length encodings.
3184
3185         * shr.el (shr-rescale-image): Allow viewing large images.
3186
3187 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnml.el (nnml-request-compact-group): Delete the marks file after
3190         compaction (bug#10800).
3191
3192         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3193         group exit.
3194
3195         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3196         QRESYNC/FETCH output.
3197
3198 2012-02-11  Glenn Morris  <rgm@gnu.org>
3199
3200         * sieve-manage.el (sieve-manage-default-stream):
3201         * shr.el (shr):
3202         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3203         (nnir-retrieve-headers-override-function)
3204         (nnir-imap-default-search-key, nnir-notmuch-program)
3205         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3206         (nnir-method-default-engines):
3207         * message.el (message-cite-reply-position):
3208         * gssapi.el (gssapi-program):
3209         * gravatar.el (gravatar):
3210         * gnus-sum.el (gnus-refer-thread-use-nnir):
3211         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3212         (gnus-registry-max-pruned-entries):
3213         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3214         * gnus-int.el (gnus-after-set-mark-hook)
3215         (gnus-before-update-mark-hook):
3216         * gnus-async.el (gnus-async-post-fetch-function):
3217         * auth-source.el (auth-source-cache-expiry):
3218         Add missing :version tags to new defcustoms and defgroups.
3219
3220 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3223         `gnus-newsgroup-unexist'.
3224
3225         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3226         marks.
3227         (gnus-article-special-mark-lists): Put the `unexist' in the special
3228         marks list instead.
3229
3230         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3231         articles in the list of articles to be selected.
3232
3233         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3234         articles.
3235         (nnimap-update-info): Keep track of unexisting articles.
3236         (nnimap-update-qresync-info): Ditto.
3237
3238 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3239
3240         * message.el (message-default-send-mail-function): Made into own
3241         function for reuse by emacsbug.el.
3242
3243 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3244
3245         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3246         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3247
3248 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3249
3250         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3251         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3252
3253         * gnus-compat.el: Define `timer-set-function'.
3254
3255         * mm-decode.el (mm-display-external): Output the text from the command
3256         in the buffer after the command finished.  This makes text-based
3257         commands behave better.
3258
3259 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3262
3263 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3266         23.1.
3267
3268 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3271
3272 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3273
3274         * message.el (smtpmail-smtp-user): Silence compiler warning.
3275
3276 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3277
3278         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3279         SMTP user name.
3280
3281 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * gnus-sum.el (gnus-summary-show-thread):
3284         next-single-char-property-change may return nil in XEmacs.
3285         (gnus-summary-article-map): Fix typo.
3286
3287 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3288
3289         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3290         running.
3291
3292         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3293
3294         * gnus.el (gnus-server-extend-method): Don't add an -address component
3295         if the method already has one (bug#9676).
3296
3297 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3300         of an initial-input for consistency (bug#10757).
3301
3302         * dgnushack.el: Fix XEmacs compilation warning.
3303
3304         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3305
3306         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3307
3308 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3309
3310         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3311         lines that are narrower than the window width.  Otherwise background
3312         "blocks" will look less readable.
3313
3314 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3315
3316         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3317         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3318         have newlines within the strings, and where the UID comes after the
3319         BODYSTRUCTURE element (bug#10537).
3320
3321         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3322         (bug#10732).
3323
3324         * shr.el (shr-insert-document): Add doc string.
3325         (shr-visit-file): Ditto.
3326         (shr-remove-trailing-whitespace): New function.
3327         (shr-insert-document): Use it to clean up trailing whitespace as the
3328         final step (bug#10714).
3329
3330 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3333         buffer if `gnus-kill-summary-on-exit' is nil.
3334
3335 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3338         when just reading a single group from "without" Gnus.
3339
3340 2012-02-06  Chong Yidong  <cyd@gnu.org>
3341
3342         * gnus-sum.el (gnus-summary-show-thread):
3343         next-single-char-property-change never returns nil (Bug#8657).
3344
3345 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3346
3347         * message.el (message-multi-smtp-send-mail): New function.
3348         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3349         header to implement multi-SMTP functionality.
3350
3351         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3352         (gnus-agentize): Don't set it.
3353         (gnus-agent-send-mail): Don't use it.
3354
3355         * gnus-sum.el (gnus-summary-widget-backward): New function and
3356         keystroke.
3357
3358         * gnus-compat.el: More the compat functions more compatible.
3359
3360         * shr.el (shr-put-image): Remove underlines from sliced images.
3361         (shr-zoom-image): Compute the region to be replaced more correctly.
3362
3363 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3366         (gnus-summary-resend-message-insert-gcc): New function.
3367         (gnus-summary-resend-message): Modify message-header-setup-hook and
3368         message-sent-hook to make it work for Gcc.
3369         (gnus-inews-do-gcc): Update the number of unread articles of groups
3370         that messages are Gcc'd to.
3371
3372         * message.el (message-resend): Run message-sent-hook to do Gcc.
3373
3374 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3375
3376         * lpath.el: Fix an XEmacs compilation warning.
3377
3378         * gnus-compat.el: Require `help-fns' to fix compilation error.
3379
3380         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3381         a higher level to silence compilation.
3382
3383         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3384         parameter to allow controlling the scaling.
3385
3386         * shr.el (shr-zoom-image): New command and keystroke.
3387         (shr-put-image): Take a `size' flag to say how to scale the image.
3388
3389         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3390         deletion unless already defined.
3391
3392         * gnus.el (gnus-compat): Require it.
3393
3394         * gnus-compat.el: New file.
3395
3396         * gnus-start.el (gnus-clean-old-newsrc): New function.
3397         (gnus-read-newsrc-file): Use it.
3398
3399         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3400         Use recursive deletion.
3401         (mm-dissect-archive): Add support for zip files.
3402
3403         * gnus-util.el (gnus-recursive-directory-files): New function.
3404
3405         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3406         (mm-archive-decoders): Add tgz support.
3407
3408         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3409         Otherwise inserting text into the Gnus buffer can look odd.
3410
3411         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3412
3413         * mm-archive.el (mm-archive-decoders): Add support for tar.
3414
3415         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3416
3417         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3418
3419 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3420
3421         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3422
3423         * mm-archive.el: New file.
3424
3425         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3426
3427         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3428
3429         * message.el (message-goto-*): Make all the `message-goto-*' commands
3430         push the mark before moving point.  This makes it easier to go back to
3431         where you came from after editing whatever you jumped to.
3432
3433 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3434
3435         * gnus.el: Ma Gnus v0.1 is released.
3436
3437 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3438
3439         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3440         without reconnecting.
3441         (nnimap-possibly-change-group): Ditto.
3442         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3443         connection has died before being called.
3444
3445 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3446
3447         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3448         an initial sync unless we're really doing one.
3449
3450         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3451         address parameter if one already exists (bug#9676).
3452
3453         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3454         not the prefix, as documented (bug#10689).
3455
3456 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3457
3458         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3459         the "server".
3460
3461         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3462         the real error message with the useless "previously known to be down".
3463         Which isn't even correct.
3464
3465         * nntp.el (nntp-open-connection): Report the error message if the nntp
3466         server can't be reached.
3467
3468         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3469         groups we do a total scan for.
3470         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3471         doing that.
3472
3473 2012-01-31  Jim Meyering  <jim@meyering.net>
3474
3475         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3476         Correct a comment (insert "not") and hide nominally-doubled "to".
3477
3478 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3479
3480         * gnus.el (gnus-version): Change name to "Ma Gnus".
3481
3482 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3483
3484         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3485         section in the manual.
3486
3487 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3488
3489         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3490         words.
3491         (rfc2047-encode-string): Ditto.
3492         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3493         understand folded filename="..." parameters, for instance.
3494
3495         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3496         the message for greater debuggability.
3497
3498 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3499
3500         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3501         instead of setting it locally, since the latter doesn't seem to have
3502         any effect (most of the time).
3503
3504 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3505
3506         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3507         function call.
3508
3509 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3510
3511         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3512         seconds, and make the repeat clause with HH:MM specs work as
3513         documented.
3514
3515 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3516
3517         * proto-stream.el (proto-stream-capability-open): Fall back on
3518         :end-of-command if :end-of-capability doesn't exist.
3519
3520 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3523         bound globally in old Emacsen and XEmacsen.
3524
3525 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3526
3527         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3528         so that previous errors don't prohibit getting new news.
3529
3530         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3531
3532         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3533
3534 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3535
3536         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3537         buffer, not of the string which is its name.
3538
3539 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3540
3541         * proto-stream.el (proto-stream-capability-open): Wait for
3542         :end-of-capability, not :end-of-command.
3543
3544         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3545         non-server-marks groups.
3546         (gnus-group-make-articles-read): Ditto.
3547
3548         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3549         methods (bug#9676).
3550
3551         * gnus.el (gnus-method-ephemeral-p): New function.
3552
3553 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3556         left-to-right.
3557
3558 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3559
3560         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3561         warning.
3562
3563 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3566         macroexpand the nnir things, since they haven't been defined yet, and
3567         nnir requires gnus-sum.
3568
3569 2012-01-24  Julien Danjou  <julien@danjou.info>
3570
3571         * color.el (color-rgb-to-hsl): Fix value computing.
3572         (color-hue-to-rgb): New function.
3573         (color-hsl-to-rgb): New function.
3574         (color-clamp, color-saturate-hsl, color-saturate-name)
3575         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3576         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3577
3578 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3581
3582 2012-01-19  Julien Danjou  <julien@danjou.info>
3583
3584         * color.el (color-name-to-rgb): Use the white color to find the max
3585         color component value and return correctly computed values.
3586         (color-name-to-rgb): Add missing float conversion for max value.
3587
3588 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3589
3590         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3591         logical server name in addition to the actual machine address.
3592
3593         * auth-source.el (auth-source-user-and-password): Add convenience
3594         wrapper to search by just host and optionally user.
3595
3596 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3599         after rendering.
3600
3601 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3604         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3605         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3606
3607 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3610         (bug#9693).
3611         (gnus-summary-setup-buffer): Document return value (bug#9697).
3612
3613         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3614         since ido doesn't work on symbols (bug#9632).
3615
3616         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3617         when getting a single value as when getting all the values.  This means
3618         that atoms like `gcc-self' work cumulatively, like variable settings,
3619         instead of getting the value from the last matching clause.
3620         (gnus-group-find-parameter): Protect against the group buffer not
3621         existing (bug#9585).
3622
3623 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-start.el (gnus-activate-group): Document more parameters
3626         (bug#9694).
3627
3628         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3629         (bug#9692).
3630
3631         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3632         article was fetched, so that it can be expired later (bug#9958).
3633         (gnus-agent-summary-fetch-series): Add doc string.
3634         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3635         (bug#9517).
3636
3637         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3638         retrieval is happening.
3639
3640         * gnus.el (gnus-parameters): Doc fix.
3641
3642 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3643
3644         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3645         show the thread after expansion.
3646
3647 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-art.el (article-narrow-to-head): If the head is completely
3650         empty, narrow to the empty region (bug#9764).
3651
3652         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3653         read, and then mark them as unread only when the unread mark is used.
3654         This makes `C-- T k' actually work, even though it's confusing.
3655
3656         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3657         alive before we try to find its window.
3658
3659 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3660
3661         * mm-decode.el (mm-display-external): Use a longer timeout for the
3662         deletion to allow slow programs to display the file.
3663
3664 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3667         prompt to be less confusing.
3668
3669         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3670         argument to `message-reply'.  This broke `special-display-*' frame
3671         pop-uping (bug#10238).
3672
3673 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3676         systems, since these allegedly don't work there.
3677
3678 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3679
3680         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3681         live buffer.
3682
3683 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * nnir.el (nnir-retrieve-headers): Protect against the article not
3686         existing on the server (bug#10335).
3687
3688 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3689
3690         * gnus-agent.el (gnus-agent-load-local): Recompute
3691         gnus-agent-article-local on changing method.
3692
3693 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * gnus.el (gnus-parameters): Note precedence.
3696
3697 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3698
3699         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3700         in the group buffer.
3701
3702 2012-01-04  Julien Danjou  <julien@danjou.info>
3703
3704         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3705         change.
3706
3707 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3710         too.
3711
3712         * nntp.el (nntp-retrieve-group-data-early): Use it.
3713
3714 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * nntp.el (nntp-retrieval-in-progress): New variable.
3717         (nntp-make-process-buffer): Make it buffer-local.
3718
3719         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3720         2010.
3721         (gnus-demon-init): Use it to compute the time if time is on the form
3722         "04:23".
3723
3724         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3725
3726         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3727         status in the correct buffer.
3728
3729 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3730
3731         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3732         when opening topics (bug#10407).
3733
3734 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3735
3736         * gnus-cus.el (gnus-score-customize):
3737         * gnus-sum.el (gnus-sort-gathered-threads):
3738         * message.el (message-shorten-references):
3739         * nnmairix.el (nnmairix-request-group):
3740         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3741
3742 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3743
3744         * gnus-agent.el (gnus-agent-regenerate-group):
3745         * gnus-int.el (gnus-retrieve-group-data-early):
3746         * mm-util.el (mm-codepage-ibm-list):
3747         * nndiary.el (Commentary, nndiary-get-new-mail):
3748         * nnir.el (nnir):
3749         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3750
3751 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * mm-view.el (mm-display-inline-fontify): Add comment.
3754
3755 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3756
3757         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3758         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3759
3760 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         * gnus-art.el (gnus-split-methods):
3763         * gnus-msg.el (gnus-configure-posting-styles):
3764         * gnus-spec.el (gnus-parse-simple-format):
3765         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3766         * message.el (message-do-actions): Spelling fix.
3767
3768 2011-12-15  Juri Linkov  <juri@jurta.org>
3769
3770         * mm-decode.el (mm-inline-media-tests): Add missing
3771         `mm-handle-media-subtype'.
3772
3773 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3774
3775         * gnus-group.el (gnus-group-tool-bar):
3776         * gnus-sum.el (gnus-summary-tool-bar):
3777         * message.el (message-tool-bar):
3778         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3779
3780 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3781
3782         * plstore.el (plstore--insert-buffer): Spelling fix.
3783
3784 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3785
3786         * message.el (message-valid-fqdn-regexp): Update with newly approved
3787         top-level domain names ".tel" and ".asia".
3788
3789 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3792         unconditionally.
3793
3794 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3797         pop-to-buffer-same-window for old Emacsen.
3798
3799 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3800
3801         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3802
3803 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3804
3805         * netrc.el (netrc-credentials): Spelling fix.
3806
3807 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3808
3809         * gnus-fun.el (gnus-fun-ppm-change-string):
3810         * gnus-msg.el (gnus-inews-do-gcc):
3811         * gnus-sum.el (gnus-summary-find-for-reselect):
3812         * gnus.el (gnus-summary-cancelled):
3813         * message.el (message-cancel-hook, message-send-news):
3814         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3815         * nnir.el (nnir-run-hyrex):
3816         * nntp.el (nntp-with-open-group-function):
3817         * pgg.el (pgg-pending-timers): Spelling fix.
3818
3819 2011-12-04  Chong Yidong  <cyd@gnu.org>
3820
3821         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3822         change (Bug#10200).
3823
3824 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * compface.el (uncompface):
3827         * gnus-art.el (gnus-article-x-face-command): Update the header format
3828         of icon data for the most recent icontopbm program.
3829
3830 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gnus-msg.el (gnus-inews-do-gcc):
3833         * message.el (message-send-mail):
3834         * mml.el (mml-generate-mime): Share the value of the buffer-local
3835         `message-options' variable between a draft buffer and temprary working
3836         buffers.
3837
3838 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3839
3840         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3841
3842 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3845         for Cygwin.
3846
3847 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3848
3849         * gnus-group.el (gnus-group-prepare-flat):
3850         * mm-bodies.el (mm-encode-body):
3851         * mml.el (mml-preview):
3852         * nnml.el (nnml-request-compact-group):
3853         * pop3.el (pop3-stream-type): Spelling fix.
3854
3855 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3856
3857         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3858
3859 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3860
3861         * color.el (color-rgb-to-hsl):
3862         * gmm-utils.el (gmm-tool-bar-style):
3863         * gnus-group.el (gnus-group-prepare-flat):
3864         * gnus-topic.el (gnus-topic-prepare-topic):
3865         * mm-decode.el (mm-discouraged-alternatives):
3866         * rfc2047.el (rfc2047-encode-1):
3867         * starttls.el: Spelling fix.
3868
3869 2011-11-24  Glenn Morris  <rgm@gnu.org>
3870
3871         * binhex.el (binhex-begin-line): Give it basic doc-string.
3872
3873         * starttls.el, tls.el: Fix case of "GnuTLS".
3874
3875 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3876
3877         * gnus-group.el (gnus-group-highlight): Fix typo.
3878
3879 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3880
3881         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3882         value of `delete-file', that returns nil for a local file but returns t
3883         for a remote file using ssh.
3884
3885 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3886
3887         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3888
3889 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3892         avoid later breakage.
3893
3894 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3897         article buffers' name.
3898
3899 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3902         by Paul Eggert's spellfixes two days ago.
3903
3904 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3907         doesn't have it.
3908
3909         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3910         buffer-local instead of binding them to avoid warnings.  Also demote
3911         errors (bug#10063).
3912         (font-lock-mode-hook): Shut up byte compiler.
3913
3914 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3915
3916         * mm-util.el (mm-charset-after):
3917         * nnir.el (nnir-run-hyrex):
3918         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3919         (ntlm-get-password-hashes, ntlm-md4hash):
3920         * smime.el: Fix typo.
3921
3922 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3923
3924         * gnus-agent.el (gnus-agent-expire-group-1):
3925         * nndiary.el (nndiary-last-occurence):
3926         * nnimap.el (nnimap-request-set-mark):
3927         * nnmairix.el (nnmairix-only-use-registry):
3928         * gnus-group.el (gnus-group-prepare-flat):
3929         * gnus-sum.el (gnus-decode-encoded-word-methods):
3930         * message.el (message-wash-subject):
3931         * nntp.el (nntp-retrieve-headers-with-xover):
3932         * smime.el (smime-certificate-directory): Spelling fix.
3933
3934 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3935
3936         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3937
3938         * color.el:
3939         * gnus-agent.el (gnus-agent-possibly-alter-active):
3940         * gnus-dired.el (gnus-dired-print):
3941         * mail-parse.el:
3942         * nnmairix.el (nnmairix-request-group):
3943         * shr.el (shr-image-displayer):
3944         * sieve-manage.el:
3945         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3946
3947 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3948
3949         * gnus-sum.el (gnus-auto-select-subject):
3950         * spam-report.el (spam-report-resend): Spelling fix.
3951
3952 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3953
3954         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3955         * gnus-art.el (gnus-default-article-saver):
3956         * gnus-srvr.el (gnus-server-copy-server):
3957         * gnus.el (gnus-sloppily-equal-method-parameters):
3958         * html2text.el (html2text-format-tag-list):
3959         * message.el (message-narrow-to-head):
3960         * nndiary.el:
3961         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3962         * sieve.el: Spelling fix.
3963
3964 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3965
3966         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3967         * gnus-sum.el (gnus-summary-make-menu-bar):
3968         * gnus-uu.el (gnus-uu-decode-postscript)
3969         (gnus-uu-decode-postscript-and-save):
3970         * mailcap.el (mailcap-print-command):
3971         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3972         Fix typos.
3973
3974 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3975
3976         * gnus-art.el (gnus-article-part-wrapper):
3977         * html2text.el (html2text-fix-paragraphs):
3978         * mm-decode.el (mm-image-fit-p):
3979         * rfc2047.el (rfc2047-encode-message-header):
3980         * shr-color.el (shr-color-visible-distance-min)
3981         (shr-color-relative-to-absolute, set-minimum-interval)
3982         (shr-color-visible): Fix typos.
3983
3984 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3985
3986         * gmm-utils.el (gmm-tool-bar-item):
3987         * gnus-art.el (gnus-treat-body-boundary):
3988         * gnus-diary.el (gnus-user-format-function-d):
3989         * gnus-start.el (gnus-get-unread-articles):
3990         * pgg-gpg.el (pgg-gpg-update-agent):
3991         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3992
3993 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3994
3995         * gnus-topic.el (gnus-group-prepare-topics):
3996         * gnus-uu.el (gnus-extract-view):
3997         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3998
3999 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4000
4001         * spam.el: Move BBDB autoloads.
4002         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4003         BBDB 2 and 3.
4004         (spam-check-BBDB): Use it.
4005         (spam-enter-ham-BBDB): Use it.
4006
4007 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4008
4009         * smime.el (smime-draw-buffer): Spelling fix.
4010
4011 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4012
4013         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4014         for scanning exactly one level.
4015         * gnus-start.el (gnus-get-unread-articles): Ditto.
4016
4017 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4020         slightly clearer.
4021
4022 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * gnus-sync.el: More commentary about setup.
4025
4026 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * message.el (message-send-and-exit): Document `arg'.
4029
4030 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4031
4032         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4033
4034 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4035
4036         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4037
4038         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4039         we don't use `bound-and-true-p'.
4040
4041 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * gnus-util.el (gnus-bound-and-true-p): Remove.
4044         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4045         * nnir.el: Use it.
4046         * nnmairix.el: Use it.
4047
4048 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4049
4050         * gnus-sync.el: Improve docs about CouchDB admins.
4051
4052         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4053         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4054         for reasons unknown.
4055         * nnir.el: Use it.
4056         * nnmairix.el: Use it.
4057
4058         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4059         * nnir.el: Ditto.
4060         * nnmairix.el: Ditto.
4061
4062         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4063
4064 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4067         not needed.  Provide xmlplistread list function to produce XML plist
4068         output for non-Gnus LeSync clients.
4069
4070 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4073
4074         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4075         and save against it.  Group subscriptions, read marks, other marks,
4076         subscription levels, topic names, and topic offsets (the group's
4077         position within the topic) are saved.  This is an experimental backend
4078         and may change significantly.  Load json.el from the gnus-fallback-lib
4079         if it's not available otherwise.
4080         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4081
4082 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4083
4084         * message.el (message-completion-function): Make sure
4085         message-tab-body-function is not attempted if one of
4086         message-completion-alist fails to find a completion (bug#9158).
4087
4088 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4089
4090         * mml.el (mml-quote-region): Quote <#secure> tag.
4091         (mml-generate-mime-1): Unquote <#secure> tag.
4092
4093 2011-10-20  Chong Yidong  <cyd@gnu.org>
4094
4095         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4096         calling a minor mode from Lisp with nil arg enables it, so we have to
4097         make the wording a bit ambiguous here).
4098
4099 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4100
4101         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4102         * nnir.el (nnir-mode): Use it.
4103         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4104         Use it.
4105
4106         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4107         * nnmairix.el (gnus-registry-enabled): Ditto.
4108
4109 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4110
4111         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4112         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4113         only while we need to find out if it should be t or nil.
4114         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4115         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4116         the registry is installed.  Set it to nil when it's unloaded.
4117         (gnus-registry-install-p): Provide user guidance for the initial value
4118         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4119         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4120         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4121         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4122         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4123         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4124         `gnus-registry-install'.
4125
4126 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4127
4128         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4129         previous change.
4130         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4131         primary key is marked as disabled.
4132
4133 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4134
4135         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4136         primary key is marked as disabled.
4137
4138 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4139
4140         * html2text.el (html2text-clean-anchor): Check for quotes around
4141         `href' value.
4142
4143 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4146         searching.  Drop `bbdb-cache'.
4147
4148 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * message.el (message-signed-or-encrypted-p): Exclude header when
4151         checking if there is signed or encrypted body in text/plain message.
4152
4153 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4154
4155         * html2text.el (html2text-get-attr): Correctly handle attribute values
4156         containing "=".
4157
4158 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4159
4160         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4161         handle bindings.
4162
4163 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * gnus-win.el (gnus-configure-windows): Protect against reading
4166         ephemeral groups outside of Gnus.
4167
4168 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * shr.el (shr-tag-img): Don't get images displayed in tables.
4171
4172 2011-10-03  Glenn Morris  <rgm@gnu.org>
4173
4174         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4175         the "maintainer" version of debbugs.gnu.org reports.
4176
4177 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4180         make asynchronous adjacent image insertion work better.
4181
4182 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4183
4184         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4185         documentation.
4186
4187 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4190         `gnus-asynchronous' isn't shadowed.
4191
4192 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4195
4196         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4197         (nnimap-insert-partial-structure): The charset parameter isn't
4198         case-sensitive.
4199
4200         * nnheader.el (nnheader-message-maybe): New function.
4201
4202         * shr.el (shr-tag-table): Render totally broken tables better.
4203
4204         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4205         computing the boundary.
4206
4207 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * pop3.el (pop3-number-of-responses): Remove.
4210         (pop3-wait-for-messages): Rewrite to take linear time instead of
4211         exponential time.
4212
4213 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4216         re-fetch images.
4217
4218         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4219         re-fetch images when hitting `g' in Gnus.
4220
4221 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4224         (mml-compute-boundary): Don't check collision if it is non-nil.
4225         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4226         before checking collision.
4227
4228 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * message.el (message-indent-citation): Really make sure there's a
4231         newline at the end.
4232
4233         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4234         Fix suggested by John Wiegley.
4235
4236         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4237
4238         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4239
4240         * message.el (message-default-send-rename-function): Break out into its
4241         own function.
4242
4243         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4244         doesn't work under XEmacs.
4245
4246         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4247         of "imaps" to word around Windows problems.
4248         (nnimap-open-connection-1): Use it.
4249
4250         * message.el (message-indent-citation): Revert last change which made
4251         `F' not work.
4252
4253 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4254
4255         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4256         terminal as well.
4257
4258 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4261         because it displays images using overlays that aren't easy to copy to
4262         the article buffer.
4263
4264 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4265
4266         * message.el (message-indent-citation): Fix empty line removal at the
4267         end of the citation.
4268
4269 2011-09-20  Julien Danjou  <julien@danjou.info>
4270
4271         * auth-source.el (auth-source-netrc-create): Use default value for
4272         password if specified.  Evaluate default.
4273         (auth-source-plstore-create): Ditto.
4274         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4275         value evaluation.
4276         (auth-source-netrc-create): Typo fix.
4277         (auth-source-plstore-create): Ditto.
4278
4279         * password-cache.el (password-cache-remove): Remove entries even if the
4280         value is nil, so that password with a nil value (negative caching) is
4281         possible to invalidate.
4282
4283         * auth-source.el (auth-source-format-cache-entry): New function.
4284
4285 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4288
4289 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4292
4293 2011-09-19  Julien Danjou  <julien@danjou.info>
4294
4295         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4296         which work with things that are not ASCII.
4297
4298 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4301
4302 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4305         message level.
4306
4307 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4310
4311 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4314
4315 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4316
4317         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4318         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4319
4320 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4321
4322         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4323         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4324         articles.
4325
4326 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4327
4328         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4329         (message-mail-other-window, message-mail-other-frame)
4330         (message-news-other-window, message-news-other-frame):
4331         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4332         instead of setting buffer display varibles.
4333
4334 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4337
4338         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4339
4340 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4343         duplicates" to a higher level.
4344
4345         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4346         most egregious messages.
4347
4348 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4351
4352 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4353
4354         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4355         up the file (bug#9351).
4356
4357 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4360         it does with all other backends, but decode the names immediately after
4361         getting them.
4362
4363         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4364         decoding nnimap groups.
4365
4366         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4367         newsrc file.  It doesn't seem like an important optimization any more.
4368
4369 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4370
4371         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4372         overflows.
4373
4374 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4377         (gnus-interactive-exit): Extend to `quiet'.
4378
4379         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4380
4381         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4382         string.
4383
4384         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4385         renaming function arguments from `this'.
4386
4387         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4388
4389         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4390         has been renamed.
4391         (gnus-lrm-string-p): Include RLM and PDF, too.
4392
4393         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4394         (bug#9225).
4395
4396 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4397
4398         Add autoload cookies for functions used by sendmail.el.
4399         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4400
4401         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4402
4403 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * gnus-art.el (article-date-ut): Work properly even when there are
4406         things like Date header in the body; work for forwarded parts.
4407
4408 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4409
4410         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4411         original-article-buffer.
4412
4413 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4414
4415         * nnir.el (nnir-compose-result): Fix matching of server type.
4416         (nnir-run-swish++): Ditto.
4417         (nnir-run-namazu): Ditto.
4418         (nnir-run-notmuch): Ditto.
4419
4420 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4423         (bug#9405).
4424
4425         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4426         (bug#9421).
4427
4428         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4429         (bug#9425).
4430
4431         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4432         thing (bug#9426).
4433
4434 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4437         the error message.
4438
4439 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4440
4441         * message.el (message-setup-1): Return t (Bug#9392).
4442
4443 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4444
4445         * gnus-sum.el: When adding article headers to a summary buffer also
4446         update gnus-newsgroup-articles (bug#9386).
4447
4448 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * auth-source.el: Autoload help-mode.
4451
4452 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4455         names.
4456
4457 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4458
4459         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4460         mm-replace-in-string for compatibility issues.
4461         * mml2015.el (mml2015-epg-verify): Ditto.
4462
4463 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4466
4467         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4468
4469 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4472         continue on and do the clean-up phase (bug#9188).
4473
4474         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4475         just ignore groups that can't be opened instead of erroring out
4476         (bug#9225).
4477
4478         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4479         nil since some many people are fuddy-duddies.
4480
4481         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4482         images.
4483
4484         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4485         instead.
4486
4487         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4488
4489         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4490
4491         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4492         processing.
4493
4494         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4495         buffer to avoid warnings.
4496
4497 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4498
4499         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4500         specified to reduce precision.
4501
4502 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4505         bodystructures (bug#9314).
4506
4507 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4510         Make button keymap non-sticky after buttons.
4511
4512 2011-08-18  David Engster  <dengste@eml.cc>
4513
4514         * nnmairix.el (nnmairix-request-set-mark)
4515         (nnmairix-goto-original-article): Remove adding of article to registry,
4516         since `gnus-registry-add-group' isn't available anymore.
4517         (nnmairix-determine-original-group-from-registry):
4518         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4519         available anymore.
4520
4521 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4522
4523         * starttls.el (starttls-any-program-available): Define as obsolete
4524         function.
4525
4526 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4529         versions which Gnus use when appropriate.
4530
4531         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4532         a pretty destructive command.
4533
4534         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4535
4536 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * message.el (message-fix-before-sending): Make a different warning
4539         about NUL characters (bug#9270).
4540
4541         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4542         from custom (bug#9260).
4543
4544         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4545         things work in Emacs 22 and XEmacs, too.
4546
4547         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4548         default From.
4549
4550         * gnus-spec.el (gnus-lrm-string-p): New macro.
4551         (gnus-lrm-string): New constant.
4552         (gnus-summary-line-format-spec): LRM-ify the from.
4553         (gnus-tilde-max-form): LRM-ify string chopping.
4554
4555         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4556
4557         * message.el (message-is-yours-p): Allow disabling canlock checking
4558         (bug#9295).
4559         (message-shoot-gnksa-feet): Add `canlock-verify'.
4560         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4561         message directory isn't writable (bug#9304).
4562
4563         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4564         non-world-readable.
4565
4566 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4569         articles.
4570
4571 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4572
4573         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4574         copy-list.
4575
4576 2011-08-12  Sam Steingold  <sds@gnu.org>
4577
4578         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4579         in the reverse order to avoid modifying the cache with `nreverse'.
4580         (gnus-all-score-files): Do not modify the value returned by
4581         `gnus-score-find-alist' because it lives in a cache variable.
4582         (gnus-current-home-score-file): No need to `nreverse' the return value
4583         of `gnus-score-find-alist', it is already in the correct order.
4584
4585 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4586
4587         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4588         type MESSAGE and subtype RFC822 is slightly different from those of
4589         type TEXT.
4590
4591 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4592
4593         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4594         This allows article-referral to work from an nnir group.
4595
4596 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4597
4598         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4599
4600 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4601
4602         * mml1991.el (mml1991-epg-find-usable-key)
4603         (mml1991-epg-find-usable-secret-key): New function.
4604         (mml1991-epg-sign): Check if signing key is usable.
4605         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4606
4607 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4608
4609         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4610         server-variables only.  This should fix a bug introduced with commit
4611         e1889675b7f4adf057833c5513c9374134c4e053.
4612         (nnir-run-query): 'nnir-search-engine should not be set from the global
4613         environment.
4614
4615 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4616
4617         * nnir.el (nnir-search-thread): Position point on referring article
4618         line.
4619         (nnir-warp-to-article): Clean up summary buffers.
4620
4621         * nnimap.el (nnimap-request-thread): Whitespace fix.
4622
4623 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4624
4625         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4626
4627 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * starttls.el (starttls-available-p): Rename from
4630         `starttls-any-program-available' and changed return convention.
4631
4632 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4633
4634         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4635         `unix-sync' unless it's defined.
4636
4637 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4638
4639         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4640         `aref' for XEmacs compatibiltiy.
4641
4642 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4643
4644         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4645
4646 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4647
4648         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4649         closures, quote the form properly (bug#9194).
4650
4651 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4654         (gnus-summary-insert-new-articles): Protect against servers that are
4655         down.
4656
4657 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4658
4659         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4660         in mm handle if none is specified.
4661
4662 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4663
4664         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4665
4666 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4667
4668         * nnir.el (nnir-search-thread): New function to make an nnir group
4669         based on a thread query.
4670
4671         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4672         of nnir in thread referral.
4673         (gnus-summary-refer-thread): Use it.
4674
4675         * nnimap.el (nnimap-request-thread): Use it.
4676
4677 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * shr.el (shr-tag-comment): Ignore HTML comments.
4680
4681 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4682
4683         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4684         argument.
4685         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4686         Use `nnir-address' to handle server info rather than passing an arg.
4687
4688         * nnimap.el (nnimap-make-thread-query): New utility function to format
4689         an imap thread search query.
4690         (nnimap-request-thread): Use it.
4691
4692         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4693         right select-method if we are not going back to the group buffer.
4694
4695 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4698         enter invalid buffer configurations into the quit form (bug#9107).
4699         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4700         unplugged/plugged.
4701
4702         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4703         keep track of which ones are unread (bug#9061).
4704
4705         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4706         (bug#9055).
4707
4708         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4709         (bug#9041).
4710
4711         * gnus-html.el (mm-util): Require (bug#9073).
4712
4713         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4714         (gnus-summary-refer-thread): Use it to remove duplicates in the
4715         un-threaded view (bug#9053).
4716         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4717
4718 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4719
4720         * nnir.el (nnir-read-server-parm): Use default value from global
4721         variable.  Without this the default search engine parameters aren't
4722         used at all.
4723
4724 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * message.el (message-unique-id): Don't use the undocumented return
4727         value from (random t) (bug#9118).
4728
4729 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * message.el (message-auto-save-directory): If the ~/Mail directory
4732         doesn't exist, use ~ as the auto-save directory (bug#4432).
4733
4734         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4735         hasn't already been started.
4736
4737 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4740
4741         * message.el (message-reply): Work around mysterious bug where
4742         `message-mode' seems to overwrite the locally bound `subject' variable.
4743
4744 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4745
4746         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4747         correct group.
4748
4749         * gnus-int.el (gnus-request-thread): Add group argument.
4750
4751         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4752
4753 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4756
4757         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4758         renamed to `debbugs-gnu-*'.
4759
4760 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4761
4762         * plstore.el: Revert the editing feature since it is not urgent.
4763         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4764         (plstore-mode-decoded): Remove.
4765
4766 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4769         isn't very interesting any more, and it leaks potentially secret data.
4770         (gnus-debug): Remove.
4771
4772         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4773         use of :custom-show.
4774
4775 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4776
4777         * plstore.el: Add documentation.
4778         (plstore-mode): New mode to edit plstore file.
4779         (plstore-mode-toggle-display, plstore-mode-original)
4780         (plstore-mode-decoded): New command.
4781         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4782         (plstore--insert-buffer, plstore--make): New function.
4783         (plstore-open, plstore-save): Simplify by using them.
4784
4785 2011-07-06  Glenn Morris  <rgm@gnu.org>
4786
4787         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4788
4789 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4792         no longer is much used.
4793         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4794         Articles".
4795
4796 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4797
4798         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4799         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4800         `notmuch' backend.
4801
4802 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803
4804         * mm-decode.el (mm-text-html-renderer): Doc fix.
4805
4806         * gnus-msg.el (gnus-bug): Fix the MML tag.
4807
4808         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4809
4810 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4811
4812         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4813         secondary methods if started with `gnus-no-server'.
4814
4815 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4816
4817         * message.el (message-return-action): Fix typo in docstring.
4818
4819 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4822         bug reports at once.
4823
4824         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4825
4826 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * nndraft.el: Require gnus-group.
4829         (nndraft-request-list): Declare.
4830
4831         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4832         no unread article unless it matches gnus-permanently-visible-groups.
4833
4834         * nndraft.el (nndraft-update-unread-articles): New function.
4835         (nndraft-request-associate-buffer): Use it to update the number of
4836         unread articles for the nndraft groups in the group buffer when saving
4837         or killing a draft message.
4838
4839 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4842         systems to binary before writing and reading the mbox files.
4843
4844         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4845         instead of trying to list them all (bug#8978).
4846
4847 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4848
4849         * pop3.el (pop3-open-server): Use :end-of-capability.
4850
4851 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4854         the id is always a number.
4855
4856         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4857
4858         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4859         debbugs mode, if possible.
4860
4861 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4862
4863         * auth-source.el (auth-source-token-passphrase-callback-function):
4864         Reindent.
4865         (epg-context-operation): Remove unnecessary autoload.
4866
4867 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus.el (gnus-list-debbugs): New command.
4870
4871         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4872         mboxstat instead of the maintbox, since the stat seems to be fuller.
4873
4874         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4875         summary buffers.
4876
4877         * message.el (message-get-reply-headers): Delete all duplicates,
4878         instead of the first.
4879         (message-get-reply-headers): Ensure that we have progress while
4880         deleting duplicates.
4881
4882         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4883         gnus-posting-style value from the summary buffer to make it easier to
4884         make that a per-buffer conf.
4885
4886 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4887
4888         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4889         found by setting `shortcut' in 'query.
4890         (nnir-request-article): Use `shortcut' setting when requesting article
4891         by Message-ID.
4892
4893 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4894
4895         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4896         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4897         Bring the pseudo-headers back too.
4898
4899 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4900
4901         * auth-source.el (auth-source-token-passphrase-callback-function):
4902         Simplify and remove EPA dependency.
4903
4904 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4905
4906         * nnir.el (nnir-request-article): Fix error message text.
4907
4908 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4909
4910         * auth-source.el (plstore-delete): Autoload.
4911         (auth-source-plstore-search): Support delete operation.
4912         * plstore.el (plstore-delete): New function.
4913
4914 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4917         mark actually existing articles as unread rather than the ones that
4918         active asserts.
4919
4920 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4921
4922         * nntp.el (nntp-record-command):
4923         * gnus-util.el (gnus-message-with-timestamp-1):
4924         Use format-time-string rather than decoding time stamps by hand.
4925         This is simpler and insulates the code from potential changes to
4926         current-time format.
4927
4928 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4931
4932 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4933
4934         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4935         (plstore-save): Support public key encryption.
4936         (plstore--init-from-buffer): New function.
4937         (plstore-open): Use it; fix error when opening a non-existent file.
4938         (plstore-revert): Use plstore--init-from-buffer.
4939
4940 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4941
4942         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4943
4944 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4947         for old Emacsen.
4948
4949 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4950
4951         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4952         is not fully working.
4953
4954 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * dgnushack.el: Autoload sha1 on XEmacs.
4957
4958         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4959         quit window configuration.
4960
4961         * auth-source.el (epg-context-set-passphrase-callback):
4962         Remove duplicate autoload.
4963
4964 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4965
4966         * nnir.el (nnir-request-article): Allow requesting articles by
4967         Message-ID with nnimap.
4968
4969         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4970         current server.
4971
4972 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         * auth-source.el: Autoload EPA/EPG functions.
4975         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4976         changed when EPA/EPG is not available.
4977         (auth-source-backend): Rename "arg" member to "data".
4978         (auth-source-backend-parse, auth-source-plstore-search)
4979         (auth-source-plstore-create): Use it.
4980
4981 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4982
4983         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4984         `gnus-refer-article-methods'.
4985
4986 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4987
4988         * auth-source.el: Require EPA and EPG.
4989         (auth-source-passphrase-alist): New variable.
4990         (auth-source-passphrase-callback-function)
4991         (auth-source-token-passphrase-callback-function): Callbacks for the
4992         netrc field encryption (GPG tokens).
4993         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4994         Symmetric encryption and decryption of the netrc GPG tokens.
4995         (auth-source-netrc-normalize): Use them, simplifying the closure.
4996
4997 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5000         is available.
5001
5002 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5005         non-nil, and `nnimap-split-methods' is nil, use the former.
5006
5007 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5008
5009         * plstore.el (plstore-revert): New function.
5010         (plstore-open): Use it; hide the buffer from user.
5011
5012 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5013
5014         * auth-source.el (auth-source-backend): New member "arg".
5015         (auth-source-backend-parse): Handle new backend 'plstore.
5016         * plstore.el: New file.
5017
5018 2011-06-30  Glenn Morris  <rgm@gnu.org>
5019
5020         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5021
5022 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5025         expiring articles to.
5026
5027         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5028         variations as ASCII (bug#5458).
5029
5030 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5033
5034 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * message.el (message-point-in-header-p): Tweak the function to default
5037         to saying that we're not in the headers if there is no separator at
5038         all.  This makes it possible to use the Message version of `M-q' in
5039         buffers with no headers (bug#7987).
5040         (message-point-in-header-p): Fix last checkin to work with an empty
5041         mail-header-separator, too.
5042
5043         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5044         again, save the choice via customize.
5045
5046 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5049
5050         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5051         ended the connection, bail out before waiting infinitely on a new
5052         connection.
5053
5054 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5057         reports.
5058
5059         * gnus.el (gnus-bug-package): Use "gnus."
5060         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5061
5062 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * dgnushack.el: Make the timer warning go away on XEmacs.
5065
5066         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5067         animations going on at article exit time.
5068
5069         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5070         since removing it breaks people upgrading.
5071
5072         * shr.el (shr-put-image): Use the new interface for animating images.
5073         (shr-put-image): Animate for 60 seconds.
5074
5075         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5076         avoid compiler warnings.
5077
5078         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5079         error with `find-file-hooks' on Emacs 22.
5080         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5081         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5082         on all architectures.
5083
5084         * spam.el (spam-stat): Require in a normal fashion without binding
5085         `spam-stat-install-hooks' to avoid compilation warnings.
5086
5087         * spam-stat.el (spam-stat-install-hooks): Remove.
5088         (spam-stat-install-hooks): Don't run automatically.
5089
5090 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5091
5092         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5093         and keystroke.
5094
5095 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * auth-source.el (auth-source-netrc-cache): Move forward.
5098
5099 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * proto-stream.el (proto-stream-open-starttls): Use
5102         `gnutls-available-p' to see whether we have built-in support.
5103
5104         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5105         we already know.
5106         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5107         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5108
5109 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5112         %S format, since that looks odd.
5113         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5114         file, especially when saving.
5115
5116 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5117
5118         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5119         article found.
5120
5121 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5122
5123         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5124         `auth-source-save-secrets' with a more sensitive alist that can be
5125         configured per file.  Experimental, so defaults to 'never.
5126         (auth-source-netrc-create): Use it.  Still experimental code.
5127         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5128         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5129
5130 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5131
5132         * auth-source.el (auth-source-save-secrets): New variable to control if
5133         secret tokens should be saved encrypted.
5134         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5135         to `auth-source-netrc-normalize'.
5136         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5137         on the EPA variables being defined.
5138         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5139         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5140         the lexical-let closure.
5141         (auth-source-netrc-create): Create "gpg:" tokens according to
5142         `auth-source-save-secrets'.
5143
5144 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * gnus-group.el (gnus-group-update-group): Add new argument
5147         `info-unchanged' that stops updating dribble buffer.
5148
5149         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5150         deletes lines matching to it in dribble buffer.
5151
5152         * gnus-agent.el (gnus-agent-fetch-group-1):
5153         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5154         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5155         * gnus-start.el (gnus-group-change-level):
5156         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5157
5158         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5159         if newsgroup info is not changed.
5160
5161         * gnus-group.el (gnus-group-get-new-news-this-group):
5162         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5163         Don't update dribble buffer.
5164
5165 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5166
5167         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5168         remove entries with groups we ignore.
5169
5170 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5173         the underline comes at the bottom.
5174
5175 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5178         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5179         (gnus-registry-article-marks-to-names): Rename from
5180         `gnus-registry-user-format-function-M2'.
5181
5182 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5185         ephemeral group.
5186
5187 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * shr.el (shr-browse-image): Copy the URL if called interactively.
5190
5191 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5194         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5195         done, then unselected articles may be marked as read.
5196
5197         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5198         since not doing this seems to lead to a race condition in pop3-logon.
5199
5200         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5201         so that the call chain it correct when we call "upwards".
5202
5203         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5204         in read-only groups.
5205
5206         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5207
5208         * message.el (message-cite-reply-position): Doc string fix.
5209
5210         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5211         avoid regexp overflow.
5212         (nnimap-transform-split-mail): Ditto.
5213
5214         * pop3.el (pop3-retr): Error out if the server closes the connection.
5215
5216 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5217
5218         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5219         mm-with-unibyte-current-buffer.  The buffer should not contain any
5220         multibyte chars anyway at this stage.
5221
5222 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5225         at the end of lines.
5226
5227 2011-05-29  Julien Danjou  <julien@danjou.info>
5228
5229         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5230
5231 2011-05-27  Glenn Morris  <rgm@gnu.org>
5232
5233         * gnus-group.el (gnus-bug-group-download-format-alist):
5234         Use the "maintainer" version of debian reports as well.
5235
5236 2011-05-26  Glenn Morris  <rgm@gnu.org>
5237
5238         * gnus-group.el (gnus-bug-group-download-format-alist):
5239         Use the "maintainer" version of debbugs.gnu.org reports.
5240
5241 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5244
5245 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5246
5247         * gnus-cus.el (gnus-agent-customize-category):
5248         * gnus-delay.el (gnus-delay-send-queue):
5249         * gnus.el (gnus-other-frame):
5250         Don't quote lambda expressions with `quote'.
5251
5252 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5253
5254         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5255         the thread moves us backwards and so we loop forever.
5256
5257 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5260         whitespace in base64 data lines.
5261
5262 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5263
5264         * gnus-registry.el (gnus-registry-user-format-function-M):
5265         Use `mapconcat'.
5266         (gnus-registry-user-format-function-M2): Use to see the full text of
5267         the marks.  Make "," the mark text separator.
5268
5269         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5270         authentication with auth-source.
5271
5272 2011-05-17  Glenn Morris  <rgm@gnu.org>
5273
5274         * gnus-group.el (gnus-import-other-newsrc-file):
5275         Use insert-file-contents.
5276
5277 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5278
5279         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5280         1000 iterations.
5281
5282 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * nntp.el (nntp-open-connection): Check if process-type is available.
5285
5286 2011-05-16  Julien Danjou  <julien@danjou.info>
5287
5288         * shr.el (shr-tag-del): Add support for del tag.
5289
5290 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-html.el (gnus-html-put-image): Register a displayer.
5293
5294         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5295
5296 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * registry.el (prune-factor): New initialization parameter defaulting
5299         to 0.1.
5300         (registry-prune-hard): Use it.
5301
5302         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5303         0.1 expicitly.
5304
5305 2011-05-13  Glenn Morris  <rgm@gnu.org>
5306
5307         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5308         is bound, since this function requires sendmail.
5309
5310 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5311
5312         * registry.el (registry-usage-test): Disable pruning test.
5313
5314 2011-05-11  David Engster  <dengste@eml.cc>
5315
5316         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5317         Bind set-network-process-option for XEmacs.
5318
5319 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * registry.el (registry-prune-hard-candidates)
5322         (registry-prune-soft-candidates): Helper methods for registry pruning.
5323         (registry-prune): Use them.  Make the sort function optional.
5324
5325 2011-05-10  Jim Meyering  <meyering@redhat.com>
5326
5327         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5328
5329 2011-05-10  Julien Danjou  <julien@danjou.info>
5330
5331         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5332         symbol and not a list.
5333
5334 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (gnus-article-mode): Move binding of
5337         shr-put-image-function here from gnus-article-prepare-display.
5338
5339         * shr.el (shr-put-image-function): New variable.
5340         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5341         (shr-put-image): Return scaled image.
5342
5343         * gnus-art.el (gnus-shr-put-image): New function.
5344         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5345
5346         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5347         original ones, as deletable.
5348
5349 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5350
5351         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5352
5353 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5354
5355         * registry.el (registry-full): Add convenience method.  Fix logic.
5356         (registry-insert): Use it.  Fix logic here too.
5357
5358         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5359         `registry-prune' if `registry-full' returns t.
5360         (gnus-registry-handle-action)
5361         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5362         (gnus-registry-usage-test): Use it.
5363
5364 2011-05-07  Julien Danjou  <julien@danjou.info>
5365
5366         * shr.el (shr-link): Make shr-link inherit from link by default.
5367
5368 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5371
5372 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5375         error out because the face is not a list.
5376
5377 2011-05-05  Glenn Morris  <rgm@gnu.org>
5378
5379         * proto-stream.el (gnutls-negotiate): Fix declarations.
5380
5381         * gnus-start.el (gnus-propagate-marks): Declare.
5382
5383 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * registry.el (registry-reindex): Fix percentage message.
5386
5387         * proto-stream.el (network-stream-open-starttls): Adjust to call
5388         `gnutls-negotiate' with :process and :hostname arguments.
5389
5390 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * shr.el: Add shr-link face for links.
5393         (shr-urlify): Use it.
5394
5395         * registry.el (registry-insert): Make error message more helpful.
5396
5397 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5398
5399         * gnus-html.el (gnus-html-schedule-image-fetching):
5400         Use url-queue-retrieve, if it exists.
5401
5402         * shr.el (shr-tag-img): Ditto.
5403
5404         * gnus.el: Autoload more gnus-agent functions.
5405
5406         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5407         agent if we haven't already (bug#8502).
5408
5409         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5410         into the Agent, too.
5411
5412         * gnus-agent.el (gnus-agent-store-article): New function.
5413
5414         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5415         and moved from that file for reuse.
5416
5417         * pop3.el (pop3-open-server): Error messages are "-ERR".
5418
5419 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5422         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5423
5424 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5425
5426         * gnus.el: No Gnus v0.17 is released.
5427
5428 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5429
5430         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5431         buffer has moved to a different frame.
5432
5433 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5436         to get the conversion from unibyte to multibyte buffers to work on
5437         Emacs 22.
5438
5439         * nntp.el (nntp-request-article): Slight clean-up.
5440
5441 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * shr.el (shr-strike-through): New face.
5444         (shr-tag-s): Use it to provide <s> support.
5445         (shr-tag-s): Remove duplicate definition.
5446
5447 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5450         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5451
5452 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5455         `gnutls-negotiate'.
5456         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5457
5458 2011-04-23  Glenn Morris  <rgm@gnu.org>
5459
5460         * gnus-sum.el (gnus-extra-headers): Bump :version.
5461
5462 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * shr.el (shr-tag-sup): New function.
5465         (shr-tag-sub): Ditto.
5466
5467 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5468
5469         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5470         for the case where `gnus-registry-ignored-groups' is a list of lists,
5471         and don't call `gnus-parameter-registry-ignore' otherwise.
5472
5473 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * nnimap.el (nnimap-user): New backend variable.
5476         (nnimap-open-connection-1): Use it.
5477         (nnimap-credentials): Accept user parameter so it's explicit what user
5478         name is desired.
5479
5480         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5481         default.
5482
5483         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5484         not gnus-registry.el.
5485
5486         * gnus-registry.el: Mention in comments how to modify
5487         `gnus-extra-headers' for proper recipient tracking and that it may
5488         already have To and Cc recently, which it does as of this commit.
5489         (gnus-registry-ignored-groups): Remove defcustom.
5490         Explain why in comments.
5491         (gnus-registry-action): Fix data-header reference to use the extra
5492         headers.  Explain in package commentary how to add To and Cc headers to
5493         the gnus-extra-headers.
5494         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5495         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5496         parameter list or a string list in `gnus-registry-ignored-groups'.
5497         Fix logic error.
5498
5499 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * shr.el (shr-expand-url): Protect against null urls.
5502
5503 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * shr.el (shr-base): New binding.
5506         (shr-tag-base): Keep track of <base>.
5507         (shr-expand-url): New function used throughout.
5508
5509 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * gnus-registry.el
5512         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5513         (gnus-registry-ignored-groups): New variable.
5514         (gnus-registry-ignore-group-p): Use it.
5515         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5516         set the destination group to nil (same as delete) if it's ignored.
5517
5518 2011-04-20  David Engster  <dengste@eml.cc>
5519
5520         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5521
5522         * Makefile.in (test-nntp): New rule.
5523         (check): Add it.
5524         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5525
5526 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-registry.el (gnus-registry-action)
5529         (gnus-registry-fetch-header-fast):
5530         Don't use mail-header that looks an internal function of mailheader.el.
5531
5532 2011-04-19  Glenn Morris  <rgm@gnu.org>
5533
5534         * time-date.el (time-to-days): Remove unused local variables.
5535
5536 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-registry.el: Eliminate cl functions.
5539         (gnus-registry-sort-addresses): New function that replaces mapcan.
5540         (gnus-registry-action, gnus-registry-spool-action)
5541         (gnus-registry-split-fancy-with-parent)
5542         (gnus-registry-fetch-recipients-fast): Use it.
5543         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5544
5545         * registry.el (initialize-instance, registry-lookup)
5546         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5547         (registry-lookup-secondary-value, registry-search, registry-delete)
5548         (registry-insert, registry-reindex, registry-size, registry-prune):
5549         Use eval-and-compile.
5550
5551 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5552
5553         * registry.el (registry-reindex): New method to recreate the secondary
5554         registry indices.
5555
5556         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5557         tracked field changes.
5558         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5559         (gnus-registry-action, gnus-registry-spool-action)
5560         (gnus-registry-handle-action)
5561         (gnus-registry--split-fancy-with-parent-internal)
5562         (gnus-registry-split-fancy-with-parent)
5563         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5564         move, and delete actions, and for fancy splitting with parent.
5565         (gnus-registry-extract-addresses)
5566         (gnus-registry-fetch-recipients-fast)
5567         (gnus-registry-fetch-header-fast): Convenience functions.
5568         (gnus-registry-misc-test): ERT test of
5569         `gnus-registry-extract-addresses'.
5570
5571 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5574         Track by subject first, then sender.
5575
5576 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5579
5580         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5581         Lisp.
5582
5583         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5584         (gnus-draft-send): Use it to avoid popping
5585         up frames from gnus-group-send-queue.
5586
5587 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * gnus-registry.el: Updated gnus-registry docs.
5590
5591 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5594         Fix logic bug.
5595         (gnus-registry-post-process-groups): Fix logging of no results and
5596         quote sender and subject.
5597
5598 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5601         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5602         gnutls-cli are too slow to be done opportunistically.
5603
5604         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5605         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5606         we had no early-data returned.
5607         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5608         two async commands to the same server at the same time.
5609
5610 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5611
5612         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5613
5614 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5615
5616         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5617         "warning" level.
5618
5619         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5620         (mm-url-insert-file-contents): Don't set the package names.
5621
5622 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-registry.el (gnus-registry-action): Remove properties and
5625         simplify subject in `gnus-registry-handle-action'.
5626         (gnus-registry-spool-action): Get subject and sender from message if
5627         they are not passed in.
5628         (gnus-registry-handle-action): Remove properties and simplify subject
5629         consistently.
5630
5631 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5632
5633         * registry.el: Require CL before using defmacro*.
5634
5635 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-art.el (article-treat-date): Assume that
5638         gnus-article-date-headers may be a group parameter.
5639
5640 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5643
5644         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5645         interactively so the newsrc file can contain foreign groups too.
5646         Useful for debugging but not much for users.
5647
5648 2011-04-07  David Engster  <dengste@eml.cc>
5649
5650         * registry.el (registry-usage-test): Only do
5651         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5652         lexical binding.
5653
5654 2011-04-07  David Engster  <dengste@eml.cc>
5655
5656         * Makefile.in (check, test-registry): New rules for test-suite.
5657
5658 2011-04-06  David Engster  <dengste@eml.cc>
5659
5660         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5661         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5662
5663 2011-04-06  David Engster  <dengste@eml.cc>
5664
5665         * registry.el (initialize-instance): Change :after to :AFTER to be
5666         compatible with old EIEIO version in XEmacs.
5667
5668 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5669
5670         * gnus-registry.el (gnus-registry-post-process-groups)
5671         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5672         and provide better messaging.
5673
5674 2011-04-06  David Engster  <dengste@eml.cc>
5675
5676         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5677         errors.
5678
5679         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5680         dgnushack-compile with error-on-warn enabled, and to signal an error if
5681         clean compilation failed.
5682         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5683         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5684
5685 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5686
5687         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5688         unconditionally anyway, discarding errors.
5689         (gnus-registry-delete-entries): New convenience function.
5690         (gnus-registry-import-eld): Import from old .eld registry.
5691
5692         * registry.el: Don't use ERT if it's not available.  Load it
5693         unconditionally anyway, discarding errors.
5694
5695         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5696         version from the Claudio Bley GnuTLS patch (extra optional parameters
5697         and host name).
5698
5699 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5702         fixup the parameters that can be customized by the user between
5703         save/read cycles.
5704         (gnus-registry-read): Use it.
5705         (gnus-registry-make-db): Use it.
5706         (gnus-registry-spool-action, gnus-registry-handle-action):
5707         Fix messaging.
5708         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5709         Map references to actual group names with sender and subject tracking.
5710         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5711         (gnus-registry-usage-test): Add subject lookup test.
5712
5713         * registry.el (registry-db, initialize-instance): Set up constructor
5714         instead of :initform arguments for the sake of older Emacsen.
5715         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5716         pre-lexbind merge bug.
5717         (registry-usage-test): Use it.
5718         (initialize-instance, registry-db): Move the non-function initforms
5719         back to the class definition.
5720
5721 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * registry.el: New library to manage gnus-registry-style data.
5724
5725         * gnus-registry.el: Use it (major rewrite).
5726
5727         * nnregistry.el: Use it.
5728
5729         * spam.el: Use it.
5730
5731 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5734         marks on non-selected articles.
5735
5736 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5737
5738         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5739         parameter to open-protocol-stream.
5740
5741 2011-04-01  Julien Danjou  <julien@danjou.info>
5742
5743         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5744         fundamental-mode.
5745
5746 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5749         servers.
5750
5751 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5754         made marks not propagate, again.
5755
5756 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5757
5758         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5759         Make this the default type.
5760         (proto-stream-open-plain): Rename from proto-stream-open-default.
5761         (open-protocol-stream, proto-stream-open-starttls)
5762         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5763         with `plain'.
5764
5765         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5766         value.
5767
5768         * nntp.el (nntp-open-connection-function): Document the fact that some
5769         values are not functions but are instead handled specially.
5770         Recognize nntp-open-plain-stream value.
5771         (nntp-open-connection): Recognize that value.
5772
5773 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5776         where it seems to be needed.
5777
5778 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5781         stuff.
5782
5783         * gnus-score.el (gnus-score-string): Fix calling convention of
5784         `gnus-simplify-buffer-fuzzy' after last patches.
5785
5786         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5787         server for articles we didn't get any headers for.  This is a sanity
5788         check.
5789
5790 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5791
5792         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5793         new CAPABILITY, use it.
5794
5795 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5798         downloading anything.
5799
5800         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5801
5802 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5803
5804         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5805         colors.
5806         (gnus-splash-svg-color-symbols): New function.
5807
5808 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5811         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5812         (gnus-simplify-subject-fuzzy): Use the local
5813         gnus-simplify-subject-fuzzy-regex instead of the global one.
5814         This makes using this variable in group parameters work.
5815
5816 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5817
5818         * gnus-registry.el (gnus-registry-unfollowed-groups):
5819         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5820         archive:sent-YYYY-MM-DD groups).
5821         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5822         tracking if there are more than `gnus-registry-max-track-groups'
5823         matches.
5824
5825 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5826
5827         * message.el (message--yank-original-internal): New function to do the
5828         insertion cleanly inside eval in `message-yank-original'.
5829         (message-yank-original): Use it.
5830
5831 2011-03-29  Julien Danjou  <julien@danjou.info>
5832
5833         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5834         local variables disabled rather than `normal-mode'.
5835
5836 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5837
5838         * imap.el (imap-shell-open, imap-process-connection-type):
5839         Use imap-process-connection-type for 'shell' streams as well as
5840         Kerberos, SSL, other subprocesses.
5841
5842 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5843
5844         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5845         with open-network-stream.
5846         (proto-stream-always-use-starttls): Option removed.
5847         (open-protocol-stream): Return a process object by default.  Provide a
5848         new parameter :return-list specifying a list-type return value, which
5849         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5850         :type `network' to `try-starttls', and `network-only' to `default'.
5851         Make `default' the default, for compatibility with open-network-stream.
5852         Handle the no-parameter case exactly as open-network-stream, with no
5853         additional stream processing.  Search plists using plist-get.
5854         Explicitly add :end-of-commend parameter if it is missing.
5855         (proto-stream-open-default): Rename from
5856         proto-stream-open-network-only.  Return 'default as the type.
5857         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5858         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5859         failed.  Always return a list with a (possibly dead) process as the
5860         first element, for compatibility with open-network-stream.
5861         (proto-stream-open-tls): Use plist-get.  Always return a list.
5862         (proto-stream-open-shell): Return `default' as connection type.
5863         (proto-stream-capability-open): Use plist-get.
5864         (proto-stream-eoc): Function deleted.
5865
5866         * nnimap.el (nnimap-stream, nnimap-open-connection)
5867         (nnimap-open-connection-1): Handle renaming of :type parameter for
5868         open-protocol-stream.
5869         (nnimap-open-connection-1): Pass a :return-list parameter
5870         open-protocol-stream to obtain a list return value.  Parse this list
5871         using plist-get.
5872
5873         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5874         for open-protocol-stream.  Accept open-protocol-stream return value
5875         that is a subprocess object instead of a list.  Handle the case of a
5876         dead returned process.
5877
5878 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5879
5880         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5881
5882         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5883
5884 2011-03-21  Julien Danjou  <julien@danjou.info>
5885
5886         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5887         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5888         query.
5889         (mm-inline-text): Render normal text with fontification whenever
5890         possible.
5891
5892         * gnus-sum.el (gnus-summary-save-parts-1):
5893         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5894         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5895         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5896         Use `mm-handle-filename'.
5897
5898         * mm-util.el (mm-handle-filename): New function, return the filename of
5899         an handle.
5900
5901 2011-03-18  Julien Danjou  <julien@danjou.info>
5902
5903         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5904         (gnus-buffer-live-p): Check that buffer is not nil.
5905
5906 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5907
5908         * gnus.el: No Gnus v0.15 is released.
5909
5910 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5913         avoid warning on XEmacs.
5914
5915         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5916         on XEmacs.
5917
5918         * gnus-art.el: Require mouse, which the build bot seems to say is
5919         needed.
5920
5921         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5922
5923         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5924         XEmacs, since it doesn't have url-retrieve-synchronously.
5925
5926         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5927         since assoc-string doesn't exist in XEmacs.
5928
5929 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5930
5931         * gnus-group.el (gnus-group-list-ticked): New function.
5932         (gnus-group-make-menu-bar): Provide a menu entry for it.
5933         (gnus-group-list-map): Provide a binding for it.
5934
5935 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * shr.el (shr-visit-file): New command.
5938
5939         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5940
5941 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5942
5943         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5944         servers.
5945
5946 2011-03-16  Julien Danjou  <julien@danjou.info>
5947
5948         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5949         inline.
5950
5951         * gnus-art.el (article-hide-list-identifiers):
5952         Use gnus-group-get-list-identifiers.
5953
5954         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5955         (gnus-summary-remove-list-identifiers):
5956         Use gnus-group-get-list-identifiers to get regexp.
5957         (gnus-select-newsgroup, gnus-summary-insert-subject)
5958         (gnus-summary-insert-articles):
5959         Call gnus-summary-remove-list-identifiers unconditionally.
5960
5961 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5964         we're selecting a group with unread articles.
5965
5966         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5967
5968         * gssapi.el: New file separated out from imap.el to provide a general
5969         Kerberos 5 connection facility for Emacs.
5970
5971         * message.el (message-elide-ellipsis): Document the format spec
5972         ellipsis.
5973
5974 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * message.el (message-elide-region): Allow the ellipsis to say how many
5977         lines were removed.
5978
5979 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5980
5981         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5982         window configurations containing buffers that are now dead.
5983
5984         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5985         parsing to avoid integer overflows.
5986         (nnimap-parse-flags): Simplify the last change.
5987         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5988         too large for 32-bit Emacsen.
5989
5990 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5991
5992         * auth-source.el (auth-source-netrc-create):
5993         * message.el (message-yank-original): Fix use of `case'.
5994
5995 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5996
5997         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5998         XEmacs, which was one character too wide.
5999
6000 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6001
6002         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6003         default number of articles to display.
6004         (gnus-articles-to-read): Use pretty names for prompt.
6005
6006 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * gnus-int.el (gnus-open-server): Ditto.
6009
6010         * gnus-start.el (gnus-activate-group): Give a backtrace if
6011         debug-on-quit is set and the user hits `C-g'.
6012         (gnus-read-active-file): Ditto.
6013
6014         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6015
6016 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6017
6018         * message.el (message-yank-original): Use cond instead of CL case.
6019
6020 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6021
6022         * auth-source.el (auth-source-netrc-create): Use usual format for the
6023         default in prompts.
6024
6025 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * lpath.el: Fbind read-char-choice for XEmacs.
6028
6029 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6030
6031         * auth-source.el (auth-source-netrc-create): Show the default in the
6032         prompt when prompting for token creation.
6033
6034 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6035
6036         * auth-source.el (auth-source-format-prompt): Always convert the value
6037         to a string to avoid evaluating non-string arguments.
6038         (auth-source-netrc-create): Offer default properly, not as initial
6039         content in `read-string'.
6040         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6041         of line to determine if we've been run before.  If so, don't run again,
6042         but print a trivial message to indicate the cache was hit instead.
6043
6044 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6047         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6048         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6049         Gnus.
6050
6051 2011-03-11  Julien Danjou  <julien@danjou.info>
6052
6053         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6054         modified file".
6055
6056 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6057
6058         * auth-source.el (auth-source-read-char-choice): New function to read a
6059         character choice using `dropdown-list', `read-char-choice', or
6060         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6061         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6062         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6063         (auth-source-netrc-saver): Use it.
6064         (auth-source-pick-first-password): New convenience function.
6065
6066 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6067
6068         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6069         parameter in the credentials.
6070         (nnimap-open-connection-1): Use it after a successful login.
6071         (nnimap-credentials): Add IMAP-specific user and password prompt.
6072
6073         * auth-source.el (auth-source-search): Add :require parameter, taking a
6074         list.  Document it and the :save-function return token.  Pass :require
6075         down.  Change the CREATED message from a warning to a debug statement.
6076         (auth-source-search-backends): Pass :require down.
6077         (auth-source-netrc-search): Pass :require down.
6078         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6079         Change save prompt to indicate all modifications saved here are
6080         deletions.
6081         (auth-source-netrc-create): Take user login name as default in user
6082         prompt.  Move all the save functionality to a lexically bound function
6083         under the :save-function token in the returned list.  Set up clearer
6084         default prompts for user, host, port, and secret.
6085         (auth-source-netrc-saver): New function, intended to be wrapped for
6086         :save-function.
6087
6088 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6091         lines to be spaces instead.
6092
6093 2011-03-07  Julien Danjou  <julien@danjou.info>
6094
6095         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6096         (sieve-sasl-auth): Check that auth-source-search did return something,
6097         or just return an empty string.
6098
6099 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6100
6101         * gnus.el (gnus-interactive): Use read-directory-name.
6102
6103         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6104         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6105         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6106         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6107         Likewise.
6108
6109         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6110
6111 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6114         onto the list of killed groups, too.  This makes killed nnimap groups,
6115         for instance, more reliably not reappear.
6116
6117         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6118         the parent.
6119
6120         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6121
6122         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6123         really have server-side marks.
6124
6125         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6126         since most backends do not usefully have server-side marks.
6127         (gnus-update-read-articles): Propagate marks to all backends that
6128         really have server-side marks.
6129
6130 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6131
6132         * message.el (message-cite-reply-position, message-cite-style):
6133         New variables.
6134         (message-yank-original): Use the new citation styles.
6135
6136 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6137
6138         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6139         buffer-local issue); don't mark it buffer-local when running under
6140         XEmacs.
6141
6142 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6143
6144         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6145         numbers too big to be `read'.
6146
6147 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * password-cache.el (password-in-cache-p): Add autoload.
6150
6151         * message.el (message-options): Make buffer-local two ways to attempt
6152         to fix a XEmacs bug.
6153
6154 2011-03-02  Julien Danjou  <julien@danjou.info>
6155
6156         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6157
6158 2011-03-01  Julien Danjou  <julien@danjou.info>
6159
6160         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6161         group.
6162         (article-hide-list-identifiers): Use list-identifier group parameter.
6163
6164 2011-02-28  Julien Danjou  <julien@danjou.info>
6165
6166         * sieve.el (sieve-buffer-script-name): New local variable to store
6167         sieve script name.
6168         (sieve-edit-script): Store sieve script name.
6169         (sieve-upload): Use sieve script name when uploading.
6170         (sieve-upload): Use substitute-command-keys.
6171         (sieve-edit-script): Use substitute-command-keys.
6172         (sieve-refresh-scriptlist): Use substitute-command-keys.
6173         (sieve-manage-mode-map): Define keymap properly.
6174         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6175         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6176         Remove commented code about cvs.
6177         (sieve-manage-quit): New function.
6178         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6179
6180 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6183
6184 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6185
6186         * auth-source.el (auth-source-search): Cache empty result sets.
6187
6188         * password-cache.el (password-in-cache-p): Convenience function to
6189         check if a key is in the cache, even if the value is nil.
6190
6191         * auth-source.el (auth-source-save-behavior): New variable to replace
6192         `auth-source-never-create'.
6193         (auth-source-netrc-create): Use it.
6194         (auth-source-never-save): Remove.
6195
6196 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6197
6198         * nnimap.el (nnimap-stream): Doc fix.
6199         (nnimap-open-connection-1): Reverse the order of the ports to that the
6200         prompted-for port is first.
6201
6202         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6203         retrieval by the no-group selection.
6204
6205         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6206         numerical parameters.
6207
6208 2011-02-25  Julien Danjou  <julien@danjou.info>
6209
6210         * gnus-gravatar.el: Use gnus-with-article-buffer.
6211
6212         * gnus-art.el (gnus-with-article-buffer): Check that the
6213         gnus-article-buffer is alive.
6214
6215 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * auth-source.el (auth-source-creation-prompts): New variable to manage
6218         creation-time prompts.
6219         (auth-source-search): Document it.
6220         (auth-source-format-prompt): Add utility function.
6221         (auth-source-netrc-create): Don't default the user name to
6222         user-login-name.  Use `auth-source-creation-prompts' and some default
6223         prompts for user, host, port, and password (the default generic prompt
6224         remains ugly).
6225         (auth-source-never-save): Add customizable option to never save info.
6226         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6227         mode excursion.
6228
6229 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6232         argument that XEmacs doesn't support.
6233
6234         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6235         compiled for Emacsen having no `libxml-parse-html-region' support.
6236
6237         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6238
6239         * lpath.el: Bind buffer-save-without-query for XEmacs.
6240
6241 2011-02-23  Julien Danjou  <julien@danjou.info>
6242
6243         * gnus-art.el (article-make-date-line): Ignore errors if time is
6244         invalid and not convertible.
6245         (article-make-date-line): Only add lapsed time if time is not nil.
6246
6247 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6250         `read-char-choice' for backwards compatibility.
6251         (auth-source-netrc-element-or-first): New function to DTRT for
6252         parameter extraction.
6253         (auth-source-netrc-create): Use it and fix multiple parameter print
6254         bug.  Use the default passed from above (given-default) or the
6255         built-in (user-login-name for :user).
6256
6257 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6258
6259         * gnus-start.el (gnus-dribble-read-file):
6260         Set buffer-save-without-query, since we always want to save the dribble
6261         file, probably.
6262
6263         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6264         nnimap.
6265
6266         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6267         -summary- since it's a user-visible variable.
6268
6269         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6270         first time you use the new Gnus.
6271
6272 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6273
6274         * auth-source.el: Don't load netrc.el.
6275         (auth-sources): Search ~/.netrc as well by default.
6276         (auth-source-debug): Add 'trivia option for extra output.
6277         (auth-source-do-trivia): Use it.
6278         (auth-source-search): Simplify logic to use
6279         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6280         appropriate.  Don't keep a running count at this level.  Layer :create
6281         and :delete options appropriately on the first and second passes.
6282         Don't track the backend with the search results.
6283         (auth-source-search-backends): New function to search a list of
6284         backends for a processed spec.
6285         (auth-source-netrc-parse): Cache all netrc files, making
6286         auth-source-netrc-cache an alist keyed by the file name and using the
6287         file mtime as the caching criterion.  Keep the obfuscated data secret
6288         with a lexical bind.
6289         (auth-source-netrc-search): Don't calculate the length of the results
6290         unnecessarily.
6291         (auth-source-search-backends): Fix bug.
6292         (auth-source-netrc-create): Rework prompts.
6293
6294 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6295
6296         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6297         Lower case names of search constraints.
6298         (nnir-run-query): Cache and reuse search constraints for all imap
6299         servers.
6300
6301 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6302
6303         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6304         after exit.
6305         (gnus-setup-message): Define missing variable from last checkin.
6306
6307         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6308         value, show the raw article.
6309
6310 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6311
6312         * gnus.el: No Gnus v0.13 is released.
6313
6314 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6315
6316         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6317         auth-source now accepts numbers.
6318
6319         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6320         spec, too.
6321         (auth-source-ensure-strings): New function.
6322
6323         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6324         (gnus-article-setup-buffer): Always restart the date timer so that user
6325         changes to the frequency is respected.
6326
6327         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6328         port numbers, so make sure it gets that if nnimap-server-port is
6329         explicit.
6330
6331 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6332
6333         * nnimap.el (nnimap-inbox): Doc fix.
6334
6335 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6336
6337         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6338         Autoload.  Add optional arg FRAME, and pass it to color-values.
6339         (color-complement): Caller changed.  Doc fix.
6340         (color-gradient): Rewrite for better clarity and efficiency.
6341
6342 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6343
6344         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6345         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6346         color-lab-to-srgb.
6347
6348 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6349
6350         * color.el: First part of merge from hexrgb.el.
6351         (color-rgb-to-hex): Rename from color-rgb->hex.
6352         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6353         saturation to zero if the value is too small.
6354         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6355         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6356         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6357         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6358         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6359         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6360         (color-cie-de2000): Doc fix.
6361
6362 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6363
6364         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6365         given method as in the group name if we're using an extended method.
6366         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6367         command, if we're using that, instead of waiting for the beginning.
6368
6369         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6370         we're sure to get unique server names, and we don't output two async
6371         commands in the same buffer.  This fixes an NNTP hang for some users.
6372
6373 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6374
6375         * gnus.el: No Gnus v0.11 is released.
6376
6377 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6378
6379         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6380         summary buffer before reading going to the next buffer.  This avoids
6381         putting the point in the group buffer if you `C-g' the command.
6382
6383         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6384         cache (for now) to make ~/.authinfo.gpg files usable.
6385
6386         * nnfolder.el (copyright-update): Define for the compiler.
6387
6388         * auth-source.el (auth-source-search): Fix unbound variable.
6389
6390 2011-02-19  Glenn Morris  <rgm@gnu.org>
6391
6392         * gnus.el (gnus-meta): Doc fix.
6393
6394 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6395
6396         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6397         in case it's not yet loaded.
6398
6399 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6400
6401         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6402         line we're waiting for.
6403
6404 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6405
6406         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6407         face with line-width greater than zero will cause RET in gnus summary
6408         buffer to scroll down article page-wise because auto vscroll happens,
6409         it should be temporally disabled when doing a scroll-up.
6410
6411 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6412
6413         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6414         outputs from the server.
6415
6416 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6417
6418         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6419         later so that bbdb can hook in easier.
6420
6421 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6422
6423         * auth-source.el (auth-source-search): Don't try to create credentials
6424         if the caller doesn't want that.
6425         (auth-source-search): If we don't find a match, don't bug out on
6426         non-bound variables.
6427         (auth-source-search): Only ask a single backend to create the
6428         credentials.
6429
6430         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6431         logging.
6432         (nnimap-credentials): Protect against auth-source-search returning nil.
6433         (nnimap-request-list): Protect against not being able to open the
6434         server.
6435
6436 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6437
6438         * auth-source.el (auth-source-search): Do a two-phase search, one with
6439         no :create to get the responses from all backends.
6440
6441         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6442         when getting credentials.
6443
6444         * gnus-util.el (gnus-delete-duplicates): New function.
6445
6446 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6447
6448         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6449         a creation default, pass the whole port list down.  It will be
6450         completed.
6451
6452         * auth-source.el (auth-source-search): Updated docs to talk about
6453         multiple creation choices.
6454         (auth-source-netrc-create): Accept a list as a value (from the search
6455         parameters) and do completion on that list.  Keep a separate netrc line
6456         with the password obscured for showing the user.
6457
6458         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6459         first choice to `auth-source-search' so it will be used for entry
6460         creation instead of the server's Gnus-specific name.
6461         (nnimap-credentials): Rely on the auth-source library to select which
6462         port is actually wanted in the new netrc entry, so don't override
6463         `auth-source-creation-defaults'.
6464
6465         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6466         :protocol and accept a missing user, host, or port as a wildcard match.
6467         (auth-source-debug): Default to off.
6468
6469         (auth-source-netrc-search, auth-source-netrc-create)
6470         (auth-source-secrets-search, auth-source-secrets-create)
6471         (auth-source-user-or-password, auth-source-backend, auth-sources)
6472         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6473         instead of :protocol.
6474
6475         * nnimap.el (nnimap-credentials): Pass a port default to
6476         `auth-source-search' in case an entry needs to be created.
6477         (nnimap-open-connection-1): Use :port instead of :protocol.
6478
6479 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * auth-source.el: Bind load-path when loading EIEIO from
6482         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6483         21.4 doesn't support, to `require'.
6484         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6485         delete-dups that is not available in XEmacs 21.4.
6486
6487 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6488
6489         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6490         as EIEIO must also be loaded when auth-source.el is being
6491         byte-compiled.
6492
6493 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6496
6497         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6498
6499         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6500
6501         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6502
6503         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6504
6505         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6506
6507         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6508
6509         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6510         necessary.
6511
6512 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6513
6514         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6515         nil means that nnimap doesn't get updated.
6516
6517 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6520         result when the user doesn't want to write to the file.
6521         (auth-source-netrc-search): Expect a synthetic result and proceed
6522         accordingly.
6523         (auth-source-cache-expiry): New variable to override
6524         `password-cache-expiry'.
6525         (auth-source-remember): Use it.
6526
6527         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6528         parameter.  Create entry if necessary by using :create t.
6529         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6530
6531 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6532
6533         * auth-source.el (auth-source-debug): Enable by default and don't
6534         mention the obsolete `auth-source-hide-passwords'.
6535         (auth-source-do-warn): New function to debug unconditionally.
6536         (auth-source-do-debug): Use it.
6537         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6538         and for Secrets API entries when the secrets.el library is not
6539         available.
6540
6541 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6542
6543         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6544         (gnus-summary-exit): Kill the correct article buffer on exit from a
6545         `C-d' group.
6546
6547         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6548         gnus-propagate-marks.
6549
6550         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6551         before killing the buffers so that a non-full window conf gets handled
6552         correctly.
6553         (gnus-summary-exit): Ditto.
6554         (gnus-summary-read-group-1): Ditto.
6555
6556         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6557         async code again so that we can debug it properly.
6558
6559         * message.el (message-reply): Take an optional switch-buffer parameter
6560         so that Gnus window confs are respected better.
6561
6562 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6565         `plist-get' to accept non-list parameters (XEmacs issue).
6566         Fix docstring.
6567         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6568         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6569         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6570         Login collection is "Login" and not "login".
6571
6572 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6573
6574         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6575         multiple headers.
6576
6577         * nnimap.el (nnimap-inhibit-logging): New variable.
6578         (nnimap-log-command): Don't log login commands.
6579
6580         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6581         to have more parameters.
6582
6583         * nnimap.el (nnimap-send-command): Mark the command time for each
6584         command, so that we don't get NOOPs stepping on our toes.
6585
6586         * gnus-art.el (article-date-ut): Get the date from the Date header on
6587         `t'.
6588
6589 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * auth-source.el (auth-source-search): Use copy-sequence instead of
6592         the cl.el copy-list.
6593
6594 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * imap.el: Bring it back (revert
6597         84d800cd31de3064f0ed39617d725709a2f8f42f).
6598
6599 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6600
6601         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6602         Improve prompt.
6603
6604 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6605
6606         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6607         washing status from the default format.  It isn't very informative.
6608
6609 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6610
6611         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6612         Fix Gcc processing on imap.
6613
6614 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * imap.el: Remove file.  All the functionality is in nnimap.el.
6617
6618 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6619
6620         * message.el (message-bury): Don't pop up a new window when selected
6621         window is dedicated.
6622
6623 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6624
6625         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6626
6627 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * sieve-manage.el: Autoload `auth-source-search'.
6630         (sieve-sasl-auth): Use it.
6631
6632 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6633
6634         * nnimap.el: Autoload `auth-source-forget+'.
6635         (nnimap-open-connection-1): Use it if the connection fails.
6636
6637         * auth-source.el: Require `password-cache'.
6638         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6639         obsolete.
6640         (auth-source-magic): Marker for `password-cache' keys.
6641         (auth-source-do-cache): Update docstring.
6642         (auth-source-search): Use and check cache.
6643         (auth-source-forget-all-cached, auth-source-remember)
6644         (auth-source-recall, auth-source-forget, auth-source-forget+)
6645         (auth-source-specmatchp): Caching support functions.
6646         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6647         Remove and obsolete.
6648         (auth-source-user-or-password): Remove caching to further discourage
6649         using it.  Always hide passwords.
6650
6651         * password-cache.el (password-cache-remove): Accept secrets that are
6652         not strings.
6653
6654 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6655
6656         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6657         code for now, since it doesn't work for all users.
6658
6659 2011-02-09  Julien Danjou  <julien@danjou.info>
6660
6661         * message.el (message-options): Make message-options really buffer
6662         local.
6663
6664 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * mail-source.el: Autoload `auth-source-search'.
6667         (mail-source-keyword-map): Note order matters.
6668         (mail-source-set-1): Get all the mail-source source values and
6669         defaults and search auth-source on those if needed.  This can all
6670         probably be simplified.
6671
6672         * nnimap.el: Autoload `auth-source-search'.
6673         (nnimap-credentials): Use it.
6674         (nnimap-open-connection-1): Ask for the virtual server and physical
6675         address in one shot.
6676
6677         * nntp.el: Autoload `auth-source-search'.
6678         (nntp-send-authinfo): Use it.  Note TODO.
6679
6680 2011-02-08  Julien Danjou  <julien@danjou.info>
6681
6682         * shr.el (shr-tag-body): Add support for text attribute in body
6683         markups.
6684
6685         * message.el (message-options): Make message-options a local variable.
6686
6687 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6688
6689         * auth-source.el (auth-source-secrets-search)
6690         (auth-source-user-or-password): Use `append' instead of `nconc'.
6691         (auth-source-user-or-password): Build return list better and protect
6692         against nil :secret.
6693
6694 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6695
6696         * nnimap.el (nnimap-update-info): Refactor slightly.
6697         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6698         (nnimap-update-info): Clean up slightly.
6699         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6700         characters.
6701         (nnimap-process-quirk): Rename function to avoid collision.
6702         (nnimap-update-info): Fix macrology bug-out.
6703         (nnimap-update-info): Simplify split history test.
6704
6705 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6706
6707         * auth-source.el (top): Require 'eieio unconditionally.
6708         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6709         (auth-source-secrets-search): Limit search when `max' is greater than
6710         number of results.
6711
6712 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6713
6714         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6715         part not returning any data.
6716
6717         * proto-stream.el (open-protocol-stream): Document the return value.
6718
6719 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6720
6721         * auth-source.el (auth-source-secrets-search): Add examples.
6722
6723 2011-02-06  Julien Danjou  <julien@danjou.info>
6724
6725         * message.el (message-setup-1): Handle message-generate-headers-first
6726         set to t.
6727
6728 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6729
6730         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6731         API with a string "secrets:collection-name" and with 'default.
6732         (auth-source-backend-parse): Parse "secrets:collection-name" and
6733         'default.  Recurse on parses instead of repeating code.  Use the
6734         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6735         message when ignoring a source.
6736         (auth-source-search): List ignored search keys at the top level.
6737         (auth-source-netrc-create): Use `case' instead of `cond'.
6738         (auth-source-secrets-search): Created with TODOs.
6739         (auth-source-secrets-create): Created with TODOs.
6740         (auth-source-retrieve, auth-source-create, auth-source-delete)
6741         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6742         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6743         (auth-source-user-or-password-sftp)
6744         (auth-source-user-or-password-smtp): Remove.
6745         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6746         around `auth-source-search'.  Not tested thoroughly.
6747
6748 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6749
6750         * auth-source.el: Bring in assoc and eioeio libraries.
6751         (secrets-enabled): New variable to track the status of the Secrets API.
6752         (auth-source-backend): New EIOEIO class to represent a backend.
6753         (auth-source-creation-defaults): New variable to set prompt defaults
6754         during token creation (see the `auth-source-search' docstring for
6755         details).
6756         (auth-sources): Simplify to allow a simple string as a netrc backend
6757         spec.
6758         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6759         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6760         (auth-source-search): Main auth-source API entry point.
6761         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6762         (auth-source-search-collection): Helper function for searching.
6763         (auth-source-netrc-parse, auth-source-netrc-normalize)
6764         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6765         Supports search, create, and delete.
6766         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6767         backend stubs.
6768         (auth-source-user-or-password): Call `auth-source-search' but it's not
6769         ready yet.
6770
6771 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6772
6773         * message.el (message-setup-1): Remove the read-only stuff, since it
6774         doesn't work under XEmacs, for some reason.
6775
6776         * gnus-sum.el (gnus-user-date): Rename back from
6777         gnus-summary-user-date since user code refers to it.
6778
6779         * shr.el (shr-render-td): Store the actual background color used.
6780
6781         * message.el (message-setup-1): Don't bind the constant
6782         -forbidden-properties.
6783         (message-setup-1): Revert previous change, since it needs to bind the
6784         props to insert them.
6785         (message-resend): Allow removing the read-only separator line.
6786
6787 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6788
6789         * nnimap.el (nnimap-request-accept-article): Give an error message if
6790         the APPEND wasn't successful.
6791
6792 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6793
6794         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6795         that have no groups.
6796
6797 2011-02-03  Julien Danjou  <julien@danjou.info>
6798
6799         * gnus-draft.el: Remove progn around gnus-draft-setup.
6800
6801 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6802
6803         * gnus-start.el (gnus-read-active-for-groups): This function is never
6804         called with a nil `infos', so clean that up.
6805         (gnus-get-unread-articles): Request active files from primary/secondary
6806         methods that have no groups (yet).
6807
6808 2011-02-03  Julien Danjou  <julien@danjou.info>
6809
6810         * message.el (message-setup-1): Always generate References first.
6811         (message-mail): Return the return value of message-setup, not always t.
6812         (message-setup-1): Insert mail-header-separator with read-only and
6813         intangible properties set.
6814
6815         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6816         user-date in docstring.
6817
6818         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6819
6820         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6821         docstring.
6822
6823         * gnus.el (gnus-user-date-format-alist): Change default value.
6824         Use defcustom, with type and group.  Move from gnus-util.el.
6825         Rename to gnus-summary-user-date-format-alist.
6826
6827 2011-02-03  Glenn Morris  <rgm@gnu.org>
6828
6829         * nnimap.el (gnus-fetch-headers): Declare.
6830
6831         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6832
6833 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6834
6835         * message.el (message-forward-make-body-digest-plain)
6836         (message-followup, message-reply): Clean up things noted by Stefan.
6837
6838         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6839         gnus-article-update-date-headers is nil.
6840         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6841         it didn't really work with defcustom.
6842         (article-update-date-lapsed): Make sure the window start doesn't move,
6843         either.
6844
6845 2011-02-01  Julien Danjou  <julien@danjou.info>
6846
6847         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6848         format.
6849
6850         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6851         standard in Emacs nowadays.
6852
6853         * color.el (color-gradient): Add a color-gradient function.
6854
6855 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6856
6857         * message.el (message-expand-name): Don't trust the return value of
6858         bbdb-complete-name.
6859         (message-check-news-header-syntax): Remove unused var `start'.
6860         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6861         (message-inhibit-body-encoding): Move to before first use.
6862         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6863         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6864         (Organization, Message-ID, Date, mh-previous-window-config):
6865         Defvar the vars using dynamic scoping.
6866
6867 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6868
6869         * shr.el (shr-render-td): Only do colors at the final rendering.
6870         Should be slightly faster.
6871         (shr-insert-table): Fix up TD background colors when doing the
6872         vertical padding.
6873
6874         * gnus-art.el (article-date-ut): Protect against articles with no Date
6875         header.
6876         (article-update-date-lapsed): Don't use current-column to find the
6877         horizontal position.  It's fragile in the presence of \003 characters.
6878
6879         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6880
6881 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus-art.el (article-transform-date): Rewrite to still work when
6884         there are several rfc2822 parts.
6885         (article-transform-date): Fix infinite recursion.
6886         (article-date-ut): Replace infinitely many Date headers with a single
6887         one when called interactively.
6888
6889         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6890         secure manner.
6891
6892         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6893         move around by not using save-window-excursion.  It seems to work...
6894
6895 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (article-make-date-line): Work for user-defined format.
6898
6899 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6900
6901         * nntp.el (nntp-retrieve-group-data-early)
6902         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6903         fetching functions.
6904
6905         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6906         thoroughly for all backends that have no known groups.  This should
6907         allow new nnml methods to retrieve mail.
6908
6909         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6910         that Gnus doesn't know exists again.
6911
6912         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6913         (gnus-treat-date-ut): Ditto.
6914         (gnus-article-update-date-header): Rename.
6915         (gnus-treat-date-local): Remove.
6916         (gnus-treat-date-english): Remove.
6917         (gnus-treat-date-lapsed): Remove.
6918         (gnus-treat-date-combined-lapsed): Remove.
6919         (gnus-treat-date-original): Remove.
6920         (gnus-treat-date-iso8601): Remove.
6921         (gnus-treat-date-user-defined): Remove.
6922         (gnus-article-date-headers): New variable to control all the date
6923         header options.
6924         (article-date-ut): Rewrite to allow using the new way to format date
6925         headers(s).
6926
6927 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6928
6929         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6930         method.
6931         (nnmail-article-group): A better test for fanciness.
6932
6933         * nnimap.el (nnimap-request-head): Protect against not finding the
6934         article by Message-ID.
6935
6936 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6937
6938         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6939         keep point at the "same place".
6940
6941 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6944         data if the group is inactive.
6945
6946 2011-01-28  Julien Danjou  <julien@danjou.info>
6947
6948         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6949         (gnus-all-windows-visible-p): Remove old compatibility code.
6950         (gnus-window-top-edge): Add docstring.
6951
6952         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6953
6954 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6955
6956         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6957         older request-update-info.
6958
6959         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6960
6961 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6962
6963         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6964         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6965
6966 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6969         groups.  This makes the nndraft:queue group pop up if it's not already
6970         there.
6971
6972         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6973         messages" logic, which was reversed.
6974
6975         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6976         the "same place" even if point is on the line being replaced.
6977         (article-update-date-lapsed): Allow updating both the combined lapsed
6978         and the lapsed headers.
6979         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6980         (article-make-date-line): Limit the number of segments dynamically to
6981         avoid too-long lines.
6982
6983 2011-01-27  Julien Danjou  <julien@danjou.info>
6984
6985         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6986         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6987
6988 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6991         Use plist-get instead of the cl function getf.
6992
6993 2011-01-27  Glenn Morris  <rgm@gnu.org>
6994
6995         * gnus-util.el (float-time): Get rid of compiler warning, again.
6996
6997 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6998
6999         * shr.el (shr-put-color): Special-case background colors: Do put them
7000         at the blank parts at the front of the lines.
7001
7002         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7003         exit hook to nix out all data on readedness on group exit.
7004
7005         * gnus-util.el (float-time): If float-time is bound, always use it on
7006         all Emacsen.  It's unclear why the subrp check was there.
7007         (time-date): Require to make some autoload issues on XEmacs go away.
7008
7009         * shr.el (shr-put-color): Don't do the box padding in tables, since
7010         they're already padded.
7011
7012 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7013
7014         * gnus-art.el (gnus-article-next-page): When the last line of the
7015         article is displayed, scroll down once more instead of going to the
7016         next article at once.
7017         (article-lapsed-string): Refactor out and allow specifying how many
7018         segments you want.
7019         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7020         (gnus-article-update-lapsed-header): New variable.
7021
7022         * shr.el: Revert change that made headings use different-sized faces.
7023         The Emacs display engine isn't advanced enough that, for instance,
7024         tables can comfortably use differently-sized faces.
7025
7026 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7027
7028         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7029         used.
7030         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7031         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7032         we're using an encrypted connection.
7033
7034         * proto-stream.el: Alter the interface functions to also return the
7035         actual stream type used: network or tls.
7036
7037 2011-01-25  Julien Danjou  <julien@danjou.info>
7038
7039         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7040         (mm-display-javascript-inline): New function.
7041
7042         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7043         viewing function.
7044
7045 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * shr.el (shr-expand-newlines): Fix variable name.
7048
7049 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7050
7051         * shr.el (shr-expand-newlines): Make nested boxes work.
7052
7053 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7054
7055         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7056         backgrounds.
7057         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7058         in a more sensible manner.
7059
7060 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7061
7062         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7063         if EPG is loaded.
7064
7065 2011-01-24  Julien Danjou  <julien@danjou.info>
7066
7067         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7068         tags.
7069
7070 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7071
7072         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7073         commands.
7074
7075         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7076         in the article buffer.
7077         (gnus-gravatar-insert): Use blank space from the current buffer to
7078         avoid breaking text properties.  This makes X-Sent updating work again.
7079
7080         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7081
7082 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7083
7084         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7085         fix the bug in url-http.el instead.
7086
7087         * shr.el (shr-image-fetched): Ditto.
7088
7089         * shr.el (shr-image-fetched): Avoid having point move in the article
7090         buffer.
7091
7092         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7093         buffer after being called.  It's apparently being killed by url.el, and
7094         killing it made point move to end-of-buffer in a random buffer.
7095
7096         * shr.el (shr-image-fetched): Ditto.
7097
7098 2011-01-23  Julien Danjou  <julien@danjou.info>
7099
7100         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7101
7102         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7103         text/x-org.
7104
7105 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7106
7107         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7108         (i.e., nnimap) returning nil as the article number.
7109
7110 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7111
7112         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7113         "DelSp" parameter in RFC3676.
7114
7115 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7116
7117         * message.el (message-check-recipients): Display the encoded version of
7118         the bogus address if they differ.
7119
7120         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7121         after sending.
7122
7123         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7124
7125         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7126
7127         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7128         group buffer after sending the queue.
7129
7130         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7131
7132 2011-01-22  Julien Danjou  <julien@danjou.info>
7133
7134         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7135
7136 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7137
7138         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7139         nested related parts.
7140
7141         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7142         unexpired articles.  This fixes the regression that led expiry marks to
7143         disappear from nnfolder groups.
7144
7145 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7146
7147         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7148         Don't confuse the "ret" of "retrograde" with RET.
7149
7150 2011-01-21  Julien Danjou  <julien@danjou.info>
7151
7152         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7153         than mm-insert-inline.
7154
7155 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7158         Widen article buffer.
7159
7160 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7161
7162         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7163         the temp buffer.
7164         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7165
7166 2011-01-20  Julien Danjou  <julien@danjou.info>
7167
7168         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7169
7170         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7171         than mm-insert-inline to insert inline part: this respect
7172         mm-inline-media-tests displayers.
7173
7174         * mm-view.el (mm-display-shell-script-inline): New function.
7175
7176         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7177
7178         * mm-uu.el (mm-uu-type-alist): Add org block.
7179         (mm-uu-org-src-code-block-extract): New function.
7180
7181         * mm-view.el (mm-display-org-inline): New function.
7182
7183         * mm-decode.el (mm-automatic-display): Add text/org.
7184
7185         * mailcap.el (mailcap-mime-extensions): Add .org.
7186
7187 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7190         gnus-article-add-buttons.
7191
7192 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7193
7194         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7195         From header with a date and "nobody" as the sender.
7196
7197 2011-01-19  Julien Danjou  <julien@danjou.info>
7198
7199         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7200         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7201         if you have the same regexp several times.
7202         (gnus-button-push): Fix matching when regexp is symbol.
7203
7204 2011-01-15  Glenn Morris  <rgm@gnu.org>
7205
7206         * message.el (message-mail): A compose-mail function should
7207         accept headers as strings.
7208
7209 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7210
7211         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7212         Add :vert-only tags.
7213         (message-mail): New arg RETURN-ACTION.
7214         (message-return-action): New var.
7215         (message-bury): Use it.
7216         (message-mode): Make it buffer-local.
7217         (message-send-and-exit): Always call message-bury.
7218
7219         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7220         message-mail.
7221
7222 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * nnimap.el (nnimap-convert-partial-article): Protect against
7225         zero-length body parts.
7226
7227         * mm-decode.el (mm-preferred-alternative-precedence):
7228         Discourage showing empty parts.
7229
7230         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7231         and stuff if the backend didn't return the article number.  This fixes
7232         an Exchange-related nnimap bug.
7233
7234         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7235         group window, because it does the wrong thing when a separate frame
7236         displays the group buffer.
7237
7238         * proto-stream.el (open-protocol-stream): Protect against the low-level
7239         transport functions returning nil.
7240
7241 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7242
7243         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7244         (mml2015-epg-find-usable-secret-key): New function.
7245         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7246         mml2015-epg-find-usable-key (Bug#7797).
7247         (mml2015-epg-encrypt): Ditto.
7248
7249 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * dgnushack.el (rot13-string): Fix the way to get the argument.
7252
7253 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7256
7257 2011-01-03  Glenn Morris  <rgm@gnu.org>
7258
7259         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7260
7261         * sieve.el (sieve-open-server): Give a more explicit error if
7262         sieve-manage-open returns nil.  (Bug#7720)
7263
7264 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7265
7266         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7267
7268 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7271         This avoids sending passwords in plain text over non-encrypted
7272         channels.
7273
7274         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7275
7276         * nnimap.el (nnimap-login): Refactored out into own function, and
7277         implement CRAM-MD5.
7278         (nnimap-wait-for-line): Refactored out.
7279
7280         * mm-view.el (mml-smime): Require.
7281
7282 2010-12-20  David Engster  <deng@eml.cc>
7283
7284         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7285         use EPG to decrypt S/MIME messages instead of openssl.
7286
7287 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7290
7291         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7292         status is the group clearly is unreachable.
7293
7294         * auth-source.el (auth-source-create): Add the optional second
7295         parameter to `local-variable-p' to be compatible with XEmacs.
7296
7297 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7298
7299         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7300         work when using a compressed nnml folder.
7301
7302 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7303
7304         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7305         backends after sanitising on entry, because this never makes sense:
7306         If the articles have gone missing, then the data no longer exists on
7307         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7308         overwrite anything anyway.
7309
7310         * shr.el (shr-insert-document): Bind shr-width dynamically to
7311         window-width if it's nil.
7312
7313 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7314
7315         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7316         with the meaning of using the full emacs window width for rendering.
7317
7318 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7319
7320         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7321         case when sender is not given.
7322
7323 2010-12-23  Julien Danjou  <julien@danjou.info>
7324
7325         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7326         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7327         the addresses, otherwise we might misplaced the gravatar.
7328
7329 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7330
7331         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7332         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7333         obsolete in Emacs.
7334
7335 2010-12-20  Julien Danjou  <julien@danjou.info>
7336
7337         * gnus-util.el (gnus-rescale-image): Revert last change.
7338
7339 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7340
7341         * binhex.el: Improve commentary (Bug#7482).
7342
7343 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * gnus-group.el (gnus-group-delete-articles): New command.
7346
7347 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7348
7349         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7350
7351 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7354         here, since it's up to the backends to do CRLF removal if their
7355         protocol has it.
7356
7357         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7358
7359 2010-12-17  Julien Danjou  <julien@danjou.info>
7360
7361         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7362         they are from file.  Can also scale up.
7363
7364 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7365
7366         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7367         Restore gnus-use-agent.
7368         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7369
7370         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7371
7372 2010-12-17  Julien Danjou  <julien@danjou.info>
7373
7374         * gravatar.el (gravatar-retrieve-synchronously): New function.
7375         (gravatar-get-data): Make more robust.
7376
7377 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7380
7381 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7384         to really consider the last line.
7385
7386 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7387
7388         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7389         list of recipient keys, or use symmetric encryption if not a list.
7390         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7391         EPA override, replacing the call to `netrc-store-data'.
7392
7393 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7394
7395         * gnus-srvr.el: Avoid passing nil regexp argument to
7396         delete-matching-lines.
7397
7398 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7401         fetching stops when Gnus exits.
7402
7403         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7404         function.
7405         (nnfolder-request-expire-articles): Save all the buffers after doing
7406         expiry.
7407
7408         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7409         the last article", since that led to serious performance regressions
7410         when expiring nnml groups.
7411
7412 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7413
7414         * nnir.el: Improve customizations.
7415
7416 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7419
7420         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7421         group has been killed.
7422         (gnus-group-yank-group): Ditto.
7423
7424         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7425
7426         * nnimap.el (nnimap-request-update-group-status): New function.
7427
7428         * gnus-int.el (gnus-request-update-group-status): New interface
7429         function.
7430
7431         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7432         copying read-ness to the backends.
7433
7434         * nnimap.el (nnimap-quirk): New function.
7435         (nnimap-retrieve-group-data-early): Use it.
7436         (nnimap-quirks): New alist.
7437
7438 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7441         don't delete it within indentation.
7442
7443 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444
7445         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7446         previous line.
7447
7448 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7451         QRESYNC command by deleting a superfluous space which broke Cyrus
7452         servers.  This change will break other servers that are buggy the other
7453         way around.
7454
7455 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * spam.el: Reindent and fix long lines.
7458         (spam-copy-or-move-routine): Exclude invalid move destinations.
7459
7460 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7461
7462         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7463         installed the registry.
7464
7465 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7468
7469 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7470
7471         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7472         groupname doesn't contain "gmane".
7473
7474 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7475
7476         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7477         and netrc-bound-and-true-p bindings.
7478         (netrc-parse): Cache the netrc contents.
7479
7480         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7481         (gnus-1): Don't create the nndrafts group twice.
7482         (gnus-setup-news): There's no need to read the active file here, since
7483         that's done again later on a per-backend basis.
7484         (gnus-start-draft-setup): Make sure that the new group is started out
7485         empty.
7486
7487         * gnus-agent.el (gnus-agentize): Don't create the queue group
7488         automatically on startup.  It'll be created later, if needed.
7489
7490         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7491         of automatically subscribed groups.
7492         (gnus-auto-subscribed-categories): New variable.
7493         (gnus-matches-options-n): Use it.
7494         (gnus-default-subscribed-newsgroups): Remove unused variable.
7495         (gnus-start-draft-setup): Message a bit less.
7496
7497 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7498
7499         * nnir.el (nnir-run-imap): Return article list in order of increasing
7500         UID.
7501
7502 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus-sum.el (gnus-summary-enter-digest-group):
7505         Mention gnus-auto-select-on-ephemeral-exit.
7506
7507         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7508         convention of the network-only option.
7509
7510 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * proto-stream.el (proto-stream-open-network-only): New function to
7513         have a way to specify non-STARTTLS upgrade connections.
7514
7515 2010-12-10  Julien Danjou  <julien@danjou.info>
7516
7517         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7518         email address is nil.
7519
7520         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7521
7522 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7523
7524         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7525         deletion.
7526         (nnir-run-imap): Only need to parse list once.
7527
7528 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529
7530         * shr.el (shr-tag-script): Ignore <script>.
7531         (shr-tag-label): Add <label> support.
7532
7533 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7536
7537         * shr.el (shr-image-displayer): Work for images lined side by side.
7538
7539 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7540
7541         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7542         parameter, since XEmacs doesn't accept t as a parameter.
7543
7544 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7545
7546         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7547         ids.
7548         (nnir-run-gmane): Simplify groupspec formatting.
7549         (nnir-request-expire-articles): New function.
7550
7551 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7554         overflow, possibly.
7555
7556         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7557         (shr-render-td): Handle td style="" better.
7558         (shr-tag-table): Use the color from the style sheet.
7559         (shr-render-td): Make sure we copy over all the overlays, too.
7560
7561 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7562
7563         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7564         (nnir-request-article): Improve article retrieval.
7565
7566 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mm-util.el (mm-extra-numeric-entities): New variable.
7569
7570         * mm-url.el (mm-url-decode-entities):
7571         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7572
7573         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7574
7575 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7576
7577         * message.el: Use completion-at-point.
7578         (message-completion-function): New fun, extracted from message-tab.
7579         (message-mode): Use it for completion-at-point-functions.
7580         (message-tab): Use it and completion-at-point.
7581
7582 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7585         character if a non-breakable character follows.
7586
7587 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7590         any stream.
7591
7592         * shr.el (shr-tag-font): Colorize the region.
7593         (shr-tag-body): Ditto.
7594         (shr-tag-font): Actually let the styles be inherited instead of
7595         overwriting them.
7596         (shr-tag-font): Get the background color right.
7597         (shr-tag-style): Ignore all <style> tags for the moment.
7598
7599         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7600         a Message-ID to avoid having nnimap depend on gnus-sum.
7601
7602         * shr.el (shr-descend): Only colorize something if we have a node that
7603         sets colors.
7604
7605 2010-12-06  Julien Danjou  <julien@danjou.info>
7606
7607         * shr.el (shr-render-td): Render td content with shr-descend, so style
7608         will be applied to <td> too.
7609         (shr-colorize-region): Colorize region even if we only have a background.
7610         (shr-tag-body): Fix color and background color inheritance.
7611         Do not recolorize after shr-generic.
7612         (shr-tag-font): Let shr-generic colorize via inheritance.
7613
7614 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7617
7618 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7619
7620         * nnir.el (nnir-request-move-article): Remove obsolete code.
7621
7622 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7625
7626 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * gnus-sum.el (gnus-summary-respool-article): The completion function
7629         expects a list instead of an alist.
7630
7631         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7632         string as the parameter.
7633
7634         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7635
7636         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7637         styles.
7638         (shr-colorize-region): New function.
7639         (shr-insert-background-overlay): Remove.
7640         (shr-render-td): Background setting should be taken care of on a higher
7641         level.
7642         (shr-tag-body): Use post-hoc colorizations.
7643         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7644         (shr-put-color-1): Don't overwrite old colors.
7645         (shr-colorize-region): When the background color isn't explicit, use
7646         a fixed background.
7647
7648         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7649         nnmail variables.
7650
7651 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7652
7653         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7654         unless necessary.
7655
7656 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7657
7658         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7659         server.
7660
7661 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7664         so that TAB works.
7665
7666         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7667         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7668
7669         * shr.el (shr-urlify): Show the URL before the title to avoid
7670         misleading URLs.
7671
7672 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7673
7674         * shr.el (shr-urlify): Display the title in <a> tags.
7675
7676 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7677
7678         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7679
7680 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7681
7682         * nnir.el: Rearrange code to allow macros to be autoloaded by
7683         gnus-sum.el.
7684         (nnir-retrieve-headers-override-function): Make this variable
7685         customizable.
7686         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7687
7688         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7689         from nnir.el.
7690
7691 2010-12-03  Julien Danjou  <julien@danjou.info>
7692
7693         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7694
7695 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7698         allow optional argument `environment'.
7699
7700 2010-12-03  Glenn Morris  <rgm@gnu.org>
7701
7702         * mm-extern.el (message-goto-body): Update declaration.
7703
7704 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-util.el (gnus-macroexpand-all): New function.
7707
7708         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7709         instead of macroexpand-all that is unavailable in XEmacs.
7710
7711 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7712
7713         * nnir.el (nnir-summary-line-format): New variable.
7714         (nnir-mode): Use it.
7715         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7716         (nnir-article-ids): Reimplement as defsubst.
7717         (nnir-retrieve-headers): Don't mangle the subject header.
7718         (nnir-run-imap): Use 100 as RSV score.
7719         (nnir-run-find-grep): Fix for full server searching.
7720         (nnir-run-gmane): Better restriction to gmane groups.
7721
7722         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7723         summary buffers.
7724
7725 2010-12-02  Julien Danjou  <julien@danjou.info>
7726
7727         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7728
7729         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7730
7731         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7732         support.
7733
7734 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7735
7736         * nnir.el: Update to handle the registry better.
7737         (autoload): Silence byte-compiler.
7738         (nnir-open-server): Add a hook for nnir groups.
7739         (nnir-request-move-article): Don't mangle the header.  Better to use
7740         formatting variables (which will be added in the future).
7741         (nnir-registry-action): Update the registry using the original article
7742         group name.
7743         (nnir-mode): Install nnir-specific hooks for updating the registry.
7744
7745         * gnus-sum.el
7746         (gnus-article-original-subject, gnus-newsgroup-original-name):
7747         Remove obsolete variables.
7748         (gnus-summary-move-article): Remove use of obsolete variables.
7749         (gnus-summary-local-variables): Make move and delete hooks local to
7750         summary buffers.
7751
7752 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * rtree.el: New file.
7755
7756 2010-12-01  Julien Danjou  <julien@danjou.info>
7757
7758         * message.el (message-user-organization): Do not use
7759         gnus-local-organization.
7760
7761         * gnus.el: Remove gnus-local-organization.
7762
7763         * gnus-msg.el: Remove nastygram thing.
7764
7765 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7766
7767         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7768         funcall.
7769
7770 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7773         names.
7774
7775         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7776         characters.
7777
7778         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7779         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7780         Suggested by Štěpán Němec <stepnem@gmail.com>.
7781         (gnus-gravatar-transform-address): Use mail-extract-address-components
7782         that supports non-ASCII names rather than mail-header-parse-addresses.
7783
7784 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * proto-stream.el (open-protocol-stream): All starttls connections are
7787         handled by the network handler.
7788
7789 2010-11-30  Julien Danjou  <julien@danjou.info>
7790
7791         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7792         (nnimap-open-connection-1): Fix PREAUTH.
7793
7794         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7795
7796 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7799         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7800         (shr-insert): Use them.
7801         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7802
7803 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7804
7805         * nnir.el (nnir-request-move-article): Bail out if original group
7806         doesn't support article moves.
7807         (nnir-get-active): Improve active list retrieval.
7808
7809 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7812
7813 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7814
7815         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7816         seem to accept strings-with-numbers as port numbers.
7817
7818 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7819
7820         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7821         change the registry.
7822
7823 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7826         delete-dups that is not available in XEmacs 21.4.
7827
7828         * mm-util.el (mm-delete-duplicates): Add comment.
7829
7830 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7831
7832         * nnir.el (nnir-ignored-newsgroups): New variable.
7833         (nnir-get-active): Use it.
7834
7835 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * proto-stream.el (proto-stream-open-network): Add some comments.
7838
7839         * nntp.el (nntp-open-connection): Provide a :success condition.
7840
7841         * nnimap.el (nnimap-open-connection-1): Ditto.
7842
7843         * proto-stream.el (proto-stream-open-network): See what the response to
7844         the STARTTLS command is.
7845
7846         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7847         backwards compatibility).
7848         (nnimap-open-connection-1): Really respect nnimap-server-port.
7849
7850         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7851         TLS upgrades we don't really care about the identity of the peer.
7852         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7853         that what we've checked for.
7854         (proto-stream-always-use-starttls): Only default to t if
7855         open-gnutls-stream exists.
7856         (proto-stream-open-network): If STARTTLS failed, then just open a
7857         normal connection.
7858         (proto-stream-open-network): Wait until the greeting before doing
7859         STARTTLS.
7860
7861         * nntp.el (nntp-open-connection): Report what the connection error is.
7862
7863         * proto-stream.el (open-protocol-stream): Rename from
7864         open-proto-stream.
7865
7866 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * nnimap.el (nnimap-stream): Change default to `undecided'.
7869         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7870         first, and then network.
7871         (nnimap-open-connection-1): Respect nnimap-server-port.
7872         (nnimap-open-connection): Be more backwards-compatible.
7873
7874         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7875         (proto-stream-open-starttls): De-duplicate the starttls code.
7876         (proto-stream-open-starttls): Folded back into the main function.
7877         (proto-stream-open-network): Fix typo in the gnutls path.
7878         (proto-stream-command): Refactor out.
7879
7880         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7881
7882         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7883         starttls.el STARTTLS.
7884
7885         * color.el (color-lab->srgb): Fix function call name.
7886
7887         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7888         if we're using tls.el.
7889         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7890         built in, then don't try to establish a STARTTLS connection.
7891
7892         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7893         servers.
7894
7895         * proto-stream.el (open-proto-stream): Use network, not stream.
7896         (open-proto-stream): Add a way to specify what the end of a command is.
7897
7898         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7899         connections types.
7900         (nntp-open-network-stream): Remove.
7901         (nntp-open-ssl-stream): Remove.
7902         (nntp-open-tls-stream): Remove.
7903         (nntp-ssl-program): Remove.
7904
7905         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7906
7907 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7908
7909         * nnir.el: Fix typos.
7910         (nnir-retrieve-headers-override-function): Rename variable to reflect
7911         new semantics.
7912         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7913         macros.
7914         (nnir-request-article, nnir-request-move-article): Use them.
7915         (nnir-categorize): New function.
7916         (nnir-run-query): Use it.
7917         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7918         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7919         sorted.
7920         (nnir-group-full-name): Use gnus-group-full-name instead.
7921         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7922         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7923
7924 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7927
7928         * proto-stream.el: New library to provide protocol-specific
7929         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7930         protocols.
7931         (open-proto-stream): Complete the documentation.
7932         (proto-stream-open-network): Fix some typos.
7933
7934         * nnimap.el (nnimap-open-connection): Use it.
7935
7936 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7937
7938         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7939         negotiation.
7940
7941 2010-11-26  Julien Danjou  <julien@danjou.info>
7942
7943         * color.el: Rename various rgb functions to srgb.
7944
7945 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7948         names.
7949
7950 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * shr.el (shr-insert): Revert last change.
7953         (shr-find-fill-point): Never leave point being at bol;
7954         relax the kinsoku limitation when rendering tables.
7955
7956 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7959         results from -accept-article.
7960
7961         * shr-color.el: Require cl when compiling.
7962
7963         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7964         checkin.
7965
7966         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7967
7968         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7969
7970         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7971         'add and 'delete to set backend marks.
7972
7973         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7974
7975         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7976
7977         * nntp.el (nntp-request-set-mark): Use it.
7978
7979         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7980
7981         * nnml.el (nnml-request-set-mark): Ditto.
7982
7983         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7984         introduces regressions in article selection.
7985         (nnimap-find-uid-response): New function.
7986         (nnimap-request-accept-article): Use the UID returned, if any.
7987         (nnimap-request-move-article): Use the UID returned, if any.
7988         (nnimap-get-groups): Reimplement to work with folded lines.
7989         (nnimap-find-uid-response): The UID is the last element in the list.
7990         (nnimap-request-set-mark): Extend syntax with 'set.
7991
7992         * nnml.el (nnml-request-set-mark): Ditto.
7993
7994         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7995
7996         * nntp.el (nntp-request-set-mark): Ditto.
7997
7998 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * message.el (message-called-interactively-p): A temporary macro.
8001         (message-goto-body): Use it temporarily.
8002
8003 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8004
8005         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8006         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8007         (nnimap-last-response-string): Fix last unfolding fix.
8008
8009 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * shr.el (shr-insert): Fix the way to fold lines.
8012
8013 2010-11-25  Julien Danjou  <julien@danjou.info>
8014
8015         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8016
8017         * color.el: Rename from color-lab.el
8018         (color-rgb->hex): Add.
8019         (color-complement): Add.
8020         (color-complement-hex): Add.
8021
8022         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8023
8024 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * shr-color.el (shr-color-visible): Don't bug out if the color names
8027         don't exist.
8028
8029 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8032         assuming that article displaying or another mml-preview may be
8033         interrupted for an error or for the like.
8034
8035         * shr.el (shr-get-background): Fix argument name.
8036
8037 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8040
8041         * gnus-sum.el (gnus-summary-include-articles): New function.
8042
8043         * message.el (message-goto-body): called-interactively-p needs a
8044         parameter, so use `any'.
8045
8046         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8047         clear marks before moving, since they're synced from the Gnus side
8048         first.
8049
8050         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8051         (gnus-summary-move-article): Copy over all marks before moving, so that
8052         IMAP doesn't think a new article has arrived.
8053
8054 2010-11-24  Julien Danjou  <julien@danjou.info>
8055
8056         * shr.el (shr-insert-background-overlay): Fix typo.
8057         (shr-render-td): Copy the background before rendering.
8058
8059         * shr-color.el (shr-color-visible): Fix docstring.
8060
8061         * shr.el (shr-tag-table): Add bgcolor support.
8062         (shr-render-td): Add bgcolor support.
8063         (shr-get-background): Add.
8064         (shr-insert-foreground-overlay): Use shr-get-background.
8065
8066         * message.el (message-goto-body): Use called-interactively-p.
8067         (message-in-body-p): message-goto-body returns point.
8068
8069 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8072         Fixes something or other in Emacs 23, and is backwards compatible.
8073
8074         * message.el (message-goto-body): Remove the <#secure special-casing,
8075         which is too special.
8076
8077         * shr.el (shr-parse-style): Drop !important from styles.
8078
8079 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8080
8081         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8082         this function to return incorrect results when calling it with an
8083         explicit article argument different from
8084         (gnus-summary-article-number).
8085
8086 2010-11-24  Julien Danjou  <julien@danjou.info>
8087
8088         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8089         (shr-tag-body): Add background support.
8090         (shr-descend): Add background support.
8091         (shr-tag-title): Add.
8092
8093         * shr-color.el (shr-color-visible): Really return original background
8094         if fixed.
8095
8096 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * shr.el (shr-color-check): Protect against non-existent color names.
8099
8100 2010-11-24  Julien Danjou  <julien@danjou.info>
8101
8102         * color-lab.el: Require 'cl when compiling.
8103
8104         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8105
8106         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8107         matched part.
8108
8109         * color-lab.el: Fix all expt calls to use float type.
8110
8111 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8114         expression to shr-color-check as is.
8115
8116         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8117
8118         * color-lab.el: Add coding cookie.
8119         (float-pi): Use eval-and-compile.
8120
8121         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8122         compiled for Emacsen having no `libxml-parse-html-region' support.
8123
8124 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * shr.el (shr-insert-color-overlay): Split stuff like
8127         "#444444 !important" to find the real color.
8128         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8129         parse <font color="red"> entries.
8130
8131 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8132
8133         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8134         point when parsing headers.
8135
8136         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8137         is positioned properly when parsing headers.
8138
8139 2010-11-23  Julien Danjou  <julien@danjou.info>
8140
8141         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8142
8143         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8144
8145         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8146
8147         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8148         Use shr-color-hue-to-rgb.
8149         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8150
8151 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8152
8153         * shr.el (shr-color->hexadecimal): Autoload.
8154         (shr-descend): Add color to all tags.
8155
8156 2010-11-22  Julien Danjou  <julien@danjou.info>
8157
8158         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8159         shr-color->hexadecimal.
8160
8161         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8162         RGB() or HSL() color representation.
8163
8164         * shr.el (shr-tag-font): Add.
8165         (shr-tag-color-check): New function to get better colors.
8166         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8167         tag-span.
8168
8169         * shr-color.el: New file.
8170
8171         * color-lab.el: New file.
8172
8173         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8174
8175 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8176
8177         * nnir.el: Fix typo in comments.
8178         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8179         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8180
8181 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8184
8185         * nnimap.el (nnimap-get-capabilities): Refactor out.
8186         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8187
8188 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8189
8190         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8191         appearing when `mm-uu-hide-markers' is nil.
8192
8193 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * nnimap.el (nnimap-unselect-group): Make into its own function.
8196         (nnimap-request-rename-group): Unselect group before renaming.
8197         This had gotten lost somewhere.
8198         (nnimap-request-accept-article): Keep track of examined groups, and
8199         unselect the group before APPENDing to read-only groups.
8200         (nnimap-request-move-article): Clear flags before moving so that they
8201         can be re-set later.
8202
8203 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8206         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8207
8208 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * gnus-art.el (gnus-mime-display-single):
8211         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8212         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8213         parameter.
8214
8215 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8218         (shr-table-vertical-line): New variable.
8219         (shr-insert-table): Use it.
8220
8221 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * gnus-html.el (gnus-html-wash-images): Don't display images if
8224         gnus-inhibit-images is non-nil; register displayer for cid images.
8225         (gnus-html-display-image): Work for cid image.
8226         (gnus-html-insert-image): Allow arguments.
8227         (gnus-html-put-image): Inhibit read-only.
8228         (gnus-html-prefetch-images): Don't prefetch images if
8229         gnus-inhibit-images is non-nil.
8230
8231 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * shr.el (shr-put-image): Break lines when inserting big pictures.
8234
8235 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8236
8237         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8238         sender, thanks Katsumi Yamaoka.
8239
8240 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8241
8242         * nnir.el (nnir-run-imap): Reverse the article list for each group
8243         rather than the whole list.
8244
8245 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * shr.el (shr-image-displayer): Protect function against non-existent
8248         image source.
8249
8250         * gnus-art.el (gnus-inhibit-images): New user option.
8251         (gnus-mime-display-single): Don't display image if it is non-nil.
8252
8253         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8254         gnus-inhibit-images.
8255
8256         * shr.el (shr-image-displayer): New function.
8257         (shr-tag-img): Use it.
8258
8259 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8260
8261         * mml2015.el (mml2015-epg-sign): Use From header.
8262
8263 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8266
8267         * gnus-util.el (gnus-find-text-property-region): Return markers.
8268
8269         * shr.el (shr-tag-img): Put a displayer in the text property.
8270
8271         * gnus-util.el (gnus-find-text-property-region): New utility function.
8272
8273         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8274         (gnus-html-show-images): Remove.
8275
8276         * gnus-art.el (gnus-article-show-images): New, more general function.
8277
8278         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8279         image url text properties.
8280
8281         * shr.el: Ditto.
8282
8283         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8284         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8285
8286 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8289         work for two or more articles.
8290
8291 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8294         divide an image that's in an html article to two or more when washing
8295         non-ASCII characters in alt text of it.
8296
8297 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8300         smime-decrypt-region using function argument.
8301         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8302
8303         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8304
8305         * smime.el (smime-decrypt-region): Catch it.
8306
8307 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8308
8309         * smime.el (smime-mode-map): Move initialization into declaration.
8310         (gnus-run-mode-hooks): Don't autoload.
8311         (smime-mode): Use define-derived-mode.
8312
8313 2010-11-11  Glenn Morris  <rgm@gnu.org>
8314
8315         * smime.el (from): Restrict declaration to XEmacs.
8316
8317         * nnir.el (gnus-group-topic-name): Autoload.
8318
8319 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * shr.el (shr-insert): Don't break long line if it is because of
8322         kinsoku-bol characters in the line end.
8323
8324 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8325
8326         * nnir.el (nnir-request-move-article): Fix to provide original group
8327         and subject.
8328         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8329         been retrieved.
8330
8331         * gnus-sum.el (gnus-summary-move-article): Use original group and
8332         subject for virtual articles such as those in an nnir summary buffer.
8333
8334 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8337         least 21.5).
8338
8339         * smime.el (from): Declare it again for XEmacs.
8340
8341 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * message.el (message-resend): Don't disable encoding unless it's
8344         already encoded.
8345
8346         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8347         low-numbered articles.
8348
8349 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * rfc2047.el (rfc2047-syntax-table): Simplify.
8352
8353         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8354
8355         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8356         set-char-table-range for XEmacs.
8357
8358 2010-11-10  Glenn Morris  <rgm@gnu.org>
8359
8360         * time-date.el (time-to-seconds): Always an alias on Emacs,
8361         never a real function.
8362         (with-no-warnings): Remove compat stub, now unused.
8363         (time-less-p): Doc fix.
8364         (time-to-number-of-days): Simplify.
8365
8366         * smime.el (from): Remove unused declaration.
8367
8368         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8369         (gnus-float-time): On Emacs, always an alias.
8370
8371         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8372         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8373
8374 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * dgnushack.el: Don't use ignore-errors in the top level form since it
8377         is unavailable in XEmacs even if cl is loaded.
8378
8379         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8380
8381 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * shr.el (browse-url-mailto): Autoload.
8384
8385         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8386
8387         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8388         regexp doesn't need quoting.
8389
8390 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8391
8392         * message.el (message-subject-trailing-was-ask-regexp)
8393         (message-subject-trailing-was-regexp): Match was: in addition to was.
8394
8395 2010-11-09  Glenn Morris  <rgm@gnu.org>
8396
8397         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8398         (nnbabyl-check-mbox): Use point-at-bol.
8399
8400 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8403
8404         * message.el (message-mailto): New function.
8405         (message-mailto): Should accept other parameters.
8406         (message-mailto): Remove since it duplicates browse-url-mailto
8407         functionality.
8408
8409 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8412         methods.
8413         (gnus-read-active-file): Ditto.
8414
8415         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8416         ": " from the prompt.
8417         (gnus-group-make-group): Ditto.
8418
8419 2010-11-07  Glenn Morris  <rgm@gnu.org>
8420
8421         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8422         (gnus-bookmark-kill-line): Use point-at-eol.
8423
8424 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8427         asterisks in From header.
8428
8429 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8432         string to avoid making the From headers syntactically invalid.
8433
8434         * message.el (message-send-mail): Don't insert courtesy messages if the
8435         message already has List-Post and List-ID messages.
8436
8437 2010-11-06  Glenn Morris  <rgm@gnu.org>
8438
8439         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8440         `condition', `type', `length' a prefix.
8441         (gnus-treat-predicate): Update for above name changes.
8442
8443 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8444
8445         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8446         binding.  Handled by `gnus-summary-refer-thread' instead.
8447         (nnir-warp-to-article): New backend function.
8448
8449         * nnimap.el (nnimap-request-thread): Force dependency updating.
8450
8451         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8452         (gnus-summary-refer-thread): Rework to improve thread-referral.
8453
8454         * gnus-int.el (gnus-warp-to-article): New function.
8455
8456         * gnus-sum.el (gnus-summary-article-map): Bind it.
8457
8458 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8459
8460         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8461         gnus-summary-refer-thread.
8462
8463         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8464         headers.
8465         (gnus-summary-limit-include-thread): Prevent articles in thread from
8466         being cut in gnus-cut-threads.
8467         (gnus-summary-refer-thread): Limit retrieved headers to those in
8468         thread.
8469
8470 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8471
8472         * message.el (message-send-mail): Use the value of
8473         message-courtesy-message from the message buffer.
8474
8475         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8476
8477         * shr.el (shr-browse-url): Implement mailto: URLs.
8478
8479         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8480         "raw".
8481
8482         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8483         if it's already selected.
8484
8485         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8486
8487 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8490         to measure the length and truncate alt text.
8491
8492 2010-11-03  Glenn Morris  <rgm@gnu.org>
8493
8494         * nndiary.el (nndiary-generate-nov-databases-1)
8495         (nndiary-generate-active-info): Rename dynamic variable `files' to
8496         something less generic.
8497
8498 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8499
8500         * nnir.el (nnir-request-move-article): Call the underlying backend to
8501         move articles from nnir.
8502
8503 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504
8505         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8506
8507 2010-11-02  Julien Danjou  <julien@danjou.info>
8508
8509         * nnir.el: Remove wais support.
8510
8511 2010-11-02  Glenn Morris  <rgm@gnu.org>
8512
8513         * gnus-html.el: Reorder requirements to quieten compiler.
8514
8515 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8518         properly for XEmacs as well.
8519         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8520         (gnus-article-natural-long-line-p): Use window-width rather than
8521         frame-width.
8522
8523 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8524
8525         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8526         (nnir-read-parms): Don't modify query.
8527         (nnir-run-query): Add ability to search topic on current line.
8528         (nnir-get-active): Clean up.
8529
8530 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8533         degenerate articles.
8534
8535         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8536         (gnus-print-buffer): Just print the buffer as is, without any copying
8537         to a buffer and then re-highlighting.
8538
8539         * nnimap.el (nnimap-request-group): Store the new updated info.
8540         (nnimap-request-group): Select the group when we don't know whether it
8541         exists or not.
8542
8543         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8544         groups.
8545
8546         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8547         groups.
8548
8549         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8550         groups.
8551
8552         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8553         long-lines case by only filling the long lines.
8554
8555         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8556         (bug#7311).
8557
8558 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * shr.el: No need to declare `declare-function' since shr.el is for
8561         only Emacsen that provide `libxml-parse-html-region'.
8562
8563         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8564         effective only in a file it is referred to.
8565
8566 2010-11-01  Glenn Morris  <rgm@gnu.org>
8567
8568         * mm-util.el (gnus-completing-read): Autoload.
8569         (mm-read-coding-system): Simplify Emacs definition.
8570
8571         * nnmail.el (gnus-activate-group):
8572         * nnimap.el (gnutls-negotiate):
8573         * nntp.el (netrc-parse): Fix declarations.
8574
8575 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8578         string-match-p in Emacs >=23.
8579
8580         * gnus-msg.el (gnus-configure-posting-styles):
8581         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8582
8583 2010-11-01  Glenn Morris  <rgm@gnu.org>
8584
8585         * nnir.el (declare-function): Add compat stub.
8586         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8587         (nnir-run-gmane): Require 'mm-url.
8588
8589         * mm-util.el (mm-string-to-multibyte): Simplify.
8590
8591         * shr.el (declare-function): Add compat stub.
8592         (url-cache-create-filename): Declare.
8593         (mm-disable-multibyte, widget-convert-button): Autoload.
8594
8595         * smime.el (ldap-search): Declare.
8596         (smime-cert-by-ldap-1): Require ldap on Emacs.
8597
8598         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8599         (nnimap-keepalive): Use gnus-float-time.
8600
8601         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8602         (mail-source-delete-crash-box): Use gnus-float-time.
8603
8604         * gnus-dired.el (gnus-completing-read): Autoload.
8605
8606         * mm-view.el (gnus-rescale-image): Autoload.
8607
8608         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8609
8610         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8611
8612         * sieve-manage.el: Require 'cl when compiling.
8613
8614         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8615         (gnus-iswitchb-completing-read): Require iswitchb.
8616         (gnus-select-frame-set-input-focus): Silence compiler.
8617
8618 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * message.el (message-subject-trailing-was-query): Change default to t,
8621         since I think that's what most people want.
8622
8623         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8624         appending for easier debugging.
8625         (nnimap-wait-for-connection): Take a regexp.
8626         (nnimap-request-accept-article): Wait for the continuation line before
8627         sending anything unless we're streaming.
8628
8629         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8630         leave the header washing to take place.
8631
8632 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8633
8634         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8635         regular expression match and replace in posting styles.
8636
8637 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8638
8639         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8640         an entire server.
8641         (nnir-get-active): New function.
8642         (nnir-run-imap): Use it.
8643         (nnir-run-gmane): Who knew, gmane search returns an article score!
8644
8645         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8646         server on the current line with nnir.
8647
8648 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8651         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8652         left edge.
8653         (gnus-article-foldable-buffer): Skip past the prefix when determining
8654         raggedness.
8655
8656         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8657         the raw article, and change `C-u g' to show the article without doing
8658         treatments.
8659
8660         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8661         on to `gnus-treat-article'.
8662         (gnus-inhibit-article-treatments): New variable.
8663
8664         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8665
8666         * gnus-art.el (gnus-treatment-function-alist): Have
8667         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8668         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8669         sections.
8670
8671         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8672         parameter.
8673         (gnus-article-fill-cited-long-lines): New function.
8674         (gnus-article-fill-cited-article): Allow filling only long sections.
8675
8676         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8677         and non-punctuation (like after the apostrophe in "'We").
8678
8679         * gnus-sum.el (gnus-summary-select-article): Make sure
8680         gnus-original-article-buffer is alive.
8681
8682         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8683         reflect the order they're in in the digest.
8684
8685         * gnus.el (gnus-group-startup-message): Move point to the start of the
8686         buffer.
8687
8688         * nnimap.el (nnimap-capability): New function.
8689         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8690         is set.
8691
8692 2010-10-31  David Engster  <dengste@eml.cc>
8693
8694         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8695         conform with changes to gnus-completing-read.
8696
8697 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8700
8701 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8702
8703         * nnir.el: Move defvar, defcustom around to keep file organized
8704         and keep byte-compiler quiet.
8705         (nnir-read-parms): Accept search-engine as arg.
8706         (nnir-run-query): Pass search-engine as arg.
8707         (nnir-search-engine): Remove.
8708
8709 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * shr.el (shr-generic): The text nodes should be text, not :text.
8712
8713         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8714         later in the file.
8715
8716 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8717
8718         * nnir.el: General clean up.  Allow searching with multiple engines.
8719         Allow separate extra-parameters for each engine.
8720         Batch queries when possible.
8721         (nnir-imap-default-search-key, nnir-method-default-engines):
8722         Add customize interface.
8723         (nnir-run-gmane): New engine.
8724         (nnir-engines): Use it.  Qualify all prompts with engine name.
8725         (nnir-search-engine): Remove global variable.
8726         (nnir-run-hyrex): Restore for now.
8727         (nnir-extra-parms, nnir-search-history): New variables.
8728         (gnus-group-make-nnir-group): Use them.
8729         (nnir-group-server): Remove in favor of gnus-group-server.
8730         (nnir-request-group): Avoid searching twice.
8731         (nnir-sort-groups-by-server): New function.
8732
8733 2010-10-30  Julien Danjou  <julien@danjou.info>
8734
8735         * gnus-group.el: Remove gnus-group-fetch-control.
8736
8737         * gnus-start.el (gnus-find-new-newsgroups):
8738         Remove gnus-check-first-time-used.
8739
8740         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8741
8742 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8743
8744         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8745         set on groups that don't have \* permanentflags.
8746
8747 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8750         control the background color.
8751         (shr-tag-img): Ignore very small web bug type images.
8752         (shr-put-image): Add help-echo alt texts to the images.
8753         (shr-tag-video): Show the video poster image.
8754
8755 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * shr.el (shr-table-depth): New variable.
8758         (shr-tag-table-1): Only insert the images after the top-level table.
8759
8760         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8761
8762         * gnus-util.el (gnus-list-memq-of-list): New function.
8763
8764         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8765         selected.
8766         (nnimap-unsplittable-articles): New slot.
8767         (nnimap-new-articles): Use it.
8768
8769 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8770
8771         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8772         move to the previous line on `M-g'.
8773
8774 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8777         *-request-group, which seems unnecessary.
8778
8779         * nnimap.el (nnimap-quote-specials): Function copied over from
8780         imap.el.
8781         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8782         they support that.  Suggested by Tom Regner.
8783
8784 2010-10-29  Julien Danjou  <julien@danjou.info>
8785
8786         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8787         defalias.
8788         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8789
8790         * gnus.el: Remove `gnus-nntp-service' variable.
8791         (gnus-secondary-servers): Make obsolete.
8792         (gnus-nntp-server): Make obsolete.
8793
8794         * gnus-start.el (gnus-1): Remove x-splash calls.
8795
8796         * gnus-ems.el (gnus-x-splash): Remove.
8797
8798         * gnus.el (gnus-group-startup-message): Simplify/update code.
8799
8800         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8801         definition.
8802
8803         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8804         capability before doing anything.
8805         (gnus-group-insert-group-line): Remove useless
8806         gnus-group-remove-excess-properties.
8807
8808 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8811
8812 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8815         config after reselecting.
8816
8817 2010-10-28  Julien Danjou  <julien@danjou.info>
8818
8819         * shr.el (shr-put-image): Use point even if only inserting text.
8820         (shr-put-image): Save excursion when inserting alt text on non-graphic
8821         display, so the behavior is the same when we are on a graphic display.
8822
8823         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8824
8825 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8828         (gnus-mime-copy-part): Check coding system, not charset.
8829         (gnus-mime-view-part-externally): Never remove part.
8830         (gnus-mime-view-part-internally): Don't remove part here.
8831         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8832         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8833         multipart/alternative.
8834
8835         * mm-decode.el (mm-display-part): Take optional arg `force'.
8836
8837 2010-10-26  Julien Danjou  <julien@danjou.info>
8838
8839         * gnus-group.el (gnus-group-default-list-level): Add this function to
8840         compute the default list level.
8841         (gnus-group-default-list-level): Add possibility to use a function.
8842
8843 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8846
8847         * gnus-group.el (gnus-group-completing-read)
8848         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8849         gnus-replace-in-string.
8850
8851 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * shr.el (shr-tag-div): Add.
8854
8855         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8856
8857 2010-10-25  Julien Danjou  <julien@danjou.info>
8858
8859         * gnus-util.el: Remove `gnus-with-local-quit'.
8860
8861         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8862
8863 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8866         the original article buffer.
8867
8868 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * nnimap.el (nnimap-request-head): New function.
8871         (nnimap-request-move-article): Try to be slightly faster by not
8872         requesting the entire message when moving.
8873         (nnimap-transform-headers): Don't bug out on bodiless articles.
8874         (nnimap-send-command): Have no outstanding messages if the IMAP server
8875         doesn't support streaming.
8876         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8877
8878 2010-10-24  Julien Danjou  <julien@danjou.info>
8879
8880         * message.el (message-default-headers): Fix type.
8881
8882 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8885         prefetching images.
8886
8887         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8888         backend for unknown groups.  This is mainly useful for nnimap groups.
8889
8890         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8891         group isn't covered by the agent.
8892
8893 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8894
8895         * nnir.el (nnir-method-default-engines): New variable.
8896         (nnir-run-query): Use it.
8897         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8898         (gnus-summary-nnir-goto-thread): Change group if needed.
8899
8900         * gnus-group.el (gnus-group-group-map): Add key binding for
8901         gnus-group-make-nnir-group.
8902
8903 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904
8905         * shr.el (shr-tag-object): Add.
8906
8907         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8908         original article buffer live.
8909         (gnus-summary-select-article-buffer):
8910         Mention gnus-widen-article-buffer.
8911
8912 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8913
8914         * shr.el (shr-tag-strong): Add.
8915
8916 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8919         group names.  They mess up the group buffer badly.
8920
8921         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8922
8923         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8924         instead of the summary one.
8925
8926 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * mml.el (mml-preview): Work properly when editing article.
8929
8930         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8931         gnus-have-read-active-file if it's already been in.
8932
8933 2010-10-22  Tom Tromey  <tromey@redhat.com>
8934
8935         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8936         gnus-group-completing-read.
8937
8938 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * message.el (message-mode-map): Don't bind M-; to comment region, to
8941         allow the global comment-dwim to work.
8942
8943 2010-10-21  Julien Danjou  <julien@danjou.info>
8944
8945         * message.el (message-setup-1): Allow message-default-headers to be a
8946         function.
8947
8948 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * shr.el (shr-tag-table): Simplify.
8951
8952 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8955         to avoid trying to snarf invalid stuff.
8956
8957         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8958
8959         * gnus.el (gnus-message-archive-group): Quote value.
8960         (gnus-message-archive-group): Mark as changed.
8961
8962         * shr.el (shr-add-font): Don't put the font properties on the newline
8963         or the indentation.
8964
8965         * message.el (message-fix-before-sending): Change options when sending
8966         non-printable characters.
8967
8968         * gnus.el (gnus-message-archive-method): Change the default to
8969         monthly outgoing groups.
8970
8971         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8972         that have gotten new numbers.
8973
8974         * nnimap.el (nnimap-request-replace-article): New function.
8975
8976 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8979         (nnrss-request-article): Don't use special html washing code.
8980
8981 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * shr.el (shr-tag-table): Remove useless nconc.
8984
8985 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * gnus-art.el (article-wash-html): Simplify and remove the charset
8988         stuff.  Use the normal html rendering code instead of the special html
8989         washing code.
8990
8991         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8992         `gnus-w3m' symbols.
8993         (mm-text-html-washer-alist): Remove.
8994
8995         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8996         (mm-inline-media-tests): Remove use.
8997         (mm-text-html-renderer): Change default to the `shr' symbol.
8998
8999         * mm-view.el (mm-inline-text-html): Remove use.
9000
9001         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9002         `gnus-blocked-images' to be a function.
9003         (gnus-article-wash-function): Remove.
9004
9005 2010-10-20  Julien Danjou  <julien@danjou.info>
9006
9007         * spam.el (spam-list-of-processors): Mark as obsolete.
9008
9009         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9010         (nnimap-insert-partial-structure): Fix boundary detection.
9011
9012 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9013
9014         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9015         run file-truename on remote files.  This can be expensive and even
9016         prevent one from editing drafts if some unrelated buffer has a stale
9017         connection.
9018
9019 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9022         kinsoku-eol regardless of shr-kinsoku-shorten.
9023         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9024         (shr-tag-table): Support caption, thead, and tfoot.
9025
9026 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9029         lines.
9030         (shr-save-contents): New command and keystroke.
9031
9032         * nndoc.el (nndoc-type-alist): Add git support.
9033         (nndoc-git-type-p): New function.
9034         (nndoc-transform-git-article): Ditto.
9035         (nndoc-transform-git-headers): Ditto.
9036         (nndoc-transform-git-headers): Generate Subject headers.
9037
9038         * shr.el (shr-parse-style): New function.
9039         (shr-tag-span): Ditto.
9040
9041         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9042         to `G G' to avoid collisions.
9043
9044 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * shr.el: Load kinsoku if necessary.
9047         (shr-kinsoku-shorten): New internal variable.
9048         (shr-find-fill-point): Make kinsoku shorten text line if
9049         shr-kinsoku-shorten is bound to non-nil.
9050         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9051         shr-indentation too when testing if table is wider than frame width.
9052         (shr-insert-table): Use `string-width' instead of `length' to measure
9053         text width.
9054         (shr-insert-table-ruler): Make sure indentation is done at bol.
9055
9056 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9057
9058         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9059         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9060         undecoded network data.
9061
9062 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9065         name in the mode line spec so that the mode line menu works
9066         (bug#2431).
9067
9068         * message.el (message-get-reply-headers): If we're fed `to-address',
9069         then always use that.
9070
9071         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9072         aren't so wide as to need to switch off the edit menu.
9073
9074         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9075         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9076
9077         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9078         `M-g'.
9079         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9080         the permanent marks.
9081
9082 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9083
9084         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9085         Splitting according to references/in-reply-to obeys the ignore-groups
9086         variable, while splitting by sender and subject do not.
9087
9088 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9091         alist, so that we can look for non-Unicode chars.
9092         (article-translate-strings): Allow both character and string maps.
9093
9094 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * shr.el (shr-insert): Don't insert space behind a wide character
9097         categorized as kinsoku-bol, or between characters both categorized as
9098         nospace.
9099
9100 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9101
9102         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9103         headers to gnus-newsgroup-headers.
9104
9105 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * shr.el (shr-tag-img): Don't align images -- since we're not
9108         rescaling, this often leads to ugly displays.
9109
9110 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9111
9112         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9113         duplicates.
9114
9115 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9116
9117         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9118         call.
9119
9120 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus.el: Autoload gnus-html-show-images.
9123
9124         * nnimap.el: Use nnheader-message throughout.
9125
9126         * shr.el (shr-tag-img): Ignore images with no data.
9127
9128 2010-10-15  Julien Danjou  <julien@danjou.info>
9129
9130         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9131         a possibility to disable format=flow encoding when using hard newlines.
9132
9133 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * shr.el (shr-insert): Remove space inserted before or after a
9136         breakable character or at the beginning or the end of a line.
9137         (shr-find-fill-point): Do kinsoku; find the second best point or give
9138         it up if there's no breakable point.
9139
9140 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * nnimap.el (nnimap-open-connection): Message when opening connection
9143         for debugging purposes.
9144
9145         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9146         on every setup buffer call to allow this to change from article to
9147         article.
9148
9149         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9150         buffers where we have a wide table.
9151
9152 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9153
9154         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9155         uses *-request-thread.
9156
9157 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9160         incantation, which is no longer valid.
9161
9162 2010-10-14  Julien Danjou  <julien@danjou.info>
9163
9164         * shr.el: Fix defcustom type (char -> character).
9165
9166 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9169         programs.
9170
9171 2010-10-14  Julien Danjou  <julien@danjou.info>
9172
9173         * shr.el (shr-tag-a): Use url-link as widget type.
9174
9175         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9176         `gnus-group-get-icon'.
9177
9178 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9181         This should make server editing work better.
9182
9183         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9184
9185         * tls.el (tls-program): Remove spurious %s from openssl.
9186
9187         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9188         (nnimap-parse-flags): Fix regexp.
9189
9190         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9191         probably work for CJVK text, too.
9192
9193         * nnimap.el (nnimap-extend-tls-programs): Remove.
9194         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9195
9196         * tls.el (tls-starttls-switches): Remove starttls hack.
9197         (open-tls-stream): Ditto.
9198         (tls-find-starttls-argument): Ditto.
9199
9200 2010-10-13  Julien Danjou  <julien@danjou.info>
9201
9202         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9203         responses.
9204
9205 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9208
9209         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9210         anything in Emacs.
9211
9212         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9213
9214 2010-10-13  Julien Danjou  <julien@danjou.info>
9215
9216         * shr.el (shr-width): Make shr-width a defcustom with default to
9217         fill-column.
9218         (shr-tag-img): Use shr-width rather than fill-column.
9219
9220 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * dgnushack.el (byte-optimize-apply):
9223         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9224
9225         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9226         position when (X-)Faces exist.
9227         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9228         avatars when called interactively.
9229
9230 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9233         gnus-article-x-face-too-ugly is bound.
9234
9235 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9238
9239         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9240         mailbox that doesn't exist.
9241
9242 2010-10-12  Julien Danjou  <julien@danjou.info>
9243
9244         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9245         (shr-get-image-data): Encode URL properly when fetching from cache.
9246         (shr-tag-img): Use aligned-to spaces to align correctly images.
9247
9248         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9249         before inserting the Gravatar.
9250
9251         * shr.el (shr-tag-img): Add align attribute support for <img>.
9252
9253 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * gnus-gravatar.el (gnus-art): Require.
9256
9257         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9258         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9259         Remove long obsoleted functions.
9260
9261 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9264
9265         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9266
9267         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9268         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9269         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9270         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9271         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9272         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9273         * sieve-manage.el, smime.el, spam.el:
9274         Fix comment for declare-function.
9275
9276 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * nnimap.el (nnimap-request-rename-group): Select group read-only
9279         before renaming it.
9280
9281         * shr.el (shr-insert): Fix up the white space only regexp.
9282
9283         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9284         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9285
9286         * shr.el (shr-current-column): New function.
9287         (shr-find-fill-point): New function.
9288
9289 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9290
9291         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9292         numbers.
9293
9294 2010-10-11  Julien Danjou  <julien@danjou.info>
9295
9296         * shr.el (shr-hr-line): Add.
9297         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9298         display hr lines.
9299         (shr-max-columns): Do not change state to nil if we just inserting
9300         spaces.
9301
9302 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9305         select the last group.
9306
9307 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9308
9309         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9310
9311 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9312
9313         * dig.el (dig-mode-map): Declare and define in one step.
9314
9315 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9318         for Gnus.
9319         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9320         (nnimap-update-qresync-info): Mark \Seen articles as read.
9321
9322         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9323         non-variable, too.
9324
9325         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9326         available.
9327         (nnimap-update-info): Rely more on the current active than the param
9328         active to avoid marking articles as read too much.
9329
9330         * auth-source.el (auth-source-create): Use (user-login-name) for the
9331         user name default.
9332
9333         * nnimap.el (nnimap-update-info): If the server doesn't return any
9334         useful info, just use the previous info.
9335         (nnimap-update-info): Prefer old info over start-article.
9336         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9337
9338 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9339
9340         * nnir.el (autoload): Clean up autoloads.
9341         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9342         Use key rather than value.
9343         (nnir-imap-search-other): New variable.
9344         (nnir-read-parm): Use it.
9345         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9346         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9347
9348 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9349
9350         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9351         the process, too.
9352
9353 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * spam.el (gnus-summary-mode-map): Bind to "$".
9356         Suggested by Russ Allbery.
9357
9358         * shr.el: Rework the way things are indented by <li> slightly.
9359
9360         * gnus.el (gnus-group-set-parameter): Fix typo.
9361
9362         * nnimap.el: Start implementing QRESYNC support.
9363
9364 2010-10-09  Julien Danjou  <julien@danjou.info>
9365
9366         * nnir.el (nnir-engines): Fix too many arguments.
9367
9368 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9371         group is the "last", so that the backends like nnfolder actually save
9372         their folders.
9373
9374         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9375         try to use that for the tls stream.
9376         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9377         UIDVALIDITY and find out which groups are read-only and not.
9378         (nnimap-get-flags): Use the same marks parsing code as the rest of
9379         nnimap.
9380
9381 2010-10-09  Julien Danjou  <julien@danjou.info>
9382
9383         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9384
9385         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9386         retrieving gravatars.
9387
9388         * shr.el (shr-table-corner): Add.
9389         (shr-table-line): Add.
9390         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9391
9392 2010-10-08  Julien Danjou  <julien@danjou.info>
9393
9394         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9395
9396 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9397
9398         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9399
9400         * gnus-sum.el (gnus-mark-article-as-unread)
9401         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9402         (gnus-summary-set-bookmark): Use it.
9403
9404         * gnus-msg.el (gnus-setup-message): Use it.
9405
9406         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9407
9408         * gnus.el (gnus-group-remove-parameter): Use it.
9409
9410         * gnus-group.el (gnus-group-make-web-group): Use it.
9411
9412         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9413
9414         * nnregistry.el: Update docs to mention manual.
9415
9416         * gnus-registry.el: Update docs to mention nnregistry.el.
9417         (gnus-registry-initialize): Don't install nnregistry refer method
9418         automatically.
9419         (gnus-registry-install-nnregistry): Remove it.
9420
9421 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * shr.el (shr-insert): Don't insert double spaces.
9424
9425 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * gnus-gravatar.el (gnus-treat-from-gravatar)
9428         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9429         called interactively.
9430
9431         * gnus-art.el (gnus-mime-view-part-externally)
9432         (gnus-mime-view-part-internally): Make predicate function passed to
9433         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9434         of a mime type.
9435
9436         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9437
9438 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * shr.el (require): Require cl when compiling.
9441         (shr-tag-hr): New function.
9442
9443         * nnimap.el (nnimap-update-info): Remove double setting of high.
9444         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9445         This makes nnimap work properly on Courier again.
9446
9447         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9448         the variable for backwards compatibility.
9449
9450         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9451         the file name before using to avoid setting mm-default-directory to
9452         nil.
9453
9454         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9455         bidning gnus-agent variables.
9456
9457         * shr.el (shr-render-td): Use a cache for the table rendering function
9458         to avoid getting an exponential rendering behavior in nested tables.
9459         (shr-insert): Rework the line-breaking algorithm.
9460         (shr-insert): Don't leave trailing spaces.
9461         (shr-insert-table): Also insert empty TDs.
9462         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9463
9464 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9465
9466         * gnus-sum.el (gnus-number): Rename from `number'.
9467         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9468         (gnus-summary-limit-children): Update uses correspondingly.
9469
9470 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9473         (gnus-gravatar-transform-address): Don't show avatars of people of
9474         which mail addresses match gnus-gravatar-too-ugly.
9475
9476 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * shr.el (shr-table-widths): Expand TD elements to fill available
9479         space.
9480
9481 2010-10-07  Julien Danjou  <julien@danjou.info>
9482
9483         * nnimap.el (nnimap-request-rename-group): Add this method.
9484
9485 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9488         name from XEmacs' function-arglist.
9489
9490         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9491         gravatar under XEmacs.
9492
9493 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9494
9495         * auth-source.el: Update docs with TODO items.
9496
9497         * gnus-sync.el: Update docs to explain state and plans.
9498
9499         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9500         Hooks for mark updates.
9501         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9502
9503         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9504         hooks with arguments, which is needed for mark update hooks.
9505
9506 2010-10-06  Julien Danjou  <julien@danjou.info>
9507
9508         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9509         was matched.
9510
9511         * sieve-manage.el: Update example in `Commentary'.
9512
9513         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9514
9515         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9516         not 2000.
9517         (sieve-manage-authenticate): Re-add function.
9518
9519 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * shr.el (shr-insert): Get 'space transition right.
9522         (shr-render-td): Only delete space at the end of the TD.
9523
9524         * nnimap.el (nnimap-open-connection): Prepare to support
9525         open-gnutls-stream.
9526
9527         * shr.el: Rearrange function order to be more logical.
9528
9529 2010-10-06  Julien Danjou  <julien@danjou.info>
9530
9531         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9532         (nnrss-discover-feed): Remove 404 URL in docstring.
9533
9534         * nnir.el: Fix Swish-E URL.
9535         Fix Namazu URL.
9536
9537         * message.el (message-change-subject): Remove 404 URL in a comment.
9538
9539 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9542         called interactively.
9543
9544         * gnus-util.el (gnus-remove-if): Allow hash table.
9545         (gnus-remove-if-not): New function.
9546
9547         * gnus-art.el (gnus-mime-view-part-as-type):
9548         * gnus-score.el (gnus-summary-score-effect):
9549         * gnus-sum.el (gnus-read-move-group-name):
9550         Replace remove-if-not with gnus-remove-if-not.
9551
9552         * gnus-group.el (gnus-group-completing-read):
9553         Regard collection as a hash table if it is not a list.
9554
9555 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9558
9559         * shr.el: Document the table-rendering algorithm.
9560
9561 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9564         for Emacsen having no `libxml-parse-html-region' support.
9565
9566 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9569         invalid URLs.
9570
9571         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9572         line-broken.
9573         (shr-tag-img): Ignore image fetching errors.
9574         (shr-overlays-in-region): Compute overlay positions correctly.
9575
9576         * mm-decode.el (mm-shr): Require shr.
9577
9578         * gnus-art.el (gnus-blocked-images): Move variable here.
9579
9580         * shr.el (shr-insert-table): Bind free variable.
9581
9582         * mm-decode.el (mm-shr): Bind shr-content-function.
9583
9584         * shr.el (shr-content-function): New variable.
9585
9586         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9587         added for symmetry.
9588
9589         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9590
9591         * gnus-group.el (gnus-group-make-group): Doc fix.
9592
9593         * nnimap.el (nnimap-request-newgroups): Return success.
9594
9595         * shr.el (shr-find-elements): New function.
9596         (shr-tag-table): Put all the images after the table.
9597         (shr-tag-table): Really inhibit images inside the table.
9598         (shr-collect-overlays): Copy over overlays from the TD elements to the
9599         main document.
9600
9601         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9602         gnus-blocked-images.
9603
9604 2010-10-05  Julien Danjou  <julien@danjou.info>
9605
9606         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9607
9608         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9609         (gnus-html-maximum-image-size): Add this function.
9610         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9611
9612         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9613         server-value of the capability is nil.
9614
9615 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9616
9617         * shr.el (shr-tag-em): Add <EM> tag.
9618
9619 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9620
9621         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9622         customizable.
9623
9624         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9625         handing broken links to browse-url.
9626
9627 2010-10-05  Julien Danjou  <julien@danjou.info>
9628
9629         * gnus-util.el (gnus-emacs-completing-read)
9630         (gnus-iswitchb-completing-read): Use autoload rather than require.
9631
9632 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9635         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9636         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9637         iswitchb-temp-buflist for XEmacs.
9638
9639         * gnus-util.el (gnus-completing-read-function): Exclude
9640         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9641         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9642         XEmacs.
9643
9644         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9645         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9646
9647         * gnus-html.el: Don't require help-fns under XEmacs.
9648         (gnus-html-schedule-image-fetching): Work for XEmacs.
9649
9650         * mm-decode.el (mm-shr): Decode contents by charset.
9651
9652 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9655         unknown.
9656
9657         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9658         (shr-get-image-data): Ensure against the cache file missing.
9659
9660         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9661         for data.
9662
9663         * spam-report.el (spam-report-url-ping-plain): Don't query about
9664         killing the process.
9665
9666         * shr.el (shr-render-td): Protect against too-wide text.
9667
9668 2010-10-04  Julien Danjou  <julien@danjou.info>
9669
9670         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9671         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9672
9673         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9674         retrieved.
9675
9676 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * shr.el (browse-url): Require.
9679         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9680         lines.
9681         (shr-show-alt-text, shr-browse-image): New commands.
9682         (shr-browse-url, shr-copy-url): New commands.
9683
9684         * gnus-sum.el (gnus-widen-article-window): New variable.
9685         (gnus-summary-select-article-buffer): Use it.
9686
9687         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9688         without @ signs.
9689
9690 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9691
9692         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9693
9694 2010-10-04  Julien Danjou  <julien@danjou.info>
9695
9696         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9697         for XEmacs.
9698
9699 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9702
9703         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9704         (nnimap-close-server): Implement.
9705
9706         * dgnushack.el (iswitchb): Require to shut up the compiler.
9707
9708         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9709         (shr-insert): Tweak line breaking.
9710         (shr-insert): Handle <pre> better.
9711         (shr-tag-li): Get <li> indentation right.
9712         (shr-tag-li): Get <li> indentation even righter.
9713         (shr-tag-blockquote): Ensure paragraph start.
9714         (shr-make-table): Tweak table generation.
9715         (shr-make-table): Fix typo.
9716
9717         * shr.el: Implement table rendering.
9718
9719 2010-10-04  Julien Danjou  <julien@danjou.info>
9720
9721         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9722
9723 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * shr.el (shr-insert): Use string anchors instead of line anchors.
9726
9727 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * shr.el: Add headings.
9730         (shr-ensure-paragraph): Actually work.
9731         (shr-tag-li): Make <ul> prettier.
9732         (shr-insert): Get white space at the beginning/end of elements right.
9733         (shr-tag-p): Collapse subsequent <p>s.
9734         (shr-ensure-paragraph): Don't insert double line feeds after blank
9735         lines.
9736         (shr-insert): \t is also space.
9737         (shr-tag-s): Fix "s" tag name function.
9738         (shr-tag-s): Fix face prop name.
9739
9740 2010-10-03  Julien Danjou  <julien@danjou.info>
9741
9742         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9743
9744         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9745         gnus-window-inside-pixel-edges.
9746
9747         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9748         gnus-ems.
9749
9750         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9751
9752         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9753         function.
9754
9755         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9756         resize choice.
9757
9758 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9761         beginning of the buffer.
9762
9763         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9764         article buffer again.
9765
9766         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9767
9768         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9769         when it's at the start of the buffer.
9770
9771         * shr.el (shr-tag-blockquote): Convert name.
9772         (shr-rescale-image): Use the right image-size variant.
9773
9774         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9775         buffer isn't shown, then select the current article first instead of
9776         bugging out.
9777         (gnus-summary-select-article-buffer): Show both the article and summary
9778         buffers again.
9779
9780         * shr.el (shr-fontize-cont): Protect against regions with no text.
9781         Rename tag functions to shr-tag-* for enhanced security.
9782         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9783
9784 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9785
9786         * shr.el (shr-insert):
9787         * pop3.el (pop3-movemail):
9788         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9789         loaded.
9790
9791 2010-10-03  Glenn Morris  <rgm@gnu.org>
9792
9793         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9794
9795         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9796
9797         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9798
9799         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9800
9801         * gnus-util.el (gnus-make-local-hook): Simplify.
9802
9803 2010-10-02  Julien Danjou  <julien@danjou.info>
9804
9805         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9806         (gnus-ido-completing-read): New function.
9807         (gnus-emacs-completing-read): New function.
9808         (gnus-completing-read): Use gnus-completing-read-function.
9809         Add gnus-completing-read-function.
9810
9811 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812
9813         * shr.el (shr-insert-document): Autoload.
9814         (shr-img): Be silent.
9815         (shr-insert): Add a newline after every picture before text.
9816         (shr-add-font): Use overlays for combining faces.
9817         (shr-insert): Pass upwards the text start point.
9818
9819         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9820         possible.
9821         (mm-shr): New function.
9822
9823 2010-10-02  Julien Danjou  <julien@danjou.info>
9824
9825         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9826         should go backward.
9827
9828 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9829
9830         * shr.el (shr): Fix typo in provide call.
9831
9832 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * shr.el: New file.
9835
9836         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9837
9838         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9839         completing read.
9840
9841 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9844         we're being queried about.  Suggested by Dan Jacobson.
9845
9846         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9847         Suggested by Jason Eisner.
9848
9849         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9850         table, too.  Suggested by Stefan Wiens.
9851         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9852         the table unnecessary.  Suggested by Stefan Wiens.
9853
9854         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9855         longer needed, and probably doesn't work either, as pointed out by
9856         Stefan Wiens.
9857         (gnus-summary-exit): Remove call to the clearing function.
9858         (gnus-summary-exit-no-update): Ditto.
9859
9860         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9861         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9862         Reported by Stefan Monnier.
9863         (gnus-summary-save-in-rmail): Ditto.
9864
9865         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9866         article buffer, instead of both the article buffer and the summary
9867         buffer.  Sort of suggested by Dan Jacobson.
9868
9869         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9870
9871         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9872         Suggested by Dan Jacobson.
9873
9874         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9875         documentation clearer.
9876
9877         * message.el (message-shorten-references): Comment on the number "21".
9878         Suggested by Stefan Monnier.
9879
9880         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9881         Suggested by Dan Jacobson.
9882
9883         * gnus.el (gnus-large-newsgroup):
9884         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9885
9886         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9887         externalize attachments.  Bug reported by Steve Wen.
9888
9889         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9890         really message anything to the user.
9891
9892         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9893         directly.
9894
9895         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9896         messages in empty groups.
9897
9898 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9901         non-UIDNEXT group.
9902
9903 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9906         not the value from the collection.
9907
9908         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9909         values.  This sometimes happens on some groups that have no info.
9910         (nnimap-request-newgroups): New function.
9911
9912 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9913
9914         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9915         check into `gnus-registry-initialize'.
9916         (gnus-registry-initialize): Ditto.
9917         Fix and extend header docs.
9918
9919 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9922         regexp backtrace overflows.
9923
9924         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9925         for starttls that tls.el implements; i.e. openssl.
9926
9927         * tls.el (tls-starttls-switches): Give up on using starttls with
9928         gnutls-cli.
9929         (tls-program): Add --insecure to be consistent with the defaults from
9930         openssl s_client.  Now all three commands are insecure.
9931
9932 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * lpath.el: Bind completion-styles-alist for XEmacs.
9935
9936         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9937         (gravatar-create-image): New function that's an alias to
9938         gnus-xmas-create-image, gnus-create-image, or create-image.
9939         (gravatar-data->image): Use it.
9940
9941 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9942
9943         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9944         install the nnregistry refer method.
9945         (gnus-registry-install-hooks): Use it.
9946         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9947         unfollowed groups.
9948
9949 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9950
9951         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9952         expanding threads.
9953
9954 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9955
9956         * nnir.el: Use the server names without suffixes (bug#7009).
9957
9958         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9959         unencrypted to STARTTLS, if possible.
9960
9961 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9962
9963         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9964         headers before superseding.
9965
9966 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * nnrss.el (nnrss-use-local): Add documentation.
9969
9970         * nnimap.el (nnimap-extend-tls-programs): New function.
9971         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9972         (nnimap-wait-for-connection): Accept the greeting from the stupid
9973         output from openssl s_client -starttls, too.
9974
9975         * tls.el (tls-starttls-switches): New variable.
9976         (tls-find-starttls-argument): Use it.
9977         (open-tls-stream): Ditto.
9978
9979         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9980         (netrc-machine): Ditto.
9981
9982         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9983         article number.
9984         (nnimap-split-fancy): New variable.
9985         (nnimap-split-incoming-mail): Use it.
9986
9987         * nntp.el (nntp-server-list-active-group): Document.
9988
9989         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9990         SELECT to get the message-id.
9991
9992         * mail-source.el (mail-sources): Remove webmail support.
9993         (defvar): Ditto.
9994         (mail-source-fetcher-alist): Ditto.
9995         (mail-source-fetch-webmail): Remove.
9996
9997         * webmail.el: Remove -- doesn't seem relevant any more.
9998
9999         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10000
10001         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10002         the \r.
10003
10004 2010-09-30  Julien Danjou  <julien@danjou.info>
10005
10006         * gnus-agent.el (gnus-agent-add-group): Fix call to
10007         gnus-completing-read.
10008
10009 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * nndoc.el (nndoc-retrieve-groups): New function.
10012
10013         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10014         `default', use nnmail-split-methods.
10015         (nnimap-request-article): Downcase the NILs so that they are nil.
10016
10017         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10018         symbol.
10019
10020         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10021         code, since if the user has requested network, that's what they ought
10022         to get.
10023         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10024         (nnimap-split-rule): Mark as obsolete.
10025
10026         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10027         New variable.
10028
10029         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10030         correct slot, too.
10031
10032 2010-09-29  Julien Danjou  <julien@danjou.info>
10033
10034         * gnus.el (gnus-local-domain): Declare variable obsolete.
10035
10036         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10037         Fix history computing.
10038         (gnus-ido-completing-read): Require ido.
10039
10040 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10043         build Gnus.
10044
10045         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10046         when interpreting the structures.
10047         (nnimap-request-accept-article): Add \r\n to the lines to make this
10048         work with Cyrus.
10049
10050         * nndraft.el (nndraft-request-expire-articles): Use the group name
10051         instead if "nndraft".  Fix found by Nils Ackermann.
10052
10053 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10054
10055         * nnregistry.el: Add.
10056
10057 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10058
10059         * nnmail.el (group, group-art-list, group-art):
10060         Remove unneeded directives.
10061
10062 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10065         (mm-mime-charset):
10066         * rfc2047.el (rfc2047-syntax-table):
10067         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10068
10069         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10070         rather than `insert-file-contents' and `eval-region'.
10071
10072         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10073         construction.
10074
10075         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10076
10077         * time-date.el: No need to require cl for Emacs 21.
10078
10079 2010-09-29  Julien Danjou  <julien@danjou.info>
10080
10081         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10082         replacement of `gnus-gravatar-relief' to mimic
10083         `gnus-faces-properties-alist'.
10084         Add :version property.
10085
10086 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * mail-source.el (mail-source-report-new-mail):
10089         * message.el (message-default-mail-headers):
10090         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10091
10092         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10093
10094 2010-09-28  Julien Danjou  <julien@danjou.info>
10095
10096         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10097         mail-address contains the same string as real-name.
10098
10099         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10100         non-blank in header, otherwise it'll get stripped.
10101
10102         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10103         real-name, and then for mail address rather than doing : or , search.
10104
10105 2010-09-27  Julien Danjou  <julien@danjou.info>
10106
10107         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10108         right completing-read function.
10109         (gnus-use-ido): New variable
10110         (gnus-completing-read-with-default): Remove.
10111         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10112         (gnus-agent-add-group):
10113         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10114         * mm-view.el (mm-view-pkcs7-decrypt):
10115         * mm-util.el (mm-codepage-setup):
10116         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10117         * mml-smime.el (mml-smime-openssl-sign-query):
10118         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10119         (mml-insert-multipart):
10120         * gnus-msg.el (gnus-summary-yank-message):
10121         * gnus-int.el (gnus-start-news-server):
10122         * mm-decode.el (mm-interactively-view-part):
10123         * gnus-dired.el (gnus-dired-attach):
10124         * gnus.el (gnus-read-method):
10125         * gnus-bookmark.el (gnus-bookmark-jump):
10126         * gnus-art.el (gnus-mime-view-part-as-type)
10127         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10128         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10129         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10130         * nnmairix.el (nnmairix-create-server-and-default-group)
10131         (nnmairix-update-groups, nnmairix-get-server)
10132         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10133         (nnmairix-get-group-from-file-path):
10134         * nnrss.el (nnrss-find-rss-via-syndic8):
10135         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10136         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10137         (gnus-group-browse-foreign-server):
10138         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10139         (gnus-summary-execute-command, gnus-summary-respool-article)
10140         (gnus-read-move-group-name):
10141         * gnus-score.el (gnus-summary-increase-score)
10142         (gnus-summary-score-effect):
10143         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10144
10145 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10148         x-focus-frame.
10149
10150         * nnimap.el (auth-source-forget-user-or-password)
10151         (auth-source-user-or-password): Autoload.
10152
10153         * message.el (message-from-style, message-interactive)
10154         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10155         (message-yank-prefix, message-indentation-spaces, message-signature)
10156         (message-signature-file): Add comment.
10157
10158 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159
10160         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10161         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10162         new articles.
10163
10164         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10165         parts.
10166         (nnimap-request-article): Work with the t setting, too.
10167
10168         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10169         that you don't get flashes of other buffers.
10170         (gnus-summary-show-complete-article): Intern before setting.
10171
10172 2010-09-27  David Engster  <dengste@eml.cc>
10173
10174         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10175         well as HEADERS.
10176         (nnmairix-retrieve-headers): Provide new argument for the above.
10177
10178 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-sum.el (gnus-summary-move-article): Don't alter
10181         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10182         group.
10183
10184         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10185
10186         * message.el (message-cite-prefix-regexp): Revert my last edit.
10187
10188         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10189         variable instead of the Gnus variable.
10190
10191         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10192
10193         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10194
10195         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10196         since some servers don't like it.
10197         (nnimap-open-connection): Forget credentials if the server says the
10198         password was wrong.
10199         (nnimap-parse-line): Protect against invalid data.
10200
10201         * gnus-sum.el (gnus-summary-move-article): Add comment.
10202         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10203         nothing alters it while scanning for new messages.
10204
10205         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10206         which may or may not help.
10207         (nnimap-open-connection): If we're doing a stream connection, and then
10208         discover we're on a STARTTLS-capable server, then open a STARTTLS
10209         connection instead.
10210
10211 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * nnimap.el (utf7): Require.
10214
10215         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10216         prefix.
10217
10218 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10219
10220         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10221
10222 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223
10224         * nnimap.el (nnimap-request-accept-article): Message the error on
10225         error.
10226
10227 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10230
10231 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * nndoc.el (nndoc-request-list): Return success always.
10234
10235         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10236         `fetch-old' -- we only want to fetch the articles we've requested.
10237         The rest are in the agent, probably.
10238         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10239         disappeared server" to something low.  It's not important.
10240
10241         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10242         arrived before the FETCH data.
10243
10244         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10245         target here, because we don't know the Gnus name of the group.
10246
10247         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10248         for the correct group.
10249
10250         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10251
10252         * gnus.el (gnus): Give a final warning after startup.
10253
10254         * gnus-util.el (gnus-action-message-log): New variable.
10255         (gnus-message): Use it.
10256         (gnus-final-warning): New function.
10257
10258         * nnimap.el (nnimap-open-connection): Record the greeting.
10259         (nnimap): Add greeting.
10260
10261 2010-09-26  Julien Danjou  <julien@danjou.info>
10262
10263         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10264         arguments.
10265         (gnus-html-wash-images): Fix spec computing to include start/end.
10266
10267         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10268
10269 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10272         deletion.
10273         (nnimap-retrieve-headers): Don't select the group, because that's
10274         already done by nnimap-possibly-change-group.
10275
10276         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10277         (gnus-picon-transform-address): Use it.
10278
10279         * mail-source.el (mail-source-value): Revert previous patch.
10280
10281         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10282         on failure.
10283         (nnimap-open-connection): Look up both virtual and physical server name
10284         credentials.
10285
10286         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10287
10288 2009-02-07  Dave Love  <fx@gnu.org>
10289
10290         * tls.el (open-tls-stream): Don't query killing process.
10291
10292 2009-02-08  Dave Love  <fx@gnu.org>
10293
10294         * gnus-win.el (gnus-window-to-buffer-helper)
10295         (gnus-all-windows-visible-p): Function needn't be a symbol.
10296
10297         * mail-source.el (mail-source-value): Function needn't be a symbol.
10298
10299 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10300
10301         * message.el (message-cite-prefix-regexp): Remove } from the cite
10302         prefix.
10303
10304         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10305         highlight again, so that the highlight is correct.
10306
10307         * gnus-picon.el (gnus-picon): Remove again.
10308         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10309
10310         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10311         doing the header highlightling, so that the background color of the
10312         picon is correct.
10313
10314         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10315         (gnus-picon): Ditto.
10316         (gnus-picon): Reinstate.  The background color for picons is white.
10317         (gnus-picon-insert-glyph): Make the background white.
10318
10319         * nnml.el (nnml-open-nov): Don't return dead buffers.
10320
10321         * auth-source.el (auth-source-create): Query the user for whether to
10322         store the credentials.
10323
10324         * netrc.el (netrc-store-data): New function.
10325
10326         * auth-source.el (auth-source-user-or-password): Use the existing auth
10327         sources, if any, for creation.
10328
10329         * gnus.el (gnus-group-fast-parameter): Return the last matching
10330         parameter instead of the first matching parameter.
10331
10332 2010-09-26  Julien Danjou  <julien@danjou.info>
10333
10334         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10335
10336 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * mml2015.el (mml2015-use): Remove gpg support.
10339
10340         * mml1991.el (mml1991-function-alist): Remove gpg function.
10341         (mml1991-gpg-sign): Remove.
10342
10343 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10344
10345         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10346         (gnus-browse-unsubscribe-current-group): Document it.
10347         (gnus-browse-unsubscribe-group): Use it.
10348
10349 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10350
10351         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10352         address to the To list for easier response.
10353
10354         * gnus.el (gnus-play-startup-jingle): Remove.
10355         (gnus-splash): Don't play jingle.
10356         (gnus): Silence gnus-load message.
10357
10358         * gnus-art.el (gnus-treat-play-sounds): Remove.
10359
10360         * gnus.el (gnus-play-jingle): Remove audio support.
10361
10362         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10363
10364         * earcon.el: Remove -- no users.
10365
10366         * gnus-audio.el: Remove -- no users of this package.
10367
10368         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10369
10370         * gnus-start.el (gnus-setup-news): Remove nocem support.
10371
10372         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10373
10374         * gnus.el (gnus-use-nocem): Remove.
10375
10376         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10377         Remove.
10378
10379         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10380         uses NoCeM any more.
10381
10382         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10383         (gnus-button-ctan-handler): Ditto.
10384         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10385         (gnus-button-ctan-directory-regexp): Ditto.
10386         (gnus-button-handle-ctan): Ditto.
10387         (gnus-button-tex-level): Ditto.
10388         (gnus-button-alist): Remove CTAN stuff.
10389
10390 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10393         nnimap-streaming test.
10394
10395         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10396         servers twice.
10397
10398         * nnimap.el (nnimap-open-connection): Add more error reporting when
10399         nnimap fails early.
10400
10401         * nnheader.el (nnheader-get-report-string): New function.
10402         (nnheader-get-report): Use it.
10403
10404         * gnus-int.el (gnus-check-server): Say what the error was when opening
10405         failed.
10406
10407         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10408         using streaming.
10409
10410 2010-09-25  Julien Danjou  <julien@danjou.info>
10411
10412         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10413         gnus-window-inside-pixel-edges.
10414
10415 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10418
10419         * mm-decode.el (mm-save-part): Allow saving to other directories the
10420         normal Emacs way.
10421
10422         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10423         Suggested by Jay Berkenbilt.
10424
10425         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10426         there isn't a single byte.
10427
10428         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10429         just do it.  It doesn't really seem to matter what the user responds
10430         here, I think, so it's just a confusing question.
10431
10432         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10433         non-streaming case.
10434
10435         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10436         (gnus-article-encrypt-body): Use it.
10437
10438         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10439         keystroke.
10440
10441         * nnimap.el (nnimap-find-wanted-parts-1):
10442         Use gnus-fetch-partial-articles.
10443
10444         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10445
10446         * nnimap.el (nnimap-insert-partial-structure): New function.
10447         (nnimap-get-partial-article): New function.
10448         (nnimap-request-article): Use it.
10449         (nnimap-wait-for-response): Return whether the wait was successful.
10450         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10451         retrieval wasn't successful.
10452         (nnimap-retrieve-group-data-early): Allow throttling servers.
10453         (nnimap-streaming): New variable.
10454         (nnimap-fetch-partial-articles): Remove.
10455
10456         * mm-decode.el (mm-with-part): Protect against killed buffers.
10457
10458         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10459         for prettier summary display.
10460
10461 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10462
10463         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10464
10465 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10468         apparently third-party libraries depend on it.
10469
10470         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10471         before starting negotiation.
10472
10473         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10474         privacy reasons.
10475         (gnus-treat-mail-gravatar): Ditto.
10476
10477         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10478         buffer when inserting images.  Inserting text into the headers, for
10479         instance, can make them invalid.
10480
10481 2010-09-25  Julien Danjou  <julien@danjou.info>
10482
10483         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10484         variables.
10485
10486         * nnheader.el: Remove useless variables news-reply-yank-from and
10487         news-reply-yank-message-id.
10488
10489         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10490         variables.
10491
10492         * mml1991.el: Remove useless mml1991-verbose.
10493
10494         * gnus.el: Remove useless variable gnus-use-generic-from.
10495         Remove obsolete variable gnus-topic-indentation.
10496
10497         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10498
10499         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10500
10501         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10502
10503         * gnus-group.el: Remove useless gnus-group-icon-cache.
10504         Remove useless gnus-ephemeral-group-server.
10505
10506         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10507
10508         * mml2015.el: Remove useless mml2015-verbose.
10509
10510         * mml-smime.el: Remove useless mml-smime-verbose.
10511
10512         * gnus.el: Remove useless gnus-local-domain.
10513
10514         * gnus-gravatar.el (gnus-gravatar-transform-address):
10515         Use gnus-gravatar-size.
10516
10517         * gnus-art.el: Remove useless gnus-treat-translate.
10518
10519 2010-09-24  Julien Danjou  <julien@danjou.info>
10520
10521         * gnus-sum.el: Add support for Gravatars.
10522
10523         * gnus-art.el: Add support for Gravatars.
10524
10525         * gnus-gravatar.el: Add this file.
10526
10527         * gravatar.el: Add this file.
10528
10529 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10530
10531         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10532
10533         * gnus-group.el (gnus-group-fetch-faq): Remove.
10534
10535         * gnus.el (gnus-group-faq-directory): Remove.
10536
10537         * gnus-group.el (gnus-group-fetch-charter): Remove.
10538
10539         * gnus.el (gnus-group-charter-alist): Remove.
10540
10541         * gnus-group.el (gnus-group-archive-directory): Remove.
10542         (gnus-group-recent-archive-directory): Ditto.
10543         (gnus-group-make-archive-group): Remove.
10544
10545         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10546
10547         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10548         use the same article number for all the cached articles.
10549
10550         * nnimap.el (nnimap-command): Register the last command time so
10551         that we can use it for idling NOOPs.
10552         (nnimap-open-connection): Start the keeplive timer.
10553         (nnimap-make-process-buffer): Store all the process buffers.
10554         (nnimap-keepalive): New function.
10555
10556         * starttls.el (starttls-open-stream): Add autoload cookie.
10557
10558 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10559
10560         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10561         handling.
10562
10563 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10566         its data structures.
10567
10568         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10569         instead of the cl.el copy-list.
10570         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10571         equalp.
10572
10573 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10576         and tool-bar-local-item-from-menu.
10577
10578         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10579         mode-line-highlight face for Emacs.
10580
10581         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10582         loading gnus-sum.elc; fix comment for canlock-verify.
10583         (gnus-article-jump-to-part): Use read-number.
10584         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10585         Remove Emacs pre-21 compatible code for help-echo.
10586         (gnus-article-next-page-1): No need to adjust the number of lines.
10587         (gnus-article-describe-bindings): Always use help-buffer.
10588
10589         * gnus-audio.el (gnus-audio-inline-sound):
10590         * gnus-cus.el (gnus-custom-mode):
10591         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10592
10593         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10594
10595         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10596         compatible code.
10597
10598 2010-09-24  Glenn Morris  <rgm@gnu.org>
10599
10600         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10601         visiting the fcc file in rmail-mode.
10602
10603         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10604
10605 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * nnir.el: Silence the byte compiler.
10608
10609         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10610         alias to browse-url-url-encode-chars if any.
10611         (gnus-html-encode-url): Use it.
10612
10613 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * gnus-start.el (gnus-use-backend-marks): New variable.
10616         (gnus-get-unread-articles-in-group): Use it.
10617
10618         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10619         makeover.
10620
10621 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10622
10623         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10624
10625 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10628         Remove.
10629         (gnus-setup-news-hook):
10630         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10631
10632         * gnus-int.el (gnus-request-update-info): Protect against backends not
10633         having the function.
10634
10635         * nnimap.el (nnimap-stream): Mention starttls.
10636         (nnimap-open-connection): Add starttls support.
10637
10638 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10639
10640         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10641
10642 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10643
10644         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10645         BODYSTRUCTUREs.
10646         (nnimap-transform-headers): Unfold quoted {42} headers.
10647
10648         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10649         the info.
10650         (gnus-get-unread-articles): Only call updatep on backends that support
10651         it.
10652
10653         * nnweb.el (nnweb-request-update-info): NOOP.
10654
10655         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10656
10657         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10658         since it only deals with marks.
10659
10660         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10661         gnus-request-marks, and make a new gnus-request-update-info.
10662
10663         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10664         the active instead of the high number, which is usually too low.
10665
10666 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10667
10668         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10669         * encrypt.el: Remove.
10670
10671 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10672
10673         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10674         server in symbolic form.
10675
10676         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10677
10678 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10681         (nnimap-update-info): Fix up code slightly.
10682
10683         * gnus-int.el (gnus-open-server): Add tracing for performance
10684         debugging.
10685
10686         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10687         (gnus-group-insert-group-line): Pass the real group name so that it
10688         gets the right data.
10689
10690         * gnus-start.el (gnus-get-unread-articles): Don't have
10691         `gnus-get-unread-articles-in-group' update info, since that can be
10692         really slow and doesn't seem to be needed?
10693
10694 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10695
10696         * time-date.el (date-to-time): Try using parse-time-string first before
10697         using the slower timezone-make-date-arpa-standard.
10698
10699 2010-09-22  Julien Danjou  <julien@danjou.info>
10700
10701         * gnus-group.el (gnus-group-insert-group-line):
10702         Call gnus-group-highlight-line.
10703         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10704         default hook list.
10705         (gnus-group-update-eval-form): Add new function.
10706         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10707         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10708
10709 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10712         immediate, then expire all articles.
10713         (nnimap-update-info): Fix off-by-one errors.
10714         (nnimap-flags-to-marks): Would return no marks lists for group with no
10715         flags.  Instead return the other data.
10716
10717 2010-09-22  Julien Danjou  <julien@danjou.info>
10718
10719         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10720         Only return an icon.
10721         (gnus-group-insert-group-line): Compute icon to return.
10722
10723         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10724         (gnus-html-image-fetched): Only cache if
10725         gnus-html-image-automatic-caching is set.
10726         (gnus-html-image-fetched): Check for errors.
10727
10728 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10731         once per method on `g'.  This ensures that backends like nnfolder don't
10732         open all their folders.
10733
10734         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10735         (nnimap-request-list): Nix out group in the correct buffer.
10736         (nnimap-parse-flags): Implement by using `read' instead of
10737         hand-parsing.
10738         (nnimap-flags-to-marks): Pass on permanent-flags.
10739         (nnimap-make-process-buffer): Record the server name.
10740         (nnimap-parse-flags): Fix typo.
10741         (nnimap-request-scan): Run split on the server in general, not just a
10742         single group.
10743
10744         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10745         parameter, and propagate this downwards.
10746
10747         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10748         since EXAMINE changes it on the server.
10749
10750         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10751         this command might take a while.
10752
10753 2010-09-22  Julien Danjou  <julien@danjou.info>
10754
10755         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10756         harmful if you have 2 images side-by-side, they can't be properly
10757         update on text deletion.  Using text-property is safer here.
10758         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10759         data.
10760
10761 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * nnimap.el (nnimap-expunge-inbox): Remove.
10764         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10765         (nnimap-expunge): Flip default to t.
10766
10767         * gnus.el (gnus-method-to-server): Don't push things to the cache
10768         unless it's unique.
10769         (gnus-server-to-method): Ditto.
10770
10771 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10772
10773         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10774
10775 2010-09-22  Julien Danjou  <julien@danjou.info>
10776
10777         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10778         get the start of data.
10779         (gnus-html-encode-url): Add this function to encode special chars in
10780         URL.
10781         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10782         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10783
10784         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10785         default.
10786         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10787
10788         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10789         images alt-text.
10790         (gnus-html-put-image): Put alt-text as help-echo.
10791
10792 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10795         * mm-util.el (mm-decompress-buffer):
10796         * nnir.el (nnir-run-find-grep):
10797         * pop3.el (pop3-list): Use 3rd arg of split-string.
10798
10799         * time-date.el (format-seconds): Comment fix.
10800
10801         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10802         and byte-optimize-form-code-walker.
10803         (dgnushack-make-auto-load): Don't advise make-autoload.
10804
10805         * lpath.el: Remove Emacs 21 stuff.
10806
10807 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10810         outside the active range.  Suggested by Dan Christensen.
10811
10812         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10813         slightly later to avoid double-getting it.
10814
10815         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10816         previous patch.
10817
10818         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10819
10820 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10821
10822         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10823
10824 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * gnus-int.el (gnus-open-server): Give a better error message in the
10827         "go offline" case.
10828
10829         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10830         marks for nnimap, which is seldom the right thing to do.
10831
10832         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10833         (gnus-same-method-different-name): New function.
10834
10835         * nnimap.el (parse-time): Require.
10836
10837         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10838         method in the presence of many similar methods.
10839
10840         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10841
10842         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10843         nnml-inhibit-expiry.
10844
10845         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10846         find out whether methods are equal.
10847
10848         * nnimap.el (nnimap-find-expired-articles): New function.
10849         (nnimap-process-expiry-targets): New function.
10850         (nnimap-request-move-article): Request the article before looking at
10851         what the Message-ID is.  Fix found by Andrew Cohen.
10852         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10853
10854         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10855         for oldness in addition to being a predicate.
10856
10857         * nnimap.el (nnimap-request-group): When we have zero articles, return
10858         the right data to Gnus.
10859         (nnimap-request-expire-articles): Only delete articles immediately if
10860         the target is 'delete.
10861
10862         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10863         method, this would bug out.
10864
10865         * gnus-group.el (gnus-group-expunge-group): Rename from
10866         gnus-group-nnimap-expunge, and implemented as a normal interface
10867         function.
10868
10869         * gnus-int.el (gnus-request-expunge-group): New function.
10870
10871         * nnimap.el (nnimap-request-create-group): Implement.
10872         (nnimap-request-expunge-group): New function.
10873
10874 2010-09-21  Julien Danjou  <julien@danjou.info>
10875
10876         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10877         (gnus-html-cache-expired): Add new function.
10878         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10879         wethever we should display image for fetch it.
10880         Compute alt-text earlier to pass it to the fetching function too.
10881         (gnus-html-schedule-image-fetching): Change function argument to only
10882         get one image at a time, not a list.
10883         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10884         cache.
10885         (gnus-html-get-image-data): New function to retrieve image data from
10886         cache.
10887         (gnus-html-put-image): Change buffer argument to use image data rather
10888         than file, and place image above region rather than inserting a new
10889         one.  Do not take alt-text as argument, since it's useless now: we place
10890         the image above alt-text.
10891         (gnus-html-prune-cache): Remove.
10892         (gnus-html-show-images): Start to fetch image when we find one, do not
10893         push into a temporary list.
10894         (gnus-html-prefetch-images): Only fetch image if they have expired.
10895         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10896         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10897
10898 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10901
10902 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10905         spec inser "*" if the group isn't active instead of 0.
10906
10907         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10908         opening the server.
10909         (nnimap-request-delete-group): Implement group deletion.
10910         (nnimap-transform-headers): Return the size of the entire message in
10911         the Bytes header, not just the size of the first part.
10912         (nnimap-request-move-article): When moving an article from nnimap,
10913         request the article first so the accepting form has an article to
10914         accept.  Reported by Dan Christensen.
10915         (nnimap-command): Make sure that the error message doesn't error out.
10916
10917 2010-09-20  David Edmondson  <dme@dme.org>
10918
10919         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10920         we haven't requested anything.
10921
10922 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10925         "".  Fix found by Andrew Cohen.
10926
10927         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10928         instead of -encode-string.
10929
10930 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10933
10934         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10935         by mm-subst-char-in-string.
10936
10937 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10938
10939         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10940         waiting for the connection string.
10941
10942         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10943         arriving.
10944
10945         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10946         bogus characters.  This allows selecting certain Gmail groups.
10947
10948         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10949         (nnimap-fetch-partial-articles): New variable.
10950         (nnimap-open-connection): When looking for credentials, also use the
10951         nnimap-server-port.
10952         (nnimap-request-article): Return the group/article number, so that Gnus
10953         `^' works as expected.
10954         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10955
10956         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10957         comments.
10958         (gnus-methods-sloppily-equal): New function.
10959         (gnus): When using the development version of Gnus, load the gnus-load
10960         file.
10961
10962         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10963         `gnus-open-server' on each method before trying to scan them etc.
10964         This ensures that all the backend parameters are set correctly.
10965
10966         * nnimap.el (nnimap-authenticator): New variable.
10967         (nnimap-open-connection): Allow anonymous login.
10968         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10969         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10970
10971         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10972         patch, found by Knut Anders Hatlen.
10973
10974 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10975
10976         * gnus-agent.el (gnus-agent-batch-confirmation)
10977         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10978         to gnus-message.
10979         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10980         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10981         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10982         * gnus-int.el (gnus-open-server): Likewise.
10983         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10984         (gnus-score-check-syntax): Likewise.
10985         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10986         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10987         Likewise.
10988         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10989
10990 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10993         calling conventions so that prefetch doesn't bug out.
10994
10995 2010-09-19  Julien Danjou  <julien@danjou.info>
10996
10997         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10998         rather than `subst-char-in-region' in order to be able to replace ASCII
10999         char by UTF-8 ones.
11000
11001         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11002         than curl.
11003         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11004         the right URL and ALT text on images.
11005         (gnus-html-wash-tags): Fix tag case.
11006         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11007         (gnus-article-html): Add -o display_ins_del=2 option.
11008         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11009
11010 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11013         the extra mail headers, which sometimes seem to happen for unknown
11014         reasons.
11015
11016         * mail-parse.el (mail-header-encode-parameter): Define as
11017         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11018         (or most, perhaps?) mail readers don't understand the latter, but do
11019         understand the former.
11020
11021         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11022         to nil, so that no methods are automatically agentized.  I think this
11023         is probably what most users want.
11024
11025         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11026         from url-retrieve, for instance about invalid URLs.
11027
11028         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11029         groups that have no articles.
11030         (nnimap-request-article): Check that we really got an article when we
11031         requested one.
11032
11033         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11034         doesn't exist.
11035
11036         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11037         nntp buffer so the agent can save it.
11038         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11039         that CRLF doesn't get translated to \n.
11040         (nnimap-open-connection): Don't make 'shell commands only send \n.
11041
11042 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11043
11044         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11045         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11046         Update var name.
11047         (nnml-generate-nov-file): Use dolist.
11048         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11049         Use with-current-buffer.
11050
11051 2010-09-18  Julien Danjou  <julien@danjou.info>
11052
11053         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11054         parallel.
11055
11056 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11059         the range update right.
11060         (nnimap-request-group): Don't make `M-g' bug out on group with no
11061         marks.
11062         (nnoo): Require, so that other packages can require nnimap.
11063         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11064         command we're looking for.  This helps when the server sends more
11065         responses after we've gotten everything we expected.
11066         (nnimap): Add a `newlinep' field to keep track of end-of-line
11067         conventions.
11068         Don't send CRLF to things that don't want it.
11069         (nnimap-request-accept-article): Ditto.
11070
11071 2010-09-18  Julien Danjou  <julien@danjou.info>
11072
11073         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11074         than curl to retrieve images.
11075
11076 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11079         the marks.
11080         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11081         (nnimap-wait-for-connection): New function.
11082         (nnimap-open-connection): If we have PREAUTH, don't query for login
11083         credentials.
11084         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11085         when doing a partial update.
11086
11087 2010-09-18  Julien Danjou  <julien@danjou.info>
11088
11089         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11090         tags.
11091
11092 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093
11094         * nnimap.el (nnimap-credentials): New function.
11095         (nnimap-open-connection): Use the new function to look for credentials
11096         also on the numeric equivalents of "imap" and "imaps".
11097
11098         * gnus-start.el (gnus-activate-group): Send the info to
11099         gnus-request-group.
11100
11101         * nnimap.el (nnimap-request-group): Have the "check" version of the
11102         function parse flags and update the info, so that a `M-g' get a total
11103         resync of all flags from the group.
11104
11105         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11106         to allow backends to alter the info on group selection.  Also alter all
11107         the backend -request-group functions to take the parameter.
11108
11109         * nnimap.el (nnimap-store-info): New function.
11110         (nnimap-update-info): Store the info for later usage.
11111         (nnimap-request-group): Use the stored info for the dont-check case, so
11112         that we don't retrieve all marks when we enter a group.
11113
11114         * nnimap.el: Use deffoo instead of defun for interface functions.
11115
11116         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11117         update the group info.  This makes the nndraft groups, for instance, go
11118         back to their old behavior.
11119
11120         * gnus-sum.el (gnus-select-newsgroup): Indent.
11121
11122         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11123         in.
11124         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11125         nothing.
11126
11127         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11128         from methods that are denied.
11129
11130         * gnus-int.el (gnus-method-denied-p): New function.
11131
11132         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11133         store the password instead of netrc.
11134         (nnimap-open-connection): Don't error out when we can't make a
11135         connections.
11136
11137         * auth-source.el (auth-source-create): In the password prompt, say what
11138         we're querying for.  Also prompt for user name if that hasn't been
11139         given.
11140
11141         * nnimap.el (nnimap-with-process-buffer): Remove.
11142
11143 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11146         method when we're reading from the agent.
11147
11148         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11149
11150         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11151         that's probably most useful for users.
11152
11153         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11154         "failed" all the time.
11155
11156         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11157         ...)) with (with-current-buffer ... ).
11158
11159         * nntp.el (nntp-open-server): Return whether the open was successful or
11160         not.
11161
11162         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11163         select an unread unseen article first.
11164
11165         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11166         /etc/services, supply some sensible port defaults.
11167
11168         * dgnushack.el: Define netrc-credentials.
11169
11170 2010-09-17  Julien Danjou  <julien@danjou.info>
11171
11172         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11173
11174 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11175
11176         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11177         doesn't have any parameters.
11178
11179 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11182         only upcased checks.
11183
11184         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11185
11186         * nnimap.el (nnimap-open-shell-stream): New function.
11187         (nnimap-open-connection): Use it.
11188         (nnimap-transform-headers): Get the number of lines in each message.
11189         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11190         number of lines.
11191         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11192         problem.
11193
11194         * utf7.el (utf7-encode): Autoload.
11195
11196         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11197         to allow the mail splitting to not return a default group.  This is
11198         useful for nnimap, which will leave unmatched mail in the inbox.
11199
11200         * nnimap.el: Rewritten.
11201
11202         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11203         nnimap usage.
11204
11205         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11206         if the move is internal, so that nnimap can do fast internal moves.
11207
11208         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11209         data.
11210         (gnus-read-active-for-groups): Support finishing the early retrieval of
11211         data.
11212
11213         * gnus-range.el (gnus-range-nconcat): New function.
11214
11215         * gnus-int.el (gnus-finish-retrieve-group-infos)
11216         (gnus-retrieve-group-data-early): New functions.
11217
11218 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11219
11220         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11221         (nnrss-retrieve-groups):
11222         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11223         (pop3-quit): Use with-current-buffer.
11224
11225 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11228         instead of nnheader-accept-process-output.
11229
11230         * dgnushack.el (dgnushack-compile): Add comment.
11231
11232         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11233
11234         * gnus-html.el (gnus-html-schedule-image-fetching)
11235         (gnus-html-prefetch-images): Replace process-kill-without-query by
11236         gnus-set-process-query-on-exit-flag.
11237
11238 2010-09-16  Romain Francoise  <romain@orebokech.com>
11239
11240         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11241
11242 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11245         parameter to unintern is mandatory-ish in Emacs 24.
11246
11247         * gnus-html.el (gnus-html-schedule-image-fetching)
11248         (gnus-html-prefetch-images): Check for curl before using it.
11249
11250         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11251         depend on curl, which isn't essential.
11252
11253         * imap.el: Revert back to version
11254         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11255         seem problematic.
11256
11257 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11258
11259         * gnus-registry.el (gnus-registry-install-shortcuts):
11260         Explicitly pass `obarray' to `unintern' to avoid a warning.
11261
11262 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11265         change.
11266
11267         * nnrss.el (nnrss-request-list): Remove this function and related
11268         functions, including the moreover stuff.
11269
11270 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11271
11272         * nnrss.el (nnrss-retrieve-groups): New function.
11273
11274 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11275
11276         * .dir-locals.el: Add no-byte-compile cookie.
11277
11278 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * time-date.el (format-seconds): Comment fix.
11281
11282         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11283         for back end that doesn't support request-scan.
11284
11285 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11288         then do request scans from the backends.
11289
11290         * netrc.el (netrc-credentials): New conveniency function.
11291
11292         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11293         avoid running a hook per line, since this takes a lot of time,
11294         profiling shows.
11295         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11296         directly if gnus-visual-p is true.
11297
11298 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11301         groups; replace mapcar with dolist which is a bit faster; pass groups
11302         info to gnus-read-active-file-1.
11303         (gnus-read-active-file-1): Scan only specified groups if the new
11304         optional arg `infos' is given.
11305
11306 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11309
11310         * pop3.el (pop3-movemail): Remove.
11311         (pop3-streaming-movemail): Rename to pop3-movemail.
11312
11313         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11314         don't restrict end-tag searches to the end of the line.
11315
11316 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11319         articles of every unchecked group to t, which means unknown since the
11320         server has never been opened.
11321
11322 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11323
11324         * gnus-html.el (gnus-html-show-alt-text): New command.
11325         (gnus-html-browse-image): Ditto.
11326         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11327         to browse the image directly.
11328         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11329         better.
11330
11331         * gnus-async.el (gnus-async-article-callback):
11332         Call `gnus-html-prefetch-images' unconditionally.
11333
11334         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11335         before feeding URLs to curl.
11336
11337 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11340         internal images as deletable by `W D D'.
11341
11342         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11343         (gnus-async-article-callback): Fix typo.
11344
11345 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11348         current line to work around bugs in the output from w3m.
11349
11350         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11351         for groups that want that.
11352
11353         * nntp.el (nntp-wait-for-string): Supply a timeout for
11354         accept-process-output to ensure progress.
11355
11356         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11357         level to get unread articles from, then use that for foreign groups,
11358         too.
11359
11360         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11361         confuses the rest of the function.
11362
11363         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11364         for the methods that support -retrieve-groups, too.
11365
11366         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11367
11368 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11371         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11372
11373         * pop3.el: Require cl when compiling.
11374         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11375
11376 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11377
11378         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11379         that aren't going to be activated.
11380         (gnus-get-unread-articles): Fix up the last commit.
11381
11382         * gnus-html.el (gnus-article-html): Allow calling without specifying
11383         the handle.  In that case, dissect the buffer first.
11384
11385         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11386
11387         * nnimap.el (nnimap-open-connection): Revert the change that would look
11388         into authinfo for imaps instead of imap.
11389
11390         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11391         say that you don't want to call gnus-request-group with don-check, but
11392         do check the reponse.  This is for virtual groups only.
11393         (gnus-get-unread-articles): Count the archive groups as secondary, so
11394         that they're activated the same way as before.
11395
11396         * imap.el (imap-message-map): Removed optional buffer parameter, since
11397         no callers use it.
11398         (imap-message-get): Ditto.
11399         (imap-message-put): Ditto.
11400         (imap-mailbox-map): Ditto.
11401         (imap-mailbox-put): Ditto.
11402         (imap-mailbox-get): Ditto.
11403         (imap-mailbox-get): Revert last change for this function.
11404
11405         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11406         case-insensitively.
11407         (nnimap-debug): Remove.
11408
11409         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11410         callers to use `imap-fetch' instead.  According to the comments, this
11411         should be safe, since all other IMAP clients use the 1:* syntax.
11412         (imap-enable-exchange-bug-workaround): Remove.
11413         (imap-debug): Remove -- doesn't seem very useful.
11414
11415         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11416         mail from a file, and the file doesn't exist.
11417
11418         * imap.el (imap-log): New convenience function used throughout instead
11419         of repeating the same code all over the place.
11420
11421         * pop3.el (pop3-streaming-movemail): Return t for success.
11422
11423         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11424         .authinfo if we're using ssl connection.
11425
11426         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11427         already have if we're in a main Gnus `g' run.
11428
11429         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11430
11431 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11434
11435         * nnmh.el (nnmh-request-list-1): Bind `file'.
11436
11437         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11438         alias to set-process-query-on-exit-flag or process-kill-without-query.
11439         (pop3-open-server): Use it.
11440
11441 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11444         box to the Incoming file.  Fixes mistake in previous checkin.
11445
11446         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11447         request loop (for debugging purposes) removed.
11448
11449         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11450         culprit is more visible.
11451         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11452         (nnml-add-incremental-nov): New functions to do "incremental" nov
11453         updates, where we just append to the end of the existing nov files
11454         without reading/writing them in full.
11455
11456         * mail-source.el (mail-source-delete-crash-box): Really only check the
11457         incoming files once in a while.
11458
11459         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11460
11461         * mail-source.el (mail-source-delete-crash-box): Only check the
11462         incoming files for deletion once per day to save a lot of file
11463         accesses.
11464
11465         * pop3.el (pop3-logon): Fix up unbound variable typo.
11466
11467         * mail-source.el (pop3-streaming-movemail): Autoload.
11468
11469         * pop3.el (pop3-streaming-movemail):
11470         Respect pop3-leave-mail-on-server.
11471
11472         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11473         retrieval.
11474
11475         * pop3.el (pop3-process-filter): Remove unused function.
11476         (pop3-streaming-movemail, pop3-send-streaming-command)
11477         (pop3-wait-for-messages, pop3-write-to-file)
11478         (pop3-number-of-responses): New functions for streaming pop3
11479         retrieval.
11480
11481         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11482         come from no known methods.
11483         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11484         list.
11485
11486         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11487         message sizes.
11488         (pop3-movemail): Use erase-buffer instead of looping and deleting
11489         regions, which seems rather odd.
11490
11491         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11492         file once per `g' run.
11493
11494         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11495         directories.  This makes the draft queue directory work.
11496
11497         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11498         data from the backends, so that we only request the list of groups from
11499         each method once.  This should speed things up considerably.
11500
11501         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11502         detect that it's not implemented.
11503
11504         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11505         we actually do recurse down into the tree, but don't stat all leaf
11506         nodes.
11507
11508         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11509         then say so instead of bugging out.
11510
11511         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11512         files exist before trying to read them.
11513
11514         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11515         around <pre_int>.
11516
11517         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11518
11519         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11520
11521 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * mm-util.el (mm-image-load-path): Just return the image directories,
11524         not all directories in the path in addition to the image directories.
11525         (mm-image-load-path): Maintain a cache of the image directories so that
11526         the `g' command in Gnus doesn't have to stat dozens of directories each
11527         time.
11528
11529         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11530         (gnus-html-wash-tags): Add a new `i' command to insert images.
11531         (gnus-html-insert-image): New command and keystroke.
11532         (gnus-html-redisplay-with-images): New command and keystroke.
11533         (gnus-html-show-images): Rename command.
11534         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11535         spacers.
11536         (gnus-html-wash-tags): Decode entities at the end, so that entities
11537         inside the tags don't mess up the rest of the "parsing".
11538
11539         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11540         so that nnimap methods aren't agentized by default.  There's apparently
11541         many problems related to agent/imap behavior.
11542
11543         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11544
11545         * gnus-html.el: Doc fix.
11546
11547 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11550         specifier-spec-list for Emacs 21.
11551
11552         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11553         glyph-width and glyph-height instead of display-graphic-p and
11554         image-size; make avoidance of displaying small images work for XEmacs.
11555
11556         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11557         for XEmacs.
11558
11559         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11560         of symbol that holds plist data.
11561         (gnus-process-plist): Remove plist of process after getting it.
11562
11563 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11564
11565         * message.el (message-generate-hashcash): Change default to
11566         'opportunistic if hashcash is installed.
11567
11568         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11569         (gnus-html-put-image): Only call image-size once, since it's somewhat
11570         time-consuming on remote X servers.
11571
11572 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11575         type on data, not a file name.
11576
11577         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11578         window-pixel-edges for Emacs 21.
11579
11580         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11581         decoded contents.
11582         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11583
11584 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585
11586         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11587         group line format, since it isn't very interesting.
11588
11589         * gnus-agent.el (gnus-agent-short-article),
11590         (gnus-agent-long-article): Increase values for these two variables,
11591         since most people are likely to have more network connection and
11592         storage than before.
11593
11594         * gnus.el (gnus-refer-article-method): Change default to 'current.
11595         When referring an article, the common behavior is to refer it from the
11596         current select method, not the native select method.  The chances of
11597         the native select method having the message in question is rather slim
11598         these days.
11599
11600         * gnus-sum.el (gnus-auto-select-subject): Change default to
11601         `unseen-or-unread'.  I think it's likely that most people want to
11602         select an unseen article over a previously seen, but unread one.
11603
11604         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11605         means that in the article buffer none of the minor mode elements will
11606         be shown, usually, and this is not desirable in most cases.
11607
11608         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11609         that commands like `d' (and the like) go to the next line in the
11610         buffer, instead of the next unread article.  I think this is the
11611         behavior that is most natural for most users.
11612         (gnus-single-article-buffer): Change default to nil, so that people can
11613         have as many article buffers open as they have summary buffer.  I think
11614         this is the most natural way for the groups to behave.
11615
11616         * message.el (message-generate-new-buffers): Change default to
11617         `unsent', so that all new message buffers start their names with the
11618         string "*unsent", and it's easier to find the buffers if you move from
11619         them.
11620
11621 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11622
11623         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11624         small.  They're probably tracking images.
11625         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11626         (gnus-html-rescale-image): Yet another try at getting the image sizing
11627         right.
11628
11629         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11630         nntp-marks-file-name is nil.
11631
11632 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11633
11634         * gnus-html.el (gnus-html-wash-tags)
11635         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11636         Better logging.
11637
11638 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11639
11640         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11641
11642         * gnus-html.el (gnus-html-wash-tags): Check the value of
11643         gnus-blocked-images in the summary buffer.
11644
11645 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11646
11647         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11648
11649 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11650
11651         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11652         like "a", it seems like.
11653         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11654         since it needs to be picked from the correct buffer.
11655
11656         * nnwfm.el: Remove.
11657
11658         * nnlistserv.el: Remove.
11659
11660 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11661
11662         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11663         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11664
11665 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * nnkiboze.el: Remove.
11668
11669         * nndb.el: Remove.
11670
11671         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11672         alt text.
11673         (gnus-html-rescale-image): Try to get the rescaling logic right for
11674         images that are just wide and not tall.
11675
11676         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11677         overshadow variable bindings.
11678
11679 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11680
11681         * gnus-html.el (gnus-html-wash-tags)
11682         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11683         Add extra logging.
11684
11685 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11688         (gnus-max-image-proportion): New variable.
11689         (gnus-html-rescale-image): New function.
11690         (gnus-html-put-image): Rescale images.
11691
11692 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11693
11694         Fix up some byte-compiler warnings.
11695         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11696         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11697         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11698         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11699         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11700         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11701         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11702
11703 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * gnus-html.el (gnus-article-html): Decode contents by charset.
11706
11707 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11710         (gnus-html-frame-width, gnus-blocked-images):
11711         * message.el (message-prune-recipient-rules): Add custom version.
11712         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11713
11714         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11715         functions.
11716
11717         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11718         gnus-process-get.
11719
11720 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11721
11722         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11723         instead of lsub directly.
11724
11725 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11726
11727         * nnwarchive.el: Remove.
11728
11729         * gnus-soup.el: Remove.
11730
11731         * nnsoup.el: Remove.
11732
11733         * nnultimate.el: Remove.
11734
11735         * gnus-html.el (gnus-blocked-images): New variable.
11736
11737         * message.el (message-prune-recipients): New function.
11738         (message-prune-recipient-rules): New variable.
11739
11740         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11741         guess whether a long line is natural text or not.
11742
11743         * gnus-html.el (gnus-html-schedule-image-fetching):
11744         Use gnus-process-plist and friends for compatibility.
11745
11746 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11747
11748         * gnus-html.el: Require packages that define macros used in this file.
11749         (gnus-article-mouse-face): Declare to silence byte-compiler.
11750         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11751         process-get.
11752         (gnus-html-put-image): Use plist-get to avoid getf.
11753         (gnus-html-prefetch-images): Use with-current-buffer.
11754
11755 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * gnus-ems.el: Provide compatibility functions for
11758         gnus-set-process-plist.
11759
11760         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11761         header-line-format for XEmacs 21.4.
11762
11763         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11764         * gnus.el (gnus-valid-select-methods):
11765         * message.el (message-send-mail-partially-limit):
11766         * mm-decode.el (mm-text-html-renderer):
11767         * mml.el (mml-insert-mime-headers-always):
11768         * smiley.el (smiley-regexp-alist): Bump custom version.
11769
11770 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * gnus-html.el: Require mm-url.
11773         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11774         with the url to `url'.
11775         (gnus-html-wash-tags): Support cid: URLs/images.
11776
11777 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778
11779         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11780         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11781         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11782
11783         * gnus-move.el: Remove file, since it doesn't really work.
11784
11785         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11786         UTF-8.  This seems to fix problems with some German web feeds.
11787
11788         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11789         at the top so that the proper colors are applied.
11790
11791         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11792         don't have dots in their names.
11793
11794         * gnus-art.el (gnus-article-view-part): Doc fix.
11795
11796         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11797         XEmacs-compatible.
11798         (gnus-html-put-image): Don't do images on non-graphic displays.
11799
11800         * nnslashdot.el: Remove this unused backend.
11801
11802         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11803         actions.
11804         (gnus-undo-register-1): Revert last change.
11805
11806         * gnus-group.el (gnus-group-completing-read): Protect against not
11807         having completion-styles bound.
11808
11809         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11810         make broken recipients happier.
11811
11812         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11813
11814         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11815         point parameter.
11816
11817         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11818
11819         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11820         completion-styles for group selection.
11821
11822 2009-02-04  Andreas Schwab  <schwab@suse.de>
11823
11824         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11825         headers and regexp-quote the match if necessary.
11826
11827 2009-03-24  Miles Bader  <miles@gnu.org>
11828
11829         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11830         the blinking smiley.
11831
11832 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11833
11834         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11835         blink smiley.
11836
11837 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11840         where the dribbel file lives exists.
11841
11842         * message.el (message-send-mail-partially-limit): Change the default to
11843         nil, since most people don't want this.
11844
11845         * mm-url.el (mm-url-decode-entities): Also decode entities like
11846         &#x3212.
11847
11848 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11849
11850         * gnus-sum.el (gnus-summary-idna-message):
11851         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11852         Hyperlink urls in docstrings with URL `...'.
11853
11854 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11855
11856         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11857         functions.
11858
11859 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11860
11861         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11862         say what the mouseover text should be.
11863
11864         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11865         version of the mm-w3m-safe-url-regexp variable to only download images
11866         in the groups where we want that to happen.
11867
11868         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11869
11870         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11871         easier debugging.
11872         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11873         big pictures in the article buffer.
11874
11875         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11876         gnus-article-html.
11877         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11878         w3m.
11879
11880         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11881
11882 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11883
11884         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11885         which doesn't exist.
11886
11887         * message.el (message-inhibit-ecomplete): New variable to allow some
11888         function to inhibit ecomplete address storage.
11889         (message-resend): Disable ecomplete message storage when resending
11890         messages.
11891
11892         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11893
11894 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11897         Save excursion while copying, moving, and deleting articles in order to
11898         prevent the cursor from jumping to unforeseen place.
11899
11900 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * lpath.el: No need to bind bookmark-current-buffer,
11903         bookmark-yank-point and bookmark-make-record-function.
11904
11905 2010-08-17  Glenn Morris  <rgm@gnu.org>
11906
11907         * gnus-sync.el: Require gnus components whose functions are used.
11908
11909         * gnus-art.el (bookmark-make-record-function):
11910         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11911         Declare for compiler.
11912
11913         * mm-url.el (mml-compute-boundary): Autoload.
11914
11915 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11918
11919 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11920
11921         Typo fix "hoo4a" -> "hook".
11922
11923         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11924
11925 2010-08-14  Glenn Morris  <rgm@gnu.org>
11926
11927         * gnus-sync.el (gnus-sync): Fix defgroup version.
11928
11929 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11930
11931         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11932
11933         * gnus-sync.el: Fix docs.
11934         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11935         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11936
11937 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11938
11939         Optimizations for gnus-sync.el.
11940
11941         * gnus-sync.el: Add docs about gnus-sync-backend
11942         possibilities.
11943         (gnus-sync-save): Remove unnecessary message.
11944         (gnus-sync-read): Optimize and show what groups were skipped.
11945
11946 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11947
11948         Minor bug fixes for gnus-sync.el.
11949
11950         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11951         Don't read the sync on get-new-news.
11952
11953         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11954         quiet.
11955
11956         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11957         (fix typo).
11958
11959 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11960
11961         Make saving and restoring of hidden threads work with overlays.
11962         Patch applied by Ted Zlatanov.
11963
11964         * gnus-sum.el (gnus-hidden-threads-configuration)
11965         (gnus-restore-hidden-threads-configuration): Update to deal with text
11966         properties, rather than searching for a magic character.
11967
11968 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         New gnus-sync.el library for synchronization of marks.
11971
11972         * gnus-sync.el: New library for synchronization of marks.
11973
11974         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11975         renamed from `gnus-registry-grep-in-list'.
11976
11977         * gnus-registry.el (gnus-registry-follow-group-p):
11978         Use `gnus-grep-in-list'.
11979
11980         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11981
11982 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11985         determining charset of text fails.
11986
11987 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * nnmail.el (nnmail-get-new-mail-1): Revert.
11990
11991         * nnml.el (nnml-active-number): Make sure names of newly created groups
11992         in nnml-group-alist are encoded.
11993
11994 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11997         containing non-ASCII characters in active file for nnml back end.
11998
11999 2010-07-24  David Engster  <dengste@eml.cc>
12000
12001         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12002         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12003
12004 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12005
12006         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12007         tag (Bug#6654).
12008
12009 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12012         the article buffer, not the summary buffer.
12013
12014 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12017         Emacs 23 as well.
12018
12019 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12022         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12023
12024 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12025
12026         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12027         Patch applied by Karl Fogel.
12028
12029         * gnus-sum.el (gnus-summary-bookmark-make-record):
12030         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12031
12032 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12033
12034         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12035         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12036         C-w still not working correctly from Article buffers; Thierry's
12037         patch to fix that will be applied after this.
12038
12039         * gnus-art.el (bookmark-make-record-function): New local variable.
12040
12041         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12042         article buffer.
12043         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12044
12045 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12046
12047         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12048         on changes in bookmark.el.
12049
12050 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12053         `no-log' instead of message not to log prompt string.
12054
12055 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12056
12057         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12058         the *other* type of HTML form submission.
12059
12060 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12061
12062         * auth-source.el (auth-source-pick): If choice does not contain a
12063         questioned keyword, set the check to t.
12064
12065 2010-06-12  Romain Francoise  <romain@orebokech.com>
12066
12067         * gnus-util.el (gnus-date-get-time): Move up before first use.
12068
12069 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12072         (gnus-article-edit-part): Bind it to make last part that is substituted
12073         or deleted visible.
12074         (gnus-mime-display-single): Buttonize part of which id equals to
12075         gnus-mime-buttonized-part-id.
12076
12077 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12078
12079         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12080         (gnus-dd-mmm): Use gnus-date-get-time.
12081         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12082         simplify logic.
12083         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12084         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12085
12086 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12087
12088         * auth-source.el (top): Autoload `secrets-list-collections',
12089         `secrets-create-item', `secrets-delete-item'.
12090         (auth-sources): Fix tag string.
12091         (auth-get-source, auth-source-retrieve, auth-source-create)
12092         (auth-source-delete): New defuns.
12093         (auth-source-pick): Rewrite in order to avoid 2 passes.
12094         (auth-source-forget-user-or-password): New parameter USERNAME.
12095         (auth-source-user-or-password): New parameters CREATE-MISSING and
12096         DELETE-EXISTING.  Retrieve password interactively, if needed.
12097
12098 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12099
12100         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12101         deleting unused directories when gnus-expert-user is t.
12102
12103 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12106         for each temp file when gnus-article-browse-delete-temp is ask.
12107
12108 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12109
12110         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12111         Replace Lisp calls to delete-backward-char by calls to delete-char.
12112
12113 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12114
12115         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12116
12117 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12118
12119         * password-cache.el (password-cache-remove): Fix docstring.
12120
12121 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12124         article unless decoding article to be saved.
12125
12126 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12129         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12130         generated within the mm-with-unibyte-current-buffer macro.
12131
12132 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12135         to nil when we're in a mml-preview buffer and no group is selected.
12136
12137 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12138
12139         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12140         when catching the `C-g'.  Reported by "Leo".
12141
12142 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * message.el (message-forward-make-body-plain)
12145         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12146         multibyte-string-p.
12147
12148         * lpath.el: Revert.
12149
12150 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * message.el (message-forward-make-body-mml): Assume original message
12153         is multibyte string; error on unibyte.
12154         (message-forward-make-body-plain): Ditto; don't add excessive newline
12155         in body end.
12156
12157         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12158
12159 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12160
12161         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12162         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12163
12164 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * mm-extern.el (mm-extern-url): Don't use
12167         mm-with-unibyte-current-buffer.
12168         (mm-extern-cache-contents): Use with-current-buffer instead of
12169         save-excursion + set-buffer.
12170
12171 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mm-util.el (mm-emacs-mule): Remove.
12174
12175 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12176
12177         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12178         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12179         change.
12180
12181 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12184         bind the default value of enable-multibyte-characters to nil.
12185
12186 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * message.el (message-forward-make-body-plain)
12189         (message-forward-make-body-mml):
12190         Don't use mm-with-unibyte-current-buffer.
12191
12192 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12193
12194         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12195
12196 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12197
12198         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12199         (Bug#5592).
12200
12201 2010-05-07  Julien Danjou  <julien@danjou.info>
12202
12203         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12204         it to mm-pipe-part.
12205
12206         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12207         it is given.
12208
12209 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * binhex.el (binhex-decode-region-internal):
12212         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12213         (dns-query):
12214         * nnweb.el (nnweb-gmane-search):
12215         * pgg-parse.el (pgg-parse-armor):
12216         * pgg.el (pgg-verify-region):
12217         * sha1.el (sha1-string-external):
12218         * uudecode.el (uudecode-decode-region-internal):
12219         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12220         XEmacs.
12221
12222         * gnus-art.el (gnus-article-browse-html-parts):
12223         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12224         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12225         make-temp-file.
12226
12227         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12228         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12229         compiling.
12230
12231         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12232         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12233         XEmacs when compiling.
12234
12235         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12236         gnus-pick-mode-off-hook for XEmacs when compiling.
12237         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12238         gnus-binary-mode-off-hook for XEmacs when compiling.
12239
12240         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12241         Return nil if char-charset is not available.
12242
12243         * imap.el (imap-disable-multibyte)
12244         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12245         macros.
12246
12247         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12248         instead of encode-coding-string.
12249
12250         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12251         'xemacs) instead of mm-emacs-mule to switch function definitions.
12252         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12253
12254         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12255         bind temporary-file-directory for XEmacs;
12256         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12257         timer-set-function for XEmacs 21.4 and SXEmacs;
12258         bind timer-list for XEmacs 21.4 and SXEmacs;
12259         fbind char-charset and find-charset-region for non-Mule XEmacs;
12260         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12261         encode-coding-region and encode-coding-string for XEmacs having no
12262         file-coding feature.
12263
12264 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12265
12266         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12267
12268 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12271         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12272
12273 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12274
12275         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12276         alias `jka-compr-delete-temp-file' no longer exists.
12277
12278 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12279
12280         Use define-minor-mode in Gnus where applicable.
12281         * mml.el (mml-mode): Use define-minor-mode.
12282         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12283         (gnus-undo-mode): Use define-minor-mode.
12284         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12285         (gnus-dead-summary-mode): Use define-minor-mode.
12286         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12287         Initialize in declaration.
12288         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12289         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12290         (gnus-mailing-list-mode): Use define-minor-mode.
12291         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12292         (gnus-draft-mode): Use define-minor-mode.
12293         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12294         (gnus-dired-mode): Use define-minor-mode.
12295
12296 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12297
12298         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12299         handles on recursive mml-to-mime translation and check them for
12300         boundary delimiter collisions.  Reported by Greg Troxel.
12301
12302 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12305
12306 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12307
12308         * mm-util.el (mm-find-buffer-file-coding-system):
12309         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12310
12311 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12312
12313         * message.el (message-generate-headers): Record insertion of optional
12314         headers as well.  Otherwise the check to prevent repeated insertion of
12315         optional headers is a no-op.
12316
12317 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12318
12319         * smime.el: Don't mention CVS.
12320
12321         * nnrss.el (nnrss-fetch): Don't mention CVS.
12322
12323         * nnir.el: Don't mention CVS.
12324
12325 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12326
12327         * gnus-sum.el (gnus-summary-bookmark-make-record):
12328         Add `location' field.
12329
12330 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * lpath.el: Fbind bookmark-default-handler,
12333         bookmark-get-bookmark-record, bookmark-make-record-default,
12334         bookmark-prop-get for Emacs <23 and XEmacs.
12335
12336 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12337
12338         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12339         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12340         Use with-current-buffer to silence the byte-compiler.
12341         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12342         bother to require `gnus'.
12343         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12344
12345 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12346
12347         * gnus-sum.el (gnus-summary-bookmark-make-record)
12348         (gnus-summary-bookmark-jump): New functions.
12349         (gnus-summary-mode): Setup bookmark support.
12350
12351 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12352
12353         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12354         if set.
12355
12356 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12359         gnus-article-browse-html-save-cid-image; make it work recursively for
12360         forwarded messages as well.
12361         (gnus-article-browse-html-parts): Work when prefix arg is given.
12362         (gnus-article-browse-html-article): Doc fix.
12363
12364 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12365
12366         * message.el (message-default-mail-headers)
12367         (message-default-headers): Carry the value mail-default-headers over
12368         into message-default-mail-headers, rather than message-default-headers.
12369
12370 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12371
12372         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12373         charset.
12374
12375         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12376         charset into the <meta> tag when the article is encoded to utf-8.
12377
12378 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-art.el (gnus-article-browse-delete-temp-files):
12381         Delete directories as well.
12382         (gnus-article-browse-html-parts): Work for images that do not specify
12383         file names; delete temp directory when quitting; insert header at the
12384         right place; use file: scheme for image files.
12385
12386 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12387
12388         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12389         (gnus-article-browse-html-parts): Use it to make temporary cid image
12390         files in addition to html file so that browser may display them.
12391
12392 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12395
12396 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12397
12398         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12399
12400 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12401
12402         * auth-source.el (auth-sources): Change default to be simpler.
12403         Explain about Secret Service API sources.  Improve Customize options.
12404         (auth-source-pick): Change to accept any number of search parameters.
12405         Implement fallbacks iteratively, not recursively.  Add scoring on the
12406         second pass and sort by score.  Call Secret Service API when needed.
12407         (auth-source-user-or-password): Use it.  Call Secret Service API
12408         directly when needed to get the user name and the password.
12409
12410 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12411
12412         * message.el (message-interactive): Doc fix.
12413         (message-qmail-inject-args): Reflow.
12414         (message-kill-to-signature): Fix typo in docstring.
12415
12416         * smiley.el (smiley-buffer): Fix typo in docstring.
12417
12418 2010-03-24  Glenn Morris  <rgm@gnu.org>
12419
12420         * mail-source.el (gnus-message): Declare.
12421         (mail-source-delete-old-incoming): Require gnus-util.
12422
12423 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12426
12427         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12428
12429         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12430         password-cache's default if it is not bound.
12431         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12432         password-cache-expiry's default if it is not bound.
12433
12434         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12435         available in Emacs 21.
12436
12437         * lpath.el: Suppress compiler warnings for:
12438         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12439         XEmacs;
12440         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12441         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12442         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12443
12444 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12445
12446         * auth-source.el (auth-sources): Fix up definition so extra parameters
12447         are always inline.
12448
12449 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12450
12451         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12452         wasn't updated after mismatch.  Clear cached mailbox info correctly
12453         when uidvalidity changes.
12454         (nnimap-group-prefixed-name): New function to avoid some code
12455         duplication.
12456         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12457         (nnimap-request-group): Use it.
12458         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12459         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12460         with many imap folders.  This is done by caching the group status from
12461         the imap server persistently in a group parameter `imap-status'.  (This
12462         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12463         but not persistently, so every Gnus startup was still very slow.)
12464
12465 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12466
12467         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12468         delete the extra newline.  Otherwise editing of :string and :number
12469         types don't work.
12470
12471 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12472
12473         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12474         secrets.el dependency.
12475         (auth-sources): Add optional user name.  Add secrets.el configuration
12476         choice (unused right now).
12477
12478 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12479
12480         * gnus-sum.el (gnus-summary-make-menu-bar):
12481         Let `gnus-registry-install-shortcuts' fill in the functions.
12482
12483         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12484         warnings.
12485         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12486         (gnus-registry-install-shortcuts): Populate and use it in a
12487         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12488
12489 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12490
12491         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12492         In-place substitutions for the group name encoding/decoding.
12493         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12494         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12495         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12496         (nnimap-update-unseen, nnimap-request-list)
12497         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12498         (nnimap-request-set-mark, nnimap-split-to-groups)
12499         (nnimap-split-articles, nnimap-request-newgroups)
12500         (nnimap-request-create-group, nnimap-request-accept-article)
12501         (nnimap-request-delete-group, nnimap-request-rename-group)
12502         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12503         `encoded-mbx' for consistency.
12504         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12505         variable `imap-current-mailbox'.
12506
12507         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12508         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12509
12510 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12511
12512         * pop3.el (pop3-display-message-size-flag): Display message size byte
12513         counts during POP3 download.
12514         (pop3-movemail): Use it.
12515         (pop3-list): Implement listing of available messages.
12516
12517 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12518
12519         * nnir.el (nnir-get-article-nov-override-function): New function to
12520         override the normal NOV retrieval.
12521         (nnir-retrieve-headers): Use it.
12522
12523 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12524
12525         * auth-source.el (netrc-machine-user-or-password): Autoload.
12526
12527 2010-03-19  Glenn Morris  <rgm@gnu.org>
12528
12529         Stop message.el from loading about 40 libraries it doesn't always need.
12530         The general approach is to autoload rather than require, and to
12531         require in the specific functions rather than the file.  (Bug#5642)
12532
12533         * gmm-utils.el: Don't require wid-edit.
12534         (widget-create-child-value, widget-convert, widget-default-get):
12535         Autoload.
12536
12537         * gnus-util.el: Don't require time-date, netrc.
12538         (message-fetch-field, gnus-group-name-decode): Declare rather than
12539         autoloading.
12540         (gnus-fetch-field): Require message.
12541         (gnus-decode-newsgroups): Require gnus-group.
12542
12543         * ietf-drums.el: Don't require time-date.
12544
12545         * message.el: Don't require hashcash, canlock, ecomplete.
12546         Do require mail-utils.  Require nnheader only when compiling.
12547         (smtpmail-default-smtp-server): Remove declaration.
12548         (message-send-mail-function): Check smtpmail-default-smtp-server
12549         is bound rather than requiring smtpmail.
12550         (message-auto-save-directory, message-insert-signature):
12551         Use expand-file-name rather than nnheader-concat.
12552         (nnheader-insert-file-contents): Autoload.
12553         (hashcash-wait-async): Declare.
12554         (message-send-mail): Only call gnus-setup-posting-charset if
12555         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12556         (message-send-mail-with-sendmail): Require sendmail.
12557         (canlock-password, canlock-password-for-verify): Declare.
12558         (message-canlock-password): Require canlock.
12559         (nnheader-get-report): Autoload.
12560         (gnus-setup-posting-charset): Declare.
12561         (message-send-news): Require gnus-msg.
12562         (message-make-references, message-make-in-reply-to): Use mail-header-id
12563         rather than the alias mail-header-message-id.
12564         (ecomplete-add-item, ecomplete-save): Declare.
12565         (message-put-addresses-in-ecomplete): Require ecomplete.
12566         (ecomplete-display-matches): Autoload.
12567
12568         * mm-decode.el: Don't require mailcap, gnus-util.
12569         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12570         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12571         Autoload.
12572         (mailcap-mime-extensions): Declare.
12573
12574         * mm-encode.el: Don't require mailcap.
12575         (mailcap-extension-to-mime): Autoload.
12576
12577         * mml-sec.el: Don't require password-cache.
12578
12579         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12580         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12581         (mml-minibuffer-read-type): Require mailcap.
12582         (mml-preview): Require gnus-msg.
12583
12584         * mml1991.el: Require password-cache.
12585         (password-cache-expiry): Remove declaration.
12586
12587         * mml2015.el: Require password-cache.
12588         (password-cache-expiry): Remove declaration.
12589
12590         * nneething.el (mailcap): Require mailcap.
12591
12592         * nnheader.el (declare-function): Add compatibility stub.
12593         (message-remove-header): Declare rather than autoload.
12594         (nnheader-replace-header): Require message.
12595
12596         * nnimap.el (declare-function): Add compatibility stub.
12597         (netrc-parse, netrc-machine-user-or-password): Declare.
12598         (nnimap-open-connection): Require netrc.
12599
12600         * nntp.el (declare-function): Add compatibility stub.
12601         (netrc-parse, netrc-machine, netrc-get): Declare.
12602         (nntp-send-authinfo): Require netrc.
12603
12604         * rfc2047.el: Don't require qp.
12605         (quoted-printable-encode-region, quoted-printable-decode-string):
12606         Autoload.
12607
12608         * sieve-mode.el: Don't require easymenu.
12609         (easy-menu-add-item): Autoload it.
12610
12611         * spam-stat.el (time-to-number-of-days): Autoload it.
12612
12613 2010-03-19  Glenn Morris  <rgm@gnu.org>
12614
12615         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12616
12617 2010-03-18  Glenn Morris  <rgm@gnu.org>
12618
12619         * hashcash.el (declare-function): Remove duplicate definition.
12620
12621 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12622
12623         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12624         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12625         value if any backslash escapes).
12626
12627 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12630         if it is available.  (bug#5647)
12631
12632         * lpath.el: Suppress compiler warning for coding-system-from-name for
12633         Emacs 21 and XEmacs.
12634
12635 2010-03-14  Juri Linkov  <juri@jurta.org>
12636
12637         * hmac-def.el:
12638         * hmac-md5.el:
12639         * netrc.el: Fix keywords.
12640
12641 2010-02-26  Glenn Morris  <rgm@gnu.org>
12642
12643         * message.el (message-send-mail-function): Change the default, so that
12644         it inherits from a customized send-mail-function.  (Bug#5643)
12645
12646 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12647
12648         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12649         shell-command-to-string signals an error (bug#5299).
12650
12651 2010-02-24  Glenn Morris  <rgm@gnu.org>
12652
12653         * message.el (message-smtpmail-send-it)
12654         (message-send-mail-with-mailclient): Doc fixes.
12655
12656 2010-02-16  Glenn Morris  <rgm@gnu.org>
12657
12658         * message.el (message-default-mail-headers): Change the default value
12659         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12660
12661 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12664         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12665
12666 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12667
12668         * time-date.el (date-to-time): Doc fix (Bug#5408).
12669
12670 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12671
12672         * message.el (message-mail): Just pass yank-action on to message-setup.
12673         (message-setup): Handle (FUN . ARGS) form of yank-action.
12674         (message-with-reply-buffer, message-widen-reply)
12675         (message-yank-original): Handle non-buffer values of
12676         message-reply-buffer (Bug#4080).
12677         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12678
12679 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12680
12681         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12682         Fix typo in docstring.
12683
12684 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12685
12686         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12687         response.
12688
12689 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12692
12693         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12694
12695         * message.el (message-check-news-header-syntax): Protect against a
12696         string that `rfc822-addresses' returns when parsing fails.
12697
12698 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12701         (gnus-previous-char-property-change): New functions.
12702
12703         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12704
12705 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12706
12707         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12708         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12709
12710 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12711
12712         * message.el (message-exchange-point-and-mark): Rework last change to
12713         avoid using optional arg of exchange-point-and-mark, for backward
12714         compatibility.
12715
12716 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12717
12718         * message.el (message-exchange-point-and-mark):
12719         Call exchange-point-and-mark with an argument rather than setting
12720         mark-active by hand (Bug#5175).
12721
12722 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * nntp.el (nntp-service-to-port): Work for service expressed with
12725         numeric string; replace [:digit:] with [0-9] for XEmacs.
12726
12727 2009-12-17  Glenn Morris  <rgm@gnu.org>
12728
12729         * gnus-group.el (gnus-bug-group-download-format-alist):
12730         Change emacs entry to debbugs.gnu.org.  Bump :version.
12731
12732 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12735
12736 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * message.el (message-info): Explain why we use `Info-goto-node'.
12739
12740 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12743
12744 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12745
12746         * message.el (message-completion-in-region): New compatibility function.
12747         (message-expand-group): Use it.
12748
12749 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12752         with no unread article should be listed if the 2nd arg `predicate' is
12753         given.
12754
12755 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12758
12759 2009-11-29  Juri Linkov  <juri@jurta.org>
12760
12761         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12762         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12763         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12764
12765 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12766
12767         * sha1.el (sha1-string-external): default-directory "/" in case
12768         otherwise non-existent.  process-connection-type pipe for touch of
12769         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12770
12771 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12772
12773         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12774         it's comms related and sgml-mode.el has "comm" on that basis too.
12775
12776 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12779         containing tspecial characters if they have been already quoted.
12780
12781 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12782
12783         * dns-mode.el (auto-mode-alist): Purecopy string.
12784
12785 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12786
12787         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12788
12789 2009-10-24  Glenn Morris  <rgm@gnu.org>
12790
12791         * gnus-art.el (help-xref-stack-item): Define for compiler.
12792
12793 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12794
12795         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12796
12797 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12800
12801 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12804         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12805
12806 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12809         (gnus-overlays-in): New alias to overlays-in.
12810
12811         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12812         gnus-overlay-get, and gnus-delete-overlay.
12813         (gnus-summary-show-thread): Make it work as well for systems in which
12814         next-single-char-property-change is not available.
12815         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12816
12817         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12818         (gnus-overlay-get): New alias to extent-property.
12819         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12820
12821         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12822         SXEmacs.
12823
12824         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12825         SXEmacs.
12826
12827 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12830
12831 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12832
12833         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12834         and XEmacs that don't have `remove-overlays'.
12835
12836 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12837
12838         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12839         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12840         selective display.  Use overlays instead.
12841
12842 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12843
12844         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12845
12846 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12847
12848         * spam-stat.el (spam-stat-load): Fix typo in message.
12849
12850 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12851
12852         * dig.el (dig-invoke): Fix typo in docstring.
12853         (query-dig): Reflow docstring.
12854
12855 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12856
12857         * gnus-art.el (gnus-article-encrypt-body):
12858         * message.el (message-check-recipients):
12859         * mm-util.el (mm-codepage-setup):
12860         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12861         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12862
12863 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12864
12865         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12866         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12867         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12868         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12869         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12870
12871 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12872
12873         * dig.el: Add "Keywords: comm", as per net-utils.el.
12874
12875 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12876
12877         * dig.el (dig-mode): Use define-derived-mode.
12878
12879 2009-09-19  Glenn Morris  <rgm@gnu.org>
12880
12881         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12882
12883 2009-09-18  Glenn Morris  <rgm@gnu.org>
12884
12885         * gnus-diary.el (gnus-diary-check-message):
12886         * message.el (message-insert-formatted-citation-line):
12887         * nnbabyl.el (top-level):
12888         * nndiary.el (nndiary-schedule):
12889         Fix typos in condition-case handlers.
12890
12891 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12894         configuration that provides the sole article window in a frame;
12895         position point correctly after deleting a part.
12896
12897 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12898
12899         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12900         (spam-resolve-registrations-routine): Use it to unregister articles
12901         that change status.
12902
12903 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12906         with XEmacs.
12907         (parse-time-string-chars): Use it.
12908
12909 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12910
12911         * imap.el (imap-interactive-login): Better messages.
12912         (imap-open): Fix bug with renamed buffer on reconnect.
12913         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12914         for easier debugging and cleaner code.  On successful (guessed based on
12915         server capabilities) secondary authentication, set imap-state
12916         correctly.
12917         (imap-last-authenticator): Define imap-last-authenticator as a variable
12918         to avoid warnings.
12919
12920 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * nnrss.el (nnrss-request-article): Remove binding of
12923         default-enable-multibyte-characters that has gotten needless by
12924         the 2007-07-13 change in rfc2047-encode-message-header.
12925
12926         * mml.el (mml-insert-multipart): Error on the message header.
12927         (mml-insert-part): Error on the message header; position point at
12928         the end of a MIME tag.
12929
12930 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * time-date.el (autoload): Expand define-obsolete-function-alias into
12933         defalias and make-obsolete for old Emacsen that Gnus supports.
12934         (with-no-warnings): Define it for old Emacsen.
12935         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12936         is available.
12937         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12938         float-time is available; suppress compile warning for time-to-seconds.
12939
12940         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12941         (gnus-float-time): Alias to float-time if it exists.
12942
12943         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12944         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12945         float-time is available; suppress compile warning for time-to-seconds.
12946
12947         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12948         XEmacs.
12949
12950 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12951
12952         * imap.el (imap-message-map): Docstring fix.
12953
12954 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12957         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12958         Add the optional argument `encoding' that overrides the default.
12959
12960         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12961         mm-encode-buffer.
12962
12963 2009-09-04  Glenn Morris  <rgm@gnu.org>
12964
12965         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12966         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12967         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12968         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12969         * mm-util.el (mm-with-unibyte-current-buffer)
12970         (mm-find-buffer-file-coding-system):
12971         * yenc.el (yenc-decode-region): Use default-value rather than
12972         default-enable-multibyte-characters.
12973
12974 2009-09-03  Glenn Morris  <rgm@gnu.org>
12975
12976         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12977         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12978         than default-enable-multibyte-characters.
12979
12980 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12981
12982         * gnus-art.el (gnus-article-read-summary-keys):
12983         Fix gnus-buffer-configuration's value temporarily used.
12984
12985 2009-09-02  Glenn Morris  <rgm@gnu.org>
12986
12987         * gnus-util.el (gnus-float-time): New function.
12988         * gnus-delay.el (gnus-delay-article):
12989         * gnus-sum.el (gnus-thread-latest-date):
12990         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12991         * nnspool.el (nnspool-request-newgroups):
12992         Use gnus-float-time rather than time-to-seconds.
12993         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12994
12995         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12996         (gnus-header-subject-face, gnus-header-newsgroups-face)
12997         (gnus-header-name-face, gnus-header-content-face):
12998         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12999         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13000         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13001         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13002         (gnus-cite-face-11):
13003         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13004         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13005         (gnus-server-closed-face, gnus-server-denied-face)
13006         (gnus-server-offline-face):
13007         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13008         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13009         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13010         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13011         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13012         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13013         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13014         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13015         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13016         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13017         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13018         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13019         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13020         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13021         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13022         (gnus-summary-high-undownloaded-face)
13023         (gnus-summary-low-undownloaded-face)
13024         (gnus-summary-normal-undownloaded-face)
13025         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13026         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13027         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13028         (gnus-splash-face):
13029         * message.el (message-header-to-face, message-header-cc-face)
13030         (message-header-subject-face, message-header-newsgroups-face)
13031         (message-header-other-face, message-header-name-face)
13032         (message-header-xheader-face, message-separator-face)
13033         (message-cited-text-face, message-mml-face):
13034         * sieve-mode.el (sieve-control-commands-face)
13035         (sieve-action-commands-face, sieve-test-commands-face)
13036         (sieve-tagged-arguments-face):
13037         * spam.el (spam-face):
13038         Mark face aliases with "-face" in the name as obsolete.
13039
13040 2009-09-01  Glenn Morris  <rgm@gnu.org>
13041
13042         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13043         than goto-line.
13044
13045 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13048         Don't move point if the command is invoked inside the message header.
13049
13050 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13051
13052         * imap.el (imap-send-command): Simplify.
13053         (imap-wait-for-tag): point-max -> buffer-size.
13054
13055 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13056
13057         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13058         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13059         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13060         * nnir.el (nnir-swish-e-index-file):
13061         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13062         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13063         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13064         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13065         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13066         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13067
13068 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13071         Don't save excursion.
13072
13073 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13074
13075         * nnheader.el (nnheader-find-file-noselect):
13076         * mm-util.el (mm-insert-file-contents):
13077         Use (default-value 'major-mode) instead of default-major-mode.
13078
13079 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13080
13081         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13082
13083 2009-08-26  Glenn Morris  <rgm@gnu.org>
13084
13085         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13086         than placing in files.el.
13087
13088 2009-08-25  Glenn Morris  <rgm@gnu.org>
13089
13090         * nnir.el (top-level): Don't require cl at run-time.
13091         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13092         Replace cl-function substitute with gnus-replace-in-string.
13093         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13094         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13095         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13096         simplified expansions.
13097
13098 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13099
13100         * dig.el (dig): Add autoload cookie.
13101
13102 2009-08-22  Glenn Morris  <rgm@gnu.org>
13103
13104         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13105         goto-line.
13106
13107 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13108
13109         * parse-time.el (parse-time-string-chars): Save match data.
13110
13111 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13112
13113         * parse-time.el (parse-time-string-chars): Compute using character
13114         classes, to handle non-ascii characters (Bug#3190).
13115
13116 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13119
13120         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13121         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13122         (gnus-mm-display-part, gnus-mime-display-single)
13123         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13124         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13125
13126         * gnus-sum.el
13127         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13128         (gnus-summary-move-article): Add expirable mark to articles copied or
13129         moved to group that has auto-expire turned on if the option is non-nil.
13130
13131 2009-07-24  Glenn Morris  <rgm@gnu.org>
13132
13133         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13134         Fix typo.  (Bug#3903)
13135
13136 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13139         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13140         that should not be used for draft articles.
13141         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13142         that has no concern in minor mode keys.
13143         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13144         Abolish.
13145
13146 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13149         article without making inquiry to a user for unknown encoding.
13150
13151         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13152         (nnmaildir--scan): Assume i-node and device number that file-attributes
13153         returns might be cons-cell.
13154
13155         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13156
13157         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13158
13159 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * auth-source.el: Remove docs now in auth.texi.  Don't use
13162         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13163         `auth-source-hide-passwords' and use them.
13164
13165 2009-07-15  Glenn Morris  <rgm@gnu.org>
13166
13167         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13168
13169 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13172         excessive whitespace from the default values of title and description.
13173
13174 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13177         mail-fetch-field to fetch Content-Description header in order to
13178         exclude newlines.
13179
13180 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13181
13182         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13183         format used by GnuPG 2.0.11.
13184
13185 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13188         to deleted part.
13189
13190 2009-05-30  David Engster  <dengste@eml.cc>
13191
13192         * nnmairix.el: Remove old documentation in the commentary block.
13193         (nnmairix-request-group): Do not update active file for nnml back ends.
13194         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13195         end so that overview files are ignored.
13196         (nnmairix-update-groups): Make updating the groups more robust by using
13197         marks.
13198         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13199         with dollar characters in message-id.
13200
13201 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13204         2008-12-25 in dns.el.
13205
13206 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13207
13208         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13209         could happen if the text is only composed of spaces and/or tabs.
13210
13211 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13212
13213         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13214         when sending a queued message to avoid extra mml tags.
13215
13216 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13219
13220 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13223         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13224         rmail-toggle-header for XEmacs;
13225         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13226
13227 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-dired.el: Remove autoload for gnus-setup-message.
13230         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13231         displaying Gnus logo; always use compose-mail.
13232
13233 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13236
13237 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13240         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13241         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13242         available.
13243         (gnus-nocem-epg-verify): New function.
13244
13245 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13248
13249 2009-02-15  Glenn Morris  <rgm@gnu.org>
13250
13251         * gnus-util.el (rmail-insert-rmail-file-header)
13252         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13253         autoloads.
13254         (rmail-default-rmail-file): Remove unnecessary declaration.
13255         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13256
13257 2009-02-14  Glenn Morris  <rgm@gnu.org>
13258
13259         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13260         variable (only used in gnus-util, which declares it anyway).
13261         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13262         which was only needed by gnus-art (changed to not use it any more).
13263         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13264         only used in gnus-util, which autoloads it itself.
13265         (rmail-update-summary): Fix autoload.
13266
13267         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13268         rather than rmail-output-to-rmail-file.
13269
13270 2009-02-07  Glenn Morris  <rgm@gnu.org>
13271
13272         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13273         autoload of function that no longer exists.
13274         (rmail-toggle-header): Declare.
13275         (message-forward-rmail-make-body): Handle mbox Rmail.
13276
13277 2009-01-31  Glenn Morris  <rgm@gnu.org>
13278
13279         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13280         2009-01-09 change.
13281
13282 2009-01-31  Dave Love  <fx@gnu.org>
13283
13284         * imap.el (imap-fetch-safe): Bind debug-on-error.
13285         (imap-debug): Add imap-fetch-safe.
13286
13287 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13288
13289         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13290         (auth-source-forget-all-cached): New convenience function.
13291         (auth-source-user-or-password): Accept list of modes or a single mode.
13292
13293         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13294         auth-source modes.
13295
13296         * netrc.el (netrc-machine-user-or-password): Use list of
13297         auth-source modes.
13298
13299         * nnimap.el (nnimap-open-connection): Use list of
13300         auth-source modes.
13301
13302         * nntp.el (nntp-send-authinfo): Use list of
13303         auth-source modes.
13304
13305 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13306
13307         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13308         now.
13309
13310 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13313         coding system in XEmacs; add a workaround for XEmacs.
13314
13315         * lpath.el: Fbind coding-system-aliasee.
13316
13317 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13320         of current-language-environment.
13321
13322 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13325         available at runtime.
13326
13327 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13330
13331 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13332
13333         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13334         the greatest positive fixnum value doesn't work under an XEmacs with
13335         bignum support; use the most-positive-fixnum constant instead,
13336         available since Emacs 21.1 with cl and XEmacs 21.1.
13337
13338 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13341         XEmacs gets not to work.
13342
13343 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * mm-util.el (mm-coding-system-priorities): Allow the value like
13346         "Japanese (UTF-8)" of current-language-environment.
13347
13348 2009-01-09  Glenn Morris  <rgm@gnu.org>
13349
13350         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13351         with last-command-event.
13352
13353 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13356         in the doc string.
13357
13358         * message.el (message-fix-before-sending): Amend comment.
13359
13360 2009-01-08  Dave Love  <fx@gnu.org>
13361
13362         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13363
13364 2009-01-07  David Engster  <dengste@eml.cc>
13365
13366         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13367         simplified server definitions by converting it via
13368         gnus-server-to-method.
13369
13370 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13373         parameter's operands.
13374
13375 2009-01-06  David Engster  <dengste@eml.cc>
13376
13377         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13378         primary select method (for gnus-group-mark-article-as-read).
13379
13380 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13381
13382         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13383         `(gnus)Face', not `(gnus)X-Face'.
13384
13385 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * mm-util.el (mm-ucs-to-char): New function.
13388
13389         * mm-url.el (mm-url-decode-entities): Use it.
13390
13391         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13392         unicode-to-char.
13393
13394 2009-01-05  Dave Love  <fx@gnu.org>
13395
13396         * time-date.el: Require cl for `declare'.
13397
13398 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13401         Dave Love.
13402
13403 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * message.el (message-fix-before-sending): Add `eight-bit' to
13406         illegible-text check.
13407
13408 2009-01-03  Michael Olson  <mwolson@gnu.org>
13409
13410         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13411         `headers' is nil.  This can occur if the IMAP server does not have
13412         permissions to read messages from a folder, but can write new messages
13413         to the folder.
13414         (nnimap-request-article-part): Do not insert `data' if it is nil.
13415
13416         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13417         characters which will confuse `read', so skip past them.
13418
13419 2009-01-01  Dave Love  <fx@gnu.org>
13420
13421         * imap.el (imap-string-to-integer): Fix typo.
13422         (imap-fetch-safe): New function.
13423         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13424
13425         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13426
13427         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13428         (imap-parse-greeting): Fix doc strings.
13429         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13430         (imap-parse-flag-list): Make messages unique.
13431         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13432
13433         * nnimap.el: Fix author email.
13434         (nnimap-split-rule): Add FIXME comment.
13435         (nnimap-debug): Fix doc string.
13436
13437 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13440
13441 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13444         nslookup if resolv.conf isn't available.
13445         (dns-query): Rename from query-dns.
13446         (dns-query-cached): Rename from query-dns-cached.
13447
13448 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13451         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13452         to check if those variables exist (first appeared in Emacs 18.50).
13453
13454 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * mm-util.el (mm-line-number-at-pos): New function.
13457
13458         * spam-report.el (spam-report-process-queue): Use it.
13459
13460 2008-12-24  David Engster  <dengste@eml.cc>
13461
13462         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13463         parameters that haven't existed as variables as buffer-local variables.
13464
13465 2008-12-23  Dave Love  <fx@gnu.org>
13466
13467         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13468         cadar.
13469
13470         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13471         imap-starttls-p.
13472         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13473
13474 2008-12-22  Dave Love  <fx@gnu.org>
13475
13476         * imap.el: Fix author email.  Doc fixes.
13477         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13478         reply.
13479
13480 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * spam-report.el (spam-report-gmane-max-requests): New constant.
13483         (spam-report-gmane-wait): New variable.
13484         (spam-report-gmane-ham, spam-report-gmane-spam)
13485         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13486         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13487         the server.
13488
13489         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13490         Add explanations.
13491
13492         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13493         nnheader-accept-process-output and nnheader-read-timeout if available.
13494         (pop3-movemail): Use it.
13495
13496         * message.el (message-check-news-body-syntax): Fix signature check if
13497         there's an attachment.
13498
13499 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * mm-util.el: Add comments to the mm- emulating functions.
13502
13503 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13506         Reported by Stephen Berman <stephen.berman@gmx.net>.
13507
13508 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * mm-util.el (mm-substring-no-properties): New function.
13511         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13512         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13513         (mm-string-to-multibyte): Doc fix.
13514
13515         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13516
13517 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * mml.el (mml-attach-file): Strip text properties from file name.
13520         (Bug#1574)
13521
13522 2008-12-16  Glenn Morris  <rgm@gnu.org>
13523
13524         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13525
13526 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13529         knows since the charset specified might be a bogus alias that
13530         mm-charset-synonym-alist provides.
13531
13532 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13535         "ISO_8859-1".
13536
13537         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13538
13539 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * mm-util.el (mm-charset-eval-alist):
13542         Define it before mm-charset-to-coding-system.
13543         (mm-charset-to-coding-system): Add optional argument `silent';
13544         define it before mm-charset-override-alist.
13545         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13546         default value if it can be used in Emacs currently running;
13547         silence mm-charset-to-coding-system.
13548
13549 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13552         `allow-override' which says whether to use `mm-charset-override-alist'.
13553         (rfc2047-decode-encoded-words): Use it.
13554
13555         * mm-util.el (mm-charset-override-alist): Fix custom type;
13556         add `(gb2312 . gbk)' to choices.
13557
13558 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13561         fast.
13562
13563         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13564
13565         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13566
13567 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13568
13569         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13570         on links.
13571
13572         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13573
13574 2008-12-03  Lute Kamstra  <lute@gnu.org>
13575
13576         * sha1.el: Remove leading * from docstrings of defcustoms,
13577         deffaces, defconsts and defuns.
13578
13579 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13582         users' addresses that don't have domain parts.
13583         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13584         rather than message-narrow-to-head since there will be the message
13585         header separator.
13586
13587 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13588
13589         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13590         since the result is inserted in a unibyte buffer anyway.
13591         (nnimap-demule-use-string-to-multibyte): Remove.
13592         (nnimap-demule): Alias it to mm-string-to-multibyte.
13593
13594 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13597         variable for debugging bug#464 and bug#1174.
13598         (nnimap-demule): Use it.
13599
13600 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13603         score calculation correctly.
13604
13605 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13606
13607         * message.el (message-send-mail): Just set the buffer to unibyte
13608         rather than use mm-with-unibyte-current-buffer which does a lot more.
13609         (message-send-mail-partially): Don't bother with
13610         mm-with-unibyte-current-buffer since it's already been made unibyte by
13611         message-send-mail.
13612
13613 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13614
13615         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13616
13617 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13620
13621 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13624         require itself and to remove `with-no-warnings'.
13625
13626 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * starttls.el (starttls-any-program-available): Get the name of the
13629         available TLS layer program.
13630         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13631         well as the host name in the "opening" message.
13632
13633         * auth-source.el (auth-source-cache, auth-source-do-cache)
13634         (auth-source-user-or-password): Cache passwords and logins by default,
13635         allow override with `auth-source-do-cache'.
13636         (auth-source-forget-user-or-password): Allow users to remove cache
13637         entries if needed.
13638
13639 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13640
13641         * md4.el (md4-buffer): Fix typo in docstring.
13642         (md4, md4-64): Doc fixes.
13643         (md4-pack-int32): Reflow docstring.
13644
13645 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13646
13647         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13648         condition-case to only the forward-sexp call.
13649
13650 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13651
13652         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13653         quotes contained.  Make it more robust regardless by an extra
13654         condition-case wrapper.
13655
13656 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13659
13660 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * nnml.el (nnml-request-expire-articles): Check if the function set to
13663         `nnmail-expiry-target' returns the symbol `delete'.
13664
13665         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13666
13667         * nnmail.el (nnmail-expiry-target): Fix custom type.
13668
13669 2008-10-02  Glenn Morris  <rgm@gnu.org>
13670
13671         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13672         Silence compiler warning.
13673
13674 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13675
13676         * tls.el (open-tls-stream): Show the actual command being
13677         executed, instead of the format string.
13678
13679 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * lpath.el: Fbind codepage-setup for Emacs 23.
13682
13683 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13684
13685         * mml.el (mml-menu): Don't assume mml2015 is bound.
13686
13687 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13690         exists.
13691
13692 2008-09-27  Glenn Morris  <rgm@gnu.org>
13693
13694         * gnus-util.el (mail-header-remove-comments): Autoload it.
13695
13696 2008-09-27  Andreas Schwab  <schwab@suse.de>
13697
13698         * gnus-util.el (gnus-split-references): Strip comments.
13699         (gnus-parent-id): Likewise.
13700
13701 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * message.el (message-confirm-send): Fix version.
13704
13705 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * message.el (message-idna-to-ascii-rhs-1): Use
13708         mail-extract-address-components rather than mail-header-parse-addresses
13709         that is an alias by default to ietf-drums-parse-addresses that does not
13710         support non-ASCII names in headers' contents.
13711
13712 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         * message.el (message-confirm-send): Fix variable documentation to
13715         avoid the "y/n" wording.
13716
13717 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13718
13719         * message.el (message-set-auto-save-file-name): Save to a different
13720         filename so multiple messages (especially drafts) can be recovered.
13721
13722 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13723
13724         * message.el (message-confirm-send): Add appropriate version.
13725
13726 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13727
13728         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13729         defvar.
13730
13731 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13732
13733         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13734         (mm-pkcs7-enveloped-magic): Ditto.
13735
13736 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13737
13738         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13739         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13740
13741 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13742
13743         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13744         default, it's better.
13745
13746 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13747
13748         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13749         summary line gnus-number property and ignore them (with a warning
13750         message).
13751
13752 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13755         macro caddr in the interactive form since it won't be expanded.
13756
13757 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13760         `charset'; fix name of function called recursively.
13761         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13762
13763 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13766         (gnus-mime-set-charset-parameters): New function.
13767         (gnus-mime-view-part-as-charset): Use it to correctly display part
13768         specifying wrong charset.
13769
13770 2008-09-08  David Engster  <dengste@eml.cc>
13771
13772         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13773         in completing-read for back end server.
13774
13775 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13776
13777         * message.el (message-confirm-send): New variable to confirm sending a
13778         message.
13779         (message-send): Use it.
13780
13781 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13782
13783         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13784
13785 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13788
13789 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13790
13791         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13792         prevent tracking too many groups.
13793         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13794         Use it.
13795
13796 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13797
13798         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13799         moving point to the bottom of the window in order to avoid recentering.
13800
13801 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13804
13805         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13806         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13807         (gnus-article-beginning-of-window): Fix calculation.
13808
13809 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * gnus-msg.el (gnus-summary-supersede-article)
13812         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13813         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13814         message header.
13815
13816 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13817
13818         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13819         pending output coming after the status change.
13820
13821 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13822
13823         * message.el:
13824         * gnus-start.el:
13825         * gnus-registry.el: Remove VMS support.
13826
13827 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13830         macro.
13831         (rfc2104-hash): Use it.
13832
13833 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13836         (gnus-summary-sort-by-most-recent-date): New commands.
13837         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13838         and menu entries.
13839
13840 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13843         don't redisplay article for raw contents; remove plural articles stuff.
13844
13845         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13846         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13847         on gnus-summary-save-article; display results properly.
13848
13849 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * lpath.el: No need to fbind ns-focus-frame.
13852
13853 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13856
13857 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * gnus-art.el (gnus-summary-save-in-pipe):
13860         Consider gnus-save-all-headers.
13861
13862 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13863
13864         * gnus-util.el (ns-focus-frame): Remove declaration.
13865         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13866         like x.
13867
13868 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13869
13870         * rfc2104.el (rfc2104-zero): Delete defconst.
13871         (rfc2104-hex-alist): Likewise.
13872         (rfc2104-hex-to-int): Delete func.
13873         (rfc2104-hexstring-to-bitstring): Likewise.
13874         (rfc2104-nybbles): New defconst.
13875         (rfc2104-hash): Rewrite for speed.
13876
13877 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * tls.el (open-tls-stream): Make it work with the 2nd argument
13880         BUFFER that is a string but does not exist as a buffer object, as
13881         mentioned in the doc-string.
13882
13883 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13886         SXEmacs.
13887
13888 2008-07-16  Glenn Morris  <rgm@gnu.org>
13889
13890         * gnus-util.el (ns-focus-frame): Declare for compiler.
13891
13892 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13895         set as a group parameter.
13896         (gnus-summary-save-in-pipe): Work when it is called independently.
13897         (gnus-summary-pipe-to-muttprint): Don't modify
13898         gnus-summary-pipe-output-default-command.
13899
13900 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13901
13902         * message.el (message-send-mail-with-sendmail):
13903         Display the error message.
13904
13905 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * gnus-art.el (gnus-default-article-saver):
13908         Add gnus-summary-save-in-pipe to choices.
13909         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13910         gnus-summary-pipe-output-default-command as the default command.
13911         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13912         instead of gnus-last-shell-command.
13913
13914         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13915         New user option.
13916         (gnus-summary-muttprint-program): Mention the value will be changed.
13917         (gnus-summary-save-article): Force showing of all headers.
13918         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13919
13920 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13921
13922         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13923
13924 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13925
13926         * nnimap.el (nnimap-id):
13927         * sieve-manage.el (sieve-manage-open): Doc fixes.
13928
13929 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13930
13931         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13932         if available.
13933
13934 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13935
13936         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13937
13938         * nnkiboze.el (nnkiboze-generate-group):
13939         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13940
13941         * nnmairix.el: Require CL.
13942
13943 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * dgnushack.el: Autoload get-display-table and put-display-table for
13946         XEmacs 21.5.
13947
13948         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13949         21.4 and SXEmacs.
13950
13951 2008-06-15  David Engster  <dengste@eml.cc>
13952
13953         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13954
13955 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13956
13957         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13958         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13959         runtime choice under XEmacs.
13960
13961         * gnus-sum.el (gnus-summary-set-display-table):
13962         Use `gnus-put-display-table', `gnus-get-display-table',
13963         `gnus-set-display-table' for the display table, instead of `aset'.
13964
13965         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13966         Use `gnus-put-display-table', `gnus-get-display-table',
13967         `gnus-set-display-table' for the display table.
13968
13969 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * nnmairix.el: Add autoloads.
13972
13973 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * nnmairix.el (nnmairix-delete-recreate-group)
13976         (nnmairix-update-and-clear-marks): Fix error messages.
13977
13978 2008-06-14  David Engster  <dengste@eml.cc>
13979
13980         * nnmairix.el: Upgrade to version 0.6.
13981         (nnmairix-group-toggle-propmarks-this-group)
13982         (nnmairix-group-toggle-readmarks-this-group)
13983         (nnmairix-group-delete-recreate-this-group)
13984         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13985         (nnmairix-remove-tick-mark-original-article): New commands.
13986         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13987         (nnmairix-propagate-marks-to-nnmairix-groups)
13988         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13989         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13990         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13991         functions needed for marks propagation and manipulation of read marks.
13992         (nnmairix-update-groups): New function.
13993         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13994         (nnmairix-determine-original-group-from-registry)
13995         (nnmairix-determine-original-group-from-path)
13996         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13997         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13998         New helper functions.
13999         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14000         keystrokes for new commands.
14001         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14002         (nnmairix-request-group): Check allow-fast group parameter.
14003         (nnmairix-request-create-group): Set allow-fast group parameter if
14004         nnmairix-allowfast-default is set.
14005         (nnmairix-close-group): Propagate marks upon closing if needed.
14006         (nnmairix-group-toggle-threads-this-group): Use new.
14007         nnmairix-group-toggle-parameter helper function.
14008         (nnmairix-search): Better check for empty search result.
14009         (nnmairix-goto-original-article): Use new helper functions for
14010         determining original article.
14011         (nnmairix-show-original-article): Make sure message-id is in brackets.
14012         (nnmairix-call-mairix-binary): Change variable name.
14013         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14014         helper function.
14015         (nnmairix-widget-toggle-activate): Fix doc string.
14016
14017 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * nnir.el: Require edmacro when compiling with XEmacs.
14020         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14021         available in Emacs 21.
14022
14023 2008-06-11  Glenn Morris  <rgm@gnu.org>
14024
14025         * gnus-util.el (x-focus-frame):
14026         * gnus.el (image-size):
14027         * mm-decode.el (image-size): Declare.
14028
14029         * gnus-picon.el (declare-function): Add compat definition.
14030         (image-size): Declare.
14031
14032         * gnus-group.el (tool-bar-map):
14033         * gnus-sum.el (tool-bar-map): Define for compiler.
14034
14035         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14036
14037         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14038
14039         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14040         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14041         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14042         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14043         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14044         * sieve-manage.el, spam-report.el, spam.el:
14045         Remove unnecessary eval-and-compile of autoloads.
14046
14047 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14048
14049         * auth-source.el: Precise Tramp doc.
14050
14051 2008-06-07  Glenn Morris  <rgm@gnu.org>
14052
14053         * nnmairix.el: Remove unnecessary eval-when-compile.
14054
14055 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * lpath.el: Fbind propertize for XEmacs 21.4.
14058
14059 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * nnir.el: Move here from ../contrib.
14062
14063 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14064
14065         * gnus-util.el (gnus-read-shell-command): New function.
14066         * mm-decode.el (mm-pipe-part):
14067         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14068
14069 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14072
14073 2008-06-03  Glenn Morris  <rgm@gnu.org>
14074
14075         * pop3.el (nnheader-accept-process-output): Autoload it.
14076
14077 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14080         are not 2-digit hexadecimal characters that follow `%'s.
14081
14082 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * message.el (message-bogus-recipient-p): Fix type in doc string.
14085         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14086         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14087         Improve custom options.
14088         (message-bogus-recipient-p): Adjust accordingly.
14089
14090 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14091
14092         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14093         long-form month and day names.
14094
14095 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * dgnushack.el: Autoload debug, eudc-expand-inline and
14098         pgg-snarf-keys-region for XEmacs.
14099
14100         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14101
14102         * nnmairix.el: Require edmacro when compiling with XEmacs.
14103
14104 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14107         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14108
14109 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14110
14111         * auth-source.el: Add more docs.
14112
14113         * netrc.el (netrc-machine): Always match if the port is not given.
14114
14115 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14118         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14119         retrieval faster in some cases, but might make CPU usage larger.
14120         If this has any bad side effects, we might revert this change.
14121
14122         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14123         seems to make mail retrieval much, much faster.
14124         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14125         unconditionally.
14126
14127         * gnus-draft.el (gnus-group-send-queue):
14128         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14129
14130 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14133
14134         * message.el (message-bogus-address-regexp): Fix and improve custom
14135         type.
14136         (message-setup-hook): Add message-check-recipients as custom option.
14137
14138 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * message.el (message-cite-function): Remove bogus autoload which crept
14141         in during merge from v5-10.
14142
14143 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14144
14145         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14146
14147         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14148
14149         * auth-source.el: Preliminary Tramp docs.
14150         (auth-sources): Change the default auth-sources to use
14151         EPA .gpg files.
14152
14153 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14154
14155         * nntp.el: Autoload `auth-source-user-or-password'.
14156         (nntp-send-authinfo): Use it.
14157
14158         * nnimap.el: Autoload `auth-source-user-or-password'.
14159         (nnimap-open-connection): Use it.
14160
14161         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14162         for the gnus-message function.
14163         (auth-source-user-or-password): Use it.
14164
14165 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14166
14167         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14168         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14169         (rfc2104-hash): Use it.
14170
14171 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14172
14173         * gnus-art.el (gnus-article-toggle-truncate-lines):
14174         Don't use `iff' in docstring.
14175
14176 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14177
14178         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14179
14180         * gnus-util.el (gnus-extract-address-component-name)
14181         (gnus-extract-address-component-email): Convenience functions around
14182         `gnus-extract-address-components'.
14183
14184         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14185         Use `gnus-extract-address-component-email' to fix bug of comparing full
14186         sender name to `user-mail-address'.
14187
14188 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14191         catch/throw to optimize.
14192         (gnus-registry-find-keywords): Just use member to find a keyword.
14193
14194 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14195
14196         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14197         is current before calling gnus-server-prepare.
14198         (gnus-server-setup-buffer, gnus-server-update-server)
14199         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14200
14201 2008-05-04  Juri Linkov  <juri@jurta.org>
14202
14203         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14204         (mailcap-file-default-commands): Use mailcap-replace-in-string
14205         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14206         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14207
14208 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14209
14210         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14211
14212 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14213
14214         * gnus.el: Bump version to 0.11.
14215
14216 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14217
14218         * gnus.el: No Gnus v0.10 is released.
14219
14220 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14223         hooks.
14224         (gnus-update-read-articles): Speed up non-marks-using users.
14225         (gnus-use-marks): Define gnus-use-marks.
14226         (gnus-propagate-marks): Rename variable to something more sensible.
14227
14228 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14229
14230         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14231         (gmm-image-load-path-for-library): Fix typos in docstrings.
14232         (gmm-message): Reflow docstring.
14233
14234 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14235
14236         * mail-source.el (mail-source-set-1, mail-source-bind):
14237         Move auth-source code out of the macro to clean it up and fix bugs.
14238
14239 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14240
14241         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14242         by sender if it's equal to user-mail-address, it's likely to be
14243         useless.
14244
14245         * mail-source.el (mail-source-bind): Don't use user or password if they
14246         are not bound.  Unintern them if they are nil.  Don't use server unless
14247         it's bound, and default it to empty string otherwise.
14248
14249 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14250
14251         * mail-source.el: Load auth-source.el.
14252         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14253         get user name or password, if auth-sources is set up.
14254
14255         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14256         strategy of splitting with parent.
14257         (gnus-registry-split-fancy-with-parent)
14258         (gnus-registry-post-process-groups): Use it and fix prior
14259         bug (returning a list as the split result).
14260
14261         * auth-source.el (auth-sources): Remove server parameter.
14262         (auth-source-pick, auth-source-user-or-password)
14263         (auth-source-user-or-password-imap)
14264         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14265         (auth-source-user-or-password-sftp)
14266         (auth-source-user-or-password-smtp): Remove server parameter.
14267
14268 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14269
14270         * smime.el (smime-sign-region, smime-encrypt-region)
14271         (smime-decrypt-region):
14272         Remove redundant calls to `generate-new-buffer-name'.
14273
14274 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14275
14276         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14277         Don't use QP for message/rfc822.
14278         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14279
14280 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14281
14282         * sieve-manage.el (sieve-string-bytes): Remove.
14283         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14284         correct byte-length only if the process's coding-system is the same as
14285         the one used internally by Emacs to represent strings.
14286
14287 2008-04-22  Juri Linkov  <juri@jurta.org>
14288
14289         * mailcap.el (mailcap-file-default-commands): New function.
14290
14291 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * message.el (message-signature-separator, message-cite-function):
14294         Change custom version.
14295
14296 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14297
14298         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14299         commands.
14300         (tls-checktrust): Ditto.
14301
14302 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14303
14304         * mm-decode.el (mm-display-external): Make temp file read-only.
14305
14306 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14309         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14310         `C-c C-f d'.
14311
14312 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14313
14314         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14315
14316 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * gnus.el: Bump version to 0.9.
14319
14320 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * gnus.el: No Gnus v0.8 is released.
14323
14324 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14325
14326         * mail-source.el (mail-source-value):
14327         Prefer fboundp to functionp so it works with macros as well.
14328
14329 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14330
14331         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14332         Fix last change in case the element is not even a symbol.
14333
14334 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14335
14336         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14337         Prefer fboundp to functionp so it works with macros as well.
14338
14339 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14340
14341         * auth-source.el: Add docs.
14342         (auth-sources): Modify format to support server.
14343         (auth-source-pick, auth-source-user-or-password)
14344         (auth-source-user-or-password-imap)
14345         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14346         (auth-source-user-or-password-sftp)
14347         (auth-source-user-or-password-smtp): Add server parameter.
14348
14349 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14350
14351         * gnus-registry.el: Initialize the registry when gnus-registry-install
14352         is t.
14353
14354 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * compface.el (uncompface): Make buffer unibyte.
14357
14358 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14359
14360         * mail-source.el (mail-source-value):
14361         Prefer fboundp to functionp so it works with macros as well.
14362
14363 2008-04-05  Glenn Morris  <rgm@gnu.org>
14364
14365         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14366
14367 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14368
14369         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14370         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14371
14372         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14373         multibyteness after rather than before erasing it.
14374
14375         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14376         mm-with-multibyte.
14377         (gnus-request-article-this-buffer): Make sure the proper decoding is
14378         used if gnus-original-article-buffer happens to be unibyte.
14379
14380         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14381         default-enable-multibyte-characters.
14382
14383         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14384         default-enable-multibyte-characters.
14385
14386         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14387
14388         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14389
14390 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14391
14392         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14393         Fix last change in case the element is not even a symbol.
14394
14395 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14396
14397         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14398         (imap-message-copyuid-1): Use it.
14399         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14400         J. Williams in
14401         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14402
14403         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14404         imap-enable-exchange-bug-workaround.
14405         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14406
14407 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14408
14409         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14410         a 100 byte status-checks into a 2-3MB transfer for each group.
14411         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14412         to enable bug workaround or not.
14413         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14414
14415 2008-03-31  Glenn Morris  <rgm@gnu.org>
14416
14417         * message.el (mml2015-use): Declare for compiler.
14418         (message-info): Require mml2015 when appropriate.
14419
14420 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14423         whitespace.
14424
14425 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14426
14427         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14428         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14429         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14430         (nntp-service-to-port): New function.
14431         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14432         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14433         (nntp-open-netcat-stream): New function.
14434         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14435
14436 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14437
14438         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14439
14440 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14441
14442         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14443
14444 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14445
14446         * dns.el (dns-write): Use set-buffer-multibyte.
14447
14448 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14449
14450         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14451
14452 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * message.el (message-signature-separator): Change default.
14455         Improve custom type.
14456         (message-cite-function): Change default to
14457         message-cite-original-without-signature.
14458
14459         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14460         toggle.
14461
14462         * message.el (message-check-news-body-syntax): Fix signature check.
14463         (message-setup-1): Mark buffer as unmodified _after_ running
14464         message-setup-hook and handling message-alternative-emails.
14465         (message-shorten-references): Be more strict when building list of
14466         valid references to comply with GNKSA.
14467
14468         * gnus-group.el (gnus-read-ephemeral-bug-group)
14469         (gnus-read-ephemeral-debian-bug-group)
14470         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14471
14472         * message.el (message-info): Don't use booleanp which isn't supported
14473         in Emacs 21 and XEmacs.
14474
14475 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14478         gnus-group-gmane-group-download-format.
14479         (gnus-group-read-ephemeral-gmane-group): Rename from
14480         gnus-group-read-ephemeral-gmane-group.
14481         (gnus-read-ephemeral-gmane-group-url): Rename from
14482         gnus-group-read-ephemeral-gmane-group-url.
14483         (gnus-bug-group-download-format-alist): New variable.
14484         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14485         (gnus-read-ephemeral-emacs-bug-group): New commands.
14486
14487 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14490         (gnus-visible-headers): Improve custom type.
14491
14492 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * mml.el (mml-menu): Add workarounds for XEmacs.
14495
14496         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14497         X-Boundary header.
14498
14499         * message.el (message-simplify-recipients): Fix previous commit.
14500
14501 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14502
14503         * mm-util.el (mm-set-buffer-multibyte): New function.
14504         * mm-decode.el (mm-copy-to-buffer): Use it.
14505
14506         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14507         Prefer fboundp to functionp so it works with macros as well.
14508
14509 2008-03-19  Glenn Morris  <rgm@gnu.org>
14510
14511         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14512         Accidentally removed in the sync process with Emacs.
14513
14514 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * message.el (message-alter-recipients-discard-bogus-full-name):
14517         New function.
14518         (message-alter-recipients-function): New variable.
14519         (message-get-reply-headers): Use it.
14520         (message-replace-header): New helper function.
14521         (message-recipients-without-full-name): New variable.
14522         (message-simplify-recipients): New command.
14523
14524         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14525
14526         * message.el (message-info): Handle EasyPG manual.
14527
14528         * mml.el (mml-menu): Add entry for EasyPG.
14529
14530 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14531
14532         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14533         parameter.
14534
14535         * message.el (message-disassociate-draft): Specify drafts group name
14536         fully.
14537
14538 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14539
14540         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14541         Eliminate unnecessary duplicates from the match list.
14542
14543 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14546
14547         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14548
14549         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14550         args of `how-many' of which the XEmacs version doesn't take; declare
14551         Info-index-next as function.
14552
14553 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14554
14555         * gnus-score.el (gnus-score-headers): Fix handling of
14556         gnus-inhibit-slow-scoring.
14557
14558         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14559         string.
14560         (gnus-button-url-regexp): Improve handling of parenthesis.
14561         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14562         (gnus-button-handle-info-keystrokes): Handle index entries.
14563
14564 2008-03-15  Glenn Morris  <rgm@gnu.org>
14565
14566         * parse-time.el (parse-time-string): Simplify.
14567
14568 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14571         Incoming* files.
14572
14573 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14574
14575         * auth-source.el (auth-sources): Rename from auth-source-choices.
14576         (auth-source-pick): Use it.
14577
14578 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14579
14580         * binhex.el (binhex-decode-region-internal):
14581         * uudecode.el (uudecode-decode-region-internal):
14582         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14583         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14584         setting default-enable-multibyte-characters.
14585
14586 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14587
14588         * auth-source.el (auth-source-protocols)
14589         (auth-source-protocols-customize, auth-source-choices): Add and
14590         modified variable customizations and defaults.
14591         (auth-source-pick, auth-source-user-or-password)
14592         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14593         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14594         (auth-source-user-or-password-sftp)
14595         (auth-source-user-or-password-smtp): Use new variables and provide an
14596         interface to netrc.el.
14597
14598 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14601         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14602         Make sure the nntp port to specify is a string.
14603
14604 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14605
14606         * nntp.el: Use with-current-buffer.
14607         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14608         dubious mm-with-unibyte-current-buffer.
14609         (nntp-with-open-group-function): New function extracted from
14610         nntp-with-open-group macro.
14611         (nntp-with-open-group): Use the function, so it's easier to debug.
14612         Add indentation and debugging info.
14613         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14614         Recommend the use of the netcat alternatives.
14615
14616         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14617         Avoid mm-string-as-multibyte as well.
14618
14619         * nnweb.el (nnweb-insert-html):
14620         Remove use of nnheader-string-as-multibyte.
14621
14622         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14623         (nnheader-string-as-multibyte): Remove.
14624
14625         * mm-view.el: Use inhibit-read-only.
14626         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14627         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14628         or unibyte-string.
14629
14630         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14631         (mm-uu-yenc-extract): Use with-current-buffer.
14632
14633         * gnus-soup.el (gnus-soup-send-packet): Don't use
14634         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14635
14636         * nnmh.el: Use with-current-buffer.
14637         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14638         mm-string-as-multibyte on the output of mm-encode-coding-string.
14639
14640         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14641         (nnimap-request-move-article): Use with-current-buffer.
14642
14643         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14644         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14645         conversion uses string-make-unibyte rather than string-as-unibyte.
14646
14647         * gnus-msg.el: Use with-current-buffer.
14648
14649         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14650
14651 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14652
14653         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14654         string for caching if it is 'PIN.
14655
14656 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * lpath.el: Consider the case without Emacs/W3.
14659
14660 2008-03-08  Glenn Morris  <rgm@gnu.org>
14661
14662         * time-date.el (date-to-time, time-subtract, time-add)
14663         (safe-date-to-time): Doc fixes.
14664
14665 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * mail-source.el (mail-source-delete-old-incoming-confirm):
14668         Change default to nil.
14669         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14670
14671 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * lpath.el: Rearrange.
14674
14675         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14676         (gnus-article-goto-prev-page): Work for articles having ^L's.
14677
14678         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14679
14680         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14681
14682 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14683
14684         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14685         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14686         (gnus-bookmark-jump): Adjust some variable names.
14687
14688 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14689
14690         * auth-source.el: New package.
14691         (auth-source-choices): Add customization entry point variable.
14692
14693         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14694         bug.
14695
14696 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14699         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14700         (gnus-registry-install-shortcuts): Rename from
14701         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14702         the `gnus-registry-mark-map' keymap dynamically from
14703         `gnus-registry-marks'.  The generated functions update the summary line
14704         when a registry mark is added or deleted, and will call
14705         `gnus-registry-install-p' (see the comments in the code).
14706         (gnus-registry-user-format-function-M): Use concat intelligently.
14707
14708         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14709         the registry mark functions.
14710
14711 2008-03-05  Glenn Morris  <rgm@gnu.org>
14712
14713         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14714         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14715         gnus-art.
14716         (top-level): No need to load own source when compiling.
14717
14718 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14721         Suggested by <chris.anderton@zetnet.co.uk>.
14722
14723 2008-03-04  Glenn Morris  <rgm@gnu.org>
14724
14725         * gnus-sum.el (top-level): No need to require gnus when compiling,
14726         since unconditionally required near start of file.
14727         (gnus-summary-display-while-building): Move definition before use.
14728
14729 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14730
14731         * gnus-registry.el (gnus-registry-user-format-function-M):
14732         Add formatting function.
14733
14734 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14735
14736         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14737         with plists.
14738         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14739         Use new format.
14740
14741 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14744         `where-is-internal' that returns a range of key sequences.
14745
14746 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14747
14748         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14749
14750         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14751         (gnus-summary-jump-to-group): Consider windows on other displayed
14752         frames as well.  Similar changes might be needed elsewhere, but that's
14753         the one I've bumped into during my use.
14754
14755         * nndoc.el (nndoc-oe-dbx-type-p):
14756         * gnus-msg.el (gnus-debug):
14757         * gnus-group.el (gnus-update-group-mark-positions):
14758         Use mm-string-to-multibyte.
14759
14760 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14763         doesn't handle NotDashEscaped.
14764
14765         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14766         (mml-dnd-attach-options): Fix typo in custom choice.
14767
14768         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14769         Change nndoc-article-type to mbox.
14770         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14771
14772         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14773         to nil, instead of html2text.
14774
14775         * imap.el (imap-debug): Add `imap-ping-server'.
14776
14777         * gnus-bookmark.el: Add FIXMEs.
14778
14779         * message.el (message-form-letter-separator)
14780         (message-send-form-letter-delay): New variables.
14781         (message-send-form-letter): Use them.  New command to send form
14782         letters.  Requested by Uwe Siart.
14783         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14784
14785 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * Update copyright years.
14788
14789 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         Sync from EMACS_22_BASE.
14792
14793         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14794
14795 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14796
14797         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14798         empty author.
14799
14800 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14801
14802         * gnus-registry.el (gnus-registry-marks): Add variable for
14803         customization of marks and their appearance.
14804         (gnus-registry-read-mark): Use it.
14805         (gnus-registry-do-marks): Add utility function to loop through
14806         `gnus-registry-marks'.
14807         (gnus-registry-install-shortcuts-and-menus): Add function to install
14808         shortcuts and menus.
14809         (gnus-registry-initialize): Use it.
14810         (gnus-registry-default-mark): Clarify documentation.
14811
14812 2008-02-29  Glenn Morris  <rgm@gnu.org>
14813
14814         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14815         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14816         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14817         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14818         Change defcustom :version from 23.0 to 23.1.
14819
14820 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14821
14822         * gnus-registry.el (gnus-registry-follow-group-p)
14823         (gnus-registry-post-process-groups): Add functions to aid registry
14824         splitting and improve logging.  Clarify behavior in function
14825         documentation.
14826         (gnus-registry-split-fancy-with-parent): Use them.
14827
14828 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14829
14830         * gnus-art.el: Use with-current-buffer.
14831
14832 2008-02-27  David Engster  <dengste@eml.cc>
14833
14834         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14835         Express real group name in the response.
14836
14837 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14840         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14841         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14842         autoload gnus-registry-fetch-group when compiling.
14843         (nnmairix-request-group-with-article-number-correction):
14844         Remove unreferenced argument passed to nnmairix-call-backend.
14845
14846 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14849         (mm-uu-extract): Improve face for low color ttys.
14850         Reported by Sascha Wilde.
14851
14852 2008-02-27  Glenn Morris  <rgm@gnu.org>
14853
14854         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14855         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14856         variables to defconsts.  Convert comments to doc-strings.
14857         (nnmairix-last-server, nnmairix-current-server): Convert from free
14858         variables to defvars.  Convert comments to doc-strings.
14859         (gnus-registry-fetch-group): Autoload.
14860         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14861         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14862         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14863         caddr.
14864         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14865         nnmairix-request-group-with-article-number-correction call.
14866         (nnmairix-fast, nnmairix-group): New, less general names, for free
14867         variables passed from nnmairix-request-group to
14868         nnmairix-request-group-with-article-number-correction.  Declare.
14869         (nnmairix-request-group-with-article-number-correction):
14870         Use nnmairix-fast, nnmairix-group rather than fast, group.
14871
14872 2008-02-26  David Engster  <dengste@eml.cc>
14873
14874         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14875         version 0.5.
14876
14877 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14880         instead of making an extra function call.  Don't add the current group
14881         to articles only when they have the group.  Use
14882         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14883         Reported by David <de_bb@arcor.de>.
14884
14885 2008-02-24  Miles Bader  <miles@gnu.org>
14886
14887         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14888         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14889         (mm-find-mime-charset-region):
14890         * mm-bodies.el (mm-encode-body):
14891         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14892
14893 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14896         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14897
14898 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14899
14900         * mail-source.el (mail-source-delete-incoming): Change default.
14901         Supplement doc string.
14902
14903         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14904
14905 2008-02-14  Glenn Morris  <rgm@gnu.org>
14906
14907         * time-date.el (format-seconds): New function.
14908
14909 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * nnmail.el (nnmail-message-id-cache-file): Derive from
14912         `gnus-home-directory'.
14913
14914 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14917         Document negative prefix.
14918
14919         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14920
14921 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14922
14923         * message.el (message-unsent-separator): Add the Exim bounce
14924         separator.
14925
14926 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14927
14928         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14929         list.
14930         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14931         recipient/signer list.
14932
14933 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * Makefile.in (datarootdir): Define.
14936         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14937         name that might contain whitespace.
14938
14939 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14942         fbound (Emacs 23 unicode), signal an error.
14943
14944 2008-02-08  Glenn Morris  <rgm@gnu.org>
14945
14946         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14947
14948 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14949
14950         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14951         ports to the calls to `netrc-machine-user-or-password' in addition to
14952         "imap" and "imaps".
14953
14954 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14955
14956         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14957
14958         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14959
14960 2008-02-01  Kenichi Handa  <handa@m17n.org>
14961
14962         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14963         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14964         (rfc2104-hash): Convert the result of concat to unibyte string.
14965
14966 2008-02-01  Dave Love  <fx@gnu.org>
14967
14968         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14969         coding-system-for-read.
14970         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14971
14972 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14975         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14976         <hanche@math.ntnu.no>.
14977
14978 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14981
14982         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14983
14984 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14985
14986         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14987         * message.el (message-beginning-of-line): Use featurep instead of bound
14988         tests in order to resolve conditionals at compile time.
14989
14990 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14991
14992         * mail-source.el (mail-sources): Add `group' choice.
14993
14994         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14995         parameter `in-group' to control into which group the articles go.
14996         Add treatment of `group' mail-source.
14997
14998 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15001
15002         * mm-decode.el (mm-dissect-buffer): Decode description.
15003
15004         * mml.el (mml-to-mime): Encode message header first.
15005
15006 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15009         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15010
15011         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15012         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15013
15014 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15015
15016         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15017
15018 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15021         prefix keys.
15022         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15023         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15024         gnus-xmas.el.
15025
15026         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15027         (gnus-xmas-article-describe-bindings): New function.
15028         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15029         gnus-xmas-article-describe-bindings.
15030
15031         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15032
15033 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15034
15035         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15036         Add new variables for article mark management.
15037         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15038         list of extra data entries which, when present, will indicate that the
15039         article ID should not be trimmed from the registry.
15040         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15041         functions.
15042         (gnus-registry-read-mark): New function to read a mark name from the
15043         user.
15044         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15045         (gnus-registry-set-article-mark-internal): New functions to add and
15046         remove marks.
15047         (gnus-registry-get-article-marks): New function to show the marks for
15048         an article, or retrieve them for further use.
15049
15050 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15053         keys when no argument is given.
15054
15055 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * imap.el (imap-ping-server): New variable.
15058         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15059         (imap-ping-server): Minor doc string fixes.
15060
15061 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15062
15063         * imap.el (imap-ping-server): New function.
15064         (imap-opened): Call imap-ping-server.
15065
15066 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * gnus-sum.el (gnus-article-sort-by-random)
15069         (gnus-thread-sort-by-random): Fix doc strings.
15070         Reported by jidanni@jidanni.org.
15071
15072 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-art.el (gnus-article-describe-bindings): New function.
15075         (gnus-article-read-summary-keys): Use it.
15076         (gnus-article-mode-map): Bind `C-h b' to it.
15077
15078 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15081         XEmacs.
15082         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15083         Protect against non-character events.
15084
15085         * lpath.el: Fbind map-keymap for Emacs 21.
15086
15087 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15090         New command.
15091         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15092         instead of END.  Change name of the temp file.
15093         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15094         customizable.
15095
15096 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15099         bind `S W' to gnus-article-wide-reply-with-original; set default
15100         binding to gnus-article-read-summary-send-keys.
15101         (gnus-article-read-summary-keys): Fix the order of keys; display
15102         continuation keys correctly in the echo area; describe bindings
15103         correctly when keys end with `C-h'.
15104         (gnus-article-read-summary-send-keys): New function.
15105         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15106         Work for gnus-article-read-summary-send-keys; display continuation keys
15107         correctly in the echo area.
15108         (gnus-article-reply-with-original): Ignore prefix argument.
15109         (gnus-article-wide-reply-with-original): New function.
15110
15111         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15112         Emacs 21.
15113
15114 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15117         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15118
15119 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15122         (gnus-group-read-ephemeral-gmane-group): New command.
15123
15124 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15125
15126         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15127
15128 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * message.el (message-send-mail-function): Increase custom version.
15131
15132         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15133         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15134
15135 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15136
15137         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15138         for the cases where imap-authenticate is called with a nil buffer
15139         parameter.
15140
15141 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15144         html parts correctly; support forwarded messages.
15145         (gnus-article-browse-html-article): Remove work buffers.
15146
15147         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15148         compiling.
15149         (netrc-bound-and-true-p): New macro.
15150         (netrc-parse): Use it instead of bound-and-true-p that is not available
15151         in XEmacs 21.4.
15152
15153 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15154
15155         * gnus-registry.el (gnus-registry-mark-article)
15156         (gnus-registry-article-marks): Add functionality to mark articles
15157         through the Gnus registry.
15158
15159         * encrypt.el: Clarify documentation for the new pgg method.
15160         (encrypt-file-alist): Add PGG option.
15161         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15162         functionality.  Abstract password key and messaging to external
15163         functions.
15164         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15165         (encrypt-message-method-and-cipher): Add new convenience external
15166         functions.
15167         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15168         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15169
15170         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15171         (netrc-parse): Use encrypt-file-alist to determine if
15172         encrypt-find-model or encrypt-insert-file-contents should be used.
15173
15174         * encrypt.el: Clarify documentation.  Load password-cache or
15175         password, whichever one is found first, instead of autoloading.
15176
15177 2007-12-19  Glenn Morris  <rgm@gnu.org>
15178
15179         * mml.el (message-options-set, message-narrow-to-head)
15180         (message-in-body-p, message-mail-p, message-encode-message-body):
15181         Autoload.
15182         (message-remove-header, message-narrow-to-headers-or-head)
15183         (message-subscribed-p, message-make-mail-followup-to)
15184         (message-position-on-field, message-news-p)
15185         (message-options-set-recipient, message-generate-headers)
15186         (message-sort-headers): Declare as functions.
15187
15188 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15191         convention in doc string.
15192
15193 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15196         title to html parts.
15197         (gnus-article-browse-html-article): Pass message header to it.
15198
15199         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15200
15201 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15202
15203         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15204         or password compatible with XEmacs.
15205
15206 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15209         format document.
15210         (gnus-mime-delete-part): Don't write description line if empty.
15211         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15212
15213 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15214
15215         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15216         (gnus-summary-mark-read-and-unread-as-read)
15217         (gnus-summary-mark-current-read-and-unread-as-read)
15218         (gnus-summary-mark-unread-as-ticked): Doc fix.
15219         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15220
15221 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15224         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15225
15226 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15229         yes-or-no-p.
15230
15231 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * mm-decode.el (mm-add-meta-html-tag): New function.
15234         (mm-save-part-to-file, mm-pipe-part): Use it.
15235
15236         * gnus-art.el (gnus-article-browse-delete-temp-files):
15237         Use gnus-y-or-n-p instead of y-or-n-p.
15238         (gnus-article-browse-html-parts): Work with message/external-body; use
15239         mm-add-meta-html-tag.
15240
15241 2007-12-11  Glenn Morris  <rgm@gnu.org>
15242
15243         * gnus-cache.el: Require gnus-sum not just when compiling.
15244
15245         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15246
15247         * gnus-int.el (gnus-server-opened, gnus-status-message):
15248         Move definitions before use.
15249
15250         * mm-decode.el: Require gnus-util.
15251         (mm-remove-part): Only call delete-annotation on XEmacs.
15252
15253         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15254
15255         * nnmail.el: Require gnus-int.
15256
15257         * spam.el: Move `require's before `eval-when-compile's.
15258
15259         * gnus-ems.el (gnus-alive-p):
15260         * gnus-fun.el (message-goto-eoh):
15261         * gnus-util.el (gnus-group-name-decode):
15262         * mail-source.el (gnus-compress-sequence):
15263         * message.el (Info-goto-node, format-spec):
15264         * mm-bodies.el (message-options-get):
15265         * mm-decode.el (mm-view-pkcs7):
15266         * mm-util.el (gmm-write-region):
15267         * mml-smime.el (mml-compute-boundary)
15268         (gnus-completing-read-with-default):
15269         * mml.el (widget-button-press, gnus-make-hashtable):
15270         * mml1991.el (mm-decode-content-transfer-encoding)
15271         (mm-encode-content-transfer-encoding)
15272         (message-options-get, message-options-set):
15273         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15274         * nnfolder.el (gnus-request-group):
15275         * nnheader.el (ietf-drums-unfold-fws):
15276         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15277         * smime.el (gnus-run-mode-hooks):
15278         * spam-stat.el (gnus-message): Autoload.
15279
15280         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15281         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15282         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15283         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15284         Add declare-function compatibility definition.
15285
15286         * gnus-cache.el (nnvirtual-find-group-art):
15287         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15288         (gnus-add-image, gnus-add-wash-type):
15289         * gnus-group.el (nnkiboze-score-file):
15290         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15291         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15292         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15293         (message-tokenize-header, gnus-get-buffer-create)
15294         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15295         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15296         * gnus.el (gnus-group-decoded-name):
15297         * mail-source.el (imap-capability):
15298         * mm-bodies.el (message-options-set):
15299         * mm-decode.el (gnus-configure-windows):
15300         * mm-extern.el (message-goto-body):
15301         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15302         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15303         (epg-sub-key-validity, message-options-set):
15304         * mml.el (widget-event-point, gnus-configure-windows):
15305         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15306         * mml2015.el (epg-check-configuration, epg-configuration)
15307         (message-options-set):
15308         * nndb.el (nndb-request-article):
15309         * nnfolder.el (gnus-request-create-group):
15310         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15311         * nnmaildir.el (gnus-group-mark-article-read):
15312         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15313         * rfc1843.el (message-fetch-field):
15314         * spam.el (gnus-extract-address-components):
15315         Declare as functions.
15316
15317 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15320
15321         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15322
15323         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15324         bind show-trailing-whitespace for XEmacs.
15325
15326 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15327
15328         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15329         new no-op macro for backward compatibility.
15330
15331         * imap.el (imap-string-to-integer): New function.
15332
15333 2007-12-09  Glenn Morris  <rgm@gnu.org>
15334
15335         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15336
15337         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15338         * message.el, mm-view.el, sieve-manage.el, smime.el:
15339         Add declare-function compatibility definition.
15340
15341         * gnus-art.el (w3-region, w3m-region, Info-menu):
15342         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15343         * gnus-sum.el (gnus-get-predicate):
15344         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15345         * message.el (mail-abbrev-in-expansion-header-p):
15346         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15347         (w3m-detect-meta-charset, w3m-region):
15348         * sieve-manage.el (password-read, password-cache-add)
15349         (password-cache-remove):
15350         * smime.el (password-read-and-add): Declare as functions.
15351
15352 2007-12-08  David Kastrup  <dak@gnu.org>
15353
15354         * gnus-sum.el (gnus-summary-simplify-subject-query):
15355         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15356         `message'.
15357
15358 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15361         it to bind idna-program, installation-directory, defined-colors, and
15362         face-attribute for XEmacs of the version that compiles defcustom forms.
15363
15364 2007-12-07  Glenn Morris  <rgm@gnu.org>
15365
15366         * gnus-art.el (article-make-date-line): Revert previous change.
15367
15368 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15371
15372 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15373
15374         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15375         Call gnus-add-to-range ranges only once with a prepared article-list.
15376
15377 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15378
15379         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15380         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15381         group names with backslashes.
15382         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15383
15384 2007-12-06  Deepak Goel  <deego3@gmail.com>
15385
15386         * gnus-art.el (article-make-date-line):
15387         * gnus-start.el (gnus-load):
15388         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15389
15390 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-art.el (gnus-use-idna):
15393         * gnus-start.el (gnus-site-init-file):
15394         * message.el (message-use-idna):
15395         * mm-uu.el (mm-uu-hide-markers):
15396         * smiley.el (smiley-style): Revert changes that suppress warnings.
15397
15398 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15401         specify charset to html source.
15402         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15403
15404 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15407         idna-program in order to suppress byte compile warning issued by XEmacs
15408         that came to byte compile the default value section of defcustom forms
15409         recently.
15410
15411         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15412         value of installation-directory.
15413
15414         * message.el (message-use-idna): Don't directly refer to the value of
15415         idna-program.
15416
15417         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15418
15419         * smiley.el (smiley-style): Don't directly call face-attribute.
15420
15421 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15424
15425         * gnus-dired.el: Reduce Gnus dependencies.
15426         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15427         Don't require.  Use autoloads instead.
15428         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15429         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15430         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15431         (gnus-dired-mode): Adjust doc string.
15432         (gnus-dired-mail-mode): New variable.
15433         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15434         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15435         (gnus-dired-mail-buffers): New function.  Return mail or message
15436         composition buffers.
15437         (gnus-dired-attach): Use it.
15438         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15439         NO-DECODE.
15440         (gnus-dired-print): Use `gnus-print-buffer' depending on
15441         `gnus-dired-mail-mode'.
15442
15443 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * rfc2047.el (rfc2047-encoded-word-regexp)
15446         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15447         explaining what regexp patterns are for.
15448
15449 2007-12-04  Glenn Morris  <rgm@gnu.org>
15450
15451         * password.el: Move to password-cache.el.
15452
15453         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15454         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15455         * mml-smime.el (password-read, password-cache-add)
15456         (password-cache-remove):
15457         No need to autoload, since mml-sec requires password.
15458
15459         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15460         * message.el (gnus-extract-address-components):
15461         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15462
15463         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15464         password.
15465
15466 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * mailcap.el: Reduce dependencies.
15469         (mail-header-parse-content-type): Autoload.
15470         (mailcap-delete-duplicates): New alias.
15471         (mailcap-mime-info): Add optional argument NO-DECODE.
15472         (mailcap-mime-types): Use mailcap-delete-duplicates.
15473
15474         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15475
15476 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15477
15478         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15479         (imap-parse-status): Upcase status-att for servers that sends them
15480         lower-case (e.g., MS Exchange 2007).
15481
15482 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15483
15484         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15485         function.
15486
15487         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15488         (gnus-uu-yenc-article): New function.
15489
15490         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15491
15492         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15493
15494 2007-12-02  Glenn Morris  <rgm@gnu.org>
15495
15496         * binhex.el (binhex): New custom group.
15497         (binhex-decoder-program, binhex-decoder-switches)
15498         (binhex-use-external): Move to the binhex custom group.
15499
15500         * uudecode.el (uudecode): New custom group.
15501         (uudecode-decoder-program, uudecode-decoder-switches)
15502         (uudecode-use-external): Move to the uudecode custom group.
15503
15504         * netrc.el (top-level): Don't load `encrypt' features.
15505         (netrc-parse): Don't use encrypt.
15506         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15507
15508         * encrypt.el: Remove file.
15509
15510 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15513         matches on patches.
15514
15515         * gnus-art.el (gnus-article-browse-html-article):
15516         Mention `mm-text-html-renderer' in the doc string.
15517
15518         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15519         string.  Add comments.
15520
15521         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15522         if rhs is ASCII.
15523
15524 2007-12-01  Glenn Morris  <rgm@gnu.org>
15525
15526         * mail-source.el (top-level): Require format-spec before
15527         eval-when-compile.
15528
15529 2007-11-30  Glenn Morris  <rgm@gnu.org>
15530
15531         * encrypt.el: Require password, rather than autoloading password-read.
15532
15533 2007-11-29  Glenn Morris  <rgm@gnu.org>
15534
15535         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15536         (sasl-make-client, sasl-next-step, sasl-step-data)
15537         (sasl-step-set-data): Declare as functions.
15538
15539 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15542
15543 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15544
15545         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15546         certs should be verified and what is to be done in the event of a
15547         verification failure.
15548
15549         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15550         caller can indicate whether the cache should be disregarded for this
15551         call.  This way the result of the call is reproducible at all times and
15552         can be considered a canonical server name for the supplied method.
15553         (gnus-agent-method-p): Canonicalize server names by pushing their
15554         method through `gnus-method-to-server' using the no-cache argument.
15555
15556         * gnus-srvr.el (gnus-server-insert-server-line):
15557         Call `gnus-method-to-server' with `no-cache' argument.
15558
15559         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15560         gnus-agent-possibly-synchronize-flags as this should be called when the
15561         server is actually being opened.
15562         (gnus-agent-possibly-synchronize-flags)
15563         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15564         flags file of an agentized server to the latter function.
15565
15566         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15567         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15568         after a connection has been established successfully.
15569
15570 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (article-display-face): Force to display face if called
15573         interactively; check if gnus-article-x-face-too-ugly matches author.
15574         (article-display-x-face): Display face even if From header is missing
15575         as article-display-face does.
15576
15577 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15578
15579         * hashcash.el (message-narrow-to-headers-or-head)
15580         (message-fetch-field, message-goto-eoh)
15581         (message-narrow-to-headers): Declare as functions.
15582
15583 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * mail-source.el (mail-sources): Default to fetch from file for
15586         compatibility with default of nnmail-spool-file.
15587
15588 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15591         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15592         to look for encoded word that should be encoded again.
15593         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15594         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15595         encoding pattern.
15596         (rfc2047-decode-region): Switch strict regexp and loose one according
15597         to rfc2047-allow-irregular-q-encoded-words.
15598
15599 2007-11-25  Romain Francoise  <romain@orebokech.com>
15600
15601         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15602
15603 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * tls.el (tls-program): Provide more custom choices from
15606         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15607         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15608
15609 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15610
15611         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15612         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15613
15614         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15615         `nnmail-spool-file'.
15616
15617         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15618         `nnmail-spool-file'.
15619
15620         * gnus-move.el (gnus-change-server): Ditto.
15621
15622         * gnus-kill.el (gnus-batch-score): Ditto.
15623
15624         * gnus-cache.el (gnus-jog-cache): Ditto.
15625
15626         * gnus-msg.el (gnus-summary-reply):
15627         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15628
15629 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15632         version.  Minor improvement to doc strings.
15633         (tls-program): Add comment.
15634
15635 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15636
15637         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15638         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15639         mismatch between the hostname provided in the certificate and the name
15640         of the host connnecting to.
15641         (open-tls-stream): Use them.  Check certificates against trusted root
15642         certificates.
15643
15644 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * gnus-cache.el (gnus-cache-generate-nov-databases):
15647         Use nnml-generate-nov-databases-directory instead of
15648         nnml-generate-nov-databases-1.
15649
15650 2007-11-24  Glenn Morris  <rgm@gnu.org>
15651
15652         * message.el (message-tool-bar-retro): Update for rename
15653         mail_send.xpm->mail-send.xpm.
15654
15655 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15658         `smime-ldap-search' for Emacs 22 and up.
15659
15660 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15661
15662         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15663
15664         * message.el (message-send-mail-function): Fix error convention.
15665         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15666         (message-widen-reply, message-send-mail, message-talkative-question)
15667         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15668         (message-clone-locals, message-send-news): Use with-current-buffer.
15669         (message-insert-or-toggle-importance): Remove unused var `valid'.
15670         (message-make-references): Remove unused var `new-references'.
15671         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15672
15673 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15674
15675         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15676         (spam-split-symbolic-return-positive): Reflow docstring.
15677         (spam-backends, spam-summary-exit-behavior)
15678         (spam-mark-ham-unread-before-move-from-spam-group)
15679         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15680         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15681         (spam-clear-cache, spam-backend-check, spam-install-backend)
15682         (spam-install-statistical-backend, spam-list-of-processors)
15683         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15684         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15685         (spam-check-crm114, spam-initialize, spam-unload-hook):
15686         Fix typos in docstrings.
15687
15688 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15691         been checked if they have never been read and those group levels are
15692         higher than the one that a user specified.
15693
15694 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15697         foreign groups unless a group level is specified by a user.
15698         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15699
15700 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15701
15702         * message.el (message-send-mail-function): Require sendmail.
15703
15704 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * message.el (message-send-mail-function): Check for smtpmail too.
15707
15708         * utf7.el (utf7-encode, utf7-decode): Use coding system
15709         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15710
15711         * message.el (message-send-mail-function): New function.
15712         (message-send-mail-function): Set default using
15713         message-send-mail-function.  Adjust doc string.
15714         (message-send-mail-with-mailclient): New function.
15715
15716 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15717
15718         * smime.el (from):
15719         * rfc2047.el (message-posting-charset):
15720         * qp.el (mm-use-ultra-safe-encoding):
15721         * pop3.el (parse-time-months):
15722         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15723         * nnml.el (files):
15724         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15725         (jka-compr-compression-info-list, ange-ftp-path-format)
15726         (efs-path-regexp):
15727         * nndiary.el (files):
15728         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15729         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15730         (epg-digest-algorithm-alist, inhibit-redisplay)
15731         (password-cache-expiry):
15732         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15733         (pgg-output-buffer, password-cache-expiry):
15734         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15735         (efs-path-regexp):
15736         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15737         (inhibit-redisplay):
15738         * mm-uu.el (file-name, start-point, end-point, entry)
15739         (gnus-newsgroup-name, gnus-newsgroup-charset):
15740         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15741         (latin-unity-ucs-list):
15742         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15743         (mm-uu-binhex-decode-function):
15744         * message.el (gnus-message-group-art, gnus-list-identifiers)
15745         (rmail-enable-mime-composing, gnus-local-organization)
15746         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15747         (gnus-read-active-file, facemenu-add-face-function)
15748         (facemenu-remove-face-function, gnus-article-decoded-p)
15749         (tool-bar-mode):
15750         * mail-source.el (display-time-mail-function):
15751         * gnus-util.el (nnmail-pathname-coding-system)
15752         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15753         (gnus-original-article-buffer, gnus-user-agent)
15754         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15755         (xemacs-codename, sxemacs-codename, emacs-program-version):
15756         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15757         * gnus-start.el (gnus-agent-covered-methods)
15758         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15759         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15760         (gnus-newsgroup-headers, gnus-group-list-mode)
15761         (gnus-group-mark-positions, gnus-newsgroup-data)
15762         (gnus-newsgroup-unreads, nnoo-state-alist)
15763         (gnus-current-select-method, mail-sources)
15764         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15765         (nnmail-spool-file, gnus-cache-active-hashtb):
15766         * gnus-mh.el (mh-lib-progs):
15767         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15768         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15769         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15770         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15771         (gnus-group-buffer):
15772         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15773         (font-lock-set-defaults):
15774         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15775         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15776         (gnus-summary-post-menu, total-parts, type, condition, length):
15777         * gnus-agent.el (gnus-agent-read-agentview):
15778         * flow-fill.el (show-trailing-whitespace):
15779         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15780         eval-and-compile wrappers for byte compiler pacifiers.
15781
15782         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15783         (mm-display-inline-fontify): Check for featurep 'xemacs not
15784         extent-list.
15785
15786         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15787         itimer-list.
15788         (mm-create-image-xemacs): Only do something for XEmacs.
15789         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15790
15791         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15792
15793         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15794         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15795
15796 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15797
15798         * nnimap.el (nnimap-split-download-body):
15799         * gnus-demon.el (gnus-demon):
15800         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15801
15802 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15805         New macros.
15806         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15807         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15808         copy data from unibyte buffer to multibyte current buffer.
15809         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15810         to copy data from unibyte current buffer to multibyte buffer.
15811         (nntp-make-process-buffer): Make process buffer unibyte.
15812
15813         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15814
15815 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15816
15817         * pop3.el (pop3-open-server): Accept and process data more robustly at
15818         connection start to avoid spurious "POP SSL connection failed" errors.
15819
15820 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15823         read group names.
15824
15825 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15828
15829 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15832         (nnmail-save-active): Use a unibyte buffer when saving active file,
15833         which may contain non-ASCII group names.
15834
15835         * nnml.el (nnml-request-group): Decode group names in messages.
15836
15837 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * message.el (message-citation-line-function)
15840         (message-insert-formatted-citation-line): Fix spelling of
15841         `message-insert-formated-citation-line'.
15842
15843 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15846
15847 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15850         nnmail-pathname-coding-system.
15851
15852         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15853         that a user enters; decode group names in messages.
15854
15855         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15856
15857 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15860
15861         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15862
15863         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15864         risky local variable.
15865
15866         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15867
15868 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15869
15870         * encrypt.el: Improve documentation to fix function name typo.
15871         Reported by Daiki Ueno <ueno@unixuser.org>.
15872
15873 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15876         even if the point is not in the last page of an article.
15877         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15878         back to the previous page.
15879
15880 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15883
15884 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15887
15888 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15889
15890         * message.el (message-check-news-body-syntax):
15891         Avoid mm-string-as-multibyte.
15892         (message-hide-headers): Don't assume (point-min)==1.
15893
15894 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * message.el (message-remove-blank-cited-lines): Fix if remove is
15897         given.
15898         (message-bogus-address-regexp): New variable.
15899         (message-bogus-recipient-p): New function.
15900         (message-check-recipients): New command.
15901         (message-syntax-checks): Add `bogus-recipient'.
15902         (message-fix-before-sending): Add `bogus-recipient'.
15903
15904         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15905         (gnus-treat-body-boundary): Don't test window-system.
15906
15907 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15908
15909         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15910
15911 2007-10-28  Miles Bader  <miles@gnu.org>
15912
15913         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15914         at compile-time too.
15915
15916 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * gnus-msg.el (gnus-message-setup-hook):
15919         Add `message-remove-blank-cited-lines' to options.
15920
15921 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * message.el (message-remove-blank-cited-lines): New function.
15924         Suggested by Karl Plästerer.
15925
15926 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15929         mapc.
15930
15931         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15932         (top-level): Use mapc to set functions to be traced for debugging.
15933
15934         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15935         called for effect with while loop.
15936
15937         * message.el (message-talkative-question): Replace mapcar called for
15938         effect with mapc.
15939
15940         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15941         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15942         called for effect with dolist.
15943
15944         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15945
15946         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15947         gnus-extra-headers and nnmail-extra-headers.
15948
15949         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15950         called for effect with dolist.
15951         (top-level): Use mapc to set functions to be traced for debugging.
15952
15953         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15954         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15955         dolist.
15956
15957         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15958         Replace mapcar called for effect with mapc.
15959         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15960         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15961         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15962         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15963
15964         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15965         remove-if that's a cl function.
15966
15967         * webmail.el (webmail-debug): Replace mapcar called for effect with
15968         dolist.
15969
15970         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15971         with mapc.
15972
15973 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15976         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15977         with while loop.
15978
15979         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15980         functions from article-* functions.
15981         (gnus-multi-decode-header): Replace mapcar called for effect with
15982         dolist.
15983
15984         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15985         (gnus-bookmark-show-details): Replace mapcar called for effect with
15986         while loop.
15987
15988         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15989         called for effect with while loop.
15990
15991         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15992         with dolist.
15993
15994         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15995         Replace mapcar called for effect with dolist.
15996
15997         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15998
15999         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16000         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16001         Replace mapcar called for effect with dolist.
16002         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16003         mapc.
16004
16005         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16006         Replace mapcar called for effect with dolist.
16007         (gnus-topic-list): Replace mapcar called for effect with mapc.
16008
16009         * gnus.el: Use mapc instead of mapcar to add autoloads.
16010
16011 2007-10-23  Richard Stallman  <rms@gnu.org>
16012
16013         * gnus-group.el (gnus-group-highlight): Mark as risky.
16014
16015 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus.el (gnus-server-to-method): Return method found first in
16018         gnus-newsrc-alist.
16019
16020         * gnus-art.el (gnus-article-highlight-signature)
16021         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16022         button overlay without the front stickiness.
16023
16024 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16025
16026         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16027         overview buffer needed a catch to receive its throw.
16028         (gnus-agent-flush-cache): Declare as interactive to make this function
16029         easier to use.
16030
16031 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16032
16033         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16034         `next-line'.
16035
16036 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16039         exclude address matching message-dont-reply-to-names.
16040
16041 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-util.el (gnus-string<): New function.
16044
16045         * gnus-sum.el (gnus-article-sort-by-author)
16046         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16047
16048 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16051         the frame-focus tag is set in gnus-buffer-configuration.
16052
16053 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16056         the front stickiness.
16057
16058 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16061         url pattern; remove duplicate one.
16062         (gnus-article-extend-url-button): New function.
16063         (gnus-article-add-buttons): Use it.
16064         (gnus-button-push): Use concatenated url that it makes.
16065
16066 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16067
16068         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16069
16070 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16071
16072         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16073         Don't hardcode point-min==1.
16074
16075 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16078         Fix comment about "iso8859-1".
16079
16080 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16081
16082         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16083         ones returned from the verify-function.
16084
16085         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16086         Call mml2015-extract-cleartext-signature if extraction failed.
16087
16088 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16089
16090         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16091         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16092         failed.
16093
16094 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16095
16096         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16097
16098 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16099
16100         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16101         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16102         recommends to use EasyPG instead of PGG.
16103
16104         * pgg.el: Revert to revision 6.23.2.16.
16105
16106         * pgg-def.el: Revert to revision 6.6.2.14.
16107
16108         * pgg-gpg.el: Revert to revision 6.23.2.34.
16109
16110 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16111
16112         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16113         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16114         thread for both the null and zero (kill/expire thread) universal prefix
16115         cases.
16116         (gnus-summary-expire-thread): Add new function to expire a thread,
16117         using gnus-summary-kill-thread.
16118         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16119         shortcuts for gnus-summary-expire-thread.
16120         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16121         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16122
16123 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16124
16125         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16126         extras value, so an extras entry can be deleted.
16127         (gnus-registry-delete-extra-entry): Use it.
16128         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16129         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16130         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16131         storage through the gnus-registry, and provide an appropriate API for
16132         it.
16133
16134 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16135
16136         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16137         Suggested by Leo <sdl.web@gmail.com>.
16138
16139         * gnus.el: Do.
16140
16141 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16144         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16145
16146         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16147
16148         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16149         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16150
16151 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16154         newline.
16155         (nnmbox-request-accept-article): Don't change article in source buffer;
16156         narrow to header to use message-fetch-field rather than
16157         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16158         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16159         as delimiters; make sure article ends with newline.
16160         (nnmbox-delete-mail): Correct last position of article to be deleted;
16161         ignore X-Gnus-Newsgroup header in article body.
16162         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16163         positions; make sure article ends with newline.
16164
16165         * message.el (message-display-abbrev): Don't infloop when a user
16166         inserts SPC in the beginning of header.
16167
16168         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16169         coding-system-for-read and coding-system-for-write for XEmacs having no
16170         file-coding feature.
16171
16172         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16173
16174 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16175
16176         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16177         list of groups not followed by default.  Fix type to be regexp.
16178         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16179
16180 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16181
16182         * hmac-def.el (define-hmac-function): Switch from old-style to
16183         new-style backquotes.
16184
16185         * md4.el (md4-make-step): Likewise.
16186
16187 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16190         raw-text coding system when saving .newsrc file, which may contain
16191         non-ASCII group names.
16192
16193 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-cus.el (gnus-score-extra): New widget.
16196         (gnus-score-extra-convert): New function.
16197         (gnus-score-customize): Use it for Extra.
16198
16199 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16200
16201         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16202         (mml2015-mailcrypt-clear-verify): Use it.
16203         (mml2015-gpg-clear-verify): Use it.
16204         (mml2015-pgg-clear-verify): Use it.
16205         (mml2015-epg-clear-verify): Replace the current part with the output
16206         from GnuPG; don't extract the plaintext by itself.
16207
16208         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16209         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16210         mml2015-clear-verify-function; don't touch the armor headers or
16211         dash-escaped text here.
16212
16213 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16216         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16217         parts, or application/octet-stream as a last resort.
16218         (gnus-mime-view-part-as-type): Don't toggle display.
16219         (gnus-mime-view-part-as-charset): Don't turn off display before
16220         querying charset.
16221
16222         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16223         stuff to undisplayer function in Emacs.
16224         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16225
16226         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16227         text/calendar parts.
16228
16229 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16232         decoding text/calendar parts.
16233
16234         * message.el (message-forward-make-body-mime): Always mark body as
16235         having no illegible text; remove signed-or-encrypted argument.
16236         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16237
16238         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16239         (mml-generate-mime-1): Don't encode body if it is specified to be in
16240         raw form; don't make buffer be unibyte when inserting multibyte string.
16241
16242 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16243
16244         * sha1.el: Fix up comment style.
16245         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16246         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16247
16248         * hex-util.el: Fix up comment style.
16249         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16250
16251         * gnus-salt.el: Use with-current-buffer.
16252         (gnus-pick-setup-message): Fix long-standing typo.
16253
16254 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * imap.el (imap-logout-timeout): New variable.
16257         (imap-logout, imap-logout-wait): New functions.
16258         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16259
16260         * nnimap.el (nnimap-logout-timeout): New server variable.
16261         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16262         nnimap-logout-timeout.
16263
16264         * gnus-art.el (gnus-article-summary-command-nosave)
16265         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16266
16267 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus.el (gnus-maximum-newsgroup): New variable.
16270
16271         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16272         according to gnus-maximum-newsgroup.
16273
16274         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16275         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16276         Limit the range of articles according to gnus-maximum-newsgroup.
16277
16278 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16279
16280         * gnus-art.el (gnus-sticky-article): Fix problems described in
16281         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16282         Don't perform gnus-configure-windows here; reuse existing sticky
16283         article buffer.
16284
16285         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16286         it doesn't exist in gnus-article-mode.
16287
16288 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16291         (gnus-agent-decoded-group-name): New function.
16292         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16293         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16294
16295 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16296
16297         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16298         Add binding for gnus-sticky-article.
16299         (gnus-summary-exit): Don't kill sticky article buffers.
16300
16301         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16302         article buffer.
16303         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16304         (gnus-kill-sticky-article-buffers): New commands.
16305
16306 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * nntp.el (nntp-xref-number-is-evil): New server variable.
16309         (nntp-find-group-and-number): If it is non-nil, don't trust article
16310         numbers in the Xref header.
16311
16312 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * gnus-agent.el (gnus-agent-read-group): New function.
16315         (gnus-agent-flush-group, gnus-agent-expire-group)
16316         (gnus-agent-regenerate-group): Use it.
16317         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16318         nnmail-pathname-coding-system.
16319
16320 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16323
16324         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16325         that are unread as unread, and also as selected so that information of
16326         marks having been changed by a user may be updated when exiting group.
16327
16328 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16331
16332 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16335         calculated ignoring signature parts to gnus-treat-article.
16336
16337 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16340         a point here in order to keep the window start.
16341         (gnus-insert-mime-security-button): Make a button overlay without the
16342         front stickiness.
16343         (gnus-mime-display-security): Goto the end of a button.
16344
16345         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16346
16347 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16350         group-name-at-point.
16351         (gnus-group-completing-read): New function that offers decoded
16352         non-ASCII group names for completion.
16353         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16354         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16355         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16356         (gnus-group-fetch-control): Use it.
16357         (gnus-fetch-group): Use group-name-at-point for the initial value
16358         rather than the default value; use gnus-alive-p.
16359
16360         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16361         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16362         (gnus-summary-post-news): Use gnus-group-completing-read.
16363
16364         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16365         (gnus-read-move-group-name): Decode group name for completion.
16366
16367 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16368
16369         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16370         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16371         Yamaoka slightly modified the code).
16372
16373 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16376         (nnmail-split-incoming): Bind it.
16377
16378         * nnml.el (nnml-group-name-charset): New function.
16379         (nnml-decoded-group-name): Use it; don't decode group name if
16380         nnmail-group-names-not-encoded-p is non-nil.
16381         (nnml-encoded-group-name): New function.
16382         (nnml-group-pathname): Inline nnml-decoded-group-name.
16383         (nnml-request-expire-articles): Decode group name in message.
16384         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16385         nnmail-pathname-coding-system.
16386         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16387         not decoded ones according to nnmail-group-names-not-encoded-p.
16388         (nnml-generate-active-info): Use nnml-encoded-group-name.
16389
16390 2007-08-08  Glenn Morris  <rgm@gnu.org>
16391
16392         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16393         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16394         doc-strings and comments.
16395
16396 2007-07-25  Glenn Morris  <rgm@gnu.org>
16397
16398         * Relicense all FSF files to GPLv3 or later.
16399
16400 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-sum.el (gnus-summary-move-article):
16403         Make gnus-summary-respool-article work.
16404
16405 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16408         string.
16409
16410 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16411
16412         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16413         that should be ignored when comparing distant RSS articles with local
16414         ones.
16415         (nnrss-make-hash-index): New function.  Create a hash index according
16416         to the ignored fields.
16417         (nnrss-check-group): Use it.
16418
16419 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16422
16423         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16424
16425         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16426         the new optional argument ENCODED is non-nil.
16427         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16428         coding system for encoding group name.
16429         (gnus-group-make-rss-group): Pass un-encoded group name to
16430         gnus-group-make-group.
16431         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16432         encoded.
16433
16434         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16435         Encode group name to which articles are moved or copied.
16436         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16437         coding system for encoding Newsgroup, Followup-To and Xref headers.
16438
16439         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16440         marks; use nnheader-file-coding-system to write a file.
16441         (nnagent-retrieve-headers): Bind file-name-coding-system to
16442         nnmail-pathname-coding-system.
16443
16444         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16445
16446         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16447         (nnml-request-article, nnml-request-create-group)
16448         (nnml-request-rename-group, nnml-find-id)
16449         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16450         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16451         (nnml-save-marks): Use nnml-group-pathname instead of
16452         nnmail-group-pathname.
16453
16454         (nnml-request-create-group, nnml-request-expire-articles)
16455         (nnml-request-move-article, nnml-request-delete-group)
16456         (nnml-deletable-article-p, nnml-possibly-create-directory)
16457         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16458         (nnml-open-marks): Bind file-name-coding-system to
16459         nnmail-pathname-coding-system.
16460
16461         (nnml-request-article): Pass server argument to nnml-find-group-number.
16462         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16463         Pass server argument to nnml-possibly-create-directory.
16464         (nnml-request-accept-article): Pass server argument to
16465         nnml-active-number and nnml-save-mail.
16466         (nnml-find-group-number): Pass server argument to nnml-find-id.
16467         (nnml-request-update-info): Pass server argument to
16468         nnml-marks-changed-p.
16469
16470         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16471         (nnml-save-mail, nnml-active-number): Add server argument.
16472
16473         (nnml-request-delete-group): Warn if group is missing.
16474         (nnml-get-nov-buffer): Decode group name.
16475         (nnml-generate-active-info): Encode group name.
16476         (nnml-open-marks): Decode group name in messages.
16477
16478 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16481         if it is not specified.
16482         (gnus-article-pipe-part, gnus-article-save-part)
16483         (gnus-article-interactively-view-part, gnus-article-copy-part)
16484         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16485         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16486         (gnus-article-replace-part, gnus-article-delete-part)
16487         (gnus-article-view-part-as-type): Pass raw prefix argument to
16488         gnus-article-part-wrapper.
16489
16490 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-agent.el (gnus-agent-save-active):
16493         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16494
16495         * gnus-cache.el (gnus-cache-save-buffers)
16496         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16497         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16498         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16499         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16500         (gnus-cache-generate-active, gnus-cache-rename-group)
16501         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16502         (gnus-cache-update-overview-total-fetched-for):
16503         Bind file-name-coding-system to nnmail-pathname-coding-system.
16504         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16505         New variables.
16506         (gnus-cache-decoded-group-name): New function.
16507         (gnus-cache-file-name): Use it.
16508         (gnus-cache-generate-active): Use non-decoded group name for active.
16509
16510         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16511         right place.
16512         (gnus-write-active-file): Don't break non-ASCII group names.
16513
16514         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16515         nnmail-pathname-coding-system.
16516
16517         * lpath.el: Bind default-file-name-coding-system,
16518         file-name-coding-system and language-info-alist for XEmacs.
16519
16520         * gnus-uu.el (gnus-uu-decode-save): Typo.
16521
16522 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16525
16526 2007-07-14  David Kastrup  <dak@gnu.org>
16527
16528         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16529         finishing actions if we did not edit the article.
16530
16531 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16534         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16535         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16536         (gnus-agent-flush-group, gnus-agent-flush-cache)
16537         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16538         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16539         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16540         (gnus-agent-regenerate-group)
16541         (gnus-agent-update-files-total-fetched-for)
16542         (gnus-agent-update-view-total-fetched-for):
16543         Bind file-name-coding-system to nnmail-pathname-coding-system.
16544         (gnus-agent-group-pathname): Don't encode file names by
16545         nnmail-pathname-coding-system.
16546         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16547         coding-system-for-write instead of buffer-file-coding-system to
16548         gnus-agent-file-coding-system.
16549
16550         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16551         Decode group name.
16552
16553         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16554
16555         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16556         (gnus-read-newsrc-el-file): Make group names unibyte.
16557
16558         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16559         nnmail-pathname-coding-system.
16560
16561         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16562         (nnrss-request-delete-group): Bind file-name-coding-system to
16563         nnmail-pathname-coding-system.
16564         (nnrss-read-server-data, nnrss-read-group-data):
16565         Bind file-name-coding-system correctly.
16566         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16567
16568         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16569         (nntp-server-to-method-cache): New variable.
16570         (nntp-group-pathname): New function that decodes non-ASCII group names.
16571         (nntp-possibly-create-directory, nntp-marks-changed-p)
16572         (nntp-save-marks, nntp-open-marks): Use it.
16573         (nntp-possibly-create-directory, nntp-open-marks):
16574         Bind file-name-coding-system to nnmail-pathname-coding-system.
16575         (nntp-open-marks): Decode group names when bootstrapping marks.
16576
16577         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16578         Newsgroups and Followup-To headers.
16579
16580 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16583         (gnus-server-closed-face, gnus-server-denied-face)
16584         (gnus-server-offline-face): Remove variable.
16585         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16586
16587         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16588         of modifying message-stack directly for XEmacs.
16589
16590         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16591         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16592         if the coding-system argument is nil for XEmacs.
16593
16594         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16595         mm-charset-override-alist.
16596
16597         * rfc2047.el: Don't require base64; require rfc2045 for the function
16598         rfc2045-encode-string.
16599         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16600         to quote the parameter value.
16601
16602 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16605         form in gnus-group-name-charset-method-alist.
16606
16607         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16608         overrides the default layout edit-form.
16609
16610         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16611
16612         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16613
16614 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16617         as unfetched articles.
16618
16619 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16622
16623 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16626         original back end that keeps marks in the local system.
16627
16628 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16631         arg of pop-to-buffer for XEmacs.
16632         (gnus-article-read-summary-keys): Ditto; don't restore window
16633         configuration if summary command ends up with neither article buffer
16634         nor summary buffer; describe bindings if summary keys end with C-h.
16635
16636 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * message.el (message-fix-before-sending): Skip raw message part to be
16639         forwarded while checking illegible text.
16640         (message-forward-make-body-mime, message-forward-make-body):
16641         Mark signed or encrypted raw message as having no illegible text.
16642
16643 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16646         (gnus-message-with-timestamp-1): New macro.
16647         (gnus-message-with-timestamp): New function.
16648         (gnus-message): Use them.
16649
16650         * nnheader.el (nnheader-message): Use them.
16651
16652 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16655         .newsrc.eld file.
16656
16657 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-agent.el (gnus-agent-fetch-headers)
16660         (gnus-agent-retrieve-headers):
16661         Bind gnus-decode-encoded-address-function to identity.
16662
16663         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16664         available also when the server returns simply a dot.
16665
16666         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16667
16668 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16671
16672 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-ems.el (gnus-x-splash): Make it work.
16675
16676         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16677         from being used.
16678
16679         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16680
16681 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16684         4th and the 5th arguments.
16685
16686         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16687         the front stickiness.
16688         (gnus-article-summary-command-nosave): Correct the order of the
16689         arguments passed to pop-to-buffer.
16690         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16691         summary command ends up with the article buffer.
16692
16693         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16694         the same faces.
16695
16696 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16697
16698         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16699
16700 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16701
16702         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16703         * gnus-sum.el (gnus-summary-highlight):
16704         * pgg.el (pgg-sign-region, pgg-sign):
16705         * mail-source.el (mail-source-delete-old-incoming-confirm):
16706         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16707
16708 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-mime-view-part-externally)
16711         (gnus-mime-view-part-internally): Fix predicate function passed to
16712         completing-read.
16713
16714         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16715
16716         * gnus.el (gnus-update-message-archive-method): Add :version.
16717
16718 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * gnus.el (gnus-update-message-archive-method): New variable.
16721
16722         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16723         according to gnus-message-archive-method if
16724         gnus-update-message-archive-method is non-nil.
16725
16726 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16729         Suggested by Loic Dachary <loic@dachary.org>.
16730         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16731
16732 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * message.el (message-pop-to-buffer): Add switch-function argument.
16735         (message-mail): Pass switch-function argument to it.
16736
16737 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16738
16739         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16740         Improve doc string.
16741
16742 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16745         (gnus-header-content):
16746         * gnus-cite.el (gnus-cite-10):
16747         * gnus-srvr.el (gnus-server-closed):
16748         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16749         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16750         (gnus-group-mail-3-empty, gnus-group-mail-low)
16751         (gnus-group-mail-low-empty, gnus-splash):
16752         * message.el (message-header-to, message-header-cc)
16753         (message-header-subject, message-header-other, message-header-name)
16754         (message-header-xheader, message-separator, message-cited-text)
16755         (message-mml): Lighten colors of faces used for dark background.
16756
16757 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16758
16759         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16760         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16761
16762 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * message.el (message-narrow-to-headers-or-head):
16765         Ignore mail-header-separator in the body.
16766
16767 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16770         same as window size.
16771
16772 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16773
16774         * message.el (message-font-lock-keywords): Use message-header-xheader
16775         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16776         ahead of the anything pattern, to get it recognized.
16777
16778 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16781         spam.el loads uses it in the compiled defadvice form.
16782
16783 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16784
16785         * gnus-sum.el (gnus-articles-to-read)
16786         (gnus-summary-insert-old-articles): Don't truncate group name for
16787         `read-string'.
16788
16789         * gnus-util.el (gnus-limit-string): Delete this function.
16790
16791         * gnus-sum.el (gnus-simplify-subject-fully):
16792         Use `truncate-string-to-width' instead.
16793
16794 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16795
16796         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16797         Tell if, on summary exit, the next group has to be selected.
16798         (gnus-summary-exit): Use it.
16799
16800 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16803         non-break space.
16804
16805 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16808         Check if group is not a directory.
16809         (nnfolder-request-expire-articles): Don't delete articles if the target
16810         group is not available.
16811
16812         * nnml.el (nnml-request-create-group): Properly check if group is not a
16813         file.
16814         (nnml-request-expire-articles): Don't delete articles if the target
16815         group is not available.
16816
16817         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16818         Don't quote characters that are within parentheses.
16819
16820 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16823         (gnus-handle-ephemeral-exit): Select article according to it.
16824
16825 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * message.el (message-insert-formated-citation-line): Remove newline.
16828         (message-citation-line-format): Add final \n here so that the user can
16829         avoid a blank line.
16830
16831 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16832
16833         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16834         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16835         Update lanl/arXiv support.
16836
16837 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * gnus.el: Bump version number.
16840
16841 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16842
16843         * gnus.el (gnus-version-number): Bump version.
16844
16845 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16846
16847         * gnus.el: No Gnus v0.6 is released.
16848
16849 2007-04-27  Didier Verna  <didier@xemacs.org>
16850
16851         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16852         * gmm-utils.el (gmm-regexp-concat): ... here.
16853         * message.el: Don't require 'gnus-util.
16854         (message-dont-reply-to-names): Handle name change above.
16855         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16856
16857 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16860         since the initial value varies according to the system.
16861
16862 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16865
16866 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16867
16868         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16869
16870 2007-04-24  Didier Verna  <didier@xemacs.org>
16871
16872         Improve the type of gnus-ignored-from-addresses.
16873         * gnus-util.el (gnus-orify-regexp): New function.
16874         * message.el (gnus-util): Require it.
16875         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16876         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16877         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16878
16879 2007-04-24  Didier Verna  <didier@xemacs.org>
16880
16881         * gnus-sum.el:
16882         * gnus-utils.el: Fix some trailing whitespaces.
16883
16884 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16887         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16888         article's Message-ID; refer parent article in summary buffer.
16889
16890         * message.el (message-bounce): Call mime-to-mml.
16891
16892         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16893         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16894         optimize and/or forms properly.
16895
16896 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16899         URL.
16900
16901 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16904
16905 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16908         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16909         displayed of multipart/alternative part if it is invoked from summary
16910         buffer.
16911
16912         * mm-view.el (mm-inline-text-html-render-with-w3m)
16913         (mm-inline-text-html-render-with-w3m-standalone)
16914         (mm-inline-render-with-function): Use mail-parse-charset by default.
16915
16916 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16917
16918         * parse-time.el (parse-time-string-chars): Check if CHAR
16919         is less than the length of parse-time-syntax.
16920
16921 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16924         from gnus-newsgroup-processable.
16925
16926 2007-04-16  Didier Verna  <didier@xemacs.org>
16927
16928         * gnus-msg.el (gnus-configure-posting-styles):
16929         Handle message-signature-directory properly with :file syntax.
16930         Reported by "Leo".
16931
16932 2007-04-11  Didier Verna  <didier@xemacs.org>
16933
16934         New user option: message-signature-directory.
16935         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16936         * message.el (message-insert-signature): Ditto.
16937         * message.el (message-signature-file): Doc update.
16938         * message.el (message-signature-directory): New.
16939
16940 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * gnus-msg.el (gnus-inews-yank-articles):
16943         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16944
16945 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * message.el (message-yank-original): Make sure cited text ends with
16948         newline; don't exchange point and mark.
16949
16950 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16951
16952         * tls.el (open-tls-stream): Properly handle case where there
16953         is no associated buffer.
16954
16955 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16956
16957         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16958         message-yank-original, make sure (< mark TEXT point).
16959
16960 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16961
16962         * message.el (message-fill-column): New variable.
16963         (message-mode): Use it.  Add comment on a possible new hook.
16964
16965         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16966         (nnmail-get-new-mail): Reformat.
16967
16968         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16969
16970         * gmm-utils.el: Fix Commentary.
16971         (gmm-tool-bar-from-list): Fix typo in doc string.
16972
16973 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16974
16975         * message.el (message-yank-original): Don't switch point and mark
16976         unnecessarily to put point and mark as documented.
16977
16978 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16979
16980         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16981         from the message heads.
16982
16983 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16984
16985         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16986         article buffer does not have a window.  This may not be the best
16987         solution but is certainly better than setting the start of the null,
16988         that is the current, window.
16989
16990 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16993         (gnus-draft-setup): Run it.
16994
16995         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16996         gnus-score-fast-scoring.  Allow regexp.
16997         (gnus-score-headers): Use it.
16998
16999         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17000         XEmacs.
17001
17002         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17003         string.
17004         (gnus-button-alist): Also catch `<f1> k ...'.
17005         (gnus-treat-display-x-face): Fix doc string.
17006
17007 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17008
17009         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17010         evaluation of gnus-extended-version to ensure correct generation of the
17011         User-Agent header when message-generate-headers-first is used.
17012
17013 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17014
17015         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17016         hashcash-path is nil.  Don't call callback with incorrect number of
17017         parameters if val is 0.
17018
17019 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17020
17021         * message.el (message-required-news-headers):
17022         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17023
17024 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17025
17026         * tls.el (open-tls-stream): In handshake-waiting loop,
17027         don't wait more if there is output available to process.
17028
17029 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17030
17031         * tls.el (tls-program): Doc fix.
17032
17033 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * message.el (message-generate-new-buffers): Change the meaning of the
17036         nil value; add `standard' to the choices; treat t as `unique'; improve
17037         doc string.
17038         (gnus-select-frame-set-input-focus): Autoload.
17039         (message-buffer-name): Search for the existing message buffer if
17040         message-generate-new-buffers is nil or `standard'; treat the value t of
17041         message-generate-new-buffers as `unique'.
17042         (message-pop-to-buffer): Raise the frame already displaying the message
17043         buffer; clear the echo area after querying.
17044         (message-setup): Pass the `continue' argument to compose-mail.
17045         (message-mail): Prefer `switch-function' if it is given; search for the
17046         existing message buffer if the `continue' argument is non-nil; pass
17047         continue and switch-function arguments to compose-mail by way of
17048         message-setup.
17049         (message-mail-other-window): Adjust argument of message-setup.
17050         (message-mail-other-frame): Ditto.
17051
17052 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17055         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17056         to turn font-lock on when turning gnus-message-citation-mode on.
17057
17058 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17059
17060         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17061         (mml-smime-function-alist): New variable; add epg as the backend.
17062         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17063         mml-smime- functions instead.
17064         * mm-view.el: Require smime.
17065
17066 2007-03-05  Didier Verna  <didier@xemacs.org>
17067
17068         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17069         instead of just inheritance for posting styles.
17070         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17071
17072 2007-02-24  Chris Moore  <dooglus@gmail.com>
17073
17074         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17075         * pgg-pgp.el (pgg-pgp-encrypt-region):
17076         * pgg-gpg.el (pgg-gpg-encrypt-region):
17077         Check pgg-encrypt-for-me if no other recipients.
17078
17079 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17080
17081         * tls.el (tls-certtool-program): Fix custom type.
17082
17083 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17086         and point-at-eol instead of line-(beginning|end)-position.
17087
17088         * assistant.el (assistant-parse-buffer): Ditto.
17089
17090         * netrc.el (netrc-parse-services): Ditto.
17091
17092 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17093
17094         * mml2015.el (mml2015-epg-find-usable-key): New function.
17095         (mml2015-epg-sign): Use it.
17096         (mml2015-epg-encrypt): Use it.
17097
17098 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * message.el (message-make-in-reply-to): Quote name containing
17101         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17102         if there are special characters.  Reported by NAKAJI Hiroyuki
17103         <nakaji@jp.freebsd.org>.
17104
17105 2007-02-27  Didier Verna  <didier@xemacs.org>
17106
17107         Include the group parameters as well as the topic ones in the
17108         inheritance filter process.
17109         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17110         argument GROUP-PARAMS-LIST.
17111         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17112
17113 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * nntp.el (nntp-never-echoes-commands)
17116         (nntp-open-connection-functions-never-echo-commands): New variables.
17117         (nntp-send-command): Use them.
17118
17119 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17120
17121         * mml2015.el (mml2015-epg-verify): Simplify.
17122
17123 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * mml.el (mml-content-disposition-alist): New user option.
17126         (mml-content-disposition): New function.
17127         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17128         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17129
17130 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17131
17132         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17133         verification.
17134
17135 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17136
17137         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17138         articles posted in the last 24 hours.
17139
17140 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17141
17142         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17143
17144 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17145
17146         * nntp.el (nntp-send-command): Don't wait for echoes when
17147         nntp-open-ssl-stream is used.
17148
17149 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17152         (gnus-message-add-citation-keywords)
17153         (gnus-message-remove-citation-keywords): Remove.
17154         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17155         directly, make the variables in font-lock-defaults buffer-local, add
17156         gnus-message-citation-keywords to them and then update the value of
17157         font-lock-keywords.
17158
17159 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * message.el (message-cite-original-1): Don't call
17162         gnus-article-highlight-citation.
17163
17164         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17165         citations; fix line count.
17166
17167 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17170         (gnus-message-add-citation-keywords)
17171         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17172         versions of font-lock-add-keywords and font-lock-remove-keywords to
17173         work with XEmacs correctly.
17174
17175 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-cite.el (gnus-cite-face-list): Set the values of
17178         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17179         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17180         (gnus-message-cite-prefix-regexp): New variable.
17181         (gnus-message-search-citation-line): Use it; protect against long
17182         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17183         the 0th match data for Emacs.
17184         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17185         (gnus-message-add-citation-keywords): Append keywords rather than
17186         prepending; emulate font-lock-add-keywords if it is not available.
17187         (gnus-message-remove-citation-keywords):
17188         Emulate font-lock-remove-keywords if it is not available.
17189
17190         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17191
17192         * message.el (message-cite-prefix-regexp): Set the value of
17193         gnus-message-cite-prefix-regexp.
17194
17195 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17196
17197         * nnweb.el (nnweb-google-parse-1): Update parser.
17198
17199 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17200
17201         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17202
17203 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17204
17205         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17206         regexp.
17207
17208 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17211         string-to-multibyte.
17212         (uudecode-decode-region-internal): Use it.
17213
17214         * lpath.el: Fbind string-as-multibyte for XEmacs.
17215
17216 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17219         Fix custom choice.
17220
17221         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17222
17223 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17224
17225         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17226
17227         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17228         `write-region' to respect `mm-inhibit-file-name-handlers'.
17229
17230 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17231
17232         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17233         Use gnus-home-directory instead of "~/" or "$HOME".
17234
17235 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17238         to mention filename.
17239         Add comments at beginning regarding usage.
17240         (encrypt-write-file-contents): Change interactive so a string is
17241         acceptable.  If the file has no associated model, show an error instead
17242         of a nonsense prompt.
17243
17244 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17245
17246         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17247         Thanks to Yoshihiko Yamada for kind notification of this typo.
17248
17249 2007-01-12  Kenichi Handa  <handa@m17n.org>
17250
17251         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17252         multibyte buffer.
17253
17254 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17255
17256         * gnus-score.el (gnus-score-fast-scoring): New variable.
17257         (gnus-score-headers): Use it.
17258
17259         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17260
17261         * message.el (message-cite-original-1):
17262         Call gnus-article-highlight-citation if requested.
17263         (message-make-from): Allow name and address as optional arguments.
17264
17265         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17266
17267         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17268         bugs to doc string.
17269         (gnus-button-alist): Add mid\\|message-id.
17270         (gnus-button-fetch-group): Extend for use in
17271         `browse-url-browser-function'.
17272         (gnus-button-url-regexp): Try to catch paired parentheses like in
17273         Wikipedia URLs.
17274
17275         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17276         Suggested by Simon Krahnke <overlord@gmx.li>.
17277
17278 2007-01-13  Romain Francoise  <romain@orebokech.com>
17279
17280         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17281         Update copyright.
17282
17283 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17284
17285         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17286
17287 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17288
17289         * gnus-registry.el (gnus-registry-unfollowed-groups)
17290         (gnus-registry-split-fancy-with-parent): Fix documentation.
17291
17292 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17293
17294         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17295         from nnweb groups.
17296
17297 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17298
17299         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17300         Xref urls.  Erase buffer before requesting head.
17301
17302         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17303
17304 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17307         customizable.
17308
17309 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17310
17311         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17312         no signing key is found.
17313         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17314         no encrypting and/or signing key is found.
17315
17316 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17317
17318         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17319
17320 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17321
17322         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17323         headers read from disk with the ones newly found in the current search.
17324         This should no longer cause problems, because the article numbers in
17325         Gmane's `nov.php' output are ignored since the previous change.
17326
17327 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17328
17329         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17330
17331 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17334         replace-regexp-in-string; bind url-version; fbind display-images-p and
17335         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17336         find-face and set-itimer-function for Emacs; bind itimer-list for
17337         Emacs.
17338
17339         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17340
17341 2007-01-01  Romain Francoise  <romain@orebokech.com>
17342
17343         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17344
17345 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17346
17347         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17348         `define-minor-mode' macro definition expanded properly.
17349         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17350         exclude it there.
17351
17352         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17353         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17354         `fboundp' test.
17355         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17356         This is OK to autoload in (S)XEmacs now.
17357
17358 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17359
17360         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17361         keystroke.
17362         (gnus-summary-limit-to-singletons): Fix typo.
17363
17364         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17365         else fails.
17366
17367 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17368
17369         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17370         docstring.
17371
17372         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17373         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17374         (gnus-summary-insert-dormant-articles): Fix typo in message.
17375
17376 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17379         nil for XEmacs.
17380         (gnus-message-citation-mode): Don't autoload in XEmacs.
17381
17382         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17383
17384 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17385
17386         * nnimap.el (nnimap-expunge-search-string):
17387         Mention nnimap-search-uids-not-since-is-evil in docstring.
17388
17389 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * spam.el: Revert to make-obsolete-variable because
17392         define-obsolete-variable-alias is not supported in Emacs 21.
17393
17394         * spam.el (spam-ifile-path, spam-ifile-database-path)
17395         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17396         make-obsolete-variable.
17397         (spam-bsfilter-path, spam-bsfilter-program)
17398         (spam-spamassassin-path, spam-spamassassin-program)
17399         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17400         Don't use "path" inappropriately.
17401         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17402         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17403         variable names.
17404
17405 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17406
17407         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17408         summary buffer.
17409
17410         * password.el (password-cache-remove): Use clear-string to burn
17411         password, if available.
17412
17413 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17416
17417         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17418
17419         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17420         (gnus-message-highlight-citation): Move defcustom here from
17421         gnus-cite.el.
17422         (gnus-message-citation-mode): Autoload.
17423
17424         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17425         checks to make it compile with XEmacs.
17426         (gnus-message-citation-mode): New minor mode.
17427         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17428         (gnus-message-highlight-citation): New variables.
17429         (gnus-message-search-citation-line)
17430         (gnus-message-add-citation-keywords)
17431         (gnus-message-remove-citation-keywords)
17432         (turn-on-gnus-message-citation-mode)
17433         (turn-off-gnus-message-citation-mode): New functions.
17434
17435 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17436
17437         * gnus-cite.el: Enable highlighting of different citation levels in
17438         message-mode.
17439
17440 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17441
17442         * message.el (message-make-fqdn): Fix comment.
17443         (message-bogus-system-names): Add ".local".
17444
17445         * spam.el (spam-ifile-path, spam-ifile-program)
17446         (spam-ifile-database-path, spam-ifile-database)
17447         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17448         Don't use "path" inappropriately.
17449         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17450         strings.
17451         (spam-check-ifile, spam-ifile-register-with-ifile)
17452         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17453         Use new variable names.
17454
17455         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17456         (gnus-treat-display-smileys): Simplify using
17457         gnus-image-type-available-p.
17458
17459         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17460         available.
17461
17462         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17463         Use `display-images-p' if available.
17464
17465 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17468         one after turning on the buffer's multibyteness instead of decoding
17469         them directly in the unibyte buffer that causes unexpected conversion
17470         in Emacs 23 (unicode).
17471
17472 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17473
17474         * message.el (message-generate-hashcash): Fix custom type.
17475
17476 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17477
17478         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17479
17480 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17481
17482         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17483         disconnect icons.  Add help text.
17484
17485 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17486
17487         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17488         negated to be consistent with the others we handle.
17489
17490 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17491
17492         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17493         version of gnus-summary-buffer to something, so that we can use two
17494         article buffers at the same time.
17495
17496 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17497
17498         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17499         trigger all the extra headers.
17500         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17501         sorting.
17502
17503 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17504
17505         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17506         solid groups.
17507
17508 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17509
17510         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17511
17512 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * legacy-gnus-agent.el: Add Copyright notice.
17515
17516 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17517
17518         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17519
17520 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17521
17522         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17523
17524         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17525         to make it work reliably in CVS Emacs.
17526         (gnus-summary-limit-strange-charsets-predicate)
17527         (gnus-summary-limit-to-predicate): New functions.
17528
17529 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17530
17531         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17532         specifying array size.
17533         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17534         array if it is too small.
17535         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17536         (gnus-sort-threads-loop): New function.
17537
17538 2006-12-06  Chris Moore  <dooglus@gmail.com>
17539
17540         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17541         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17542
17543 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17544
17545         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17546         options.
17547
17548 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17549
17550         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17551         DOS-ing the recipient.
17552
17553         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17554         the headers when creating the mapping to avoid mismappings.
17555         (nnweb-gmane-create-mapping): Always nix out old mapping.
17556
17557 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17560         and mm-verify-option to never.
17561
17562 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * message.el (message-signed-or-encrypted-p): New function.
17565         (message-forward-make-body): Use it.
17566
17567         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17568         Replace encode-coding-string with mm-encode-coding-string.
17569
17570 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * nneething.el (nneething-decode-file-name):
17573         Replace decode-coding-string with mm-decode-coding-string.
17574
17575         * gnus-int.el (gnus-open-server): Say failed server's name.
17576
17577 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17578
17579         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17580         strings to a single string.  Quote `errors-file-name'.
17581         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17582         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17583         Adjust calls.  Use `shell-quote-argument'.
17584
17585 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17586
17587         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17588         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17589
17590         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17591         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17592         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17593         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17594         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17595         (gnus-subscribe-newsgroup, gnus-1):
17596         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17597         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17598         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17599         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17600
17601 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17602
17603         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17604         keystroke.
17605         (gnus-summary-limit-to-bodies): Implement headersp.
17606
17607 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17608
17609         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17610
17611 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17614
17615 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17616
17617         * message.el (message-generate-hashcash): Expand range of values to
17618         include `opportunistic'.
17619         (message-send-mail): Use it.
17620
17621 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17622
17623         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17624         and comment it.
17625
17626         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17627
17628 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * gnus-util.el (gnus-extract-address-components): Improve comment.
17631
17632 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-util.el (gnus-extract-address-components): Work with address in
17635         which the name portion contains @.
17636
17637         * lpath.el: Fbind custom-autoload.
17638
17639 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17640
17641         * gnus.el (gnus-start): Move custom group up.
17642         (gnus-select-method): Don't autoload, but make it available for
17643         `customize-variable'.
17644         (gnus-getenv-nntpserver): Don't autoload.
17645
17646 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17647
17648         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17649
17650 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17651
17652         * message.el (message-sendmail-extra-arguments): New variable.
17653         (message-send-mail-with-sendmail): Use it.
17654
17655 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17658         mm-with-unibyte-current-buffer to make string unibyte.
17659
17660         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17661         mm-string-as-multibyte.
17662
17663 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17664
17665         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17666         Reported by Werner Koch <wk@gnupg.org>.
17667
17668 2006-11-14  Daiki Ueno  <ueno@p360>
17669
17670         * mml2015.el: Autoload epa-select-keys when compiling.
17671
17672 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17673
17674         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17675         message-options.
17676         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17677
17678 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17679
17680         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17681         EasyPG (< 0.0.6).
17682         (mml2015-always-trust): New user option.
17683         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17684         prompt.
17685
17686 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * nntp.el (nntp-authinfo-force): New variable.
17689         (nntp-send-authinfo): Use it.
17690
17691 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17694         decode encoded words.  Improve prompt.  Add comment about forwarding.
17695         (message-replacement-char): Move up.
17696
17697 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17698
17699         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17700         instead of gnus-intersection because arguments of gnus-sorted-nunion
17701         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17702
17703 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17706         (message-simplify-subject-functions):
17707         Enable message-strip-subject-encoded-words by default.
17708
17709 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17710
17711         * message.el (message-strip-subject-encoded-words): New function.
17712         (message-simplify-subject-functions): New variable.
17713         (message-simplify-subject): Use it.  Fix typo in doc string.
17714         Support message-strip-subject-encoded-words.
17715
17716 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17717
17718         * gnus-diary.el (gnus-diary-delay-format-function):
17719         * nndiary.el (nndiary-reminders):
17720         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17721
17722 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * gnus-art.el (article-hide-boring-headers): Fetch date from
17725         gnus-original-article-buffer to avoid problems with localized date
17726         strings.
17727
17728 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17731
17732 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17733
17734         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17735         New variables.
17736         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17737         (mm-charset-synonym-alist): Move some entries to
17738         mm-codepage-iso-8859-list.
17739         (mm-charset-synonym-alist, mm-charset-override-alist):
17740         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17741
17742 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17745
17746 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17747
17748         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17749         with Emacs 21 and XEmacs.
17750
17751 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17752
17753         * spam.el (spam-parse-address): New function for better parsing,
17754         catching errors, etc.
17755         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17756
17757 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * mm-view.el: Add interactive arg to html2text autoload.
17760
17761 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17764
17765 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17768         New variables.
17769         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17770         (mm-charset-synonym-alist): Move some entries to
17771         mm-codepage-iso-8859-list.
17772
17773         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17774
17775 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17776
17777         * message.el (message-citation-line-format)
17778         (message-insert-formated-citation-line): Fix implementation of %E, %N
17779         and %n according to the doc string.
17780
17781 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17782
17783         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17784         Use car-safe to avoid bad parses.
17785
17786 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17789         names.
17790
17791         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17792
17793 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17796         header.
17797
17798         * message.el (message-draft-headers): Add Date.
17799         (message-headers-to-generate): Fix typo in docstring.
17800
17801         * nndraft.el (nndraft-required-headers): New variable.
17802         (nndraft-generate-headers): Use it.
17803
17804         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17805
17806 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17807
17808         * gnus-registry.el (gnus-registry-wash-for-keywords)
17809         (gnus-registry-find-keywords): New functions to allow easy searching of
17810         articles that are in the registry.
17811
17812 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17813
17814         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17815         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17816         Reported by Damien Elmes <damien@repose.cx>.
17817
17818 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17819
17820         * gnus.el (gnus-mime): Remove unused custom group.
17821
17822 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17823
17824         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17825         "blank line" when searching for end of armor headers.
17826
17827 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * gmm-utils.el (gmm-write-region): Fix variable name.
17830
17831 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17832
17833         * gmm-utils.el (gmm-write-region): New function based on compatibility
17834         code from `mm-make-temp-file'.
17835
17836         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17837
17838         * nnmaildir.el (nnmaildir--update-nov)
17839         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17840         Use `gmm-write-region'.
17841
17842 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17845         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17846
17847         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17848
17849         * message.el (message-replacement-char): New variable.
17850         (message-fix-before-sending): Use it.
17851         (message-simplify-subject): New function to remove duplicate code.
17852         (message-reply, message-followup): Use it.
17853
17854         * gnus-sum.el (gnus-summary-make-menu-bar):
17855         Clarify gnus-summary-limit-to-articles.
17856
17857 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * gnus-util.el (gnus-with-local-quit): New macro.
17860
17861         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17862
17863 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17864
17865         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17866         ignore non-string data.
17867
17868 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17869
17870         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17871         non-string data (needs to be done in the registry too).
17872
17873 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17874
17875         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17876         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17877         (gnus-registry-split-fancy-with-parent)
17878         (gnus-registry-fetch-simplified-message-subject-fast)
17879         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17880         Remove text properties on ingress into the registry and when it's saved.
17881         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17882         registry from entries with no groups.
17883
17884 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17885
17886         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17887         function to remove string properties.
17888
17889 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * gmm-utils.el (gmm): Adjust custom version.
17892
17893         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17894         Adjust custom version.
17895
17896         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17897
17898 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * gnus-art.el (gnus-insert-prev-page-button)
17901         (gnus-insert-next-page-button): Simplify.  Reformat.
17902
17903 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17904
17905         * gnus-art.el (gnus-insert-prev-page-button)
17906         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17907
17908 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17909
17910         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17911
17912 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17913
17914         * gnus-art.el (gnus-insert-mime-button)
17915         (gnus-insert-mime-security-button):
17916         Apply gnus-article-button-face to MIME and security buttons.
17917
17918 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17919
17920         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17921         readable.
17922
17923 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17926
17927 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17928
17929         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17930         `browse-url-of-file' instead of `browse-url'.
17931
17932 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17933
17934         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17935         regexp.  Articles containing quotation were cut prematurely.
17936
17937 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * message.el (message-cite-original-1): Use nobody by default for the
17940         value of From header.
17941         (message-reply): Ditto.
17942
17943 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17944
17945         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17946         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17947         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17948
17949 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17950
17951         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17952         mails in the doc string.  Add some URLs in comment.
17953         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17954
17955 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17958         backslashes handling and the way to find boundaries of quoted strings.
17959
17960 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17961
17962         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17963         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17964         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17965         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17966
17967 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17968
17969         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17970         doc string.
17971         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17972
17973 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * lpath.el: Fbind epg-check-configuration.
17976
17977 2006-09-06  Simon Josefsson  <jas@extundo.com>
17978
17979         * mml2015.el (mml2015-use): Doc fix, mention epg.
17980
17981 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17982
17983         * mml2015.el (mml2015-use): Default to epg, if available.
17984
17985 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17986
17987         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17988         message-sender.
17989         (mml1991-epg-encrypt): Ditto.
17990         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17991         message-sender.
17992         (mml2015-epg-encrypt): Ditto.
17993
17994 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17995
17996         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17997         several common directories.
17998
17999 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18000
18001         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18002         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18003
18004 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * gnus-art.el (article-decode-encoded-words): Make it fast.
18007
18008 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18011
18012         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18013         in quoted string into `\'.
18014
18015 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18018         Use standard-syntax-table.
18019
18020 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * gnus-art.el (gnus-decode-address-function): New variable.
18023         (article-decode-encoded-words): Use it to decode headers which are
18024         assumed to contain addresses.
18025         (gnus-mime-delete-part): Remove useless `or'.
18026
18027         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18028         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18029         (gnus-nov-parse-line): Use it to decode From header.
18030         (gnus-get-newsgroup-headers): Ditto.
18031         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18032
18033         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18034         (mail-decode-encoded-address-string): New alias.
18035
18036         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18037         New function.
18038         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18039         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18040         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18041         (rfc2047-decode-string): Ditto.
18042         (rfc2047-decode-address-region): New function.
18043         (rfc2047-decode-address-string): New function.
18044
18045 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18046
18047         * message.el (message-caesar-buffer-body): Allow rotating headers.
18048
18049         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18050
18051         * message.el (message-insert-formated-citation-line): Fix %f.
18052         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18053
18054 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18057         (gnus-bookmark-mouse-available-p): New macro.
18058         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18059         (gnus-bookmark-bmenu-show-infos): Use it.
18060         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18061         (gnus-bookmark-bmenu-hide-infos): Ditto.
18062         (gnus-bookmark-remove-properties): New function.
18063         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18064         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18065         (gnus-bookmark-write-file): Bind coding-system-for-write.
18066         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18067         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18068         group before selecting it.
18069         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18070         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18071         quit-window if it is not available; use gnus-mouse-2 and bind it to
18072         gnus-bookmark-bmenu-select-by-mouse.
18073         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18074         (gnus-bookmark-bmenu-select-by-mouse): New function.
18075
18076 2006-08-13  Romain Francoise  <romain@orebokech.com>
18077
18078         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18079         space.
18080
18081 2006-08-10  Romain Francoise  <romain@orebokech.com>
18082
18083         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18084         (dns-mode-soa-auto-increment-serial): New user option.
18085         (dns-mode-soa-maybe-increment-serial): New function.
18086         (dns-mode): Add the latter to `write-contents-functions'.
18087
18088 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * compface.el (uncompface): Use binary rather than raw-text-unix.
18091
18092 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * compface.el (uncompface): Make sure the eol conversion doesn't take
18095         place when communicating with the external programs.
18096         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18097
18098 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18101
18102 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18103
18104         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18105         Make it more robust by parsing author and date independently.
18106
18107 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18110
18111 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18112
18113         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18114         first matching secret key.
18115         (mml2015-epg-encrypt): Ditto.
18116
18117         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18118         first matching secret key.
18119         (mml1991-epg-encrypt): Ditto.
18120
18121         * mml2015.el (mml2015-encrypt-to-self): New user option.
18122         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18123         mml2015-epg-encrypt-to-self is set.
18124
18125         * mml1991.el (mml1991-encrypt-to-self): New variable.
18126         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18127         mml1991-epg-encrypt-to-self is set.
18128
18129         * mml2015.el (mml2015-signers): New user option.
18130         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18131         (mml2015-epg-encrypt): Allow to select signing keys.
18132
18133         * mml1991.el (mml1991-signers): New variable.
18134         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18135         (mml1991-epg-encrypt): Allow to select signing keys.
18136
18137 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * nnheader.el (nnheader-insert-head): Make it work even if the file
18140         uses CRLF for the line-break code.
18141
18142 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18143
18144         * mml2015.el: Require mml-sec instead of password.
18145         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18146         (mml2015-cache-passphrase): Inherit the default value from
18147         mml-secure-cache-passphrase.
18148         (mml2015-passphrase-cache-expiry): Inherit the default value from
18149         mml-secure-passphrase-cache-expiry.
18150
18151         * mml1991.el: Require mml-sec instead of password.
18152         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18153         (mml1991-cache-passphrase): Inherit the default value from
18154         mml-secure-cache-passphrase.
18155         (mml1991-passphrase-cache-expiry): Inherit the default value from
18156         mml-secure-passphrase-cache-expiry.
18157
18158         * mml-sec.el: Require password.
18159         (mml-secure-verbose): New user option.
18160         (mml-secure-cache-passphrase): New user option.
18161         (mml-secure-passphrase-cache-expiry): New user option.
18162
18163 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18164             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18165
18166         * pgg-def.el (pgg-truncate-key-identifier):
18167         Truncate the key ID to 8 letters from the end.
18168
18169 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18170
18171         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18172         workaround for the url package included with Emacs.
18173
18174         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18175
18176 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18179         correctly.  This fixes a bug caused by the 2006-05-12 change.
18180
18181 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18182
18183         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18184         some information about the error when saying that the `bogus' mail
18185         group will be used.
18186
18187 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18190         string.
18191
18192 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18193
18194         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18195
18196 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18197
18198         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18199
18200 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18201
18202         * mml1991.el (mml1991-function-alist): Add epg.
18203         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18204         (mml1991-epg-encrypt): New functions.
18205
18206 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18207
18208         * mml2015.el (mml2015-verbose): New variable.
18209         (mml2015-cache-passphrase): Ditto.
18210         (mml2015-passphrase-cache-expiry): Ditto.
18211         (mml2015-function-alist): Add epg.
18212         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18213         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18214         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18215         New functions.
18216
18217 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18218
18219         * message.el (message-cite-original-1): Preserve region when removing
18220         quoted text due to X-No-Archive in order to avoid bogus attribution
18221         when citing multiple messages.
18222
18223 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18224
18225         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18226         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18227
18228 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * gnus-diary.el (gnus-user-format-function-d)
18231         (gnus-user-format-function-D): Autoload.
18232
18233         * imap.el (Commentary): Fix typo.
18234
18235         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18236         2006-04-22 contribution.
18237
18238 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18239
18240         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18241         It didn't really fix the bogosity I'm seeing with solid web groups.
18242
18243 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18244
18245         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18246         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18247         created using server names.  If we use the feature without declaring
18248         it, Gnus does not properly manage server and group state.
18249
18250         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18251         bound.
18252
18253 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18254
18255         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18256         looking up the method using GROUP's prefix before inventing a new one.
18257         It is used on killed/unknown groups in various places where returning
18258         an all-new method isn't expected by the caller.
18259
18260         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18261         and match semantics of gnus-group-real-prefix.
18262
18263 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * nnmail.el (nnmail-broken-references-mailers): New variable.
18266         (nnmail-ignore-broken-references): New function generalizing
18267         nnmail-fix-eudora-headers.
18268         (nnmail-fix-eudora-headers): Now obsolete.
18269
18270         * gnus-art.el (gnus-button-handle-custom):
18271         Support `customize-apropos*'.
18272
18273 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18274
18275         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18276
18277         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18278         articles.
18279
18280 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * message.el (message-cite-reply-above): New variable.
18283         (message-yank-original): Use it.
18284
18285 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18288
18289 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18292         as read.
18293
18294         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18295
18296 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18297
18298         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18299         (gnus-bookmark-default-file): Use gnus-directory.
18300         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18301         Remove "*" in doc string.
18302         (gnus-bookmark-write-file): Simplify.
18303         (gnus-bookmark-maybe-sort-alist): Use `when'.
18304         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18305         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18306         Add FIXME about Emacs 21 and XEmacs compatibility.
18307         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18308         compatibility.
18309         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18310         compatibility.
18311         (gnus-bookmark-menu-heading): Fix version.
18312
18313 2006-06-19  Bastien Guerry  <bzg@altern.org>
18314
18315         * gnus-bookmark.el: New file.
18316
18317 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * message.el (message-syntax-checks): Doc fix.
18320
18321 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18322
18323         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18324         unsubscribed groups as if they were killed ones.  It causes duplicate
18325         entries in gnus-newsrc-alist.
18326
18327 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * message.el (message-syntax-checks): Doc fix.
18330         (message-send-mail): Add check for continuation headers.
18331         (message-check-news-header-syntax): Fix regexp used to check for
18332         continuation headers.
18333
18334 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18337
18338 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18341
18342 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18345         default-truncate-lines.
18346
18347 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18350         to fill the utf-8 entry.
18351
18352         * lpath.el: Fbind unicode-precedence-list.
18353
18354 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18355
18356         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18357
18358 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18359
18360         * gnus-agent.el (directory-files-and-attributes): Move all the way
18361         forward (the third and final move).
18362         (gnus-agent-read-agentview): Trap reconstruction errors due to
18363         nonexistent directory.  Handle by returning nil.
18364
18365 2006-05-30  Didier Verna  <didier@xemacs.org>
18366
18367         * message.el (message-dont-reply-to-names): Update the custom type.
18368         * message.el (message-dont-reply-to-names): New defsubst: potentially
18369         convert a list of regexps into a single one.
18370         * message.el (message-get-reply-headers): Use it.
18371         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18372
18373 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * gnus-agent.el (directory-files-and-attributes): Move forward.
18376
18377 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * gnus-ml.el (gnus-mailing-list-subscribe)
18380         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18381         (gnus-mailing-list-message): Fix doc strings.
18382
18383 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18384
18385         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18386         of doing it manually.
18387
18388 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18391         comment.
18392
18393 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18394
18395         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18396         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18397         (gnus-agent-read-local): All symbols allocated in my-obarray.
18398         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18399         (gnus-agent-regenerate-group): Check numeric names to see if they are
18400         messages or groups.
18401         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18402         better way of do this...)
18403
18404         * gnus-cache.el (gnus-agent-total-fetched-for):
18405         Ignore 'dummy.group' (there should be a better way of do this...)
18406
18407 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18410         (gnus-saved-headers): Ditto.
18411         (gnus-default-article-saver): Mention functions may have properties.
18412         (gnus-article-save): Override gnus-save-all-headers and
18413         gnus-saved-headers by :headers property which saver function may have.
18414         (gnus-summary-save-in-file): Add :headers property.
18415         (gnus-summary-write-to-file): Ditto.
18416
18417         * gnus-sum.el (gnus-summary-save-article): Bind
18418         gnus-prompt-before-saving to t when saving many articles in a file;
18419         always show all headers.
18420
18421         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18422
18423 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18424
18425         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18426         marks.
18427
18428         * message.el (message-indent-citation): Add optional arguments to allow
18429         using it outside of message buffers.
18430
18431         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18432         (gnus-article-treat-unfold-headers): Use it.
18433         (gnus-article-truncate-lines): New variable.
18434         (gnus-article-mode): Use it.
18435         (gnus-article-toggle-truncate-lines): New function.
18436
18437         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18438         Add gnus-article-toggle-truncate-lines.
18439
18440         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18441         coding system in XEmacs, use binary.
18442
18443 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18446         after-load-alist.
18447
18448         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18449         this function should save decoded articles.
18450         (gnus-summary-write-to-file): Use property to specify this function
18451         should save decoded articles and specify gnus-summary-save-in-file
18452         should be used to save articles other than the first one when saving
18453         many articles.
18454         (gnus-summary-save-body-in-file): Use property to specify this
18455         function should save decoded articles.
18456         (gnus-summary-write-body-to-file): Use property to specify this
18457         function should save decoded articles and specify
18458         gnus-summary-save-body-in-file should be used to save articles other
18459         than the first one when saving many articles.
18460
18461         * gnus-sum.el (gnus-summary-save-article): Simplify.
18462
18463 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * gnus-art.el (gnus-default-article-saver):
18466         Add gnus-summary-write-body-to-file.
18467         (gnus-article-save-coding-system): Don't use coding system object
18468         in XEmacs.
18469         (gnus-read-save-file-name): Add optional `dir-var' argument which
18470         specifies directory in which files are saved; work even if optional
18471         `variable' argument is not specified.
18472         (gnus-summary-write-to-file): Read file name.
18473         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18474         (gnus-summary-write-body-to-file): New function.
18475
18476         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18477         (gnus-summary-local-variables): Add it.
18478         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18479         (gnus-summary-save-article): Remove optional `decode' argument;
18480         determine whether to decode articles by the value of
18481         gnus-default-article-saver; when saving many files using
18482         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18483         it first and use gnus-summary-save-in-file or
18484         gnus-summary-save-body-in-file thereafter unless
18485         gnus-prompt-before-saving is always; move point to article which
18486         will be saved.
18487         (gnus-summary-save-article-file): Revert.
18488         (gnus-summary-write-article-file): Revert.
18489         (gnus-summary-save-article-body-file): Revert.
18490         (gnus-summary-write-article-body-file): New function.
18491
18492 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * gnus-art.el (gnus-default-article-saver): Doc fix.
18495         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18496         from gnus-summary-save-article-coding-system, and default to a
18497         certain coding system.
18498         (gnus-output-to-file): Add coding cookie and encode text according
18499         to gnus-article-save-coding-system; don't use mm-append-to-file.
18500
18501         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18502         gnus-art.el and rename to gnus-article-save-coding-system.
18503         (gnus-summary-save-article): Require gnus-art; don't show all
18504         headers if it decodes articles; don't add coding cookie here;
18505         don't bind mm-text-coding-system-for-write.
18506         (gnus-summary-save-article-file): Save decoded articles.
18507         (gnus-summary-write-article-file): When saving many files, use
18508         gnus-summary-write-to-file first and gnus-summary-save-in-file
18509         thereafter unless gnus-prompt-before-saving is always.
18510         (gnus-summary-save-article-body-file): Save decoded articles.
18511
18512         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18513
18514 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18515
18516         * nnrss.el (nnrss-check-group): Bind hash-index.
18517
18518 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18519
18520         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18521         its hash index.  Store this hash in `nnrss-group-data'.
18522         (nnrss-read-group-data): Update accordingly.
18523
18524 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18527         entry.
18528
18529         * gnus-sum.el (gnus-summary-make-menu-bar):
18530         Add gnus-article-browse-html-article.
18531
18532 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18533
18534         * gnus-sum.el (gnus-summary-mime-map):
18535         Add gnus-article-browse-html-article.
18536
18537         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18538
18539 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18540
18541         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18542         suitable coding systems in customize.
18543
18544 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18545
18546         * mail-source.el (mail-sources): Fix custom type.
18547
18548 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18549
18550         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18551         (gnus-summary-expire-articles-now): Shorten prompt.
18552
18553         * gmm-utils.el (wid-edit): Require.
18554         (defun-gmm): Rename from `gmm-defun-compat'.
18555         (gmm-image-search-load-path): Use it.
18556         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18557
18558 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * gnus-sum.el (gnus-summary-save-article-coding-system):
18561         New variable.
18562         (gnus-summary-save-article): Add optional `decode' argument.
18563         If it is set and gnus-summary-save-article-coding-system is non-nil,
18564         save decoded article.
18565         (gnus-summary-write-article-file): Save decoded article if
18566         gnus-summary-save-article-coding-system is non-nil.
18567
18568         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18569         type.
18570
18571 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18574
18575 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18578         first to test gnus-single-article-buffer which may be buffer-local.
18579
18580         * gnus-sum.el (gnus-summary-setup-buffer):
18581         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18582         group; make gnus-article-buffer, gnus-article-current, and
18583         gnus-original-article-buffer always buffer-local.
18584         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18585         group.
18586         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18587
18588 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * nnml.el (nnml-request-compact-group): Compressed files might not
18591         have .gz extension.
18592
18593 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18594
18595         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18596         (mm-copy-to-buffer): Use with-current-buffer.
18597         (mm-display-part): Simplify.
18598         (mm-inlinable-p): Add optional arg `type'.
18599
18600 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18601
18602         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18603         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18604         Try harder to show the attachment internally or externally using
18605         gnus-mime-view-part-as-type.
18606
18607 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * message.el (message-from-style, message-signature-separator)
18610         (message-user-organization-file, message-send-mail-function)
18611         (message-citation-line-function, message-yank-prefix)
18612         (message-indent-citation-function, message-signature)
18613         (message-signature-file, message-signature-insert-empty-line):
18614         Remove autoloads.
18615
18616         * gnus-art.el (gnus-buttonized-mime-types):
18617         Remove "multipart/signed".  Revert 2006-04-26 change.
18618
18619 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * gnus.el (gnus-version-number): Bump version.
18622
18623 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18624
18625         * gnus.el: No Gnus v0.5 is released.
18626
18627 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18628
18629         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18630         fetching articles by message-id.
18631
18632 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18633
18634         * message.el (hashcash): Require hashcash as normal.
18635
18636         * ecomplete.el (ecomplete-highlight-match-line):
18637         Use point-at-eol.
18638         (ecomplete-highlight-match-line): Use `highlight', because that
18639         face exists in both Emacs and XEmacs.
18640
18641         * message.el (message-display-abbrev): Use point-at-bol.
18642
18643         * mail-source.el: Don't require timer/timer-funcs.
18644
18645         * gnus-async.el: Ditto.
18646
18647         * password.el: Ditto.
18648
18649         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18650
18651         * mm-url.el: Ditto.
18652
18653         * gnus-xmas.el: Don't require timer-funcs.
18654
18655         * mm-util.el: Require timer/timer-funcs.
18656
18657 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18658
18659         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18660         Close.
18661
18662 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18665         unibyte after clear-decrypt function runs.
18666
18667         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18668         returns as a unibyte string.
18669
18670 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * lpath.el: Revert.
18673
18674         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18675         (pgg-gpg-process-sentinel): Revert.
18676
18677         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18678         (pgg-pgp-lookup-key): Revert.
18679
18680         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18681         (pgg-pgp5-lookup-key): Revert.
18682
18683         * pgg.el (pgg-fetch-key): Revert.
18684
18685 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * lpath.el: Fbind string-as-multibyte for XEmacs.
18688
18689         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18690         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18691         (mml1991-pgg-encrypt): Ditto.
18692
18693         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18694         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18695         a multibyte buffer.
18696
18697         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18698         (pgg-pgp-lookup-key): Ditto.
18699
18700         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18701         (pgg-pgp5-lookup-key): Ditto.
18702
18703         * pgg.el (pgg-fetch-key): Ditto.
18704
18705 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * message.el (message-user-organization-file): Check several
18708         locations of the organization file.
18709
18710         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18711         Add gnus-article-view-part-as-type.
18712
18713         * gnus-art.el (gnus-article-view-part-as-type): New function.
18714
18715         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18716         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18717
18718         * mml.el: Simplify autoload.
18719         (mml-mode): defvar dnd-protocol-alist instead of using
18720         symbol-value.
18721         (mml-default-directory): New variable.
18722         (mml-minibuffer-read-file): Use it.
18723         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18724
18725         * message.el (message-citation-line-format): New variable.
18726         (message-insert-formated-citation-line): New function.
18727         (message-citation-line-function):
18728         Add `message-insert-formated-citation-line' to custom type.
18729
18730         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18731         to doc string.
18732
18733         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18734         depending on mm-verify-option.
18735
18736 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18739         binding pgg-* variables; reimplement the section which prevents
18740         MIME header from being signed.
18741         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18742         pgg-text-mode; remove a blank line at the top of body.
18743
18744         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18745         lines at the top of body; use gnus-newsgroup-charset if there's no
18746         Charset header.
18747
18748 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * message.el (message-self-insert-commands): Doc fix.
18751
18752         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18753         (mm-uu-pgp-encrypted-test): Ditto.
18754         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18755         between header and body; return application/pgp-encrypted handle
18756         if decryption failed; decode decrypted body by charset.
18757
18758         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18759         element match to application/pgp-*.
18760
18761 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18762
18763         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18764         HTML.
18765
18766 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18767
18768         * mail-source.el (mail-source-call-script): Message the error
18769         string.
18770
18771 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18772
18773         * gnus-util.el (gnus-byte-compile): Use it.
18774
18775 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18776
18777         * gnus-util.el (kill-empty-logs): New function.
18778
18779 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18780
18781         * message.el (message-mail-alias-type): Doc fix.
18782         (message-mail-alias-type-p): New function.
18783         (message-send): Use it.
18784         (message-mode): Ditto.
18785         (message-strip-forbidden-properties): Ditto.
18786
18787         * ecomplete.el (ecomplete-database-file-coding-system):
18788         New variable.
18789         (ecomplete-save): Use it.
18790         (ecomplete-setup): Use it.
18791
18792 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * message.el (message-self-insert-commands): New variable.
18795         (message-strip-forbidden-properties): Use it.
18796
18797 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18798
18799         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18800         that doesn't make XEmacs choke.
18801
18802 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18803
18804         * gnus-util.el (gnus-replace-in-string):
18805         Prefer replace-regexp-in-string over of replace-in-string.
18806
18807 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * gnus-util.el (gnus-select-frame-set-input-focus):
18810         Use select-frame-set-input-focus if it is available in XEmacs; use
18811         definition defined in Emacs 22 for old Emacsen.
18812
18813         * dgnushack.el: Autoload unmorse-region for XEmacs.
18814
18815         * lpath.el: Bind cursor-in-non-selected-windows and
18816         select-frame-set-input-focus for XEmacs.
18817
18818 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18821
18822 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * gnus-registry.el (gnus-registry-cache-save): Remove text
18825         properties when saving via the temp buffer.
18826
18827 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18828
18829         * message.el (message-generate-hashcash): Honor custom type.
18830
18831 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18832
18833         * message.el (message-generate-hashcash): Default to non-nil when
18834         hashcash is found.
18835
18836         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18837         (gnus-refer-thread-limit): Increase default to 500.
18838
18839         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18840
18841         * flow-fill.el (fill-flowed): Allow delete-space.
18842
18843 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18844
18845         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18846         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18847         Remove autoloads.
18848
18849 2006-04-18  Simon Josefsson  <jas@extundo.com>
18850
18851         * message.el (message-generate-hashcash): Default to.
18852
18853 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18856         concatenating segments rather than before concatenating them.
18857
18858 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18859
18860         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18861
18862 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18863
18864         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18865
18866         * message.el (message-forward-make-body-plain):
18867         Allow message-forward-ignored-headers to be a list.
18868         (message-remove-ignored-headers): Factor out into function.
18869         (message-forward-make-body-mml): Use it.
18870
18871         * imap.el (imap-quote-specials): New function.
18872         (imap-login-auth): Quote specials.
18873
18874         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18875         (rfc2231-parse-string): Allow concatanation of parameters that
18876         aren't contiguous.  The test case is
18877           (mail-header-parse-content-type "message/external-body;
18878             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18879             access-type=LOCAL-FILE;
18880             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18881
18882 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18883
18884         * nntp.el (nntp-accept-process-output): Return the value of
18885         `nnheader-accept-process-output'.
18886
18887 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18888
18889         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18890         (gnus-button-alist): Recognize more diff formats.
18891         (gnus-button-patch): Strip directory.
18892
18893 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18894
18895         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18896         Emacs 22 when setting focus.
18897
18898 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18899
18900         * gnus-art.el (gnus-article-treat-types): Do treatment of
18901         text/x-verbatim parts.
18902         (gnus-button-patch): New command.
18903
18904         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18905         addresses that contain invalid characters.
18906
18907 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18908
18909         * message.el (message-put-addresses-in-ecomplete):
18910         Use gnus-replace-in-string.
18911         (message-is-yours-p): Use the more correct
18912         mail-header-parse-address instead of
18913         mail-extract-address-components.
18914         (message-put-addresses-in-ecomplete): Fix typo.
18915
18916         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18917         keystroke.
18918
18919         * gnus-art.el (gnus-treatment-function-alist): Change order of
18920         newsgroups/generic header folding to avoid double-folding.
18921
18922         * message.el (message-hidden-headers): Add X-Draft-From.
18923
18924         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18925         New command.
18926         (gnus-summary-repeat-search-article-backward): New command.
18927
18928         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18929         groups in the parent topic.
18930
18931 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18932
18933         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18934         (spam-extra-header-to-number): Return the CRM114 number as a
18935         number instead of a string.
18936
18937 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18938
18939         * gnus-art.el (gnus-face-properties-alist): Move here from
18940         gnus-fun.
18941
18942         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18943
18944 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945
18946         * message.el (message-strip-forbidden-properties): Only display on
18947         self-insert-command.
18948
18949         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18950         reindent.
18951         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18952
18953 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18954
18955         * smiley.el (smiley-style): Fix typo.
18956
18957 2006-03-23  Kenichi Handa  <handa@m17n.org>
18958
18959         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18960         instead of set-buffer-multibyte.
18961
18962 2006-03-23  Kenichi Handa  <handa@m17n.org>
18963
18964         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18965         buffer and then decode the buffer text if necessary.
18966         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18967         first, and after mm-encode-body, change the buffer to unibyte.
18968
18969 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18970
18971         * hashcash.el (hashcash-insert-payment-async-2):
18972         Use message-goto-eoh instead of doing it manually.
18973         (mail-add-payment): Use message-narrow-to-header instead of trying
18974         to do the same itself.
18975
18976         * message.el (message-hidden-headers): Add Face.
18977
18978         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18979         reparenting code.
18980         (gnus-summary-reparent-children): Refactored out code.
18981         (gnus-summary-thread-map): New keystroke.
18982         (gnus-summary-reparent-children): Make into command.
18983
18984         * smiley.el (smiley-style): Default to `medium' if using a large
18985         font.
18986
18987         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18988         does it itself.
18989
18990         * message.el (message-point-in-header-p): Simplify definition.
18991
18992 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993
18994         * nnagent.el (nnagent-request-set-mark): Silence log file
18995         writing.
18996         (nnagent-request-set-mark): Use write-region instead of
18997         append-to-file.
18998
18999         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19000         strange select method.
19001
19002         * ecomplete.el (ecomplete-display-matches): Get highlightling
19003         right.
19004         (ecomplete-display-matches): Use literals.
19005         (ecomplete-display-matches): Disable message logging.
19006
19007         * message.el (message-display-abbrev): Small optimization.
19008
19009         * ecomplete.el (ecomplete-display-matches): Allow automatic
19010         display.
19011
19012         * message.el (message-strip-forbidden-properties):
19013         Display abbrevs.
19014         (message-display-abbrev): Get automatic display right.
19015
19016         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19017         keystrokes.
19018
19019 2006-04-13  Romain Francoise  <romain@orebokech.com>
19020
19021         TODO: Backport to v5-10!
19022
19023         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19024         Move here (and rename) from gnus-registry.el.
19025
19026         * gnus-registry.el: Require gnus-util.
19027         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19028
19029 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19030
19031         * gnus-group.el (gnus-group-catchup-current):
19032         Change if-then-else-if-then-else into cond.
19033         (gnus-group-catchup): Indent.
19034         (group-name-at-point): New function.
19035         (gnus-fetch-group): Provide default from thing at point.
19036
19037 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19038
19039         * message.el (message-display-abbrev): Fix regexp.
19040
19041         * ecomplete.el (ecomplete-highlight-match-line):
19042         Reimplement choosing.
19043         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19044         dead variables.
19045
19046         * message.el (message-newline-and-indent): Remove debugging.
19047         (message-display-abbrev): Use new implementation.
19048
19049 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19050
19051         * gnus-art.el (gnus-article-mode):
19052         Set cursor-in-non-selected-windows to nil.
19053
19054         * smiley.el: Revert previous change.
19055         (smiley-data-directory): defvar it before using it in the
19056         defcustom of `smiley-style'.
19057
19058 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19059
19060         * message.el (message-newline-and-indent): New function.
19061
19062         * ecomplete.el: Implement more bits.
19063
19064         * message.el (message-put-addresses-in-ecomplete): Clean up the
19065         string.
19066
19067         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19068
19069         * gnus-sum.el (gnus-summary-save-parts):
19070         Bind gnus-summary-save-parts-counter and use it to make unique file
19071         names.
19072
19073         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19074
19075         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19076         parameter to say whether to actually parse the individual
19077         addresses.
19078
19079         * message.el (message-put-addresses-in-ecomplete): New function.
19080         (ecomplete): Require.
19081         (message-mail-alias-type): Add ecomplete as an option.
19082
19083 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19084
19085         * flow-fill.el (fill-flowed): Remove trailing space from blank
19086         quoted lines.
19087
19088 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19089
19090         * smiley.el (smiley-style): Move definition later to avoid a
19091         compilation warning.
19092
19093 2006-04-12  Kenichi Handa  <handa@m17n.org>
19094
19095         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19096         buffer and then decode the buffer text if necessary.
19097         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19098         first, and after mm-encode-body, change the buffer to unibyte.
19099         Use mm-disable-multibyte instead of set-buffer-multibyte.
19100
19101 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19104         Content-Type header instead of Content-Disposition header.
19105         (gnus-mime-inline-part): Ditto.
19106         (gnus-mime-view-part-as-charset): Ignore charset that the part
19107         specifies.
19108
19109         * mm-decode.el (mm-display-part): Work with external parts and
19110         usual parts similarly.
19111
19112         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19113         instead of gnus-display-mime.
19114
19115         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19116         instead of with-temp-buffer.
19117
19118         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19119         tag to summarized topics part in order to encode non-ASCII text.
19120
19121 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19122
19123         * smiley.el (smiley-style): New variable.
19124         (smiley-directory): New function.
19125         (smiley-data-directory): Derive from `smiley-style' using
19126         `smiley-directory'.
19127         (smiley-regexp-alist): Add new entries.
19128
19129         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19130         (gnus-article-browse-delete-temp): Add :version.
19131
19132 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19133
19134         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19135         the sieve region.
19136
19137 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19138
19139         * gnus.el (gnus-version-number): Bump version.
19140
19141 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19142
19143         * gnus.el: No Gnus v0.4 is released.
19144
19145 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19148         layout.
19149
19150         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19151         unknown charset.
19152
19153         * message.el (message-header-synonyms): Add Original-To to the
19154         default.
19155
19156         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19157         optional parameter.
19158
19159 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19160
19161         * gnus-fun.el (gnus): Require it for gnus-directory.
19162
19163 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19166
19167 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19168
19169         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19170
19171 2006-04-05  Simon Josefsson  <jas@extundo.com>
19172
19173         * password.el (password-reset): New function.
19174
19175 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19176
19177         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19178         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19179
19180 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19181
19182         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19183         Some whitespace was matched into the url, which broke browsing hits
19184         > 100 when mm-url-use-external was nil.
19185
19186 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19187
19188         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19189         Check gnus-extra-headers for 'Newsgroups.
19190
19191         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19192         bound.
19193
19194 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19195
19196         * pgg-gpg.el: Clean up process buffers every time gpg processes
19197         complete.
19198
19199 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19202         doc string.
19203
19204 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19205
19206         * pgg-gpg.el (pgg-gpg-process-filter)
19207         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19208
19209         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19210         lines, temporary fix.
19211
19212 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19213
19214         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19215
19216 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19217
19218         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19219         default-enable-multibyte-characters.  This reverts the change from
19220         revision 6.17 which is no longer necessary because the passphrase
19221         is sent separately now.  GnuPG messages are unreadable under
19222         multibyte locales with default-enable-multibyte-characters set to
19223         nil.
19224
19225 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19226
19227         * message.el (message-tool-bar-gnome): Move "spell".
19228
19229 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19230
19231         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19232         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19233         instead.
19234
19235 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19236
19237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19238         Improve newsgroups handling for NNTP overviews which don't include
19239         Newsgroups.
19240
19241 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19242
19243         * message.el (message-resend): Bind message-generate-hashcash to nil.
19244
19245 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19246
19247         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19248         when searching for already-paid recipients.
19249
19250 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19251
19252         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19253         passphrases when it is not needed.
19254         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19255         passphrase stuff from gpg, should only be necessary when you use
19256         gpg with a smartcard.
19257
19258 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * mml.el (mml-insert-mime): Ignore cached contents of
19261         message/external-body part.
19262
19263         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19264         (mm-insert-part): Ditto.
19265
19266 2006-03-23  Simon Josefsson  <jas@extundo.com>
19267
19268         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19269         Reiner.
19270         (pgg-gpg-use-agent-p): Use it again.
19271
19272 2006-03-23  Simon Josefsson  <jas@extundo.com>
19273
19274         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19275         older emacsen.
19276         (pgg-gpg-use-agent-p): Don't use it.
19277
19278 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19281         if we can.
19282
19283 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19284
19285         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19286         (pgg-gpg-update-agent): New function.
19287         (pgg-gpg-use-agent-p): New function.
19288         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19289         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19290         (pgg-gpg-sign-region): Use it.
19291
19292 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19293
19294         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19295         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19296
19297 2006-03-21  Simon Josefsson  <jas@extundo.com>
19298
19299         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19300         <wilde@sha-bang.de>.
19301         (pgg-gpg-use-agent): New variable.
19302         (pgg-gpg-process-region): Use it.
19303         (pgg-gpg-encrypt-region): Likewise.
19304         (pgg-gpg-encrypt-symmetric-region): Likewise.
19305         (pgg-gpg-decrypt-region): Likewise.
19306         (pgg-gpg-sign-region): Likewise.
19307         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19308
19309 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19312
19313         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19314         Add comment on version.
19315
19316 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19317
19318         * smiley.el: Add missing test smiley.
19319
19320 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * mm-decode.el (mm-with-part): New macro.
19323         (mm-get-part): Use it; work with message/external-body as well.
19324         (mm-save-part): Treat name and filename equally.
19325
19326         * mm-extern.el (mm-extern-cache-contents): New function.
19327         (mm-inline-external-body): Use it; force the part to be displayed;
19328         move undisplayer added to the cached handle to the parent.
19329
19330         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19331         (gnus-mime-view-part-as-type): Work with message/external-body.
19332
19333         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19334
19335 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19336
19337         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19338         images in image-load-path.  [Sync with image.el, revision 1.60, in
19339         Emacs.]
19340
19341 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19342
19343         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19344         path rather than symbol.  Always return list of directories.
19345         Guarantee that image directory comes first.  [Sync with image.el,
19346         revision 1.59, in Emacs.]
19347
19348         * message.el (message-make-tool-bar): Adjust to new API of
19349         `gmm-image-load-path-for-library'.
19350
19351         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19352
19353         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19354
19355 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19356
19357         * gnus-art.el (gnus-article-only-boring-p):
19358         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19359         intangible text.
19360         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19361
19362 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19363
19364         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19365         Use `defun' instead of `gmm-defun-compat'.
19366
19367 2006-03-14  Simon Josefsson  <jas@extundo.com>
19368
19369         * message.el (message-unique-id): Don't use message-number-base36
19370         if (user-uid) is a float.
19371         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19372
19373 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19376
19377         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19378         empty line between a part and a message part.
19379
19380 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19381
19382         * smiley.el: Add more test smileys.
19383         (smiley-data-directory, smiley-regexp-alist)
19384         (gnus-smiley-file-types): Fix doc strings.
19385         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19386         adding new elements.
19387         (smiley-mouse-map): Unused code.  Make it a comment.
19388
19389 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19392         scan latest NoCeM messages instead of old ones.
19393         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19394         delimiters that are recently used.
19395         (gnus-nocem-load-cache): Add autoload cookie.
19396
19397         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19398
19399         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19400         level which is larger than gnus-use-nocem is specified.
19401
19402         * gnus-group.el (gnus-group-get-new-news): Ditto.
19403
19404 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19405
19406         * gnus-util.el (gnus-tool-bar-update): New function.
19407
19408         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19409         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19410
19411         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19412
19413         * gnus-group.el (gnus-group-redraw-when-idle)
19414         (gnus-group-redraw-check): Remove.
19415         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19416
19417 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19420         if optional last element is specified in splits (FIELD VALUE...).
19421
19422 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19423
19424         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19425         to gmm-image-load-path-for-library.  Call with no-error argument.
19426         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19427
19428         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19429
19430         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19431
19432         * gmm-utils.el (gmm-image-load-path): Remove alias.
19433
19434 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19435
19436         * gmm-utils.el (gmm-image-load-path): Add alias.
19437
19438         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19439         nnml-generate-nov-databases-1.
19440         (nnml-generate-nov-databases): Use it.
19441         (nnml-generate-nov-databases-directory): Document no-active
19442         argument.
19443
19444         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19445         directory if path is t.  Add no-error.
19446
19447         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19448         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19449
19450         * gnus-art.el (gnus-article-browse-delete-temp-files):
19451         Simplify resetting gnus-article-browse-html-temp-list.
19452
19453         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19454         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19455         Add example to docstring.  Rename local variables.  Move error
19456         checks to default case in cond and simplify.
19457
19458 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19459
19460         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19461         handle is multipart when calling it recursively.
19462         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19463
19464 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19465
19466         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19467         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19468
19469 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19472         is loaded.
19473
19474         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19475         loaded.
19476
19477 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19478
19479         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19480         to "Emacs 23 (unicode)" in doc string.
19481
19482         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19483         "Emacs 23 (unicode)" in comment.
19484
19485 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19488
19489         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19490         characters 160 through 255 in Emacs 23.
19491
19492 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19493
19494         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19495         gnus-article-browse-html-temp.
19496         (gnus-article-browse-delete-temp): Make it customizable.
19497         Add `file'.  Adjust doc string.
19498         (gnus-article-browse-delete-temp-files): Add argument.
19499         Allow query for each file.  Adjust doc string.
19500         (gnus-article-browse-html-parts):
19501         Add `gnus-article-browse-delete-temp-files' to
19502         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19503
19504 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19505
19506         * gnus-art.el (gnus-article-browse-html-temp)
19507         (gnus-article-browse-delete-temp): New variables.
19508         (gnus-article-browse-delete-temp-files): New function.
19509         (gnus-article-browse-html-parts): Use it.
19510
19511 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19512
19513         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19514
19515         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19516         string.
19517
19518         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19519         gnus-summary-insert-new-articles when unplugged.
19520         Remove gnus-summary-search-article-forward.
19521
19522         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19523         display-visual-class instead of display-color-cells.
19524
19525 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * dgnushack.el: Autoload customize-group for XEmacs.
19528
19529         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19530         message/* containing non-ASCII text properly.
19531
19532 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19533
19534         * message.el: Require gmm-utils, remove autoloads.
19535         (message-tool-bar): Set default based on
19536         gmm-tool-bar-style.
19537         (message-tool-bar-gnome): Add gmm-customize-mode.
19538
19539         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19540         gmm-tool-bar-style.
19541         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19542
19543         * gnus-group.el (gnus-group-tool-bar): Set default based on
19544         gmm-tool-bar-style.
19545         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19546
19547         * gmm-utils.el (gmm-image-directory): Rename variable from
19548         gmm-image-load-path.
19549         (gmm-image-load-path): Use gmm-image-directory.
19550         (gmm-customize-mode): New function.
19551         (gmm-tool-bar-style): New variable.
19552
19553         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19554         gnus-group-redraw-line-number.
19555         (gnus-group-redraw-check): Simplify.
19556         (gnus-group-tool-bar-update): Remove redraw check.
19557         (gnus-group-make-tool-bar): Add redraw check.
19558
19559 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19560
19561         * gnus-art.el (gnus-button): Add missing parentheses.
19562
19563 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * lpath.el: Fbind line-number-at-pos.
19566
19567 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19570
19571 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19572
19573         * gnus-art.el (gnus-button): New face.
19574         (gnus-article-button-face): Use it.
19575
19576         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19577         Add gnus-summary-next-page.  Re-order.
19578
19579         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19580         next-node are now included.
19581         (gnus-group-redraw-line-number): New internal variable.
19582         (gnus-group-redraw-check): Helper function for updating the tool
19583         bar.
19584         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19585
19586         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19587
19588         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19589         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19590         Use it to match format of Spamassassin 3.0 and later.
19591         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19592         (spam-check-bogofilter)
19593         (spam-bogofilter-register-with-bogofilter): Fix args of
19594         `gnus-error' calls.
19595
19596 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19599         unnecessary interaction when sending queued mails.
19600         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19601
19602 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19603
19604         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19605         first or last are nil.
19606
19607 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19608
19609         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19610
19611 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19612
19613         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19614
19615 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19616
19617         * dns.el (query-dns): Protect more against buggy tcp output.
19618
19619 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19620
19621         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19622         nov.php.
19623
19624 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19625
19626         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19627         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19628         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19629         output on the server side.
19630         (nnweb-google-create-mapping): Update regexps and add some
19631         progress indication.
19632
19633 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19634
19635         * gnus-group.el (gnus-group-tool-bar-gnome):
19636         Fix gnus-agent-toggle-plugged.  Re-order icons.
19637         (gnus-group-tool-bar-gnome):
19638         Add gnus-group-{prev,next}-unread-group.
19639         (gnus-group-tool-bar-gnome): Re-order icons.
19640
19641         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19642         Move gnus-summary-insert-new-articles.
19643
19644         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19645         Fix comments.
19646
19647         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19648         also available in Emacs 21.3.
19649
19650         * message.el (message-fix-before-sending): Change "Emacs 22" to
19651         "Emacs 23 (unicode)" in comment.
19652
19653         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19654         "Emacs 23 (unicode)" in comment.
19655
19656         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19657         comment.
19658         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19659
19660         * mm-view.el (mm-fill-flowed): Add :version.
19661
19662 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19663
19664         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19665         and load-path.
19666
19667 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * message.el: Autoload gmm-image-load-path.
19670         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19671         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19672         consitency.
19673
19674         * gmm-utils.el (gmm-image-load-path): Also search in
19675         "../etc/images".  Don't set gmm-image-load-path if we don't find
19676         the image.
19677
19678 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * gmm-utils.el (gmm-image-load-path): Don't make
19681         `gmm-image-load-path' include subdirectories which the second arg
19682         `image' might specify.
19683
19684         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19685         subdirectory to icon file names.
19686
19687         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19688
19689 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19690
19691         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19692         gmm-image-load-path calls.
19693
19694         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19695
19696         * message.el (message-make-tool-bar): Ditto.
19697
19698         * mml.el (mml-preview): Add comment concerning tool bar icons.
19699
19700         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19701         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19702
19703         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19704         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19705
19706         * message.el (message-tool-bar-gnome): Use new icon names.
19707         (message-make-tool-bar): Use `gmm-image-load-path'.
19708
19709         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19710         New functions from MH-E.
19711         (gmm-image-load-path): New variable from MH-E.
19712         (gmm-image-load-path): New function from MH-E.  Add arguments
19713         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19714         *-image-load-path-called-flag.
19715
19716 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19717
19718         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19719
19720 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19721
19722         * nnimap.el (nnimap-request-move-article): Change folder back to
19723         source group before deleting.
19724
19725 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19726
19727         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19728
19729         * gnus-art.el (mm-url-insert-file-contents-external):
19730         Autoload mm-url.
19731
19732         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19733
19734 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19737         coding system which mm-charset-to-coding-system returns for a
19738         given charset is valid.
19739
19740 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19741
19742         * html2text.el (html2text-remove-tag-list):
19743         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19744
19745 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19746
19747         * gnus-cus.el: Revert 2005-10-17 change.
19748
19749 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * gnus-art.el (article-strip-banner):
19752         Call article-really-strip-banner only when the regexp match is made.
19753
19754 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19755
19756         * gnus-art.el (article-strip-banner):
19757         Use gnus-extract-address-components instead of
19758         mail-header-parse-addresses to make it work with non-ASCII text;
19759         remove mail-encode-encoded-word-string.
19760
19761         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19762         values which are surrounded with \"...\"; make it never cause a
19763         Lisp error; give up parsing of parameters if it failed in
19764         extracting type.
19765
19766 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19767
19768         * smime.el (smime-cert-by-ldap-1): Fix bug where
19769         `smime-ldap-search' returns results without userCertificates.
19770
19771 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19772
19773         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19774
19775 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19776
19777         * spam.el (spam-check-spamassassin-headers): Adapt format for
19778         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19779         <ari@mbf.ocn.ne.jp>.
19780         (spam-list-of-processors): Add spam-use-gmane.
19781
19782 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19783
19784         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19785         make-temp-file; make it work with XEmacs as well.
19786
19787         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19788         mm-make-temp-file.
19789
19790         * mm-decode.el (mm-display-external): Use the 3rd arg of
19791         mm-make-temp-file.
19792         (mm-create-image-xemacs): Ditto.
19793
19794 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19797         with message-narrow-to-headers.
19798         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19799         (gnus-draft-check-draft-articles): New function.
19800         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19801
19802 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * gnus-art.el (gnus-article-browse-html-parts):
19805         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19806         Don't use suffix argument for mm-make-temp-file for Emacs 21
19807         compatibility.  Remove useless `format'.
19808
19809 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19810
19811         * nnweb.el (nnweb-google-wash-article): Update regexps.
19812         (nnweb-group-alist): Use defvoo instead of defvar.
19813
19814 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19815
19816         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19817         re-loading nn* modules.
19818
19819 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19822         for `tool-bar-mode' and don't check it's default-value.
19823
19824         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19825
19826         * message.el (message-make-tool-bar): Ditto.
19827
19828         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19829         `substring'.  Shorten tmp-file name.
19830
19831         * gnus.el: Remove bogus comment.
19832
19833 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19834
19835         * gnus-art.el (gnus-article-browse-html-parts): New function.
19836         (gnus-article-browse-html-article): New function for viewing html
19837         articles with a browser.
19838
19839 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19840
19841         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19842         in elisp.
19843         (pgg-gpg-encrypt-symmetric-region): Ditto.
19844         (pgg-gpg-sign-region): Ditto.
19845
19846         * pgg-def.el (pgg-text-mode): New variable.
19847
19848         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19849         (mml2015-pgg-encrypt): Ditto.
19850
19851         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19852         (mml1991-pgg-encrypt): Ditto.
19853
19854 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19855
19856         * nnfolder.el (nnfolder-insert-newsgroup-line):
19857         Use message-make-date instead of current-time-string.
19858
19859         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19860         to gnus-decoded which mm-uu might set.
19861
19862 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19865         don't decode quoted parameters; remove misimported Emacs code.
19866         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19867         (rfc2231-decode-encoded-string): Don't use split-string which
19868         behaves differently according to Emacs version; use
19869         mm-decode-coding-region to convert charset to coding-system.
19870         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19871         (rfc2231-encode-string): Remove misimported Emacs code.
19872
19873 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19876         when calling mail-header-parse-content-type.
19877         (article-de-quoted-unreadable): Ditto.
19878         (article-de-base64-unreadable): Ditto.
19879         (article-wash-html): Ditto.
19880
19881         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19882         calling mail-header-parse-content-type and
19883         mail-header-parse-content-disposition.
19884         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19885         mail-header-parse-content-type.
19886
19887         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19888         insert charset and format parameters; encode description after
19889         inserting it to buffer.
19890         (mml-insert-parameter): Fold lines properly even if a parameter is
19891         segmented into two or more lines; change the max column to 76.
19892
19893         * rfc1843.el (rfc1843-decode-article-body): Don't use
19894         ignore-errors when calling mail-header-parse-content-type.
19895
19896         * rfc2231.el (rfc2231-parse-string): Return at least type if
19897         possible; don't cause an error even if it fails in parsing of
19898         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19899         (rfc2231-encode-string): Don't break lines at the beginning, leave
19900         it to mml-insert-parameter.
19901
19902         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19903         calling mail-header-parse-content-type.
19904
19905 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19906
19907         * spam-report.el (spam-report-gmane-use-article-number):
19908         Improve doc string.
19909         (spam-report-gmane-internal): Check if a suitable header was found
19910         in the article.
19911
19912 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19915         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19916
19917 2006-02-05  Romain Francoise  <romain@orebokech.com>
19918
19919         Update copyright notices of all files in the gnus directory.
19920
19921 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19922
19923         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19924
19925 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19926
19927         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19928         segmented lines of parameter value to cope with Thunderbird 1.5
19929         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19930         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19931         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19932
19933 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19934
19935         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19936         parts.
19937
19938 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19939
19940         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19941         there's only one active file for all servers.
19942         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19943         solid groups.  Gnus might have used a FAST request to select the group.
19944         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19945         and nnweb-search redundantly in the active file.
19946         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19947         (nnweb-request-create-group): Don't use ARGS.
19948         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19949         initializations.  Let nnoo do the work.
19950
19951 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19954         Say the part has been decoded.
19955
19956         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19957
19958 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19959
19960         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19961         mailcap-viewer-test-cache when there's no 'test clause, since that
19962         will invert the meaning of a "nil" test previously determined by
19963         mailcap-mailcap-entry-passes-test.
19964
19965 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19968         compiling.
19969
19970         * gnus-sum.el: Ditto.
19971
19972         * message.el: Don't bind tool-bar-map when compiling.
19973
19974 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19975
19976         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19977
19978 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19979
19980         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19981         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19982         current Google Groups.
19983
19984 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19985
19986         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19987         and tool-bar-mode.
19988
19989         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19990         and tool-bar-mode.
19991
19992         * message.el (message-tool-bar-update): Simplify.
19993         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19994
19995         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19996         gnus-summary-buffer.
19997         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19998         gnus-summary-reply.
19999
20000         * gmm-utils.el (gmm): Add :version.
20001
20002 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20003
20004         * Makefile.in (clean): New rule.
20005         (distclean): Use it.
20006
20007 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20008
20009         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20010         Don't autoload.
20011
20012 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * gmm-utils.el (gmm-verbose): Add :group.
20015
20016 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * message.el: Change some comments WRT tool-bars.
20019
20020         * gnus-sum.el (gnus-summary-tool-bar)
20021         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20022         (gnus-summary-tool-bar-zap-list): New variables.
20023         (gnus-summary-make-tool-bar): Complete rewrite using
20024         `gmm-tool-bar-from-list'.
20025
20026         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20027         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20028         New variables.
20029         (gnus-group-make-tool-bar): Complete rewrite using
20030         `gmm-tool-bar-from-list'.
20031         (gnus-group-tool-bar-update): New function.
20032
20033         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20034
20035 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20036
20037         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20038         is dissected into a single part of which the type is the same as
20039         the given one; decode charset.
20040
20041 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20042
20043         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20044         into alists as symbol not string, since that's what
20045         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20046         look for.
20047
20048 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20049
20050         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20051         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20052
20053         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20054
20055 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20056
20057         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20058         (gnus-xmas-mime-security-button-menu): New function.
20059
20060         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20061         (gnus-mime-security-button-menu): New definition.
20062         (gnus-mime-security-button-map): Use them.
20063         (gnus-mime-security-button-menu): New function.
20064         (gnus-insert-mime-security-button): Addition to help echo.
20065         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20066         (gnus-mime-security-pipe-part): New functions.
20067
20068         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20069         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20070
20071         * mm-decode.el (mm-handle-set-disposition): Remove.
20072         (mm-handle-set-description): Remove.
20073
20074 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20077         (mm-w3m-standalone-supports-m17n-p): New function.
20078         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20079         w3m usage.
20080
20081         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20082         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20083
20084 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20085
20086         * message.el (message-tool-bar-zap-list):
20087         Use gmm-tool-bar-zap-list as custom type.
20088         (message-tool-bar-update): New function.
20089         (message-tool-bar, message-tool-bar-gnome)
20090         (message-tool-bar-retro): Add message-tool-bar-update.
20091         (message-tool-bar-gnome): Add flyspell-buffer.
20092
20093         * gnus-util.el (gnus-error): Describe `args'.
20094
20095         * gmm-utils.el (gmm-error): Describe `args'.
20096         (gmm-tool-bar-zap-list): New widget.
20097         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20098
20099 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20100
20101         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20102         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20103         the number of recursive calls.
20104
20105         * mm-decode.el (mm-handle-set-disposition): New macro.
20106         (mm-handle-set-description): New macro.
20107
20108 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20111         encoding.
20112
20113 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20114
20115         * message.el (message-tool-bar-zap-list, message-tool-bar)
20116         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20117         (message-tool-bar-local-item-from-menu): Remove.
20118         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20119         (message-make-tool-bar): New function.
20120         (message-mode): Use `message-make-tool-bar'.
20121
20122         * gmm-utils.el: New file.
20123         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20124         (gmm-lazy): New widget copied from `nnmail.el'.
20125         (gmm-tool-bar-from-list): New function for creating customizable
20126         tool bars.
20127         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20128         output.
20129         (gmm): Add :prefix to defgroup.
20130
20131 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20132
20133         * gmm-utils.el (gmm-widget-p): New function.
20134
20135 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20136
20137         * mml.el (mml-attach-file): Describe `description' in doc string.
20138         (mml-menu): Add Emacs MIME manual and PGG manual.
20139
20140 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20141
20142         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20143
20144 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20145
20146         * nntp.el (nntp-end-of-line): Doc fix.
20147
20148 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20149
20150         * imap.el (imap-open): Handle case where buffer is a buffer
20151         object.
20152
20153 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20154
20155         * gnus-delay.el (gnus-delay): Don't autoload.
20156         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20157         to be re-loaded when customizing the `gnus-delay' group.
20158
20159 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20160
20161         * message.el (message-insert-citation-line): Use newlines.
20162
20163 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20164
20165         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20166         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20167         these routines, so the passphrase can be managed externally and
20168         passed in to the system.
20169         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20170         pgg-add-passphrase-to-cache function.
20171
20172         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20173         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20174         these routines, so the passphrase can be managed externally and
20175         passed in to the system.
20176         (pgg-pgp5-sign-region): Use new name of
20177         pgg-add-passphrase-to-cache function.
20178
20179 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20180
20181         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20182         part of the decoded armor to find the key-identifier.
20183         (pgg-gpg-lookup-key-owner): New function to return the
20184         human-readable identifier of a key owner.
20185         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20186         itself.
20187         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20188         the key value) if we have a key and can match it against a secret
20189         key.  Also, added a note pointing out fact that the prompt only
20190         indicates the first matching key.
20191
20192         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20193         pgg-decrypt-region.
20194         (pgg-add-passphrase-to-cache): Rename from
20195         `pgg-add-passphrase-cache' to reduce confusion (all callers
20196         changed).
20197         (pgg-remove-passphrase-from-cache): Rename from
20198         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20199         changed).
20200         (pgg-read-passphrase, pgg-add-passphrase-cache)
20201         (pgg-remove-passphrase-cache): Add informative docstrings.
20202         (pgg-decrypt): Convey provided passphrase in subordinate call to
20203         pgg-decrypt-region.
20204
20205 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20206
20207         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20208         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20209         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20210         'passphrase' argument, so the passphrase can be managed externally
20211         and then passed in to the system.
20212
20213         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20214         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20215         so the passphrase cache can be used reliably with identifiers
20216         besides a pgp packet's key id.
20217
20218         * pgg-gpg.el (pgg-gpg-encrypt-region)
20219         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20220         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20221         these routines, so the passphrase can be managed externally and
20222         passed in to the system.
20223
20224         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20225         'notruncate' argument, so the passphrase cache can be used
20226         reliably with identifiers besides a pgp packet's key id.
20227
20228 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20229
20230         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20231         symmetric encryption.
20232         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20233         encrypted session key.
20234         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20235         message ask for the passphrase in a proper way.
20236
20237         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20238         New user commands for symmetric encryption.
20239
20240 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20243
20244         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20245
20246 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20247
20248         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20249
20250 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * mm-decode.el (mm-inlined-types): Add application/pgp.
20253         (mm-automatic-display): Ditto.
20254
20255         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20256         part as text.
20257
20258 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20259
20260         * nnrss.el: Update copyright.
20261         (nnrss-opml-import): Query whether to subscribe to each entry.
20262
20263         * gnus-art.el:
20264         * gnus-sum.el:
20265         * gnus-xmas.el:
20266         * messagexmas.el:
20267         * mm-uu.el:
20268         * mm-view.el: Update copyright.
20269
20270 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20271
20272         * message.el (message-info): New function.
20273         (message-mode-menu): Add it.
20274         Update copyright.
20275
20276         * ChangeLog: Fix and update copyright.
20277
20278 2006-01-13  Romain Francoise  <romain@orebokech.com>
20279
20280         * message.el (message-forward-subject-name-subject): Prefer the
20281         address to 'nowhere' if the sender has no name.
20282         Fix typo.  Update copyright year.
20283
20284 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * gnus-art.el (article-wash-html):
20287         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20288         (gnus-article-wash-html-with-w3m-standalone): New function.
20289
20290         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20291         mm-inline-text-html-render-with-w3m-standalone.
20292         (mm-text-html-washer-alist): Map w3m-standalone to
20293         gnus-article-wash-html-with-w3m-standalone.
20294         (mm-inline-text-html-render-with-w3m-standalone): New function.
20295
20296 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20297
20298         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20299         Improve LaTeX.
20300
20301 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20304         (nnrss-request-article): Render text/plain parts as HTML.
20305
20306         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20307         the buffer.
20308
20309 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20310
20311         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20312         custom definition of `gnus-posting-styles'.
20313
20314         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20315         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20316
20317 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20318
20319         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20320         Use nntp for bug archive.
20321
20322 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20325         parts.
20326         (nnrss-normalize-date): New function converts ISO 8601 date into
20327         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20328         (nnrss-check-group): Use it.
20329
20330 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20333
20334         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20335         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20336         (nnrss-insert-w3): Ditto.
20337
20338 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20339
20340         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20341         the articles to be forwarded including the case where neither a
20342         number of articles nor a region is specified.
20343
20344 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20345
20346         * nnrss.el (nnrss-request-article): Fix last change; fill
20347         text/plain parts.
20348
20349 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20352         in text/plain part.
20353         (nnrss-check-group): Don't add excessive newline to dc:subject.
20354
20355 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20356
20357         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20358         article.
20359
20360 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20361
20362         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20363         (nnml-use-compressed-files, nnml-save-mail): Support other
20364         comression programs such as bzip2.
20365
20366 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20367
20368         * dns.el (query-dns): Make sure we check the buffer size before
20369         removing tcp headers.
20370
20371 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20374         remove MIME buttons associated with multipart/alternative parts.
20375         (gnus-mime-display-alternative): Tag buttons using `article-type'
20376         text property.
20377
20378         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20379         associated with multipart/alternative parts.
20380
20381         * gnus-art.el (gnus-signature-separator): Fix custom type.
20382
20383         * mm-decode.el (mm-inlined-types): Fix custom type.
20384         (mm-keep-viewer-alive-types): Ditto.
20385         (mm-automatic-display): Ditto.
20386         (mm-attachment-override-types): Ditto.
20387         (mm-inline-override-types): Ditto.
20388         (mm-automatic-external-display): Ditto.
20389
20390 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20391
20392         * spam-report.el (spam-report-user-mail-address)
20393         (spam-report-user-agent): New variables.
20394         (spam-report-url-ping-plain): Use spam-report-user-agent.
20395
20396 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20397
20398         * gnus-art.el (gnus-button-handle-custom): Do not just use
20399         `customize-apropos' for any "M-x customize-*" button but the
20400         function called for.  Accept both the function name and its
20401         argument in order to achieve this.
20402         (gnus-button-alist): Remove support for "custom:" URL's.
20403         Pass function name to `gnus-button-handle-custom' in case of "M-x
20404         customize-*" buttons.
20405
20406 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20409         multipart/alternative and add xref to mm-discouraged-alternatives
20410         in doc string.
20411
20412         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20413         gnus-buttonized-mime-types in doc string.
20414
20415 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20416
20417         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20418         Suggest image/.* in the doc string.
20419
20420 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20421
20422         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20423         message-marks (Debian bug#342521).
20424
20425 2005-12-12  Simon Josefsson  <jas@extundo.com>
20426
20427         * password.el (password-read-from-cache): Add.
20428         (password-read): Use it.
20429
20430 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * rfc2047.el (rfc2047-charset-to-coding-system):
20433         Recognize us-ascii as a MIME charset.
20434
20435         * mm-bodies.el (mm-decode-content-transfer-encoding):
20436         Protect against the case where the 2nd arg TYPE is nil.
20437
20438 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20439
20440         * pop3.el (pop3-stream-type): Fix custom version.
20441
20442         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20443
20444 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20445
20446         * mm-decode.el (mm-display-external): Add missing cdr.
20447
20448 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20451         RFC1524) if it is in mailcap or add a suffix according to
20452         mailcap-mime-extensions when generating a temp filename; postpone
20453         deleting a temp file for 2 seconds for some wrappers, shell
20454         scripts, and so on, which might exit right after having started a
20455         viewer command as a background job.
20456
20457 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20458
20459         * nntp.el (nntp-marks-directory): Fix custom group.
20460
20461         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20462         steps when < 10.
20463
20464         * gnus-start.el (gnus-no-server-1):
20465         Mention `gnus-level-default-subscribed' in doc string.
20466
20467 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20468
20469         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20470         parens.
20471
20472 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20473
20474         * gnus-xmas.el (gnus-use-toolbar): Revert.
20475         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20476         gnus-use-toolbar is default.
20477
20478         * messagexmas.el (message-use-toolbar): Revert.
20479         (message-setup-toolbar): Use global default-toolbar if
20480         message-use-toolbar is default.
20481
20482 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20483
20484         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20485         according to default-toolbar-visible-p.
20486
20487         * messagexmas.el (message-use-toolbar): Ditto.
20488
20489 2005-11-26  Dave Love  <fx@gnu.org>
20490
20491         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20492         (tls-program, tls-success): Provide openssl alternative.
20493
20494         * starttls.el: Doc fixes.
20495         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20496         SERVICE to PORT.
20497
20498         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20499         port null or service name.
20500         (starttls-negotiate): Autoload.
20501
20502 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * message.el (message-kill-to-signature): Fix interactive spec.
20505
20506 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * pop3.el (pop3-open-server): Recognize a string as a service name.
20509
20510 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20511
20512         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20513
20514 2005-11-23  Dave Love  <fx@gnu.org>
20515
20516         Add pop3s, pop3/starttls.
20517
20518         * pop3.el (pop3-authentication-scheme): Clarify doc.
20519         (open-tls-stream, starttls-open-stream): Autoload.
20520         (pop3-stream-type): New.
20521         (pop3-open-server): Use it.
20522
20523         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20524         for POP.
20525         (mail-source-keyword-map): Add :stream for POP.
20526         (mail-source-fetch-pop): Use pop3-stream-type.
20527
20528 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20529
20530         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20531         of current-time-string.
20532
20533 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20534
20535         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20536         date header.
20537
20538 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20539
20540         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20541         it can seriously impact performance as it bypasses the agent's
20542         local caches.
20543
20544 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20545
20546         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20547         must be explicitly online rather than "not explicitly offline" for
20548         its flags to be synchronized.
20549
20550         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20551         that gnus-uu-unmark-thread will function correctly.
20552
20553         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20554         1024K is instead displayed as 1M.
20555
20556 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20557
20558         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20559
20560 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20561
20562         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20563
20564 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20565
20566         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20567         error message to display actual error condition.
20568         (gnus-agent-save-local): Avoid saving symbols that are bound to
20569         nil as they simply result in a warning message in
20570         gnus-agent-read-local.
20571
20572 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20573
20574         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20575         rather than make-variable-buffer-local for file-precious-flag.
20576
20577 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20578
20579         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20580         for duplicates which are removed.  The invalid sort check then
20581         triggers a rescan after the sort as sorting may have moved
20582         duplicate entries such that they can be cheaply detected.
20583
20584 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20585
20586         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20587
20588 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20589
20590         * gnus-agent.el (gnus-agent-article-alist-save-format):
20591         Change internal variable to a custom variable.  Change default value
20592         from compressed(2) to uncompressed(1).
20593         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20594         support for uncompressed agentview files.  Taken together, reading
20595         the agentview file should now be 6-7 times faster.
20596
20597 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20598
20599         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20600         as a buffer-local variable.  This avoids creating truncated
20601         dribble files as a result of a hang up, eg.
20602
20603 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20604
20605         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20606         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20607         XEmacs.
20608
20609 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20610
20611         * gnus-start.el (gnus-start-draft-setup):
20612         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20613
20614         * gnus.el (gnus-splash): Change custom group.
20615         (gnus-group-get-parameter, gnus-group-parameter-value):
20616         Describe allow-list argument.
20617
20618         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20619         string.
20620
20621 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20622
20623         * gnus-art.el (gnus-default-article-saver): Add user-defined
20624         `function' to custom type.
20625
20626 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20627
20628         * imap.el (imap-open): Handle case where buffer is a buffer
20629         object.
20630
20631 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20632
20633         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20634         long lines.
20635         (gnus-cache-delete-group): Wrap doc strings.
20636
20637         * gnus-agent.el (gnus-agent-rename-group)
20638         (gnus-agent-delete-group): Wrap doc strings.
20639
20640 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20641
20642         * messagexmas.el (message-use-toolbar): Change the valid values
20643         into default, top, bottom, left, and right.
20644         (message-toolbar-thickness): New variable.
20645         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20646         well.
20647         (message-setup-toolbar): Make it work.
20648
20649         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20650         (gnus-use-toolbar): Change the valid values into default, top,
20651         bottom, left, and right.
20652         (gnus-toolbar-thickness): New variable.
20653         (gnus-xmas-setup-toolbar): New function.
20654         (gnus-xmas-setup-group-toolbar): Use it.
20655         (gnus-xmas-setup-summary-toolbar): Use it.
20656
20657 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20658
20659         * gnus-start.el (gnus-1): Add "native" to
20660         gnus-predefined-server-alist.
20661
20662         * gnus.el (gnus-method-to-server): Don't add "native" to the
20663         lists here, because that leads to problems when
20664         gnus-select-method is bound.
20665
20666 2005-11-09  Simon Josefsson  <jas@extundo.com>
20667
20668         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20669         use (not sort-by-date) instead.
20670
20671 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20672
20673         * gnus-delay.el (gnus-delay-group): Don't autoload.
20674         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20675         to be re-loaded when customizing the `gnus-delay' group.
20676
20677 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20678
20679         * message.el: Revert last changes.
20680         (message-insert-citation-line): Use newlines.
20681
20682 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20683
20684         * message.el (message-courtesy-message)
20685         (message-mark-insert-begin, message-mark-insert-end)
20686         (message-elide-ellipsis, message-cancel-message)
20687         (message-add-header, message-change-subject)
20688         (message-cross-post-followup-to-header)
20689         (message-cross-post-insert-note, message-reduce-to-to-cc)
20690         (message-widen-reply, message-delete-not-region)
20691         (message-kill-to-signature, message-insert-signature)
20692         (message-insert-importance-high, message-insert-importance-low)
20693         (message-insert-or-toggle-importance)
20694         (message-insert-disposition-notification-to)
20695         (message-indent-citation, message-yank-original)
20696         (message-cite-original-without-signature, message-cite-original)
20697         (message-insert-citation-line, message-position-on-field)
20698         (message-fix-before-sending, message-send-mail-partially)
20699         (message-send-mail, message-send-mail-with-sendmail)
20700         (message-send-mail-with-qmail, message-send-news)
20701         (message-check-news-header-syntax, message-generate-headers)
20702         (message-insert-courtesy-copy, message-fill-address)
20703         (message-fill-header, message-shorten-references)
20704         (message-setup-1, message-cancel-news)
20705         (message-forward-make-body-plain, message-forward-make-body-mime)
20706         (message-forward-make-body-mml, message-encode-message-body)
20707         (message-forward-make-body-digest-plain)
20708         (message-forward-make-body-digest-mime)
20709         (message-use-alternative-email-as-from): Insert `hard-newline'
20710         instead of ordinary newlines.
20711
20712 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20713
20714         * message.el (message-generate-headers): Downcase the argument
20715         given to message-check-element.
20716
20717 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20718
20719         * nntp.el (nntp-authinfo-rejected): New error condition.
20720         (nntp-wait-for): Use new error condition to signal authentication
20721         error.
20722         (nntp-retrieve-data): Rethrow new error condition to break out of
20723         recursive call to nntp-send-authinfo.
20724
20725 2005-11-08  Romain Francoise  <romain@orebokech.com>
20726
20727         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20728         (gnus-summary-exit-map): Bind to `Z p'.
20729         (gnus-summary-make-menu-bar): Add menu item.
20730
20731 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20732
20733         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20734         (gnus-treat-*): Add `first' in all doc strings.
20735
20736         * gnus-group.el (gnus-group-compact-group): Fix typo.
20737
20738 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20739
20740         * gnus.el (gnus-parameters-case-fold-search): New variable.
20741         (gnus-parameters-get-parameter): Use it.
20742
20743         * gnus-score.el (gnus-home-score-file): Doc fix.
20744
20745 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20746
20747         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20748
20749 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20750
20751         * mm-util.el (mm-special-display-p): New function.
20752
20753         * mml.el (mml-preview): Use it; doc fix.
20754
20755 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20756
20757         * imap.el (imap-open): Handle case where buffer is a buffer object.
20758
20759 2005-10-29  Romain Francoise  <romain@orebokech.com>
20760
20761         * message.el (message-fix-before-sending): Fix comment.
20762
20763 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20764
20765         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20766
20767 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20768
20769         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20770         Used in gnus-score.el.
20771
20772 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20773
20774         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20775
20776 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20777
20778         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20779         whitespace removed in revision 7.8.  Use concatenated string to
20780         protect trailing whitespace.
20781
20782 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20783
20784         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20785         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20786         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20787         Courier IMAP ("some version from 2004").  Mostly based on similar
20788         code in the same function.
20789
20790 2005-10-26  Didier Verna  <didier@xemacs.org>
20791
20792         * gnus-group.el (gnus-group-compact-group): Invalidate original
20793         article buffer.
20794         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20795         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20796         NOV database and in article itself.
20797         Invalidate article backlog.
20798
20799 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20800
20801         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20802
20803 2005-10-26  Simon Josefsson  <jas@extundo.com>
20804
20805         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20806         part of 2004-07-25 change.
20807
20808 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * message.el (message-display-completion-list): New function.
20811         (message-expand-group): Use it; make sure the Completions buffer
20812         is modifiable.
20813 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20814
20815         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20816         user-mail-name is an empty string.
20817
20818 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20819
20820         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20821         depending on gnus-score-decay-constant.
20822
20823         * encrypt.el (encrypt-insert-file-contents)
20824         (encrypt-write-file-contents): Don't use `gnus-message'.
20825
20826         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20827         arguments.
20828         (mm-uu-type-alist): Add message-marks and insert-marks.
20829         Pass arguments to mm-uu-verbatim-marks-extract.
20830         (mm-uu-hide-markers): New variable.
20831         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20832
20833         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20834         (gnus-convert-image-to-face-command): Use "convert" by default to
20835         allow other input image formats.
20836         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20837         accordingly.
20838
20839 2005-10-23  Simon Josefsson  <jas@extundo.com>
20840
20841         * imap.el (imap-gssapi-program): Align command line parameters
20842         with latest GNU SASL.
20843         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20844
20845 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20846
20847         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20848         HTML.
20849         (nnslashdot-request-article): Ditto.
20850
20851         * lpath.el (featurep): Add nobreak-char-display.
20852
20853 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20854
20855         * mail-source.el (mail-source-fetch-pop): Require pop3.
20856         (mail-source-check-pop): Ditto.
20857
20858 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20861         errors.
20862
20863 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20864
20865         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20866         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20867
20868         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20869
20870         * mm-bodies.el (mm-decode-string):
20871         Call `mm-charset-to-coding-system' with allow-override argument.
20872
20873 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20876         (rfc2047-charset-to-coding-system): New function.
20877         (rfc2047-decode-encoded-words): New function.
20878         (rfc2047-decode-region): Use them.
20879         (rfc2047-decode-cte): Remove.
20880         (rfc2047-parse-and-decode): Remove.
20881         (rfc2047-decode): Remove.
20882
20883 2005-10-15  Kenichi Handa  <handa@m17n.org>
20884
20885         * rfc2047.el (rfc2047-decode-cte): New function.
20886         (rfc2047-decode-region): Change the way to decode successive
20887         encoded-words: decode B- or Q-encoding in each encoded-word,
20888         concatenate them, and decode it as charset.
20889
20890 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20891
20892         * lpath.el: Fbind codepage-setup for XEmacs.
20893
20894 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20895
20896         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20897         widget-move-and-invoke.
20898         (gnus-custom-mode): Use gnus-custom-map.
20899
20900 2005-10-15  Bill Wohler  <wohler@newt.com>
20901
20902         * message.el (message-tool-bar-map): Rename image file from
20903         mail_send to mail/send.
20904
20905 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20906
20907         * message.el (message-expand-group): Pass the common
20908         prefix substring of completion to `display-completion-list'.
20909
20910 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20911
20912         * mml-sec.el (mml-secure-method): New internal variable.
20913         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20914         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20915         New functions using mml-secure-method.
20916
20917         * mml.el (mml-mode-map): Add key bindings for those functions.
20918         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20919         Harder <harder@myrealbox.com>.
20920         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20921         Goto end of message if point is the headers of the message.
20922
20923         * message.el (message-in-body-p): New function.
20924
20925         * assistant.el: Autoload gnus-util and netrc.
20926
20927         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20928         Use `mm-charset-override-alist' only when decoding.
20929
20930         * mm-bodies.el (mm-decode-body):
20931         Call `mm-charset-to-coding-system' with allow-override argument.
20932
20933         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20934         `filename' from Content-Disposition if Content-Type doesn't
20935         provide `name'.
20936         (gnus-mime-view-part-as-type): Set default instead of
20937         initial-input.
20938
20939 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20940
20941         * format-spec.el (format-spec): Propagate text properties of % spec.
20942
20943 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20944
20945         * gnus-art.el (gnus-treat-predicate): Add `first'.
20946
20947 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20948
20949         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20950         (mm-charset-override-alist): New variable.
20951         (mm-charset-to-coding-system): Use it.
20952         (mm-codepage-setup): New helper function.
20953         (mm-charset-eval-alist): New variable.
20954         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20955         Warn about unknown charsets.
20956
20957         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20958
20959 2005-10-04  David Hansen  <david.hansen@gmx.net>
20960
20961         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20962         (nnrss-check-group): Ditto.
20963
20964 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20967         Rename x-gnus-verbatim to x-verbatim.
20968         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20969
20970         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20971         x-verbatim.
20972
20973         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20974
20975         * gnus-util.el (gnus-remove-duplicates): Remove.
20976
20977         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20978         instead of gnus-remove-duplicates.
20979
20980         * message.el (message-remove-duplicates): Remove.
20981         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20982         message-remove-duplicates.
20983
20984         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20985         available, else use implementation from `delete-dups'.
20986
20987         * message.el (message-insert-expires): New function.
20988         (message-mode-map): Add key binding.
20989         (message-mode-field-menu): Add menu entry.
20990         (message-mode): Document it.
20991         (message-make-expires-date): Use `message-make-date'.
20992
20993 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20994
20995         * message.el (message-make-expires-date): New function.
20996
20997 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * Makefile.in (list-installed-shadows): New entry.
21000         (install): Use it.
21001         (remove-installed-shadows): New entry.
21002
21003         * dgnushack.el (dgnushack-default-load-path): New variable.
21004         (dgnushack-find-lisp-shadows): New function.
21005         (dgnushack-remove-lisp-shadows): New function.
21006
21007 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21008
21009         * Makefile.in (install-el-elc): New entry.
21010         (install): Use it so that .el files are necessarily installed.
21011
21012 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21013
21014         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21015
21016 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21017
21018         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21019         function rather than the diff-mode.el package.
21020         (mm-display-external): Use with-current-buffer.
21021         (mm-viewer-completion-map, mm-viewer-completion-map):
21022         Move initialization inside declaration.
21023
21024 2005-09-29  Simon Josefsson  <jas@extundo.com>
21025
21026         * spam.el: Load hashcash when compiling, to avoid warnings.
21027         Don't autoload mail-check-payment.
21028         (spam-check-hashcash): Define unconditionally, since hashcash.el
21029         is part of Gnus now.  Ignore errors from payment checking.
21030
21031 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21032
21033         * message.el (message-bold-region, message-unbold-region):
21034         Rename from `bold-region' and `unbold-region'.
21035
21036         * message.el: Remove useless autoloads.
21037
21038 2005-09-28  Simon Josefsson  <jas@extundo.com>
21039
21040         * message.el (message-use-idna): Default to t.
21041         (message-use-idna): Test whether encoding works too.  Doc fix.
21042
21043 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21044
21045         * nntp.el (nntp-warn-about-losing-connection): Remove.
21046
21047 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21048
21049         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21050         customizable.  Change default value.
21051         (mm-uu-diff-groups-regexp): Change default value.
21052         (mm-uu-type-alist): Add doc string.
21053         (mm-uu-configure): Add doc string.  Make it interactive.
21054         (mm-uu-tex-groups-regexp): New variable.
21055         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21056         (mm-uu-type-alist): Add LaTeX documents.
21057         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21058         of "text/verbatim".
21059         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21060
21061         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21062         instead of "text/verbatim".
21063
21064         * message.el (message-mark-inserted-region)
21065         (message-mark-insert-file): Use slrn style marks when called with
21066         prefix argument.
21067
21068 2005-09-27  Simon Josefsson  <jas@extundo.com>
21069
21070         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21071
21072 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21073
21074         * message.el (message-remove-duplicates): New function.
21075         Implementation borrowed from `gnus-remove-duplicates'.
21076         (message-idna-to-ascii-rhs): Also encode idna addresses in
21077         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21078         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21079         only ask about the same idna domain once per header and also tell
21080         in what header to replace the idna domain.
21081
21082         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21083         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21084         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21085         a header is decoded and not just the last one.
21086
21087 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21088
21089         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21090         has been decoded.
21091
21092         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21093         (mm-insert-part): Don't modify text if it has been decoded.
21094
21095         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21096         decoded.
21097
21098         * mm-view.el (mm-inline-text): Don't strip text props unless
21099         decoding enriched or richtext parts.
21100
21101 2005-09-25  Romain Francoise  <romain@orebokech.com>
21102
21103         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21104         * gnus-start.el (gnus-subscribe-interactively):
21105         * gnus-uu.el (gnus-uu-grab-articles):
21106         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21107         space.
21108
21109 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21110
21111         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21112         * mm-view.el (mm-view-pkcs7-decrypt):
21113         * gnus-sum.el (gnus-summary-limit-to-extra)
21114         (gnus-summary-respool-article, gnus-read-move-group-name):
21115         * gnus-score.el (gnus-summary-increase-score):
21116         * gnus-util.el (gnus-completing-read-with-default):
21117         * gnus-art.el (gnus-read-save-file-name)
21118         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21119         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21120         * message.el (message-check-news-header-syntax):
21121         Follow convention for reading with the minibuffer.
21122
21123 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21124
21125         * spam-report.el (spam-report-url-ping-plain):
21126         Use gnus-extended-version as User-Agent.
21127
21128         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21129         default value is nil.
21130
21131         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21132         (mm-uu-verbatim-marks-extract): New function.
21133         (mm-uu-extract): New face.
21134         (mm-uu-copy-to-buffer): Use it.
21135
21136         * spam-report.el (spam-report-gmane-ham): Rename from
21137         `spam-report-gmane-unspam'.
21138         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21139         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21140
21141         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21142         Autoload.
21143         (spam-report-gmane-unregister-routine):
21144         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21145
21146 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21147
21148         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21149         (spam-report-gmane-unregister-routine): Add support for gmane
21150         unregistration.
21151
21152         * spam-report.el (spam-report-gmane-unspam)
21153         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21154         (spam-report-gmane): Change to take a single article and do unspam
21155         registration.
21156
21157 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21158
21159         * mm-url.el (mm-url-decode-entities): Fix regexp.
21160
21161 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21162
21163         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21164         default to nil, to be able to use Gnus at all.  If the default
21165         switches to something else, then the function should be fixed not
21166         be exceedingly slow.
21167
21168 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21169
21170         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21171         fail hard.
21172
21173         * spam-report.el: Add better Keywords line.
21174
21175         * spam.el: Add Maintainer and better Keywords line.
21176
21177 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21178
21179         * gnus-art.el (gnus-article-replace-part)
21180         (gnus-mime-replace-part): New functions.
21181         (gnus-mime-action-alist, gnus-mime-button-commands)
21182         (gnus-mime-save-part-and-strip): Add file argument.
21183         (gnus-article-part-wrapper): Add interactive argument.
21184
21185         * gnus-sum.el (gnus-summary-mime-map):
21186         Add `gnus-article-replace-part'.
21187
21188 2005-09-19  Didier Verna  <didier@xemacs.org>
21189
21190         The nnml compaction feature:
21191         * nnml.el (nnml-request-compact-group): New function.
21192         * nnml.el (nnml-request-compact): New function.
21193         * gnus-int.el (gnus-request-compact-group): New function.
21194         * gnus-int.el (gnus-request-compact): New function.
21195         * gnus-group.el (gnus-group-compact-group): New function.
21196         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21197         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21198         * gnus-srvr.el (gnus-server-compact-server): New function.
21199         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21200         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21201
21202 2005-09-18  Deepak Goel  <deego@gnufans.org>
21203
21204         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21205         format spec.
21206
21207 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21208
21209         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21210
21211 2005-09-15  Romain Francoise  <romain@orebokech.com>
21212
21213         * message.el (message-fill-paragraph): Clarify docstring.
21214
21215 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21216
21217         * gnus-art.el (gnus-mime-display-part): Protect against broken
21218         MIME messages.
21219
21220 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21223         before parsing header.
21224
21225 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21226
21227         * html2text.el (html2text-replace-list): Add new entities.
21228
21229 2005-09-11  Romain Francoise  <romain@orebokech.com>
21230
21231         * message.el (message-alternative-emails): Improve docstring.
21232         (message-setup-1): Call `message-use-alternative-email-as-from'
21233         after `message-setup-hook' to give it precedence over posting
21234         styles, etc.
21235         (message-use-alternative-email-as-from): Add docstring.
21236         Remove the original From header if present.
21237
21238         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21239         (nnml-save-mail): Use it.
21240
21241         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21242         articles.  Add new argument `silent'.
21243         (gnus-uu-mark-all): Report the total number of marked articles.
21244
21245 2005-09-10  Romain Francoise  <romain@orebokech.com>
21246
21247         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21248         (gnus-uu-mark-series): Likewise.
21249
21250 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21251
21252         * spam-report.el (spam-report-gmane): Fix generation of spam
21253         report URL.
21254
21255 2005-09-10  Simon Josefsson  <jas@extundo.com>
21256
21257         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21258         t, based on discussion on the ding list with Robert Epprecht
21259         <epprecht@solnet.ch>.
21260
21261 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21262
21263         * spam-report.el (spam-report-gmane): Make it work without
21264         X-Report-Spam header.  Gmane now only provides Archived-At.
21265         This is only used if `spam-report-gmane-use-article-number' is nil.
21266         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21267
21268         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21269         make `gnus-summary-sort-by-recipient' work with threading.
21270
21271         * nnweb.el (nnweb-google-wash-article): Print a message if article
21272         is not available.
21273
21274 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21275
21276         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21277         change.  Decode text/* parts content before displaying.
21278
21279 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21280
21281         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21282
21283 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21284
21285         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21286
21287         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21288         url-package-name, url-package-version,
21289         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21290         w3m-display-inline-images, and w3m-minor-mode-map.
21291
21292 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21293
21294         * message.el (message-tab-body-function): Fix mismatched custom type.
21295
21296         * gnus.el (gnus-group-change-level-function): Ditto.
21297
21298         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21299
21300         * gnus-art.el (gnus-signature-limit)
21301         (gnus-article-mime-part-function): Ditto.
21302
21303 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21304
21305         * mml.el (mml-mode): Silence the byte compiler.
21306
21307         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21308         using `(sit-for 0)' before moving the point to the specified part;
21309         skip unbuttonized parts.
21310         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21311         return to the summary window if gnus-auto-select-part is non-nil.
21312
21313 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21314
21315         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21316         New variables.
21317         (mml-dnd-attach-file, mml-mode): Use them.
21318
21319         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21320         Make fetching article by MID work again for Google Groups.
21321         Add FIXME concerning gnus-group-make-web-group.
21322
21323         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21324         Don't depend on Gnus by using mail-extract-address-components if
21325         gnus-extract-address-components is not bound.
21326
21327 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21328
21329         * gnus-art.el (gnus-mime-display-security): Don't display the
21330         signature, but only the signed part.
21331
21332 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21333
21334         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21335
21336         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21337         list, not listp.
21338
21339 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21340
21341         * mm-encode.el (mm-encode-content-transfer-encoding):
21342         Likewise when encoding.
21343
21344         * mm-bodies.el (mm-decode-content-transfer-encoding):
21345         De-canonicalize CRLF for all text content types, not just
21346         text/plain.
21347
21348 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21349
21350         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21351         valid article; point arrow and cursor at the MIME button.
21352
21353 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21354
21355         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21356         Suggested by Dan Christensen <jdc@uwo.ca>.
21357
21358         * mm-decode.el (mm-save-part): Enable change of prompt.
21359
21360 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21361
21362         * gnus-msg.el (gnus-inews-add-send-actions):
21363         Make `message-post-method' lambda parameter ARG `&optional'.
21364
21365 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21366
21367         * gnus-sum.el (gnus-summary-mime-map):
21368         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21369         gnus-article-jump-to-part.
21370
21371         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21372         (gnus-article-edit-part): Use it.
21373         (gnus-article-part-wrapper): Add no-handle argument.
21374         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21375         New functions.
21376
21377 2005-08-29  Romain Francoise  <romain@orebokech.com>
21378
21379         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21380         docstring.
21381         (gnus-face-from-file): Likewise.
21382
21383 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21384
21385         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21386         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21387         non-nil.
21388         (gnus-auto-select-part): New variable.
21389         (gnus-article-jump-to-part): New function.
21390         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21391         (gnus-mime-delete-part): Allow selecting specified part after
21392         deleting or stripping parts.
21393         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21394         part if argument is bogus.
21395
21396 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21397
21398         * gnus-art.el (w3m-minor-mode-map):
21399         * gnus-spec.el (gnus-newsrc-file-version):
21400         * gnus-util.el (nnmail-active-file-coding-system)
21401         (gnus-original-article-buffer, gnus-user-agent):
21402         * gnus.el (gnus-ham-process-destinations)
21403         (gnus-parameter-ham-marks-alist)
21404         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21405         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21406         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21407         * mm-decode.el (gnus-current-window-configuration):
21408         * mm-extern.el (gnus-article-mime-handles):
21409         * mm-url.el (url-current-object, url-package-name)
21410         (url-package-version):
21411         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21412         (smime-keys, w3m-cid-retrieve-function-alist)
21413         (w3m-current-buffer, w3m-display-inline-images)
21414         (w3m-minor-mode-map):
21415         * mml-smime.el (gnus-extract-address-components):
21416         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21417         (gnus-newsrc-hashtb, message-default-charset)
21418         (message-deletable-headers, message-options)
21419         (message-posting-charset, message-required-mail-headers)
21420         (message-required-news-headers):
21421         * mml1991.el (mc-pgp-always-sign):
21422         * mml2015.el (mc-pgp-always-sign):
21423         * nnheader.el (nnmail-extra-headers):
21424         * rfc1843.el (gnus-decode-encoded-word-function)
21425         (gnus-decode-header-function, gnus-newsgroup-name):
21426         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21427
21428 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21429
21430         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21431         the end of the date treatments.
21432
21433 2005-08-15  Simon Josefsson  <jas@extundo.com>
21434
21435         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21436         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21437         Capello and Romain Francoise.
21438         (pgg-fetch-key-function): Remove, not used?
21439         (pgg-insert-url-with-w3): Require url, to get
21440         url-insert-file-contents regardless of where it is defined.
21441
21442 2005-08-13  Romain Francoise  <romain@orebokech.com>
21443
21444         * message.el (message-cite-original-1): New function.
21445         (message-cite-original): Use it.
21446         (message-cite-original-without-signature): Ditto.
21447
21448 2005-08-08  Romain Francoise  <romain@orebokech.com>
21449
21450         * message.el (message-yank-empty-prefix): New variable.
21451         (message-indent-citation): Use it.
21452         (message-cite-original-without-signature): Respect X-No-Archive.
21453
21454 2005-08-08  Simon Josefsson  <jas@extundo.com>
21455
21456         * pgg.el: Autoload url-insert-file-contents instead of loading
21457         w3/url.
21458         (pgg-insert-url-with-w3): Don't load url here.
21459
21460 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21461
21462         * message.el (message-kill-to-signature): Don't insert newline at
21463         bol.
21464         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21465
21466 2005-08-06  Romain Francoise  <romain@orebokech.com>
21467
21468         * message.el (message-user-fqdn): Fix typo in docstring.
21469
21470 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21471
21472         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21473
21474         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21475
21476 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * mm-bodies.el (mm-encode-body): Use coding system rather than
21479         charset to encode text.
21480
21481         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21482         number of charsets if utf-8 is available (XEmacs).
21483
21484 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21485
21486         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21487         taken from `gnus-button-mid-or-mail-regexp'.
21488         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21489         (gnus-button-alist): Improve regexp for domain part of the MIDs
21490         for news:localpart@domain buttons.
21491         (gnus-button-ctan-directory-regexp): Update.
21492
21493 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21494
21495         * sieve-manage.el (sieve-manage-interactive-login):
21496         Use make-local-variable rather than make-variable-buffer-local.
21497         (sieve-manage-open): Ditto.
21498         (sieve-manage-authenticate): Ditto.
21499
21500         * mml.el (mml-generate-mime-1): Make the content type default to
21501         text/plain if the filename is not specified.
21502
21503 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21506         instead of insert-buffer.
21507
21508         * message.el (message-yank-original): Ditto; set the mark at the
21509         end of the yanked message.
21510
21511 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21512
21513         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21514         lines to scroll rather than to stop it.
21515
21516         * mml.el (mml-generate-default-type): Add doc string.
21517         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21518         default to application/octet-stream when determining the content
21519         type if it is not specified for the part or the mml contents; add
21520         a comment about mml-generate-default-type.
21521
21522 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21523
21524         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21525         make it default to application/octet-stream when determining the
21526         content type if it is not specified for the external contents.
21527
21528 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21531         segmented parameter but also other parameters might be there.
21532
21533 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21534
21535         * mm-decode.el (mm-display-external): Delete temp file, directory
21536         and buffer immediately if the external process is exited.
21537
21538 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21539
21540         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21541         fewer lines than that of scroll-margin.
21542         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21543
21544 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21545
21546         * gnus-art.el (gnus-article-next-page): Revert.
21547         (gnus-article-beginning-of-window): New macro.
21548         (gnus-article-next-page-1): Use it.
21549         (gnus-article-prev-page): Ditto.
21550         (gnus-article-edit-part): Use insert-buffer-substring instead of
21551         insert-buffer.
21552         (gnus-article-edit-exit): Ditto.
21553
21554         * gnus-util.el (gnus-beginning-of-window): Remove.
21555         (gnus-end-of-window): Remove.
21556
21557         * lpath.el: Don't bind header-line-format and scroll-margin.
21558
21559 2005-07-25  Simon Josefsson  <jas@extundo.com>
21560
21561         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21562         to have the url package without w3.  Reported by Daiki Ueno
21563         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21564
21565 2005-07-20  Didier Verna  <didier@xemacs.org>
21566
21567         * gnus-diary.el: Remove the description comment (nndiary is now
21568         properly documented in the Gnus manual).
21569         Fix the spelling of "Back End".
21570         * nndiary.el: Ditto.
21571         Fix the copyright notice.
21572
21573 2005-07-18  Romain Francoise  <romain@orebokech.com>
21574
21575         * gnus-sum.el (gnus-summary-to-prefix)
21576         (gnus-summary-newsgroup-prefix): New variables.
21577         (gnus-summary-from-or-to-or-newsgroups): Use them.
21578
21579 2005-07-17  Romain Francoise  <romain@orebokech.com>
21580
21581         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21582         space as it's generally not especially interesting to the user.
21583
21584 2005-07-16  Romain Francoise  <romain@orebokech.com>
21585
21586         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21587         nil to avoid prompting and file modification if one of the
21588         messages at the top of the nnfolder file contains a copyright
21589         notice.
21590         Update copyright notice.
21591
21592         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21593         instead of `current-time-string' as the latter creates a time
21594         string that is not RFC 2822 compliant (it lacks the zone).
21595         Update copyright notice.
21596
21597 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21598
21599         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21600         for text/rtf.  Display default in prompt.  Pass default for M-n.
21601
21602         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21603
21604 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21605
21606         * gnus-msg.el (gnus-button-mailto):
21607         Remove save-selected-window-window hackery because it relies on
21608         save-selected-window internals.
21609
21610 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21611
21612         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21613         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21614         (gnus-article-prev-page): Ditto.
21615
21616         * gnus-util.el (gnus-beginning-of-window): New function.
21617         (gnus-end-of-window): New function.
21618
21619         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21620
21621 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21622
21623         * gnus-score.el (gnus-score-edit-all-score):
21624         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21625         gnus-message.
21626
21627 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21628
21629         * gnus-msg.el (gnus-button-mailto):
21630         Remove save-selected-window-window hackery because it relies on
21631         save-selected-window internals.
21632
21633 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21634
21635         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21636         add-minor-mode.
21637         (gnus-binary-mode): Ditto.
21638
21639         * gnus-topic.el (gnus-topic-mode): Ditto.
21640
21641 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21642
21643         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21644         (gnus-article-prev-page): Take scroll-margin into consideration.
21645
21646 2005-07-04  Lute Kamstra  <lute@gnu.org>
21647
21648         Update FSF's address in GPL notices.
21649
21650 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21651
21652         * gnus.el (gnus-exit):
21653         * gnus-group.el (gnus-group-icons):
21654         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21655
21656         * gnus-nocem.el (gnus-nocem):
21657         * message.el (message-various, message-buffers, message-sending)
21658         (message-interface, message-forwarding, message-insertion)
21659         (message-headers, message-news, message-mail):
21660         * pgg-gpg.el (pgg-gpg):
21661         * pgg-parse.el (pgg-parse):
21662         * pgg-pgp.el (pgg-pgp):
21663         * pgg-pgp5.el (pgg-pgp5):
21664         * pop3.el (pop3): Finish `defgroup' description with period.
21665
21666 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21667
21668         * gnus-art.el (article-display-face): Improve the efficiency.
21669         (article-display-x-face): Ditto; remove gray x-face stuff.
21670
21671 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21672
21673         * gnus-art.el (article-display-face): Correct the position in
21674         which Faces are inserted.
21675
21676 2005-06-29  Didier Verna  <didier@xemacs.org>
21677
21678         * gnus-art.el (article-display-face): Display faces in correct
21679         order.
21680
21681 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21682
21683         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21684         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21685         (gnus-nocem-check-article): Fetch the Type header.
21686         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21687         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21688         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21689         make sure gnus-nocem-hashtb is initialized.
21690         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21691         (gnus-nocem-unwanted-article-p): Ditto.
21692
21693         * pgg.el (pgg-verify): Return the verification result.
21694
21695 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21696
21697         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21698         is ascii.
21699
21700 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21701
21702         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21703         `show-nonbreak-escape'.
21704
21705 2005-06-23  Lute Kamstra  <lute@gnu.org>
21706
21707         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21708
21709         * dig.el (dig-mode):
21710         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21711
21712 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21713
21714         * nnimap.el (nnimap-split-download-body): Fix spellings.
21715
21716 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21717
21718         * gnus-art.el (gnus-article-encrypt-body):
21719         * gnus-cus.el (gnus-score-customize):
21720         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21721         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21722
21723 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21724
21725         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21726         header by looking for magic "MII" at the beginning.
21727
21728 2005-06-16  Miles Bader  <miles@gnu.org>
21729
21730         * gnus-xmas.el (gnus-xmas-group-startup-message):
21731         Use renamed gnus-splash face.
21732
21733         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21734         (assistant-field-face): New backward-compatibility alias for renamed
21735         face.
21736         (assistant-render-text): Use renamed assistant-field face.
21737
21738         * spam.el (spam): Remove "-face" suffix from face name.
21739         (spam-face): New backward-compatibility alias for renamed face.
21740         (spam-face, spam-initialize): Use renamed spam face.
21741
21742         * message.el (message-header-to, message-header-cc)
21743         (message-header-subject, message-header-newsgroups)
21744         (message-header-other, message-header-name)
21745         (message-header-xheader, message-separator, message-cited-text)
21746         (message-mml): Remove "-face" suffix from face names.
21747         (message-header-to-face, message-header-cc-face)
21748         (message-header-subject-face, message-header-newsgroups-face)
21749         (message-header-other-face, message-header-name-face)
21750         (message-header-xheader-face, message-separator-face)
21751         (message-cited-text-face, message-mml-face):
21752         New backward-compatibility aliases for renamed faces.
21753         (message-font-lock-keywords): Use renamed message faces.
21754
21755         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21756         (sieve-test-commands, sieve-tagged-arguments):
21757         Remove "-face" suffix from face names.
21758         (sieve-control-commands-face, sieve-action-commands-face)
21759         (sieve-test-commands-face, sieve-tagged-arguments-face):
21760         New backward-compatibility aliases for renamed faces.
21761         (sieve-control-commands-face, sieve-action-commands-face)
21762         (sieve-test-commands-face, sieve-tagged-arguments-face):
21763         Use renamed sieve faces.
21764
21765         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21766         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21767         (gnus-group-news-3-empty, gnus-group-news-4)
21768         (gnus-group-news-4-empty, gnus-group-news-5)
21769         (gnus-group-news-5-empty, gnus-group-news-6)
21770         (gnus-group-news-6-empty, gnus-group-news-low)
21771         (gnus-group-news-low-empty, gnus-group-mail-1)
21772         (gnus-group-mail-1-empty, gnus-group-mail-2)
21773         (gnus-group-mail-2-empty, gnus-group-mail-3)
21774         (gnus-group-mail-3-empty, gnus-group-mail-low)
21775         (gnus-group-mail-low-empty, gnus-summary-selected)
21776         (gnus-summary-cancelled, gnus-summary-high-ticked)
21777         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21778         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21779         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21780         (gnus-summary-low-undownloaded)
21781         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21782         (gnus-summary-low-unread, gnus-summary-normal-unread)
21783         (gnus-summary-high-read, gnus-summary-low-read)
21784         (gnus-summary-normal-read, gnus-splash):
21785         Remove "-face" suffix from face names.
21786         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21787         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21788         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21789         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21790         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21791         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21792         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21793         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21794         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21795         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21796         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21797         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21798         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21799         (gnus-summary-normal-ticked-face)
21800         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21801         (gnus-summary-normal-ancient-face)
21802         (gnus-summary-high-undownloaded-face)
21803         (gnus-summary-low-undownloaded-face)
21804         (gnus-summary-normal-undownloaded-face)
21805         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21806         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21807         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21808         (gnus-splash-face):
21809         New backward-compatibility aliases for renamed faces.
21810         (gnus-group-startup-message): Use renamed gnus faces.
21811
21812         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21813         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21814         (gnus-server-agent): Remove "-face" suffix from face names.
21815         (gnus-server-agent-face, gnus-server-opened-face)
21816         (gnus-server-closed-face, gnus-server-denied-face)
21817         (gnus-server-offline-face):
21818         New backward-compatibility aliases for renamed faces.
21819         (gnus-server-agent-face, gnus-server-opened-face)
21820         (gnus-server-closed-face, gnus-server-denied-face)
21821         (gnus-server-offline-face): Use renamed gnus faces.
21822
21823         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21824         Remove "-face" suffix from face names.
21825         (gnus-picon-xbm-face, gnus-picon-face):
21826         New backward-compatibility aliases for renamed faces.
21827
21828         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21829         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21830         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21831         (gnus-cite-11): Remove "-face" suffix from face names.
21832         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21833         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21834         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21835         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21836         New backward-compatibility aliases for renamed faces.
21837         (gnus-cite-attribution-face, gnus-cite-face-list)
21838         (gnus-article-boring-faces): Use renamed gnus faces.
21839
21840         * gnus-art.el (gnus-signature, gnus-header-from)
21841         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21842         (gnus-header-content): Remove "-face" suffix from face names.
21843         (gnus-signature-face, gnus-header-from-face)
21844         (gnus-header-subject-face, gnus-header-newsgroups-face)
21845         (gnus-header-name-face, gnus-header-content-face):
21846         New backward-compatibility aliases for renamed faces.
21847         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21848
21849         * gnus-sum.el (gnus-summary-selected-face)
21850         (gnus-summary-highlight): Use renamed gnus faces.
21851         * gnus-group.el (gnus-group-highlight): Likewise.
21852
21853 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21854
21855         * gnus-sieve.el (gnus-sieve-article-add-rule):
21856         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21857         * spam-stat.el (spam-stat-buffer-change-to-spam)
21858         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21859
21860         * message.el (message-is-yours-p):
21861         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21862
21863 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21864
21865         * mm-view.el (mm-inline-text): Withdraw the last change.
21866
21867 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21868
21869         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21870         executing enriched-decode.
21871
21872 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21873
21874         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21875         charset of tar files.
21876
21877 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21878
21879         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21880
21881 2005-06-04  Lute Kamstra  <lute@gnu.org>
21882
21883         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21884         information is never recorded.
21885
21886 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21887
21888         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21889
21890 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * pop3.el (pop3-apop): Run md5 in the binary mode.
21893
21894         * starttls.el (starttls-set-process-query-on-exit-flag):
21895         Use eval-and-compile.
21896
21897 2005-05-31  Simon Josefsson  <jas@extundo.com>
21898
21899         * smime.el (smime-replace-in-string): Define.
21900         (smime-cert-by-ldap-1): Use it.
21901
21902 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21903
21904         * gnus-art.el (article-display-x-face): Replace
21905         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21906
21907         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21908         set-process-query-on-exit-flag or process-kill-without-query.
21909
21910         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21911         loop instead of replace-regexp.
21912
21913         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21914         instead of process-kill-without-query if it is available.
21915
21916         * lpath.el: Fbind ldap-search-entries.
21917
21918         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21919         instead of find-file-hooks if it is available.
21920
21921         * mml1991.el: Bind pgg-default-user-id when compiling.
21922
21923         * mml2015.el: Bind pgg-default-user-id when compiling.
21924
21925         * nndraft.el (nndraft-request-associate-buffer):
21926         Use write-contents-functions instead of write-contents-hooks if it is
21927         available.
21928
21929         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21930         instead of find-file-hooks if it is available.
21931
21932         * nntp.el (nntp-open-connection): Replace
21933         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21934         (nntp-open-ssl-stream): Ditto.
21935         (nntp-open-tls-stream): Ditto.
21936
21937         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21938         set-process-query-on-exit-flag or process-kill-without-query.
21939         (starttls-open-stream-gnutls): Use it instead of
21940         process-kill-without-query.
21941         (starttls-open-stream): Ditto.
21942
21943 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21944
21945         * smime.el (smime-cert-by-ldap-1): Don't use
21946         replace-regexp-in-string.
21947
21948 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21949
21950         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21951
21952         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21953         in PEM format.  Adjust to the XEmacs compatibility.
21954
21955 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21956
21957         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21958         by `string-to-number'.
21959         * gnus-agent.el (gnus-agent-regenerate-group)
21960         (gnus-agent-fetch-articles): Ditto.
21961         * gnus-art.el (gnus-button-fetch-group): Ditto.
21962         * gnus-cache.el (gnus-cache-generate-active)
21963         (gnus-cache-articles-in-group): Ditto.
21964         * gnus-group.el (gnus-group-set-current-level)
21965         (gnus-group-insert-group-line): Ditto.
21966         * gnus-score.el (gnus-score-set-expunge-below)
21967         (gnus-score-set-mark-below, gnus-summary-score-effect)
21968         (gnus-summary-score-entry): Ditto.
21969         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21970         (gnus-soup-pack): Ditto.
21971         * gnus-spec.el (gnus-xmas-format): Ditto.
21972         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21973         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21974         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21975         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21976         * nndb.el (nndb-get-remote-expire-response): Ditto.
21977         * nndiary.el (nndiary-parse-schedule-value)
21978         (nndiary-string-to-number, nndiary-request-replace-article)
21979         (nndiary-request-article): Ditto.
21980         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21981         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21982         * nneething.el (nneething-make-head): Ditto.
21983         * nnfolder.el (nnfolder-request-article)
21984         (nnfolder-retrieve-headers): Ditto.
21985         * nnheader.el (nnheader-file-to-number): Ditto.
21986         * nnkiboze.el (nnkiboze-request-article): Ditto.
21987         * nnmail.el (nnmail-process-unix-mail-format)
21988         (nnmail-process-babyl-mail-format): Ditto.
21989         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21990         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21991         (nnmh-request-create-group, nnmh-request-list-1)
21992         (nnmh-request-group, nnmh-request-article): Ditto.
21993         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21994         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21995         * nnsoup.el (nnsoup-make-active): Ditto.
21996         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21997         * nntp.el (nntp-find-group-and-number)
21998         (nntp-retrieve-headers-with-xover): Ditto.
21999         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22000         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22001         (pgg-format-key-identifier): Ditto.
22002         * pop3.el (pop3-last, pop3-stat): Ditto.
22003         * qp.el (quoted-printable-decode-region): Ditto.
22004
22005         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22006         of concat.
22007
22008 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22011
22012         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22013
22014         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22015
22016         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22017
22018         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22019
22020         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22021
22022         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22023         (gnus-carpal-mode): Ditto.
22024
22025         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22026         (gnus-browse-mode): Ditto.
22027
22028         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22029
22030         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22031
22032 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22033
22034         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22035
22036 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22037
22038         * gnus-util.el (gnus-run-mode-hooks): New function.
22039
22040         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22041
22042         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22043         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22044
22045 2005-05-27  Lute Kamstra  <lute@gnu.org>
22046
22047         * dns-mode.el (dns-mode): Specify customization group.
22048
22049 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22050
22051         * gnus-agent.el (gnus-agent-make-mode-line-string):
22052         Use mode-line-highlight as mouse-face.
22053
22054 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22055
22056         * canlock.el (canlock): Change the parent group to news.
22057
22058         * deuglify.el (gnus-outlook-deuglify): Add :group.
22059
22060         * dig.el (dig): Add :group.
22061
22062         * dns-mode.el (dns-mode): Add :group.
22063
22064         * encrypt.el (encrypt): Add :group.
22065
22066         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22067         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22068         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22069         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22070         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22071
22072         * gnus-diary.el (gnus-diary): Add :group.
22073
22074         * gnus.el (gnus-group-news-1-face): Add :group.
22075         (gnus-group-news-1-empty-face): Ditto.
22076         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22077         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22078         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22079         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22080         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22081         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22082         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22083         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22084         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22085         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22086         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22087         (gnus-summary-high-ticked-face): Ditto.
22088         (gnus-summary-low-ticked-face): Ditto.
22089         (gnus-summary-normal-ticked-face): Ditto.
22090         (gnus-summary-high-ancient-face): Ditto.
22091         (gnus-summary-low-ancient-face): Ditto.
22092         (gnus-summary-normal-ancient-face): Ditto.
22093         (gnus-summary-high-undownloaded-face): Ditto.
22094         (gnus-summary-low-undownloaded-face): Ditto.
22095         (gnus-summary-normal-undownloaded-face): Ditto.
22096         (gnus-summary-high-unread-face): Ditto.
22097         (gnus-summary-low-unread-face): Ditto.
22098         (gnus-summary-normal-unread-face): Ditto.
22099         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22100         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22101
22102         * hashcash.el (hashcash): New custom group.
22103         (hashcash-default-payment): Add :group.
22104         (hashcash-payment-alist): Ditto.
22105         (hashcash-default-accept-payment): Ditto.
22106         (hashcash-accept-resources): Ditto.
22107         (hashcash-path): Ditto.
22108         (hashcash-extra-generate-parameters): Ditto.
22109         (hashcash-double-spend-database): Ditto.
22110         (hashcash-in-news): Ditto.
22111
22112         * message.el (message-minibuffer-local-map): Add :group.
22113
22114         * netrc.el (netrc): Add :group.
22115
22116         * sieve-manage.el (sieve-manage-log): Add :group.
22117         (sieve-manage-default-user): Diito.
22118         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22119         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22120         (sieve-manage-authenticators): Ditto.
22121         (sieve-manage-authenticator-alist): Ditto.
22122         (sieve-manage-default-port): Ditto.
22123
22124         * sieve-mode.el (sieve-control-commands-face): Add :group.
22125         (sieve-action-commands-face): Ditto.
22126         (sieve-test-commands-face): Ditto.
22127         (sieve-tagged-arguments-face): Ditto.
22128
22129         * smime.el (smime): Add :group.
22130
22131         * spam-report.el (spam-report): Add :group.
22132
22133         * spam.el (spam, spam-face): Add :group.
22134
22135 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22136
22137         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22138         return \n.\n.\n at the end of articles.  Protect against that.
22139         (nntp-with-open-group): Allow debugging.
22140
22141         * nnheader.el (mail-header-set-extra): Make into a function
22142         because I just could't understand how to quote the list properly.
22143
22144         * dns.el (query-dns-cached): New function.
22145
22146 2005-05-26  Lute Kamstra  <lute@gnu.org>
22147
22148         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22149
22150 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22153
22154         * gnus-art.el: Don't autoload mail-extract-address-components.
22155
22156         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22157         eval-and-compile to evaluate it.
22158
22159         * hashcash.el: Don't autoload executable-find.
22160
22161         * nndb.el: Don't declare the nndb back end two or more times; don't
22162         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22163
22164         * nntp.el: Autoload format-spec instead of format; use
22165         eval-and-compile to evaluate autoload forms.
22166
22167 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22168
22169         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22170
22171 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22172
22173         * gnus.el (gnus-version-number): Bump version.
22174
22175 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22176
22177         * gnus.el: No Gnus v0.3 is released.
22178
22179 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22180
22181         * lpath.el (featurep): Bind show-nonbreak-escape.
22182
22183 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22184
22185         * gnus-art.el (gnus-article-edit-part): Disable undo.
22186
22187 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22188
22189         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22190         gnus-article-date-lapsed-new-header is t if date timer is active;
22191         skip headers in which the original date value is empty.
22192         (gnus-article-save-original-date): Redefine it as a macro.
22193         (gnus-display-mime): Use it.
22194
22195 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22196
22197         * gnus-art.el (article-date-ut): Support converting date in
22198         forwarded parts as well.
22199         (gnus-article-save-original-date): New function.
22200         (gnus-display-mime): Use it.
22201
22202 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22203
22204         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22205         enclosure element of <item>.
22206
22207 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22208
22209         * message.el (message-kill-buffer-query): Rename from
22210         `message-kill-buffer-query-if-modified'.  Add :version.
22211
22212 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22213
22214         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22215         window layout.
22216
22217 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * mml.el: Autoload dnd when compiling.
22220
22221 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22222
22223         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22224         x-dnd-*.
22225
22226 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * qp.el (quoted-printable-encode-region): Save excursion.
22229
22230 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22231
22232         * message.el (message-kill-buffer-query-if-modified): Add new variable
22233         so the user can kill a modified message buffer quickly.
22234         (message-kill-buffer): Use it.
22235
22236 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22237
22238         * lpath.el: Fbind display-time-event-handler; don't fbind
22239         string-to-multibyte.
22240
22241         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22242
22243 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22244
22245         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22246         contained in text because xml.el decodes entities) with LFs.
22247
22248 2005-04-11  Lute Kamstra  <lute@gnu.org>
22249
22250         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22251         differently.
22252
22253 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22254
22255         * mm-util.el (mm-detect-coding-region): Typo.
22256
22257 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22258
22259         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22260
22261 2005-04-06  Deepak Goel  <deego@gnufans.org>
22262
22263         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22264         user-function allow user modifications of the scores.
22265         (spam-stat-score-buffer-user): New function, to allow
22266         user-computed modifications to the score.
22267         (spam-stat-score-buffer-user-functions): List of additional
22268         scoring functions.
22269         (spam-stat-error-holder): Global temporary error holder.
22270         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22271         variable.
22272
22273 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22274
22275         * gnus-registry.el (gnus-registry-clean-empty-function)
22276         (gnus-registry-trim, gnus-registry-fetch-groups)
22277         (gnus-registry-delete-group): Groups that match
22278         `gnus-registry-ignored-groups' are removed from the registry
22279         entries, not just ignored for splitting.  This helps clean up the
22280         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22281         to get all the groups a message ID is in.
22282
22283         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22284         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22285         (spam-stat-score-buffer-user-functions): Add :number custom type.
22286
22287 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22288
22289         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22290         argument in XEmacs.
22291
22292         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22293         (nnrss-request-group): Decode group name first.
22294         (nnrss-request-article): Make a text/plain article if mml-to-mime
22295         failed.
22296         (nnrss-get-encoding): Return a compatible encoding according to
22297         nnrss-compatible-encoding-alist.
22298         (nnrss-find-el): Use consp instead of listp.
22299         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22300
22301 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22304         which Emacs 20 doesn't support.
22305         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22306
22307 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22308
22309         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22310         silence the byte compiler inside the defun.
22311
22312         * gnus-demon.el (parse-time-string): Add autoload.
22313
22314         * gnus-delay.el (parse-time-string): Add autoload.
22315
22316         * gnus-art.el (parse-time-string): Add autoload.
22317
22318         * nnultimate.el (parse-time): Require for `parse-time-string'.
22319
22320 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22321
22322         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22323
22324         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22325
22326         * smime.el (smime-ldap-host-list): Add :version.
22327
22328 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22329
22330         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22331         pass it to `gnus-browse-read-group'.
22332         (gnus-browse-read-group): Add NUMBER argument and pass it to
22333         `gnus-group-read-ephemeral-group'.
22334
22335         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22336         argument and pass it to `gnus-group-read-group'.
22337
22338 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22339
22340         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22341         mm-xemacs-find-mime-charset-1 if we have the mule feature
22342         available at runtime.
22343
22344 2005-03-25  Werner Lemberg  <wl@gnu.org>
22345
22346         * nnmaildir.el: Replace `illegal' with `invalid'.
22347
22348 2005-03-23  Lute Kamstra  <lute@gnu.org>
22349
22350         * time-date.el: Add comment on time value formats.
22351         Don't require parse-time.
22352         (with-decoded-time-value): New macro.
22353         (encode-time-value): New function.
22354         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22355         (days-to-time): Return a valid time value when arg is huge.
22356         (time-since): Use time-subtract.
22357         (time-to-number-of-days): Use time-to-seconds.
22358
22359 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22360
22361         * gnus-start.el (gnus-display-time-event-handler):
22362         Check display-time-timer at runtime rather than only at load time
22363         in case display-time-mode is turned off in the mean time.
22364
22365 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22366
22367         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22368         used.
22369
22370         * nneething.el (nneething-map-file-directory): Derive from
22371         `gnus-directory'.
22372
22373         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22374         the To/Cc button.
22375
22376 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22377
22378         * nnmaildir.el (nnmaildir-request-accept-article):
22379         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22380
22381 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22382
22383         * gnus-async.el: Require timer-funcs at compile time when in
22384         XEmacs for `run-with-idle-timer'.
22385
22386 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22387
22388         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22389         autoloaded function.
22390
22391 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22392
22393         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22394
22395 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22396
22397         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22398
22399 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22400
22401         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22402         Add gnus-expert-user to default.
22403
22404 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22405
22406         * nnimap.el (nnimap-open-server): Ditto.
22407
22408         * imap.el (imap-authenticate): Fix typo.
22409
22410 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22411
22412         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22413         buffer (since IMAP server might return FETCH response out of
22414         order, and the nntp buffer must be sorted).
22415
22416 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22417
22418         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22419         comparison on string.
22420
22421         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22422         (gnus-agent-score): Rename category keywords to match gnus-cus.
22423         (gnus-agent-summary-fetch-series): Modify to protect against
22424         gnus-agent-summary-fetch-group clearing processable flags.
22425         (gnus-agent-synchronize-group-flags): Update live group buffer as
22426         synchronization may occur due to the user toggle the plugged
22427         status.
22428         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22429         successfully downloaded.
22430         (gnus-agent-expire-group-1): Avoid using markers when the overview
22431         is in ascending order; greatly improves performance.
22432         (gnus-agent-regenerate-group):
22433         Use gnus-agent-synchronize-group-flags to reset read status in both
22434         gnus and server.
22435         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22436
22437 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22438
22439         * message.el: Don't autoload former message-utils variables.
22440         (message-strip-subject-trailing-was): Change doc string.
22441
22442         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22443         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22444         (nnweb-google-search): Add "hl=en" here.
22445         (nnweb-google-parse-1, nnweb-google-create-mapping):
22446         Don't hardcode URL.
22447
22448 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22449
22450         * message.el (message-get-reply-headers, message-followup):
22451         Mention related variables `message-use-followup-to' and
22452         `message-use-mail-followup-to', in the information buffer.
22453
22454         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22455         of broken groups(-beta).google.com.
22456
22457 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22458
22459         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22460         parameter to invoked gnus-request-move-article; remove the
22461         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22462         all at once instead of once per article.
22463         (gnus-summary-remove-process-mark): Accept a list of articles as
22464         well as a single article for processing.
22465
22466         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22467         parameter.
22468
22469         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22470
22471         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22472
22473         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22474         parameter.
22475
22476         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22477         parameter.
22478
22479         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22480         parameter and remove the gnus-sum-hint-move-is-internal variable.
22481
22482         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22483         parameter.
22484
22485         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22486         parameter.
22487
22488         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22489         parameter.
22490
22491         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22492
22493         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22494         parameter.
22495
22496         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22497         parameter.
22498
22499 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22500
22501         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22502         a more conservative way.
22503
22504 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22505
22506         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22507         buffer, so it moves the window's cursor.
22508
22509 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22510
22511         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22512         `mm-dissect-multipart' and receive the from field as an (optional)
22513         argument from `mm-dissect-multipart'.
22514         (mm-dissect-multipart): Receive the from field as an argument and
22515         pass it on when we call `mm-dissect-buffer' on MIME parts.
22516         Fixes verification/decryption of signed/encrypted MIME parts.
22517
22518 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22519
22520         * gnus-sum.el (gnus-summary-move-article):
22521         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22522         whatever it calls (right now, only nnimap-request-move article
22523         respects it).
22524
22525         * nnimap.el (nnimap-request-move-article):
22526         When gnus-sum-hint-move-is-internal is set, don't do the extra
22527         nnimap-request-article.
22528
22529 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22530
22531         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22532
22533         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22534         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22535
22536         * gnus-sum.el (gnus-summary-caesar-message):
22537         Apply `gnus-treat-article' after rotation.
22538
22539         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22540         doc string.
22541
22542 2005-02-22  Simon Josefsson  <jas@extundo.com>
22543
22544         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22545         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22546         <arne@arnested.dk>.
22547         (encrypt): Add password-cache and password-cache-expiry as group
22548         members.
22549
22550 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22551
22552         * smime.el (smime-ldap-host-list): Doc fix.
22553         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22554         cache) password.
22555         (smime-sign-region): Use it.
22556         (smime-decrypt-region): Use it.
22557         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22558         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22559         fails.
22560         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22561         certificate from DER to PEM format rather than calling openssl.
22562
22563         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22564
22565         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22566         for signing/encryption.
22567
22568         * mml.el (mml-parse-1): Use them.
22569
22570 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22571
22572         * nnrss.el (nnrss-verbose): Remove.
22573         (nnrss-request-group): Use `nnheader-message' instead.
22574
22575 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22576
22577         * nnrss.el (nnrss-verbose): New variable.
22578         (nnrss-request-group): Make it say nnrss is requesting a group.
22579
22580 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22581
22582         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22583         Handle news URL with given port correctly.
22584
22585 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22586
22587         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22588         containing special characters.
22589
22590         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22591
22592         * mml.el (mime-to-mml): Ditto.
22593
22594         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22595         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22596         (rfc2047-decode-region): Quote decoded words containing special
22597         characters when rfc2047-quote-decoded-words-containing-tspecials
22598         is non-nil.
22599
22600 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22601
22602         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22603
22604         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22605
22606 2005-02-15  Simon Josefsson  <jas@extundo.com>
22607
22608         * nnimap.el (nnimap-debug): Doc fix.
22609
22610         * imap.el (imap-debug): Doc fix.
22611
22612 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22613
22614         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22615
22616 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22617
22618         * gnus.el (spam-contents): Improve docs for spam-contents
22619         parameter in its variable incarnation.
22620
22621 2005-02-14  Simon Josefsson  <jas@extundo.com>
22622
22623         * smime-ldap.el: Use require instead of load-library for ldap.
22624         (smime-ldap-search): Indent.
22625         (smime-ldap-search-internal): Shorten line.
22626
22627         * smime.el (smime-cert-by-dns): Add doc-string.
22628         (smime-cert-by-ldap-1): Indent.
22629
22630         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22631         mml-smime-get-dns-ldap.
22632         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22633
22634 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22635
22636         * smime.el: Require smime-ldap.
22637         (smime-ldap-host-list): New variable.
22638         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22639
22640         * mml-smime.el (mml-smime-encrypt-query): New function.
22641         (mml-smime-encrypt-query): Use it.
22642
22643         * smime-ldap.el: New file.
22644
22645 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22646
22647         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22648
22649 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22650
22651         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22652         argument in doc string.  Make query for type more clear.
22653
22654 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22655
22656         * gnus.el (gnus-group-startup-message): Search for gnus images in
22657         etc/images/gnus.
22658         * mm-util.el (mm-image-load-path): Likewise.
22659         * smiley.el (smiley-data-directory): Search for smilies in
22660         etc/images/smilies.
22661
22662 2005-02-09  Kim F. Storm  <storm@cua.dk>
22663
22664         Change Emacs release version from 21.4 to 22.1 throughout.
22665         Change Emacs development version from 21.3.50 to 22.0.50.
22666
22667 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22668
22669         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22670
22671         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22672         non-Mule XEmacs as well.
22673         (mm-decompress-buffer): Signal an error intentionally if it does
22674         not decompress compressed data because auto-compression-mode is
22675         disabled.
22676
22677 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22678
22679         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22680         an ID in the registry even if it has no groups.
22681
22682 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22683
22684         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22685         merge it into mm-decompress-buffer.
22686         (gnus-mime-copy-part): Use the MIME part charset, the value which
22687         a user specified or gnus-newsgroup-charset for decoding, like
22688         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22689         save-buffer what was used.  Suggested by Kevin Ryde
22690         <user42@zip.com.au>.
22691         (gnus-mime-inline-part): Allow the name parameter as well as the
22692         filename parameter; force decompressing of compressed data; always
22693         display contents being not decoded as unibyte.
22694
22695         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22696         as well as the filename parameter.
22697
22698         * mm-util.el (mm-decompress-buffer):
22699         Merge gnus-mime-jka-compr-maybe-uncompress.
22700         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22701         of compressed data.
22702
22703 2005-02-08  Simon Josefsson  <jas@extundo.com>
22704
22705         * imap.el (imap-log): Doc fix.
22706
22707 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22710         the coding cookies; decompress compressed parts.
22711
22712         * mml.el (mml-generate-mime-1): Add the charset parameter according
22713         to the value which a user specified manually or the coding cookie.
22714
22715         * mm-util.el (mm-string-to-multibyte): New function.
22716         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22717         (mm-coding-system-to-mime-charset): New function.
22718         (mm-decompress-buffer): New function.
22719         (mm-find-buffer-file-coding-system): New function.
22720
22721         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22722         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22723         parts.
22724
22725 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22726
22727         * mm-view.el (mm-display-inline-fontify): Decode a part according
22728         to the charset parameter.
22729
22730 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22731
22732         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22733         prefix arg is neither nil nor a number, as info specifies.
22734
22735 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22736
22737         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22738         timestamps.
22739
22740 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22741
22742         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22743         groups error checking and notify user.
22744
22745 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22746
22747         * message.el (message-send-mail-function): Check existence of
22748         sendmail-program first before using default value
22749         `message-send-mail-with-sendmail'.  Otherwise use more generic
22750         `smtpmail-send-it'.
22751
22752 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22753
22754         * nntp.el (nntp-request-update-info): Always return nil.
22755
22756 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22757
22758         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22759
22760 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22761
22762         * message.el (message-beginning-of-line): Change the behavior when
22763         invoked between BOL and : so that it first moves backward.
22764
22765 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22766
22767         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22768         article buffer when editing of the article is discarded.
22769         (gnus-article-prepare): Revert.
22770
22771 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22772
22773         * gnus-art.el (gnus-article-prepare):
22774         Remove message-strip-forbidden-properties from the local hook.
22775
22776 2005-01-27  Simon Josefsson  <jas@extundo.com>
22777
22778         * password.el (password-cache-add): Only start one timer per key.
22779         Reported by Derek Atkins <warlord@MIT.EDU>.
22780
22781 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22782
22783         * run-at-time.el: Remove.  It is no longer needed as
22784         timer-funcs.el in the xemacs-base package has a working version of
22785         `run-at-time'.
22786
22787         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22788
22789         * password.el: Require timer-funcs instead of run-at-time in
22790         XEmacs.
22791         Remove `password-run-at-time' macro.
22792         (password-cache-add): Use `run-at-time' instead of
22793         `password-run-at-time'.
22794
22795         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22796         Remove `nnheader-cancel-function-timers' alias,
22797         `cancel-function-timers' exists in XEmacs in timer-funcs.
22798
22799         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22800         for `run-with-idle-timer'.
22801
22802         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22803         for `run-at-time'.
22804
22805         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22806         for `with-timeout'.
22807
22808         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22809         the same as for XEmacs 21.4.
22810         No need to ignore `run-with-idle-timer', this function exists in
22811         XEmacs now in timer-funcs.el in the xemacs-base package.
22812         (dgnushack-compile): No need to delete
22813         run-at-time.el from the list of files to compile because it
22814         doesn't exist anymore.
22815
22816 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22817
22818         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22819         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22820
22821 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22822
22823         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22824         sensitively.
22825
22826 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22827
22828         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22829
22830 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22831
22832         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22833         which will be inserted according to the multibyteness of a buffer
22834         rather than the type of contents.  Suggested by ARISAWA Akihiro
22835         <ari@mbf.ocn.ne.jp>.
22836
22837         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22838         of string which old xml.el may return rather than a string.
22839
22840 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22843
22844 2005-01-16  Simon Josefsson  <jas@extundo.com>
22845
22846         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22847         idn/idna.el isn't available.
22848         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22849         <michael@waxrat.com>.
22850
22851         * hashcash.el: Remove non-FSF copyright header.
22852
22853         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22854         (hashcash-generate-payment): Use it.
22855         (hashcash-generate-payment-async): Use it.
22856
22857 2005-01-15  Simon Josefsson  <jas@extundo.com>
22858
22859         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22860         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22861
22862         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22863         gnus-summary-idna-message.
22864         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22865         (gnus-summary-idna-message): New function.
22866
22867 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22868
22869         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22870         gnus-novice-user.
22871
22872 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22873
22874         * nnrss.el (nnrss-request-delete-group): Delete entries in
22875         nnrss-group-alist as well.
22876         (nnrss-save-server-data): Insert newline.
22877
22878 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22879
22880         * gnus.el (gnus-user-agent): Use list of symbols instead of
22881         symbols.  Display full version number for (S)XEmacs.
22882         Optionally display (S)XEmacs codename.
22883
22884         * gnus-util.el (gnus-emacs-version): Update for new
22885         `gnus-user-agent'.
22886
22887         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22888         Gnus version.
22889
22890 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22891
22892         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22893         which is unreadable in some setups.
22894
22895 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22896
22897         * gnus-spec.el (gnus-update-format-specifications): Flush the
22898         group format spec cache if it doesn't support decoded group names.
22899
22900 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22901
22902         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22903         Allow to apply decay on score files matching a regexp.
22904
22905 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22906
22907         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22908         compatibility in %g and %c.
22909
22910 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22911
22912         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22913         name for only %g and %c.
22914         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22915         of gnus-tmp-group to decoded group name.
22916         (gnus-group-make-rss-group): Exclude `/'s from group names.
22917
22918 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22919
22920         * nnrss.el (nnrss-get-encoding): Fix regexp.
22921
22922 2004-12-27  Simon Josefsson  <jas@extundo.com>
22923
22924         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22925         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22926         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22927
22928 2004-12-17  Kim F. Storm  <storm@cua.dk>
22929
22930         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22931
22932         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22933
22934 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22935
22936         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22937
22938 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22939
22940         * nnrss.el: Require rfc2047 and mml.
22941         (nnrss-file-coding-system): New variable.
22942         (nnrss-format-string): Redefine it as an inline function.
22943         (nnrss-decode-group-name): New function.
22944         (nnrss-string-as-multibyte): Remove.
22945         (nnrss-retrieve-headers): Decode group name; don't use
22946         nnrss-format-string.
22947         (nnrss-request-group): Decode group name.
22948         (nnrss-request-article): Decode group name; allow a Message-ID as
22949         well as an article number; don't use nnrss-format-string; encode a
22950         Message-ID string which may contain non-ASCII characters; use
22951         mml-to-mime to compose a MIME article.
22952         (nnrss-request-expire-articles): Decode group name.
22953         (nnrss-request-delete-group): Decode group name.
22954         (nnrss-fetch): Clarify error message.
22955         (nnrss-read-server-data): Use insert-file-contents instead of load;
22956         bind file-name-coding-system; use multibyte buffer.
22957         (nnrss-save-server-data): Bind coding-system-for-write to the
22958         value of nnrss-file-coding-system; bind file-name-coding-system;
22959         add coding cookie.
22960         (nnrss-read-group-data): Use insert-file-contents instead of load;
22961         bind file-name-coding-system; use multibyte buffer.
22962         (nnrss-save-group-data): Bind coding-system-for-write to the
22963         value of nnrss-file-coding-system; bind file-name-coding-system.
22964         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22965         make it work with non-ASCII text.
22966         (nnrss-find-el): Make it work with old xml.el as well.
22967
22968 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22969
22970         * nnrss.el (nnrss-get-encoding): New function.
22971         (nnrss-fetch): Use unibyte buffer initially; bind
22972         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22973         decode contents according to the encoding attribute.
22974         (nnrss-save-group-data): Add coding cookie.
22975         (nnrss-mime-encode-string): New function.
22976         (nnrss-check-group): Use it to encode subject and author.
22977
22978 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22979
22980         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22981         imaginary variable.
22982
22983 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22984
22985         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22986         correctly even if there are wide characters.
22987
22988 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22989
22990         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22991         downcased symbol names; make a new cache instead of reusing
22992         bbdb-hashtable.
22993
22994 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22995
22996         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22997         concatenating segments rather than before concatenating them.
22998         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22999
23000         * message.el (message-get-reply-headers): Bind `extra'.
23001
23002 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23003
23004         * message.el (message-extra-wide-headers): New variable.
23005         (message-get-reply-headers): Use it.
23006
23007 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23008
23009         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23010         (gnus-agent-group-pathname): Ditto.
23011
23012         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23013
23014         * gnus-group.el (gnus-group-make-group): Decode group name.
23015         (gnus-group-make-rss-group): Register the group data after opening
23016         the nnrss group.
23017
23018 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23019
23020         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23021         by expiry now get marked as read.
23022
23023 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23024
23025         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23026
23027 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23028
23029         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23030         unify Latin characters in XEmacs.
23031         (mm-find-mime-charset-region): Use it.
23032
23033 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23034
23035         * gnus-util.el (gnus-delete-directory): New function.
23036
23037         * gnus-agent.el (gnus-agent-delete-group): Use it.
23038
23039         * gnus-cache.el (gnus-cache-delete-group): Use it.
23040
23041 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23042
23043         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23044         names.
23045
23046 2004-12-16  Simon Josefsson  <jas@extundo.com>
23047
23048         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23049
23050 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23051
23052         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23053
23054         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23055         (gnus-group-set-current-level): Decode group name.
23056
23057 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23058
23059         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23060         failed.
23061
23062 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23063
23064         * gnus-group.el (gnus-group-delete-group): Decode group name.
23065         (gnus-group-make-rss-group): Encode group name.
23066         (gnus-group-catchup-current): Decode group name.
23067         (gnus-group-kill-group): Decode group name.
23068
23069 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23070
23071         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23072
23073 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23074
23075         * gnus-group.el (gnus-group-make-rss-group):
23076         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23077
23078         * gnus-start.el (gnus-setup-news): Honor user's setting to
23079         gnus-message-archive-method.  Suggested by Lute Kamstra
23080         <lute@gnu.org>.
23081
23082 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23083
23084         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23085         global counterparts of the buffer-local variables.
23086
23087 2004-11-16  Romain Francoise  <romain@orebokech.com>
23088
23089         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23090         counterparts of the buffer-local variables.
23091
23092 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23093
23094         * message.el (message-forbidden-properties): Fix typo in doc
23095         string.
23096
23097 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23098
23099         * gnus-util.el (gnus-replace-in-string): Add doc string.
23100
23101         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23102         to avoid problems when splitting mails with many recipients.
23103
23104 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23105
23106         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23107         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23108
23109 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23110
23111         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23112         if there is no hashtable in memory or file modification time is
23113         newer than cached timestamp.
23114
23115 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23116
23117         * gnus-sum.el (gnus-summary-limit-to-recipient):
23118         Implement not-matching option.
23119
23120 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23121
23122         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23123         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23124         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23125         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23126         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23127         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23128
23129 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23130
23131         * message.el (message-forward-make-body-mml): Remove headers
23132         according to message-forward-ignored-headers if a message is decoded.
23133
23134 2004-12-02  Romain Francoise  <romain@orebokech.com>
23135
23136         * message.el (message-forward-make-body-plain): Always remove
23137         headers according to message-forward-ignored-headers.
23138
23139 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23140
23141         * spam.el (spam-summary-prepare-exit): Remove the
23142         gnus-summary-limit pop for now, it has problems with ham marks for
23143         me.
23144
23145 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23146
23147         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23148         correctly.
23149
23150 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23151
23152         * format-spec.el (format-spec): Message the char.
23153
23154 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23155
23156         * gnus-art.el (gnus-split-methods): Reformat comments.
23157
23158         * spam.el (spam-summary-prepare-exit): Remove article limits
23159         before exiting the summary buffer.
23160
23161 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23162
23163         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23164         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23165
23166         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23167         order to silence the byte compiler.
23168
23169         * spam.el: Fix the way to silence the byte compiler, which
23170         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23171         bbdb-search-simple, spam-BBDB-register-routine,
23172         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23173         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23174         spam-stat-buffer-is-spam, spam-stat-load,
23175         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23176         spam-stat-save and spam-stat-split-fancy.
23177
23178 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23179
23180         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23181         which may confuse users.
23182         (canlock-password-for-verify): Ditto.
23183
23184         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23185
23186         * gnus-art.el (gnus-emphasis-alist): Ditto.
23187
23188         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23189
23190         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23191
23192         * gnus-start.el (gnus-save-killed-list): Ditto.
23193
23194         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23195         (gnus-sum-thread-tree-root): Ditto.
23196         (gnus-sum-thread-tree-false-root): Ditto.
23197         (gnus-sum-thread-tree-single-indent): Ditto.
23198
23199         * message.el (message-courtesy-message): Ditto.
23200         (message-archive-note): Ditto.
23201         (message-subscribed-address-file): Ditto.
23202         (message-user-fqdn): Ditto.
23203
23204         * spam-report.el (spam-report-gmane-regex): Ditto.
23205
23206         * spam.el (spam-blackhole-good-server-regex): Ditto.
23207
23208 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23209
23210         * mml.el (mml-preview): Widen the message buffer before copying
23211         the contents to the preview buffer; sort headers before previewing.
23212
23213         * message.el (message-hidden-headers): Fix the way to avoid a bug
23214         in the `repeat' widget in Emacs 21.3 or earlier.
23215
23216 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23217
23218         * message.el (message-hidden-headers): Default to "^References:".
23219         Improve customization type.  Suggested by Reiner Steib
23220         <Reiner.Steib@gmx.de>.
23221
23222 2004-11-25  Romain Francoise  <romain@orebokech.com>
23223
23224         * message.el (message-strip-forbidden-properties): Remove check for
23225         obsolete `message-hidden' text property, hidden headers are not
23226         accessible in the buffer anymore.
23227
23228 2004-11-22  Romain Francoise  <romain@orebokech.com>
23229
23230         * message.el (message-header-format-alist): Add `From' in list
23231         so that it can be sorted.
23232         (message-fix-before-sending): Widen and sort headers before
23233         sending.
23234         (message-hide-headers): Use narrowing to hide headers by moving
23235         them to the top of the buffer and narrowing to the region
23236         underneath.
23237
23238 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23239
23240         * message.el (message-strip-forbidden-properties):
23241         Bind buffer-read-only (etc) to nil.
23242
23243 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23244
23245         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23246         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23247
23248 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23249
23250         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23251
23252 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23253
23254         * dns.el (query-dns): Use sit-for to time instead of
23255         accept-process-output, since that doesn't seem to work on udp
23256         sockets.
23257
23258 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23259
23260         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23261
23262 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23263
23264         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23265         doc string.  Improve doc string.
23266
23267 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23268
23269         * nntp.el (nntp-request-update-info): Return nil if
23270         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23271         may not call gnus-activate-group which uselessly issues the GROUP
23272         commands for all nntp groups and wastes time.  Reported by Romain
23273         Francoise <romain@orebokech.com>.
23274
23275         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23276
23277 2004-11-15  Simon Josefsson  <jas@extundo.com>
23278
23279         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23280         headers separately.
23281         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23282         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23283
23284 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23285
23286         * gnus-start.el (gnus-convert-old-newsrc):
23287         Assign legacy-gnus-agent to 5.10.7.
23288
23289 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23290
23291         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23292         start of the lines.
23293
23294 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23295
23296         * hashcash.el (hashcash-default-payment): Change default to 20.
23297         (hashcash-default-accept-payment): Change default to 20.
23298         (hashcash-process-alist): New variable.
23299         (hashcash-generate-payment-async): Add.
23300         (hashcash-already-paid-p): Add.
23301         (hashcash-insert-payment): Don't generate payments twice.
23302         (hashcash-insert-payment-async): Add.
23303         (hashcash-insert-payment-async-2): Add.
23304         (hashcash-cancel-async): Add.
23305         (hashcash-wait-async): Add.
23306         (hashcash-processes-running-p): Add.
23307         (hashcash-wait-or-cancel): Add.
23308         (mail-add-payment): New optional argument.  Conditionally start
23309         asynchronous calculation.
23310         (mail-add-payment-async): Add.
23311
23312         * message.el (message-send-mail): Wait for asynchronous hashcash
23313         results.  Don't clobber existing X-Hashcash headers.
23314         (message-setup-1): Call mail-add-payment-async when
23315         message-generate-hashcash is non-nil.
23316
23317 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23318
23319         * message.el (message-use-alternative-email-as-from): Examine the
23320         From header as well; use message-make-from in order to include a
23321         user's full name.
23322
23323 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23324
23325         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23326         default; improve customization type.
23327         (gnus-emphasis-custom-with-format): New macro.
23328         (gnus-emphasis-custom-value-to-external): New function.
23329         (gnus-emphasis-custom-value-to-internal): New function.
23330
23331 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23332
23333         * dns.el (query-dns): Resolve reverse addresses.
23334
23335 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23336
23337         * gnus-group.el (gnus-group-get-new-news): Use it.
23338
23339         * gnus-start.el (gnus-check-reasonable-setup): New function.
23340
23341 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23342
23343         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23344         "Args out of range" error.  Reported by Arnaud Giersch
23345         <arnaud.giersch@free.fr>.
23346
23347 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23348
23349         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23350
23351 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23352
23353         * spam.el (spam group): Add :version.
23354
23355         * pgg-def.el (pgg group): Add :version.
23356
23357 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23358
23359         * gnus-art.el (gnus-article-edit-article): Don't associate the
23360         article buffer with a draft file.  This is a temporary measure
23361         against the 2004-08-22 change to gnus-article-edit-mode.
23362
23363 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23364
23365         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23366         (html2text-format-tags): Remove unused variable `attr'.
23367
23368 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23369
23370         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23371
23372         * tls.el (tls-process-connection-type, tls-success)
23373         (tls-certtool-program): Add :version.
23374
23375         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23376         (starttls-extra-arguments, starttls-process-connection-type)
23377         (starttls-connect, starttls-failure, starttls-success): Add :version.
23378
23379         * spam-stat.el (spam-stat): Add :version.
23380
23381         * sieve.el (sieve): Add :version.
23382
23383         * sha1.el (sha1): Add :version.
23384         (sha1-use-external): Remove redundant version.
23385
23386         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23387         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23388         (nnmail-split-fancy-match-partial-words)
23389         (nnmail-split-lowercase-expanded): Add :version.
23390
23391         * nndiary.el (nndiary): Add :version.
23392
23393         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23394
23395         * mml-sec.el (mml-default-sign-method)
23396         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23397         Add :version.
23398
23399         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23400
23401         * mm-url.el (mm-url-use-external, mm-url-program)
23402         (mm-url-arguments): Add :version.
23403
23404         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23405         (mm-attachment-file-modes, mm-decrypt-option)
23406         (mm-w3m-safe-url-regexp): Add :version.
23407
23408         * message.el (message-cite-prefix-regexp)
23409         (message-sendmail-envelope-from, message-minibuffer-local-map)
23410         (message-user-fqdn, message-completion-alist): Add :version.
23411
23412         * gnus-win.el (gnus-configure-windows-hook)
23413         (gnus-use-frames-on-any-display): Add :version.
23414
23415         * gnus-art.el (gnus-article-address-banner-alist)
23416         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23417         (gnus-treat-from-picon, gnus-treat-mail-picon)
23418         (gnus-treat-x-pgp-sig): Add :version.
23419
23420         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23421         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23422         (gnus-summary-article-delete-hook)
23423         (gnus-summary-display-while-building): Add :version.
23424
23425         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23426         (gnus-get-top-new-news-hook): Add :version.
23427
23428         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23429         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23430
23431         * gnus-registry.el (gnus-registry): Add :version.
23432
23433         * gnus-spec.el (gnus-use-correct-string-widths)
23434         (gnus-make-format-preserve-properties): Add :version.
23435
23436         * gnus.el (gnus-group-charter-alist)
23437         (gnus-group-fetch-control-use-browse-url)
23438         (gnus-install-group-spam-parameters): Add :version.
23439
23440         * gnus-diary.el (gnus-diary): Add :version.
23441
23442         * gnus-delay.el (gnus-delay): Add :version.
23443
23444         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23445         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23446         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23447         Add :version.
23448
23449         * gnus-agent.el (gnus-agent-max-fetch-size)
23450         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23451         (gnus-agent-prompt-send-queue): Add :version.
23452
23453         * deuglify.el (gnus-outlook-deuglify): Add :version.
23454
23455         * html2text.el: Beautify code.  Improve doc strings.
23456         Some checkdoc cleanup.
23457         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23458
23459 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23460
23461         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23462
23463 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23464
23465         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23466         when package is loaded.
23467
23468         * spam.el (spam-summary-score-preferred-header): Add global preference
23469         for people who want to override the default SpamAssassin over
23470         Bogofilter preference (when both are set).
23471         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23472         (spam-user-format-function-S):
23473         Check spam-summary-score-preferred-header.
23474         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23475         (spam-user-format-function-S): Format the score correctly.
23476
23477 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23478
23479         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23480         signature file.  Suggested by Manoj Srivastava
23481         <srivasta@golden-gryphon.com>.
23482
23483         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23484         iso-2022-jp even in the Japanese language environment.
23485         Suggested by Jason Rumney <jasonr@gnu.org>.
23486
23487 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23488
23489         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23490         use the same characters as the dummy marks; make it free from
23491         getting affected by the language environment.
23492         (gnus-summary-read-group-1): Update mark positions only when the
23493         format spec is updated.
23494
23495         * gnus-spec.el (gnus-update-format-specifications): Return a list
23496         of updated types.
23497
23498 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23501         of boundp to check if display-warning is available.
23502
23503 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23504
23505         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23506
23507 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23508
23509         * nnspool.el (nnspool-spool-directory): Use news-path if the
23510         news-directory variable is not bound.
23511
23512         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23513         function instead of display-warning if it is not available.
23514
23515 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23516
23517         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23518         v5-10: Use `point-at-bol'.
23519
23520 2004-10-26  Simon Josefsson  <jas@extundo.com>
23521
23522         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23523         <chenggao@gmail.com>.
23524
23525 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23526
23527         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23528         instead.
23529
23530 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23531
23532         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23533         to remove a server from the nnimap-server-buffer-alist.
23534         (nnimap-open-connection, nnimap-close-server): Use it.
23535
23536         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23537
23538 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23539
23540         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23541         running the major-mode function.
23542
23543 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23544
23545         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23546         dummy marks in the right way.
23547
23548 2004-10-18  David Edmondson  <dme@dme.org>
23549
23550         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23551         excessively.
23552
23553 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23554
23555         * gnus-util.el (gnus-split-references): Accept a nil references
23556         string and go on blissfully.
23557
23558         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23559         cases where the references string is non-nil but has no references.
23560
23561         * encrypt.el: Add autoload tags.
23562
23563         * spam.el (spam-resolve-registrations-routine): Remove article
23564         from unregistration list too.  Reported by David Hanak
23565         <dhanak@isis.vanderbilt.edu>
23566
23567 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23568
23569         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23570         nil.  Change custom type.
23571
23572 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23573
23574         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23575
23576         * gnus-sum.el (gnus-summary-move-article): Use it.
23577
23578 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23579
23580         * encrypt.el: Add autoload cookies.
23581
23582         * spam.el (spam-backend-article-list-property)
23583         (spam-backend-get-article-todo-list)
23584         (spam-backend-put-article-todo-list)
23585         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23586         Resolve registrations separately.
23587         (spam-register-routine): Format comments.
23588         (spam-unregister-routine, spam-register-routine): Always call with
23589         specific-articles, no default list.
23590         (spam-summary-prepare-exit): Use the spam-classifications function.
23591
23592         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23593         gnus-encrypt.el.
23594
23595         * encrypt.el: Copied from gnus-encrypt.el.
23596
23597         * gnus-encrypt.el: Commented that it's obsolete.
23598
23599 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23600
23601         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23602         (gnus-score-save): Use it.
23603
23604         * message.el (message-bury): Use `window-dedicated-p'.
23605
23606 2004-10-15  Simon Josefsson  <jas@extundo.com>
23607
23608         * pop3.el (top-level): Don't require nnheader.
23609         (pop3-read-timeout): Add.
23610         (pop3-accept-process-output): Add.
23611         (pop3-read-response, pop3-retr): Use it.
23612
23613 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23614
23615         * spam.el (spam-register-routine): Move comment.
23616         (spam-verify-bogofilter): Use 'unknown for the initial
23617         spam-bogofilter-valid state, not 'never.
23618
23619         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23620         for netrc-machine.
23621
23622         * nnimap.el (nnimap-open-connection):
23623         Use netrc-machine-user-or-password.
23624
23625 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23626
23627         * gnus-registry.el (gnus-registry-unload-hook):
23628         Set as a variable with add-hook.
23629
23630         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23631         of news-path.
23632
23633         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23634
23635         * spam.el: Delete duplicate `provide'.
23636         (spam-unload-hook): Set as a variable with add-hook.
23637
23638 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23639
23640         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23641         in the doc string.
23642
23643         * message.el (message-ignored-news-headers)
23644         (message-ignored-supersedes-headers)
23645         (message-ignored-resent-headers)
23646         (message-forward-ignored-headers): Improve custom type.
23647
23648 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23649
23650         * message.el (message-tokenize-header): Fix 2004-09-06 change
23651         which used point-min in the wrong place.
23652
23653 2004-10-12  Simon Josefsson  <jas@extundo.com>
23654
23655         * tls.el (tls-certtool-program): New variable.
23656         (tls-certificate-information): New function, based on
23657         ssl-certificate-information.
23658
23659 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23660
23661         * compface.el: Move the version of ELisp-based uncompface program
23662         to the contrib directory because of the copyright problem.
23663
23664 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23665
23666         * message.el (message-kill-buffer): Raise the current frame.
23667
23668 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23669
23670         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23671
23672         * gnus.el (message-y-or-n-p): Autoload.
23673
23674         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23675         (pop3-password-required, pop3-authentication-scheme)
23676         (pop3-leave-mail-on-server): Make customizable.
23677         (pop3): New custom group.
23678         (pop3-retr): Remove `sleep-for' statements.
23679         Suggested by Dave Love <fx@gnu.org>.
23680
23681         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23682         Windows/DOS.
23683
23684         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23685         (imap-parse-body): Fix incorrect use of `assert'.
23686         Suggested by Dave Love <fx@gnu.org>.
23687
23688         * mml.el (mml-minibuffer-read-disposition): Require match.
23689         Suggested by Dave Love <fx@gnu.org>.
23690
23691 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23692
23693         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23694         doc string.
23695
23696 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23699
23700 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23701
23702         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23703         instead of calling `mm-insert-inline', to decode text/* parts
23704         before displaying them.
23705
23706 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23707
23708         * mm-uu.el (mm-uu-text-plain-type): New variable.
23709         (mm-uu-pgp-signed-extract-1): Use it.
23710         (mm-uu-pgp-encrypted-extract-1): Use it.
23711         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23712         bind mm-uu-text-plain-type with that value.
23713         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23714         mm-uu-dissect.
23715
23716 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23717
23718         * gnus-group.el (gnus-update-group-mark-positions):
23719         * gnus-sum.el (gnus-update-summary-mark-positions):
23720         * message.el (message-check-news-body-syntax):
23721         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23722         of string-as-multibyte.
23723
23724 2004-10-05  Juri Linkov  <juri@jurta.org>
23725
23726         * gnus-group.el (gnus-update-group-mark-positions):
23727         * gnus-sum.el (gnus-update-summary-mark-positions):
23728         * message.el (message-check-news-body-syntax):
23729         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23730         8-bit unibyte values to a multibyte string for search functions.
23731
23732 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23733
23734         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23735         (mm-uu-dissect-text-parts): New function.
23736
23737         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23738         dissect text parts.
23739
23740         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23741         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23742
23743         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23744
23745         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23746         Use gnus-current-topics instead of gnus-current-topic.
23747
23748 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23749
23750         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23751
23752 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23753
23754         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23755         where appropriate.
23756
23757         * nnml.el (nnml-generate-active-info): do.
23758
23759         * nndiary.el (nndiary-generate-active-info): do.
23760
23761         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23762         (gnus-topic-move): do.
23763
23764         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23765         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23766
23767         * gnus-srvr.el (gnus-server-prepare)
23768         (gnus-server-open-all-servers): do.
23769
23770         * gnus-msg.el (gnus-summary-cancel-article)
23771         (gnus-summary-resend-message)
23772         (gnus-summary-mail-crosspost-complaint): do.
23773
23774         * gnus-move.el (gnus-change-server): do.
23775
23776         * gnus-group.el (gnus-group-unmark-all-groups)
23777         (gnus-group-set-current-level): do.
23778
23779 2004-10-04  Simon Josefsson  <jas@extundo.com>
23780
23781         * message.el (message-generate-hashcash): Doc fix.
23782
23783 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23784
23785         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23786         avoid infinite recursion via gnus-get-function.
23787
23788 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23789
23790         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23791
23792         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23793
23794         * nnmail.el (nnmail-split-history): do.
23795
23796         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23797         (nnml-request-delete-group): do.
23798
23799         * nnslashdot.el (nnslashdot-read-groups): do.
23800
23801         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23802         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23803
23804         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23805         (nnspool-sift-nov-with-sed): Use last.
23806         (nnspool-retrieve-headers-with-nov): Use mapc.
23807         (nnspool-request-newgroups): Use dolist.
23808         (nnspool-request-group): Use last.
23809
23810         * nntp.el (nntp-read-server-type): Use dolist.
23811
23812         * nnvirtual.el (nnvirtual-create-mapping)
23813         (nnvirtual-update-read-and-marked): Use dolist.
23814         (nnvirtual-convert-headers): Simplify.
23815
23816 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23817
23818         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23819         Add support for sync'ing tick marks.
23820
23821 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23822
23823         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23824         there's no visible header.
23825
23826 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23827
23828         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23829         When necessary, pass full group name to gnus-request-set-marks.
23830
23831 2004-10-01  Simon Josefsson  <jas@extundo.com>
23832
23833         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23834         acroread.
23835
23836 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23837
23838         * spam-report.el (spam-report-gmane): Fix interactive.
23839
23840         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23841
23842         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23843         when writing file.
23844         (gnus-agent-synchronize-flags): Don't default to being
23845         interactive.
23846
23847 2004-09-30  Simon Josefsson  <jas@extundo.com>
23848
23849         * message.el (message-generate-hashcash): Add.
23850         (message-send-mail): Use it, call mail-add-payment.
23851
23852 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23853
23854         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23855
23856 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23857
23858         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23859         gnus-requst-update-info with explicit code to sync the in-memory
23860         info read flags with the marks being sync'd to the backend.
23861
23862         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23863
23864 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23865
23866         * spam.el (spam-verify-bogofilter): Add new function.
23867         (spam-check-bogofilter)
23868         (spam-bogofilter-register-with-bogofilter): Use it.
23869         (spam-verify-bogofilter): Add small fixes.
23870
23871 2004-09-28  Simon Josefsson  <jas@extundo.com>
23872
23873         * hashcash.el (hashcash-generate-payment): Revert.
23874
23875 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23876
23877         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23878         Use gnus-extract-references instead of gnus-split-references.
23879
23880         * gnus-util.el (gnus-extract-references): Add new function, analogous
23881         to gnus-split-references but extracts only the message-ID without
23882         anything extra.
23883
23884         * hashcash.el (hashcash-generate-payment)
23885         (hashcash-check-payment): Do the right thing if hashcash-path is
23886         nil (because the hashcash program could not be found).
23887
23888         * spam.el (spam-use-hashcash): Remove comment.
23889
23890 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23891
23892         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23893         (gnus-cache-enter-article, gnus-cache-remove-article)
23894         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23895
23896         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23897
23898         * gnus-art.el (article-hide-boring-headers)
23899         (article-translate-strings, article-display-face)
23900         (gnus-article-mime-match-handle-first)
23901         (gnus-article-highlight-headers)
23902         (gnus-article-add-buttons-to-head): do.
23903
23904 2004-09-27  Simon Josefsson  <jas@extundo.com>
23905
23906         * hashcash.el: New version, from
23907         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23908         ../contrib/.
23909
23910 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23911
23912         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23913
23914 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23915
23916         * gnus-dup.el (gnus-dup-open): Use mapc.
23917         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23918
23919         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23920         Reported by Stefan Wiens <s.wi@gmx.net>.
23921
23922         * gnus.el (gnus-shutdown): Use dolist.
23923
23924         * gnus-undo.el (gnus-undo): Use mapc.
23925
23926         * nnrss.el (nnrss-generate-active): do.
23927
23928         * message.el (message-cite-original-without-signature)
23929         (message-cite-original): Use mapc.
23930         (message-do-actions, message-make-forward-subject): Use dolist.
23931
23932 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23933
23934         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23935         deletion to remove entire duplicate line.  Fixes merged article
23936         number bug.
23937
23938 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23939
23940         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23941         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23942         first ask if you want to open a server and then, even when you
23943         responded with no, asking if you want to synchronize the server's
23944         flags.
23945         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23946         multi-line expressions.
23947         (gnus-agent-synchronize-group-flags): New internal function.
23948         Updates marks in memory (in the info structure) AND in the
23949         backend.
23950
23951         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23952
23953         * nnagent.el (nnagent-request-set-mark):
23954         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23955         method, to ensure that synchronization updates marks in the
23956         backend and in the info (in memory) structure.
23957
23958 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23959
23960         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23961         convention fully; don't miss the root article of a thread; make
23962         the X-Draft-From header with correct article numbers.
23963
23964 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23965
23966         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23967         unless plugged.  Disable the agent so that an open failure causes
23968         an error.
23969
23970         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23971         Revert 2004-09-21 change.  The backend must be opened while
23972         synchronizing flags even when the backend stores the flags
23973         locally.
23974
23975 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23976
23977         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23978         in `header' match.  Reported by Svend Tollak Munkejord.
23979
23980         * message.el (message-cite-original): Fix use of
23981         `message-cite-articles-with-x-no-archive'.
23982
23983 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23984
23985         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23986         (gnus-window-to-buffer): Ditto.
23987
23988         * mml.el (mml-preview-buffer): New variable.
23989         (mml-preview): Manage window layout with gnus-buffer-configuration.
23990
23991         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23992         X-Draft-From header even if those articles aren't quoted.
23993
23994 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23995
23996         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23997         (gnus-request-set-mark, gnus-request-update-mark): Use new
23998         g-s-t-u-l-m to decide to use backend even when unplugged.
23999
24000 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24001
24002         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24003         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24004
24005 2004-09-20  Simon Josefsson  <jas@extundo.com>
24006
24007         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24008         "utf-16-le".
24009
24010 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24011
24012         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24013
24014 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24015
24016         * uudecode.el (uudecode-use-external): Add :version.
24017
24018         * smime.el (smime-CA-file, smime-encrypt-cipher)
24019         (smime-dns-server): Add :version.
24020
24021         * smiley.el (gnus-smiley-file-types): Add :version.
24022
24023         * sha1.el (sha1-use-external): Add :version.
24024
24025         * pgg-def.el (pgg-query-keyserver): Add :version.
24026
24027         * nnmail.el (nnmail-fancy-expiry-targets)
24028         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24029         Add :version.
24030
24031         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24032         (nnimap-retrieve-groups-asynchronous): Add :version.
24033         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24034
24035         * mml.el (mml-content-disposition-parameters)
24036         (mml-insert-mime-headers-always): Add :version.
24037
24038         * mm-util.el (mm-coding-system-priorities): Add :version.
24039
24040         * mm-decode.el (mm-inline-text-html-with-images)
24041         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24042         (mm-verify-option): Add :version.
24043         (mm-text-html-renderer): Change :version.
24044
24045         * message.el (message-fcc-externalize-attachments)
24046         (message-required-headers, message-draft-headers)
24047         (message-subject-trailing-was-query)
24048         (message-subject-trailing-was-ask-regexp)
24049         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24050         (message-mark-insert-end, message-archive-header)
24051         (message-archive-note, message-cross-post-default)
24052         (message-cross-post-note, message-followup-to-note)
24053         (message-cross-post-note-function, message-use-mail-followup-to)
24054         (message-subscribed-address-functions)
24055         (message-subscribed-address-file, message-subscribed-addresses)
24056         (message-subscribed-regexps, message-allow-no-recipients)
24057         (message-yank-cited-prefix, message-signature-insert-empty-line)
24058         (message-hidden-headers, message-hierarchical-addresses)
24059         (message-mail-user-agent, message-use-idna)
24060         (message-valid-fqdn-regexp)
24061         (message-strip-special-text-properties, message-header-synonyms)
24062         (message-beginning-of-line, message-tab-body-function): Add :version.
24063         (message-insert-canlock, message-wide-reply-confirm-recipients):
24064         Change :version.
24065
24066         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24067         and :version.
24068         (mail-source-delete-old-incoming-confirm)
24069         (mail-source-movemail-program): Add :version.
24070
24071         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24072         (gnus-agent-cache, gnus-agent): Change :version.
24073
24074         * gnus-util.el (gnus-use-byte-compile): Change :version.
24075
24076         * gnus-sum.el (gnus-summary-make-false-root-always)
24077         (gnus-summary-default-high-score)
24078         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24079         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24080         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24081         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24082         (gnus-sum-thread-tree-single-indent)
24083         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24084         (gnus-sum-thread-tree-leaf-with-other)
24085         (gnus-sum-thread-tree-single-leaf): Add :version.
24086         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24087         (gnus-article-loose-mime): Change :version.
24088
24089         * gnus-start.el (gnus-backup-startup-file)
24090         (gnus-save-startup-file-via-temp-buffer): Add :version.
24091
24092         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24093         (gnus-server-offline-face): Add :version.
24094
24095         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24096
24097         * gnus-msg.el (gnus-gcc-externalize-attachments)
24098         (gnus-debug-files, gnus-debug-exclude-variables)
24099         (gnus-discouraged-post-methods): Change :version.
24100         (gnus-confirm-mail-reply-to-news)
24101         (gnus-confirm-treat-mail-like-news): Add :version.
24102
24103         * gnus-int.el (gnus-server-unopen-status): Add :version.
24104
24105         * gnus-group.el (gnus-group-jump-to-group-prompt)
24106         (gnus-large-ephemeral-newsgroup)
24107         (gnus-fetch-old-ephemeral-headers): Add :version.
24108
24109         * gnus-fun.el (gnus-x-face-directory)
24110         (gnus-convert-pbm-to-x-face-command)
24111         (gnus-convert-image-to-x-face-command)
24112         (gnus-convert-image-to-face-command): Add :version.
24113
24114         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24115
24116         * gnus-cite.el (gnus-cite-blank-line-after-header)
24117         (gnus-article-boring-faces): Add :version.
24118
24119         * gnus-art.el (gnus-buttonized-mime-types)
24120         (gnus-inhibit-mime-unbuttonizing)
24121         (gnus-treat-display-face)
24122         (gnus-treat-body-boundary): Change :version.
24123         (gnus-body-boundary-delimiter, gnus-picon-databases)
24124         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24125         (gnus-treat-date-english, gnus-treat-fold-headers)
24126         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24127         (gnus-treat-mail-picon, gnus-treat-wash-html)
24128         (gnus-article-encrypt-protocol)
24129         (gnus-use-idna, gnus-article-over-scroll)
24130         (gnus-mime-display-multipart-alternative-as-mixed)
24131         (gnus-mime-display-multipart-related-as-mixed)
24132         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24133         (gnus-ctan-url, gnus-button-ctan-handler)
24134         (gnus-button-handle-ctan-bogus-regexp)
24135         (gnus-button-ctan-directory-regexp)
24136         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24137         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24138         (gnus-button-man-level, gnus-button-emacs-level)
24139         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24140
24141         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24142         (gnus-agent-go-online): Change :version.
24143         (gnus-agent-expire-unagentized-dirs)
24144         (gnus-agent-auto-agentize-methods): Add :version.
24145
24146         * flow-fill.el (fill-flowed-display-column)
24147         (fill-flowed-encode-column): Add :version.
24148
24149         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24150         (gnus-outlook-deuglify-unwrap-max)
24151         (gnus-outlook-deuglify-cite-marks)
24152         (gnus-outlook-deuglify-unwrap-stop-chars)
24153         (gnus-outlook-deuglify-no-wrap-chars)
24154         (gnus-outlook-deuglify-attrib-cut-regexp)
24155         (gnus-outlook-deuglify-attrib-verb-regexp)
24156         (gnus-outlook-deuglify-attrib-end-regexp)
24157         (gnus-outlook-display-hook): Add :version.
24158
24159         * binhex.el (binhex-use-external): Add :version.
24160
24161 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24162
24163         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24164         and `invisible'.
24165
24166 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24167
24168         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24169         in gnus-registry-trim.
24170
24171 2004-09-13  Simon Josefsson  <jas@extundo.com>
24172
24173         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24174
24175         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24176
24177         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24178         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24179         <yamaoka@jpl.org>.
24180         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24181         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24182         <yamaoka@jpl.org>.
24183
24184         * sieve.el (sieve-manage-mode): Ditto.
24185
24186 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24187
24188         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24189
24190 2004-09-11  Simon Josefsson  <jas@extundo.com>
24191
24192         * dns-mode.el: Add.
24193
24194         * mm-view.el (mm-display-dns-inline): Add.
24195
24196         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24197         (mm-automatic-display): Ditto.
24198
24199         * mailcap.el (mailcap-mime-data): Add text/dns.
24200         (mailcap-mime-extensions): Map .soa to text/dns.
24201
24202 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24203
24204         * gnus-art.el (article-decode-mime-words, article-babel)
24205         (gnus-article-highlight-signature, gnus-article-add-buttons)
24206         (gnus-signature-toggle): Remove unnecessary bindings of
24207         `inhibit-read-only' inherited from v5.10 merge.
24208
24209 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24210
24211         * nntp.el (nntp): New customization group.
24212         (nntp-authinfo-file): Add customization group.
24213
24214         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24215
24216         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24217
24218         * gnus.el (to-address, to-list, subscribed)
24219         (large-newsgroup-initial): Ditto.
24220
24221         * flow-fill.el (fill-flowed-display-column)
24222         (fill-flowed-encode-column): Ditto.
24223
24224 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24225
24226         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24227         Use point-min rather than 1.
24228         (message-send-mail): Use buffer-size rather than point-max.
24229
24230         * gnus-sum.el (gnus-summary-search-article-forward):
24231         Signal a specific `search-failed' rather than a generic `error'.
24232
24233         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24234         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24235         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24236
24237 2004-09-10  Simon Josefsson  <jas@extundo.com>
24238
24239         * nndb.el (require): Remove tcp and duplicate cl.
24240
24241 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24242
24243         * gnus-agent.el (directory-files-and-attributes): Move forward.
24244
24245 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24246
24247         * gnus-agent.el (directory-files-and-attributes):
24248         Optionally defined to support XEmacs.
24249
24250 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24251
24252         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24253         to avoid run-time CL dependencies.
24254         (gnus-agent-unfetch-articles): New function.
24255         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24256         article numbers even when local .overview file is missing.
24257         (gnus-agent-read-article-number): New function.  Only accepts
24258         27-bit article numbers.
24259         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24260         Use gnus-agent-read-article-number.
24261         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24262         from backend while recognizing that article numbers in .overview
24263         must be valid.
24264         (gnus-agent-update-files-total-fetched-for):
24265         Use directory-files-and-attributes to improve performance.
24266         * gnus-int.el (gnus-request-move-article):
24267         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24268         improve performance.
24269
24270         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24271         some users confused by references to .newsrc when they only have a
24272         .newsrc.eld file.
24273         (gnus-convert-mark-converter-prompt)
24274         (gnus-convert-converter-needs-prompt): Fix use of property list.
24275         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24276         New function.  Used internally to only display 'gnus converting
24277         files' message when actually necessary.
24278
24279         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24280         methods now autoloaded.
24281
24282 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24283
24284         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24285         identifiers.
24286
24287 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24288
24289         * gnus-picon.el: Fix indentation and closing parenthesis.
24290
24291 2004-09-01  Simon Josefsson  <jas@extundo.com>
24292
24293         * message.el (message-canlock-generate): Require sha1, not
24294         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24295         to require within a function.  Sadly, if sha1.el isn't loaded, the
24296         let binding in m-c-g will hide the defcustom definition, which is
24297         bad.)
24298
24299         * canlock.el: Require sha1, not sha1-el.
24300
24301         * message.el: Don't autoload sha1 (there is a autoload cookie in
24302         sha1.el).
24303
24304         * sha1-el.el: Rename to sha1.el.
24305
24306 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24307
24308         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24309
24310 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24311
24312         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24313
24314 2004-08-30  Kim F. Storm  <storm@cua.dk>
24315
24316         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24317
24318         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24319         Add :group 'nnimap.
24320
24321 2004-08-30  Andreas Schwab  <schwab@suse.de>
24322
24323         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24324         ?* and ?\;.
24325
24326         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24327         and ?\' to symbol instead of whitespace.
24328
24329 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24330
24331         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24332
24333         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24334         instead of re-search-forward.
24335
24336         * gnus-uu.el (gnus-uu-save-article): Ditto.
24337         (gnus-uu-post-encode-uuencode): Ditto.
24338
24339         * html2text.el (html2text-clean-list-items): Ditto.
24340         (html2text-clean-dtdd): Ditto.
24341         (html2text-format-tags): Ditto.
24342
24343         * message.el (message-send-mail-with-sendmail): Fix regexp.
24344         (message-fill-field-general): Use search-forward instead of
24345         re-search-forward.
24346         (unbold-region): Ditto.
24347
24348         * nnrss.el (nnrss-request-article): Ditto.
24349
24350         * nnslashdot.el (nnslashdot-request-article): Ditto.
24351
24352         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24353
24354         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24355         "Unrecognized menu descriptor" error in XEmacs.
24356
24357 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24358
24359         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24360         parent article of a sparse article in the thread hashtb.
24361
24362 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24363
24364         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24365         (nnmail-expand-newtext): Lowercase expanded entries if
24366         nnmail-split-lowercase-expanded is non-nil.
24367
24368 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24369
24370         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24371
24372         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24373         of gnus-tmp-news-method into string under XEmacs.  It will be
24374         passed to gnus-correct-length which takes only a string argument.
24375
24376 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24377
24378         * gnus-util.el (gnus-bind-print-variables): New macro.
24379         (gnus-prin1): Use it.
24380         (gnus-prin1-to-string): Use it.
24381         (gnus-pp): New function.
24382         (gnus-pp-to-string): New function.
24383
24384         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24385         Replace pp-to-string with gnus-pp-to-string.
24386         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24387         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24388         * gnus-msg.el (gnus-debug): Ditto.
24389         * gnus-score.el (gnus-score-save): Ditto.
24390         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24391         gnus-pp-to-string.
24392         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24393         with gnus-pp.
24394         * score-mode.el (gnus-score-pretty-print): Ditto.
24395         * webmail.el (webmail-debug): Ditto.
24396
24397 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24398
24399         * gnus-art.el (article-display-face, article-display-x-face):
24400         Use buffer-read-only.
24401
24402 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24403
24404         * gnus-art.el (article-hide-list-identifiers):
24405         Bind inhibit-read-only as t.
24406
24407 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24408
24409         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24410
24411 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24412
24413         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24414         (gnus-narrow-to-page): Don't assume point-min == 1.
24415         (gnus-article-edit-mode): Derive from message-mode.
24416
24417         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24418         point-min == 1.
24419
24420         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24421         Disable incorrect use of `assert'.
24422
24423         * message.el (message-mode): Set comment-start-skip.
24424
24425
24426 2004-08-22  Sam Steingold  <sds@gnu.org>
24427
24428         * pop3.el (pop3-leave-mail-on-server): New user variable.
24429         (pop3-movemail): Delete mail only when it is nil.
24430
24431 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24432
24433         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24434
24435         * mml.el (mml-preview): Use `pop-to-buffer'.
24436
24437         * message.el (message-goto-mail-followup-to): Insert after "To".
24438         (message-carefully-insert-headers): Add comment.
24439
24440         * gnus.el: Remove unused variable `gnus-article-check-size'.
24441
24442         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24443
24444         * gnus-art.el (gnus-button-alist):
24445         Improve `gnus-button-handle-library' entry.
24446
24447 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24448
24449         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24450         Use downcase, since XEmacs capitalizes error messages differently.
24451
24452 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24453
24454         * nntp.el: Add (require 'gnus) due to reference to
24455         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24456
24457 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24458
24459         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24460         Bind `mm-fill-flowed'.
24461
24462         * mm-decode.el (mm-dissect-singlepart): Check it.
24463
24464 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24465
24466         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24467         'imap' for netrc parsing.
24468
24469 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24470
24471         * mailcap.el (mailcap-mime-data): Mark as risky.
24472
24473 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24474
24475         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24476         may be included in the encoded word.
24477         (rfc2047-encode): Don't append a space if the encoded word
24478         includes close parenthesis.
24479
24480 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24481
24482         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24483         of text within parentheses.
24484
24485 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24486
24487         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24488         (gnus-encrypt-write-file-contents): Make the password key the file
24489         name PLUS the cipher, not just the cipher.  Also remove failed
24490         passwords from the cache.
24491
24492 2004-08-06  Simon Josefsson  <jas@extundo.com>
24493
24494         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24495         Doc fix.
24496
24497 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24498
24499         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24500         LWSP.
24501
24502 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24503
24504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24505         Try to append in-reply-to: data to the references: header.
24506
24507         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24508         (netrc-parse): Use gnus-encrypt.el functions.
24509
24510         * gnus-encrypt.el: Add new file for encryption support; currently
24511         does only a few GPG ciphers and an internal XOR cipher.
24512
24513         * password.el: Add comments on using password-read-and-add.
24514         (password-read-and-add): Add function to read and add the
24515         password to the cache at once.
24516
24517 2004-07-28  Simon Josefsson  <jas@extundo.com>
24518
24519         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24520         parameter (but don't use it, for now).
24521
24522         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24523         instead of hard coding to nil.
24524
24525 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24526
24527         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24528         as mm-inline-image-xemacs does.
24529
24530 2004-07-26  Simon Josefsson  <jas@extundo.com>
24531
24532         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24533         Revert part of 2004-07-17 change below.
24534
24535 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24536
24537         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24538         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24539
24540 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24541
24542         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24543         quotes that actually start with ">" at the beginning of the
24544         lines.
24545
24546 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24547
24548         * rfc2047.el (rfc2047-encode-region): Fix last change.
24549         (rfc2047-encode-parameter): Remove useless concat.
24550
24551 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24552
24553         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24554         encode special characters; fix some kind of misconfigured headers;
24555         signal a real error if debug-on-quit or debug-on-error is non-nil.
24556         (rfc2047-encode-max-chars): New variable.
24557         (rfc2047-encode-1): Use it.
24558         (rfc2047-encode-parameter): New function.
24559
24560         * mml.el (mml-insert-parameter): Remove an excessive space.
24561
24562 2004-07-17  Simon Josefsson  <jas@extundo.com>
24563
24564         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24565         Kai Grossjohann <kai@emptydomain.de>.
24566         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24567         (gnus-group-make-menu-bar): Ditto.
24568
24569         * gnus-util.el (gnus-group-server): Add.
24570
24571 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24572
24573         * message.el (message-clone-locals): Clone sendmail and smtp
24574         variables.
24575
24576 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24577
24578         * rfc2047.el (rfc2047-encode-region): Fix last change.
24579
24580 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24581
24582         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24583         characters as non-special.
24584
24585 2004-07-09  Simon Josefsson  <jas@extundo.com>
24586
24587         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24588         Users will lose all flag changes made while unplugged with
24589         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24590         good default.  See numerous reports on ding mailing list.
24591
24592 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24593
24594         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24595         add generate-head-function and generate-article-function to the
24596         rfc822-forward entry.
24597         (nndoc-rfc822-forward-generate-article): New function.
24598         (nndoc-rfc822-forward-generate-head): New function.
24599
24600         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24601
24602 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24603
24604         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24605         respect display group parameter and gnus-summary-expunge-below.
24606         (gnus-articles-to-read): Remove unused reference to display group
24607         parameter.
24608
24609 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24610
24611         * nnheader.el (nnheader-uniquify-message-id): New experimental
24612         variable.
24613         (nnheader-nov-read-message-id): Use it.
24614
24615         * spam-report.el (spam-report-gmane): Add interactive.
24616
24617 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * mm-encode.el (mm-content-transfer-encoding-defaults):
24620         Use qp-or-base64 for the application/* types.
24621
24622 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24623
24624         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24625
24626 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24627
24628         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24629         trim value.
24630
24631 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24632
24633         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24634         New macro and function.
24635         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24636
24637 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24638
24639         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24640         after-load-alist.
24641
24642 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24643
24644         * gnus-group.el (gnus-group-get-new-news-this-group):
24645         Don't update info that isn't there.
24646
24647 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24648
24649         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24650         entry.
24651
24652 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24653
24654         * mm-view.el (mm-inline-render-with-function): Use multibyte
24655         buffer; decode html source by charset.
24656
24657         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24658
24659         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24660         Mule-UCS is loaded under XEmacs.
24661         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24662
24663 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24664
24665         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24666
24667 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24668
24669         * mm-util.el (mm-coding-system-p): Return a coding-system.
24670         (mm-mime-mule-charset-alist): Use shift_jis instead of
24671         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24672         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24673         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24674         instead of japanese-shift-jis and iso-latin-1 respectively in
24675         order to share the default value with both Emacs and XEmacs-mule.
24676         (mm-mule-charset-to-mime-charset):
24677         Make mm-coding-system-priorities effective.
24678         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24679         while predicating of candidates upon the priorities.
24680
24681 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24682
24683         * gnus-sum.el (gnus-summary-make-menu-bar):
24684         Add gnus-uu-invert-processable.
24685
24686         * gnus.el: Autoload gnus-uu-invert-processable.
24687
24688 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24689
24690         * mm-util.el (mm-with-multibyte-buffer): New macro.
24691
24692         * rfc2047.el (rfc2047-encode-string): Use it.
24693         (rfc2047-encode-region): Move point to the end of the region after
24694         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24695
24696 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24697
24698         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24699         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24700
24701 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24702
24703         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24704         (gnus-cite-parse): Ignore quoted envelope From_.
24705         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24706
24707 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24708
24709         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24710         invalid addresses.
24711
24712 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24713
24714         * spam.el: Change section markers, revise TODO list.
24715         (spam-backends): Make new master list of all installed backends.
24716         (spam-summary-exit-behavior): Add new variable to determine how
24717         messages moves are done at summary exit.
24718         (spam-move-spam-nonspam-groups-only)
24719         (spam-process-ham-in-nonham-groups)
24720         (spam-process-ham-in-spam-groups): Remove variables, the
24721         spam-summary-exit-behavior variable should be used to manage this
24722         behavior.
24723         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24724         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24725         and spam-old-spam-articles.
24726         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24727         Add empty variables, placeholders for the backends they represent.
24728         (spam-set-difference): Move, unchanged.
24729         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24730         unless the user has a processor variable.
24731         (spam-classifications, spam-classification-valid-p)
24732         (spam-backend-properties, spam-backend-property-valid-p)
24733         (spam-backend-function-type-valid-p)
24734         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24735         (spam-report-articles-gmane, spam-report-articles-resend):
24736         Remove functions, they are not needed.
24737         (spam-install-backend-super, spam-backend-list)
24738         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24739         (spam-backend-function, spam-backend-ham-registration-function)
24740         (spam-backend-spam-registration-function)
24741         (spam-backend-ham-unregistration-function)
24742         (spam-backend-spam-unregistration-function)
24743         (spam-backend-statistical-p, spam-backend-mover-p)
24744         (spam-install-backend-alias, spam-install-checkonly-backend)
24745         (spam-install-mover-backend, spam-install-nocheck-backend)
24746         (spam-install-backend, spam-install-statistical-backend)
24747         (spam-install-statistical-checkonly-backend): Add backend installation
24748         support.
24749         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24750         (spam-group-processor-p): Use the new backend code and respect the
24751         summary exit behavior.
24752         (spam-mark-spam-as-expired-and-move-routine): Remove.
24753         (spam-summary-prepare): Change to use the new spam-old-articles
24754         variable.
24755         (spam-copy-or-move-routine, spam-copy-spam-routine)
24756         (spam-move-spam-routine, spam-copy-ham-routine)
24757         (spam-move-ham-routine): Add code to copy/move ham or spam.
24758         (spam-fetch-field-fast): Improve doc and code, plus allow the
24759         'number request.
24760         (spam-list-of-checks, spam-list-of-statistical-checks):
24761         Remove variables.
24762         (spam-split, spam-find-spam): Use the new backend code.
24763         (spam-registration-functions): Remove variable.
24764         (spam-unregister-routine): Add convenience wrapper.
24765         (spam-log-undo-registration, spam-register-routine)
24766         (spam-log-processing-to-registry)
24767         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24768         where possible.
24769         (spam-check-gmane-xref, spam-check-regex-headers)
24770         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24771         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24772         (spam-check-bogofilter-headers, spam-check-spamoracle)
24773         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24774         (spam-check-crm114-headers): Use the spam-split-group that
24775         spam-split prepares, no need to determine it every time.
24776
24777         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24778         to the nnheader-parse-naked-head call.
24779
24780         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24781
24782         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24783         the nnheader-nov-read-message-id call.
24784
24785 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24786
24787         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24788         gnus-activate-group twice.  Suggested by Markus Peter
24789         <warp@spin.de>.
24790
24791 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24792
24793         * gnus-art.el (gnus-article-time-format): Exchange the order of
24794         day and month in the default value; fix customization type.
24795         (article-date-ut): Use add-text-properties.
24796         (article-make-date-line): Use message-make-date instead of
24797         current-time-string.
24798
24799         * message.el (message-fetch-field): Don't use set-text-properties.
24800         (message-make-date): Simplify.
24801
24802         * messagexmas.el (message-xmas-make-date): New function.
24803         (message-xmas-redefine): Defalias message-make-date to it.
24804
24805 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24808         (rfc2047-encode-region): Treat text within parentheses as special;
24809         show the original text when error has occurred.
24810
24811         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24812         already-computed method to gnus-activate-group.
24813
24814         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24815         same select-methods identical Lisp objects.
24816
24817         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24818         object when modifying the info.
24819
24820 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24821
24822         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24823         gnus-opened-servers since it has never been opened with the new
24824         configuration yet.
24825
24826 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24827
24828         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24829         arg to nnheader-generate-fake-message-id.
24830
24831 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24832
24833         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24834         number and build a fake message ID localized to a group and
24835         article number (so it's repeatable from that point on).
24836         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24837         ID format.
24838
24839         * gnus-sum.el (gnus-get-newsgroup-headers):
24840         Call nnheader-generate-fake-message-id with the article number.
24841
24842 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24843
24844         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24845         end-of-buffer.
24846
24847 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24848
24849         * message.el (message-ignored-supersedes-headers): Add Approved.
24850
24851 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24852
24853         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24854         goto-char.
24855         (rfc2047-encode): Fold the line before encoding.
24856
24857 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24858
24859         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24860         folding -- not all headers can be folded, and this should be done
24861         by the message composition mode.  Probably.  I think.
24862
24863 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24864
24865         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24866         fast.
24867
24868         * gnus-ems.el (gnus-remove-image): Don't use
24869         message-text-with-property; remove only the image found first.
24870
24871         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24872         found first.
24873
24874 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24875
24876         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24877
24878 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24879
24880         * message.el (message-text-with-property): Make it fast and accept
24881         optional arguments.
24882         (message-strip-forbidden-properties): Use it.
24883         (message-fix-before-sending): Follow the m-t-w-p change.
24884
24885         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24886
24887 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24888
24889         * gnus-art.el (article-hide-headers): Don't change the buffer
24890         mistakenly when performing mml-preview even if
24891         gnus-single-article-buffer is nil.
24892
24893 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24894
24895         * message.el (message-expand-name-databases): New user option.
24896         (message-expand-name): Use it.
24897
24898 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24899
24900         * spam.el (spam-report-articles-resend)
24901         (spam-report-resend-register-routine): Allow ham reporting.
24902         (spam-report-resend-register-ham-routine): Add wrapper.
24903         (spam-registration-functions): Add ham resending functions.
24904         (spam-list-of-processors): Add ham resend processor.
24905
24906         * gnus.el (ham-resend-to): Add new group parameter.
24907         (spam-process): Add ham resend option.
24908
24909         * spam-report.el (spam-report-resend): Allow reporting ham.
24910         (spam-report-resend-ham): Add wrapper.
24911
24912 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24913
24914         * message.el (message-cite-articles-with-x-no-archive):
24915         New variable.
24916         (message-cite-original): Use it.
24917
24918 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24919
24920         * message.el (message-cite-original): Respect X-No-Archive.
24921
24922 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24923
24924         * gnus-art.el (article-hide-headers): Refer to the values for
24925         gnus-ignored-headers and gnus-visible-headers in the summary
24926         buffer since a user may have set them as group parameters.
24927
24928 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24929
24930         * assistant.el (assistant-node-name): Add convenience function.
24931         (assistant-render-text, assistant-render-node): Add error handling,
24932         plus handle multiple next nodes.
24933         (assistant-find-next-node): Comment out for now.
24934         (assistant-find-next-nodes): Add function, returns list of next
24935         nodes.
24936
24937 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24938
24939         * mail-source.el (mail-source-directory): Fix doc-string.
24940
24941 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24942
24943         * assistant.el (assistant-render-text, assistant-eval): Add :set
24944         widget type, which is different because it takes and returns a
24945         list.  Much hilarity ensues.
24946
24947 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24948
24949         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24950
24951         * gnus-group.el (gnus-group-get-new-news-this-group):
24952         Add doc-string.
24953
24954         * gnus-start.el (gnus-activate-group): Add doc-string.
24955
24956 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24957
24958         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24959
24960 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24961
24962         * assistant.el (assistant-render-text): Try to add a :set
24963         widget, more to come.
24964
24965         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24966         strings.
24967         (spam-report-articles-resend)
24968         (spam-register-routine): Do registration iff any articles warrant
24969         it.
24970         (spam-summary-prepare-exit): Change log message for nil group
24971         destinations.
24972
24973 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24974
24975         * spam.el (spam-report-resend-register-routine):
24976         Allow spam-report-resend-to to be a group parameter or a global value.
24977
24978 2004-05-26  Simon Josefsson  <jas@extundo.com>
24979
24980         * starttls.el: Merge with my GNUTLS based starttls.el.
24981         (starttls-gnutls-program, starttls-use-gnutls)
24982         (starttls-extra-arguments, starttls-process-connection-type)
24983         (starttls-connect, starttls-failure, starttls-success):
24984         New variables.
24985         (starttls-program, starttls-extra-args): Doc fix.
24986         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24987         New functions.
24988         (starttls-negotiate, starttls-open-stream):
24989         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24990         function if it is set.
24991
24992 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24993
24994         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24995         structured fields.
24996
24997 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24998
24999         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25000
25001 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25002
25003         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25004         Add variable.
25005         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25006         assigning the spam-mark to new messages.
25007
25008 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25009
25010         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25011
25012 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25013
25014         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25015
25016         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25017         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25018         default.
25019
25020 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25021
25022         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25023         correct data.
25024
25025 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25026
25027         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25028         (spam-group-processor-p): Fix function.
25029         (spam-group-processor-multiple-p)
25030         (spam-group-spam-processor-report-gmane-p)
25031         (spam-group-spam-processor-report-resend-p)
25032         (spam-group-spam-processor-bogofilter-p)
25033         (spam-group-spam-processor-blacklist-p)
25034         (spam-group-spam-processor-ifile-p)
25035         (spam-group-ham-processor-ifile-p)
25036         (spam-group-spam-processor-spamoracle-p)
25037         (spam-group-spam-processor-crm114-p)
25038         (spam-group-ham-processor-bogofilter-p)
25039         (spam-group-spam-processor-stat-p)
25040         (spam-group-ham-processor-stat-p)
25041         (spam-group-ham-processor-whitelist-p)
25042         (spam-group-ham-processor-BBDB-p)
25043         (spam-group-ham-processor-spamoracle-p)
25044         (spam-group-ham-processor-copy-p): Remove functions with some
25045         prejudice against unneeded code.
25046         (spam-report-articles-resend)
25047         (spam-report-resend-register-routine): Allow the group/topic
25048         spam-resend-to value to override spam-report-resend-to.
25049         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25050         properly now.
25051
25052         * gnus.el (spam-resend-to): Add group/topic parameter.
25053         (spam-process): Move the OBSOLETE processors to the end of the
25054         choices.
25055
25056 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25057
25058         * spam-report.el (spam-report-resend-to, spam-report-resend):
25059         Start with resend-to set to nil, and then ask the user if necessary.
25060         (spam-report-resend): spam-report-resend takes a list of articles, not
25061         separate article numbers.
25062
25063 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25064
25065         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25066         addition to emacs-w3m.
25067
25068 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25069
25070         * assistant.el (assistant-authinfo-data): New function.
25071         (assistant-eval): Eval for entire assistant.
25072
25073         * netrc.el (netrc-services-file): New variable.
25074         (netrc-parse-services): New function.
25075         (netrc-find-service-name): New function.
25076         (netrc-find-service-number): New function.
25077         (netrc-port-equal): New function.
25078         (netrc-machine): Use it.
25079
25080         * nnimap.el (nnimap-open-connection): Use netrc.
25081
25082         * gnus-util.el (gnus-netrc-get): Remove aliases.
25083
25084         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25085
25086         * assistant.el (wid-edit): Fix compilation.
25087
25088         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25089
25090 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25091
25092         * gnus-util.el (gnus-set-file-modes): New function.  (small
25093         patch).
25094
25095 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25096
25097         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25098
25099         * assistant.el (assistant-render-node): Fix up rendering and
25100         read-only text.
25101         (assistant-render-node): Reset.
25102         (assistant-make-read-only): Not sticky.
25103
25104 2004-05-20  Danny Siu  <dsiu@adobe.com>
25105
25106         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25107         centered even when gnus-auto-center-summary is t.
25108
25109 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25110
25111         * dns.el (dns-get-txt-answer): New function.
25112         (dns-read-txt): Ditto.
25113         (query-dns): Use it.
25114
25115 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25116
25117         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25118         active for foreign groups even if the group level is higher than
25119         the specified value.
25120
25121 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25122
25123         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25124         non-active groups.
25125
25126         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25127
25128 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25129
25130         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25131
25132 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25133
25134         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25135         (spam-crm114-header, spam-crm114-spam-switch)
25136         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25137         (spam-crm114-positive-spam-header)
25138         (spam-crm114-database-directory, spam-list-of-processors)
25139         (spam-group-spam-processor-crm114-p)
25140         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25141         (spam-generic-score, spam-list-of-checks)
25142         (spam-list-of-statistical-checks, spam-registration-functions)
25143         (spam-check-crm114-headers, spam-crm114-score)
25144         (spam-check-crm114, spam-crm114-register-with-crm114)
25145         (spam-crm114-register-spam-routine)
25146         (spam-crm114-unregister-spam-routine)
25147         (spam-crm114-register-ham-routine)
25148         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25149
25150 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25151
25152         * gnus.el: Add spam-use-crm114.
25153
25154         * spam.el (spam-list-of-processors, spam-registration-functions):
25155         Add spam-use-resend.
25156         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25157         (spam-report-articles-gmane): Add doc fix.
25158         (spam-report-articles-resend, spam-report-resend-register-routine):
25159         Add wrappers around spam-report-resend-to.
25160
25161         * spam-report.el (spam-report-resend-to, spam-report-resend):
25162         Add support for resending spam.
25163         (spam-report-gmane): Fix line length >80.
25164
25165         * gnus.el (spam-process): Add spam-use-resend.
25166
25167 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25168
25169         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25170         number of processed spam messages.
25171         (spam-ham-copy-or-move-routine): Return the number of processed
25172         ham messages.
25173         (spam-summary-prepare-exit): Use the above values to decide
25174         whether status messages shouled be displayed.
25175
25176 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25177
25178         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25179         `rfc2047-encoding-function-alist' in order to avoid conflicting
25180         with the old version.
25181         (rfc2047-encode-region): Concatenate words containing non-ASCII
25182         characters in structured fields; don't encode space-delimited
25183         ASCII words even in unstructured fields; don't break words at
25184         char-category boundaries.
25185         (rfc2047-encode-1): New function.
25186         (rfc2047-encode): Use it; encode text so that it occupies the
25187         maximum width within 76-column; work correctly on Q encoding for
25188         iso-2022-* charsets.
25189         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25190         sure not to break a line just after the header name.
25191         (rfc2047-b-encode-region): Remove.
25192         (rfc2047-b-encode-string): New function.
25193         (rfc2047-q-encode-region): Remove.
25194         (rfc2047-q-encode-string): New function.
25195
25196         * mm-util.el (mm-replace-in-string): New function.
25197
25198 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25199
25200         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25201         Really get it right.
25202         (gnus-inews-make-draft): Really.
25203
25204 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25205
25206         * nnmh.el (nnmh-request-list-1): Don't check the link count
25207         before descending.  (small patch)
25208
25209 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25210
25211         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25212         stuff.
25213
25214         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25215         Match on real group name.
25216
25217         * gnus-art.el (gnus-signature-limit): Doc fix.
25218
25219         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25220
25221         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25222
25223 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25224
25225         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25226         isn't a string.
25227
25228 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25229
25230         * gnus-draft.el (gnus-draft-send):
25231         Bind rfc2047-encode-encoded-words.
25232
25233         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25234         (rfc2047-encodable-p): Say that =? needs encoding.
25235         (rfc2047-encode-encoded-words): New variable.
25236
25237         * gnus-group.el (gnus-group-select-group): Doc fix.
25238
25239         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25240
25241         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25242         to nil.
25243
25244         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25245
25246         * nnheader.el (nnheader-get-lines-and-char): New function.
25247
25248 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25249
25250         * gnus-msg.el (gnus-summary-followup-with-original):
25251         Document yanking of region when active.
25252
25253 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25254
25255         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25256         groups if the group level is higher than the specified value.
25257
25258 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25259
25260         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25261         (gnus-group-jump-to-group): Add prefix argument using
25262         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25263         non-active group.
25264
25265         * compface.el (uncompface): Be verbose when changing
25266         `uncompface-use-external'.
25267
25268         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25269         handle manual section.
25270
25271 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25272
25273         * gnus-art.el (gnus-button-alist): Revert previous change.
25274
25275 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25276
25277         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25278
25279 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25280
25281         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25282         whether backend can accept message.
25283
25284         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25285
25286 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25287
25288         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25289         Avoid creating directory when nntp-marks-is-evil is true.
25290         Reported by Reiner Steib.
25291
25292 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25293
25294         * gnus-picon.el (gnus-picon-insert-glyph):
25295         Add optional `nostring' argument.
25296
25297 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25298
25299         * gnus-picon.el (gnus-picon-style): New variable.
25300         (gnus-picon-transform-address): Support `gnus-picon-style'.
25301
25302 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25303
25304         * message.el (message-fill-field): Return point.
25305         (message-generate-headers): Go to end of field.
25306
25307         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25308         stuff for non-living groups.
25309
25310 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25311
25312         * gnus-art.el (gnus-article-followup-with-original)
25313         (gnus-article-reply-with-original): gnus-mark-active-p ->
25314         gnus-region-active-p.
25315
25316 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25317
25318         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25319         only when there is spam or ham to be processed.
25320
25321 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25322
25323         * mail-source.el (mail-source-delete-crash-box): Refactor.
25324         (mail-source-fetch): Use it.
25325         (mail-source-fetch-file): Ditto.
25326         (mail-source-fetch-directory): Run postscript in loop.
25327         (mail-source-fetch-pop): Delete.
25328         (mail-source-fetch-maildir): Ditto.
25329         (mail-source-fetch-imap): Ditto.
25330
25331         * imap.el (imap-authenticators): Comment out sasl.
25332
25333         * message.el (message-skip-to-next-address): New function.
25334         (message-fill-header-address): Refactor.
25335         (message-fill-address): Use it.
25336         (message-delete-address): Use it.
25337         (message-fill-header-general): Refactor.
25338         (message-fill-field-address): Rename.
25339         (message-narrow-to-field): Find the start of the header.
25340         (message-header-format-alist): Don't pre-fill.
25341         (message-fill-header): Remove.
25342         (message-insert-header): New function.
25343         (message-shorten-references): Use it.
25344
25345         * rfc2047.el (rfc2047-field-value): Strip props.
25346
25347         * mail-parse.el (mail-header-make-address): New alias.
25348
25349         * ietf-drums.el (ietf-drums-make-address): New function.
25350
25351         * imap.el: Add compiler directives.
25352
25353         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25354
25355         * gnus-art.el (article-decode-idna-rhs): Don't use
25356         message-idna-inside-rhs-p.
25357
25358 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25359
25360         * message.el (message-idna-inside-rhs-p): Remove.
25361         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25362
25363         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25364         false positives.
25365
25366 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25367
25368         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25369
25370 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25371
25372         * nneething.el (nneething-file-name): Don't create spurious
25373         files.
25374
25375         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25376         (gnus-inews-do-gcc): Remove sleep.
25377
25378         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25379         part under point.
25380
25381         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25382         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25383
25384 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25385
25386         * spam.el (spam-summary-prepare-exit): Fix (length).
25387
25388 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25389
25390         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25391         as expired without moving it" message when there are spam
25392         messages left.
25393
25394 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25395
25396         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25397         header is not nil.
25398
25399 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25400
25401         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25402         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25403         (nntp-marks-changed-p): New arg SERVER.
25404         (nntp-request-update-info): Adjust caller.
25405
25406 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25407
25408         * nntp.el (nntp-save-marks): Pass missing arg.
25409
25410 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25411
25412         * nntp.el: Support marks.
25413         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25414         (nntp-marks-modtime, nntp-marks-directory): New variables.
25415         (nntp-request-set-mark, nntp-request-update-info)
25416         (nntp-possibly-create-directory, nntp-marks-changed-p)
25417         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25418         New functions.
25419
25420 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25421
25422         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25423         (gnus-xmas-redefine): Rename.
25424
25425         * gnus-score.el (gnus-score-insert-help):
25426         Use gnus-select-lowest-window.
25427
25428         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25429         appt-select-lowest-window and rename to gnus-select-lowest-window.
25430
25431         * gnus.el: do.
25432
25433 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25434
25435         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25436         encodings of MIME-encoded words, in order to improve
25437         interoperability with several broken MUAs.
25438
25439 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25440
25441         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25442         tags, only when charsets are not specified in headers.
25443         (mm-inline-text-html-render-with-w3m): Ditto.
25444
25445         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25446         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25447
25448 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25449
25450         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25451         instead of MIME-decoded from fields when checking
25452         `gnus-article-address-banner-alist'.
25453
25454 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25455
25456         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25457         description rather than subject.
25458
25459 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25460
25461         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25462
25463 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25464
25465         * gnus.el (gnus-version-number): Bump.
25466
25467 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25468
25469         * gnus.el: No Gnus v0.2 is released.
25470
25471 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25472
25473         * gnus-agent.el (gnus-agent-read-agentview):
25474         Inline gnus-uncompress-range.
25475
25476 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25477
25478         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25479         `exec-installed-p'.
25480
25481 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25482
25483         * gnus.el (spam-process, spam-autodetect-methods):
25484         Add bsfilter and bsfilter-headers.
25485
25486         * spam.el (spam-bsfilter): New customize group.
25487         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25488         (spam-bsfilter-header, spam-bsfilter-probability-header)
25489         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25490         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25491         (spam-bsfilter-database-directory): New options.
25492         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25493         (spam-list-of-statistical-checks, spam-registration-functions):
25494         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25495         (spam-bsfilter-score): New command.
25496         (spam-check-bsfilter-headers, spam-check-bsfilter)
25497         (spam-bsfilter-register-with-bsfilter)
25498         (spam-bsfilter-register-spam-routine)
25499         (spam-bsfilter-unregister-spam-routine)
25500         (spam-bsfilter-register-ham-routine)
25501         (spam-bsfilter-unregister-ham-routine): New functions.
25502         (spam-generic-score): Support bsfilter; Accept an optional argument
25503         to recalcurate spam score even if scoring header has already been
25504         added.
25505         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25506         optional argument to recalcurate spam score even if scoring header
25507         has already been added.
25508
25509 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25510
25511         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25512         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25513         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25514         link is missing.
25515
25516 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25517
25518         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25519         (html2text-get-attr): Rewrite.
25520
25521         * message.el (message-setup-1): Remove redundant put-text-property
25522         on mail-header-separator.
25523
25524 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25525
25526         * gnus-registry.el (gnus-registry-cache-whitespace)
25527         (gnus-registry-action, gnus-registry-spool-action)
25528         (gnus-registry-split-fancy-with-parent): Change message levels
25529         from 5 to 3 or 7, as needed.
25530
25531         * spam.el (spam-summary-prepare-exit)
25532         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25533         (spam-split, spam-find-spam, spam-log-undo-registration)
25534         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25535         level from 5 to 6.
25536
25537 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25538
25539         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25540         2004-03-04 change).
25541
25542 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25543
25544         * sieve-manage.el (sieve-manage-open):
25545         * nnweb.el (nnweb-insert-html):
25546         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25547         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25548         * nnspool.el (nnspool-request-group):
25549         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25550         * nnml.el (nnml-request-update-info):
25551         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25552         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25553         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25554         (nnimap-request-set-mark):
25555         * nnfolder.el (nnfolder-request-update-info):
25556         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25557         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25558         * gnus-uu.el (gnus-uu-find-articles-matching):
25559         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25560         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25561         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25562         * gnus-nocem.el (gnus-nocem-scan-groups):
25563         * gnus-int.el (gnus-start-news-server):
25564         * gnus-group.el (gnus-group-make-kiboze-group)
25565         (gnus-group-browse-foreign-server):
25566         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25567         Use mapc when appropriate.
25568
25569 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25570             Adam Sjøgren  <asjo@koldfront.dk>
25571             Wes Hardaker  <wes@hardakers.net>
25572             Michael Shields  <shields@msrl.com>
25573
25574         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25575         may need for spam sorting and scoring.
25576         (spam-user-format-function-S): Add user format function suitable for
25577         general use.
25578         (spam-article-sort-by-spam-status): Add sorting function for summary
25579         sorting.
25580         (spam-extra-header-to-number): Add function to get a score from a
25581         header.
25582         (spam-summary-score): Add function to get a numeric score from the
25583         headers.
25584         (spam-generic-score): Fix function doc, was in wrong place.
25585         (spam-initialize): Take symbols when it's run, and install the
25586         extra headers that spam-necessary-extra-headers thinks we need.
25587
25588 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25589
25590         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25591         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25592
25593 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25594
25595         * gnus-sum.el (gnus-set-global-variables)
25596         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25597         (gnus-article-get-xrefs, gnus-summary-best-group)
25598         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25599         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25600         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25601         Use with-current-buffer.
25602
25603 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25604
25605         * spam.el (spam-summary-prepare-exit): Simplify logic.
25606         (spam-fetch-article-header): Read the article header if it's not
25607         available.
25608         (spam-list-articles): Simplify logic.
25609         (spam-filelist-register-routine): Fix bug with unregister-list.
25610
25611         * gnus-registry.el: Fix comments at beginning.
25612
25613 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25614
25615         * message.el (message-cater-to-broken-inn): Remove.
25616         (message-shorten-references): Make sure the total folded length of
25617         References is shorter than 998 characters to cater to a bug in INN
25618         2.3.  Also, don't pretend that references aren't folded -- this
25619         hasn't worked for a while.
25620
25621 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25622
25623         * gnus-agent.el (gnus-agentize):
25624         gnus-agent-send-mail-real-function no longer set to current value
25625         of message-send-mail-function but rather a lambda that calls
25626         message-send-mail-function.  The change makes the agent real-time
25627         responsive to user changes to message-send-mail-function.
25628
25629 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25630
25631         * legacy-gnus-agent.el
25632         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25633         help from Florian Weimer <fw@deneb.enyo.de>
25634
25635 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25636
25637         * nnmail.el (nnmail-cache-insert): Revert last change.
25638
25639 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25640
25641         * nnmail.el (nnmail-cache-insert): Always check whether
25642         nnmail-cache-ignore-groups matches a group name.
25643
25644 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25645
25646         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25647         (spam-find-spam, spam-log-processing-to-registry)
25648         (spam-log-registered-p, spam-log-unregistration-needed-p)
25649         (spam-log-undo-registration): Use gnus-message instead of
25650         gnus-error, none of these errors are fatal.
25651
25652         * gnus-registry.el (gnus-registry-clean-empty-function)
25653         (gnus-registry-clean-empty): Remove only empty entries without
25654         extra data.
25655
25656 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25657
25658         * spam-stat.el (spam-stat-buffer-change-to-spam)
25659         (spam-stat-buffer-change-to-non-spam): Change (error) to
25660         (gnus-message 8) invocation.
25661
25662 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25663
25664         * nntp.el (nntp-via-netcat-command): New variable.
25665         (nntp-via-netcat-switches): New variable.
25666         (nntp-open-via-rlogin-and-netcat): New function.
25667         (nntp-open-connection-function): Doc fix.
25668         (nntp-telnet-command): Doc fix.
25669         (nntp-end-of-line): Doc fix.
25670         (nntp-via-rlogin-command): Doc fix.
25671         (nntp-via-user-name): Doc fix.
25672         (nntp-via-address): Doc fix.
25673
25674 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25675
25676         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25677         error in Emacs 21.1.
25678
25679 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25680
25681         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25682
25683 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25684
25685         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25686         (gnus-agent-with-refreshed-group): New macro.
25687         (gnus-agent-rename-group): New function.
25688         (gnus-agent-delete-group): New function.
25689         (gnus-agent-save-group-info): Use gnus-command-method when
25690         `method' parameter is nil.  Don't write nil entries into the
25691         active file.
25692         (gnus-agent-get-group-info): New function.
25693         (gnus-agent-fetch-articles):
25694         Use gnus-agent-update-files-total-fetched-for to increment disk space
25695         used.
25696         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25697         Use gnus-agent-update-view-total-fetched-for to increment disk space
25698         used.
25699         (gnus-agent-get-local): Add optional parameters to avoid calling
25700         gnus-group-real-name and gnus-find-method-for-group.
25701         (gnus-agent-set-local): Delete stored entry if either min, or max,
25702         are nil.
25703         (gnus-agent-fetch-session): Reworded error/quit messages.
25704         On quit, use gnus-agent-regenerate-group to record existance of any
25705         articles fetched to disk before the quit occurred.
25706         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25707         gnus-agent-update-view-total-fetched-for, and
25708         gnus-agent-update-files-total-fetched-for to decrement disk space
25709         used.
25710         (gnus-agent-retrieve-headers):
25711         Use gnus-agent-update-view-total-fetched-for to increment disk space
25712         used.
25713         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25714         with gnus-agent-update-files-total-fetched-for to decrement disk
25715         space and fresh group buffer.
25716         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25717         (gnus-agent-need-update-total-fetched-for): New variable.
25718         (gnus-agent-update-files-total-fetched-for): New function.
25719         (gnus-agent-update-view-total-fetched-for): New function.
25720         (gnus-agent-total-fetched-for): New function.
25721
25722         * gnus-cache.el (gnus-cache-save-buffers):
25723         Use gnus-cache-update-overview-total-fetched-for to change disk space
25724         used by this group.
25725         (gnus-cache-possibly-enter-article):
25726         Use gnus-cache-update-file-total-fetched-for to increment disk space
25727         used by this group.
25728         (gnus-cache-possibly-remove-article):
25729         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25730         used by this group.
25731         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25732         (gnus-cache-rename-group): New function.
25733         (gnus-cache-delete-group): New function.
25734         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25735         (gnus-cache-need-update-total-fetched-for): New variable.
25736         (gnus-cache-with-refreshed-group): New macro.
25737         (gnus-cache-update-file-total-fetched-for): New function.
25738         (gnus-cache-update-overview-total-fetched-for): New function.
25739         (gnus-cache-rename-group-total-fetched-for): New function.
25740         (gnus-cache-delete-group-total-fetched-for): New function.
25741         (gnus-cache-total-fetched-for): New function.
25742
25743         * gnus-group.el: Require gnus-sum and autoload functions to
25744         resolve warnings when gnus-group.el compiled alone.
25745         (gnus-group-line-format): Documented new %F.
25746         (size of Fetched data) group line format; identifies disk space
25747         used by agent and cache.
25748         (gnus-group-line-format-alist): Defined new F format.
25749         (gnus-total-fetched-for): New function.
25750         (gnus-group-delete-group): No longer update
25751         gnus-cache-active-altered as gnus-request-delete-group now keeps
25752         the cache in sync.
25753         (gnus-group-list-active): Let the agent store a server's active
25754         list if currently plugged.
25755
25756         * gnus-int.el (gnus-request-delete-group):
25757         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25758         local disk in sync with the server.
25759         (gnus-request-rename-group):
25760         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25761         local disk in sync with the server.
25762
25763         * gnus-start.el (gnus-get-unread-articles):
25764         Cosmetic simplification to logic.
25765
25766         * gnus-util.el (gnus-rename-file): New function.
25767
25768 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25769
25770         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25771
25772 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25773
25774         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25775         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25776
25777 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25778
25779         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25780         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25781
25782 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25783
25784         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25785
25786 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25787
25788         * spam.el (spam-set-difference): Add function to replace
25789         gnus-set-difference in spam.el.
25790         (spam-summary-prepare-exit): Use spam-set-difference.
25791
25792 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25793
25794         * gnus-registry.el (gnus-registry-cache-file): Update to use
25795         gnus-dribble-directory OR gnus-home-directory OR ~.
25796         (gnus-registry-split-fancy-with-parent): Fix doc.
25797
25798 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25799
25800         * message.el (message-exchange-point-and-mark):
25801         Use message-mark-active-p.  Suggested by Jesper Harder
25802         <harder@ifa.au.dk>.
25803
25804 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25805
25806         * message.el (message-exchange-point-and-mark): Don't activate
25807         region if it was inactive.  Suggested by Hiroshi Fujishima
25808         <pooh@nature.tsukuba.ac.jp>.
25809
25810 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25811
25812         * gnus-art.el (article-display-face): Display Faces in the same
25813         order as X-Faces.
25814
25815 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25816
25817         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25818
25819 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25820
25821         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25822         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25823         (gnus-article-mime-hierarchy): Remove.
25824         (gnus-article-mime-hierarchy-next): Remove.
25825         (gnus-article-mode): Revert 2004-03-19 change.
25826         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25827         (gnus-insert-mime-button): Revert 2004-03-19 change.
25828         (gnus-mime-accumulate-hierarchy): Remove.
25829         (gnus-mime-enter-multipart): Remove.
25830         (gnus-mime-leave-multipart): Remove.
25831         (gnus-mime-display-part): Revert 2004-03-19 change.
25832         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25833
25834         * mml.el (mml-preview): Revert 2004-03-19 change.
25835
25836 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25837
25838         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25839
25840 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25841
25842         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25843         t while entering a file name using the mm-with-multibyte macro.
25844         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25845
25846         * mm-util.el (mm-with-multibyte): New macro.
25847
25848 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25849
25850         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25851         New user option.
25852         (gnus-mime-multipart-functions): Doc and customization fix.
25853         (gnus-article-mime-hierarchy): New variable.
25854         (gnus-article-mime-hierarchy-next): New variable.
25855         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25856         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25857         gnus-article-mime-hierarchy-next to nil.
25858         (gnus-insert-mime-button): Show hierarchy numbers.
25859         (gnus-mime-accumulate-hierarchy): New function.
25860         (gnus-mime-enter-multipart): New function.
25861         (gnus-mime-leave-multipart): New function.
25862         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25863         (gnus-mime-display-alternative): Show hierarchy numbers.
25864
25865         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25866         gnus-article-mime-hierarchy-next to nil.
25867
25868 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25869
25870         * dns.el: Don't require gnus-xmas.
25871
25872 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25873
25874         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25875         inline PGP.
25876         (mml-menu): Disable mml-quote-region if mark is inactive.
25877
25878 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25879
25880         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25881         when the group's active is not available.
25882
25883 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25884
25885         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25886         error.
25887
25888 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25889
25890         * imap.el (imap-store-password): New variable.
25891         (imap-interactive-login): Use it.
25892         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25893
25894 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25895
25896         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25897         window-start and hscroll to summary window.
25898
25899 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25900
25901         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25902         conversion message to newsrc-dribble when an actual conversion is
25903         performed.
25904
25905 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25906
25907         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25908
25909 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25910
25911         * mm-decode.el (mm-complicated-handles): New function reviving
25912         former definition of mm-multiple-handles.
25913
25914         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25915         (gnus-mime-delete-part): Use it.
25916
25917 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25918
25919         * gnus-agent.el (gnus-agent-read-local):
25920         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25921         avoid the implicit assumption that they will always be equal.
25922         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25923         coding-system-for-write, as the with-temp-file macro first prints
25924         to a buffer then saves the buffer.
25925
25926 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25927
25928         * gnus-art.el (gnus-article-edit-part): New function.
25929         (gnus-mime-save-part-and-strip): Use it; do query instead of
25930         signaling an error; don't use mm-multiple-handles.
25931         (gnus-mime-delete-part): Ditto.
25932
25933 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25934
25935         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25936         old file versions.
25937         (gnus-group-prepare-hook): Remove function that converted list
25938         form of gnus-agent-expire-days to group properties.
25939
25940         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25941         (gnus-request-accept-article): Re-indented.
25942
25943         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25944         converters to handle old agent file formats.  Add logic for a
25945         "backup before upgrading warning".
25946         (gnus-convert-mark-converter-prompt): Developers can mark
25947         functions as needing (default), or not needing,
25948         gnus-convert-old-newsrc's "backup before upgrading warning".
25949         (gnus-convert-converter-needs-prompt): Tests whether the user
25950         should be protected from potentially irreversable changes by the
25951         function.
25952
25953         * legacy-gnus-agent.el: New.  Provides converters that are only
25954         loaded when gnus-convert-old-newsrc needs to call them.
25955
25956 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25957
25958         * mail-source.el (mail-source-touch-pop): Doc fix.
25959
25960         * message.el (message-smtpmail-send-it): Doc fix.
25961
25962 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25963
25964         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25965
25966         * nnmail.el (nnmail-split-fancy): do.
25967
25968         * gnus-kill.el (gnus-kill, gnus-execute): do.
25969
25970 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25971
25972         * gnus-sum.el (gnus-widget-reversible-match)
25973         (gnus-widget-reversible-to-internal)
25974         (gnus-widget-reversible-to-external): New functions.
25975         (gnus-widget-reversible): New widget.
25976         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25977
25978 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25979
25980         * gnus-sum.el (gnus-thread-sort-functions)
25981         (gnus-article-sort-functions): Document `(not F)' items.
25982
25983 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25984
25985         * spam.el (spam-use-gmane-xref): Add new backend.
25986         (spam-gmane-xref-spam-group): Add variable to control the name of the
25987         Gmane spam group.
25988         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25989         (spam-regex-headers-spam, spam-regex-headers-ham)
25990         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25991         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25992         backends and checks.
25993         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25994
25995         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25996         an autodetect method.
25997
25998 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25999
26000         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26001         articles are being added to a group.
26002         (gnus-request-replace-article): Inform the agent that articles
26003         need to be uncached as the cached contents are no longer valid.
26004
26005 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26006
26007         * binhex.el: Don't autoload executable-find.
26008
26009         * canlock.el: Don't autoload mail-fetch-field.
26010
26011         * dgnushack.el: Autoload c-mode for XEmacs.
26012
26013         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26014
26015         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26016         rmail-dont-reply-to and rmail-output.
26017
26018         * gnus-score.el: Don't autoload ffap-string-at-point.
26019
26020         * gnus-setup.el: Don't autoload sc-cite-original.
26021
26022         * imap.el: Don't autoload base64-decode-string,
26023         base64-encode-string and md5.
26024
26025         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26026         and rmail-msg-restore-non-pruned-header.
26027
26028         * mm-decode.el: Don't autoload executable-find.
26029
26030         * mm-url.el: Don't autoload executable-find.
26031
26032         * mm-view.el: Don't autoload diff-mode.
26033
26034         * nndb.el: Don't autoload news-reply-mode, news-setup,
26035         cancel-timer and telnet.
26036
26037         * password.el: Don't autoload run-at-time for Emacs.
26038
26039         * sha1-el.el: Don't autoload executable-find.
26040
26041         * sieve-mode.el: Don't autoload c-mode.
26042
26043         * uudecode.el: Don't autoload executable-find.
26044
26045 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26046
26047         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26048         (gnus-agent-possibly-alter-active): Avoid null in numeric
26049         comparison.
26050         (gnus-agent-set-local): Refuse to save null in local object table.
26051         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26052         list of articles that will be marked as unread.
26053
26054 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26055
26056         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26057
26058 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26059
26060         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26061         language tags.
26062
26063 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26064
26065         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26066         Don't bind "obarray".
26067
26068         * gnus-sum.el (gnus-thread-sort-functions):
26069         Add `gnus-thread-sort-by-most-recent-number' and
26070         `gnus-thread-sort-by-most-recent-date'.
26071         Reported by Kai Grossjohann <kai@emptydomain.de>.
26072
26073 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26074
26075         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26076
26077 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26078
26079         * gnus-cus.el (gnus-agent-customize-category):
26080         Remove ignore-errors macro reference that required cl to be loaded at
26081         run-time.
26082
26083         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26084         single-interval range of the form (min . max).  Previously the
26085         range had to look like ((min . max)).  Likewise, return
26086         (min . max) rather than ((min . max)).
26087         (gnus-range-map): Use gnus-range-normalize to accept
26088         single-interval range.
26089
26090         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26091         the cache, but not the agent, now appear with their usual face.
26092
26093         * dgnushack.el (loaddir): New variable that is bound to the
26094         directory containing the dgnushack.el file.  Use loaddir, rather
26095         than srcdir, to update load-path.  Change lets dgnushack compile
26096         code in directories other than GNUS/lisp.
26097
26098 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26099
26100         * lpath.el: Don't bind w3m-safe-url-regexp.
26101
26102         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26103         w3m-safe-url-regexp variable buffer-local.
26104
26105         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26106
26107 2004-02-27  Simon Josefsson  <jas@extundo.com>
26108
26109         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26110         gnus-group-real-prefix.
26111         (gnus-summary-move-article): Use it, instead of
26112         gnus-group-real-prefix.
26113
26114 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26115
26116         * lpath.el: Bind w3m-safe-url-regexp.
26117
26118         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26119         w3m-safe-url-regexp variable buffer-local and set it as the value
26120         of mm-w3m-safe-url-regexp.
26121
26122         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26123
26124         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26125         parsing gnus-posting-styles when the message is not for replying.
26126
26127         * dgnushack.el: Autoload sgml-mode for XEmacs.
26128
26129         * nnrss.el (nnrss-opml-export):
26130         Use mm-set-buffer-file-coding-system instead of
26131         set-buffer-file-coding-system.
26132
26133 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26134
26135         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26136         of checkdoc.el).
26137         * nnrss.el: do.
26138         * gnus-mlspl.el: do.
26139         * gnus-ml.el: do.
26140         * gnus-srvr.el: do.
26141
26142         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26143
26144 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26145
26146         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26147         Corrections to custom-manual links.
26148
26149         * gnus-art.el (gnus-article): Ditto.
26150
26151         * mm-decode.el (mime-display, mime-security): Ditto.
26152
26153 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26154
26155         * flow-fill.el: Typo.
26156
26157 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26158
26159         * spam-wash.el: New file.
26160
26161 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26162
26163         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26164
26165 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26166
26167         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26168         to be run with new-articles as LIST1, not LIST2.
26169         (spam-registration-functions): Add spam-use-ham-copy as a nil
26170         registration backend.
26171
26172 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26173
26174         * spam-stat.el (spam-stat-washing-hook): New option.
26175         (spam-stat-buffer-words): Use it.
26176         (spam-stat-process-directory, spam-stat-test-directory):
26177         Use insert-file-contents-literally.
26178         (spam-stat-coding-system): New variable.
26179         (spam-stat-load, spam-stat-save): Use it.
26180
26181 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26182
26183         * spam-report.el (spam-report-plug-agent):
26184         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26185
26186 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26187
26188         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26189         Allow / in mailto URLs.
26190
26191 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26192
26193         * spam-report.el (spam-report-process-queue): Fix interactive use.
26194         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26195         (spam-report-unplug-agent): Doc fixes.
26196         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26197         (spam-report-agentize, spam-report-deagentize): Autoload.
26198
26199 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26200
26201         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26202
26203         * message.el (message-setup-fill-variables): Add mml tags to
26204         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26205         <ajk@iu.edu>.
26206         (message-mode): Don't modify paragraph-separate there.
26207
26208 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26209
26210         * compface.el (uncompface-use-external): Default to undecided.
26211         (uncompface-use-external-threshold): New variable.
26212         (uncompface-float-time): New macro.
26213         (uncompface): Determine whether to use the external decoder if
26214         uncompface-use-external is undecided.
26215
26216 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26217
26218         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26219         after images.
26220
26221         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26222
26223 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26224
26225         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26226
26227         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26228
26229         * gnus-sum.el (gnus-summary-limit-to-age)
26230         (gnus-summary-limit-children): do.
26231
26232         * gnus-int.el (gnus-request-scan): do.
26233
26234         * gnus-group.el (gnus-group-suspend): do.
26235
26236         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26237
26238         * gnus-cite.el (gnus-cite-parse-attributions): do.
26239
26240         * gnus-agent.el (gnus-summary-set-agent-mark)
26241         (gnus-agent-regenerate-group): do.
26242
26243         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26244
26245         * binhex.el (binhex-decode-region-internal): do.
26246
26247 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26248
26249         * gnus-fun.el (gnus-face-properties-alist): New user option.
26250         (gnus-display-x-face-in-from): Use it.
26251
26252         * gnus-art.el (article-display-face): Ditto.
26253
26254         * compface.el (uncompface-use-external): Default to nil.
26255
26256 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26257
26258         * nntp.el (nntp-erase-buffer): New function.
26259         (nntp-retrieve-data, nntp-send-command)
26260         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26261         (nntp-possibly-change-group): Use it.
26262
26263         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26264         Use with-current-buffer.
26265
26266 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26267
26268         * compface.el: Merge the ELisp-based uncompface program.
26269         (compface): New customization group.
26270         (uncompface-use-external): New user option.
26271         (uncompface): Call uncompface-internal if uncompface-use-external
26272         is nil.
26273         (uncompface-internal): New function.  Note that there are also
26274         some other functions and variables added for this function.
26275
26276 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26277
26278         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26279         if necessary.
26280
26281 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26282
26283         * spam-report.el (spam-report-unplug-agent)
26284         (spam-report-plug-agent, spam-report-deagentize)
26285         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26286         Add support for the Agent in spam-report: when unplugged, report to a
26287         file; when plugged, submit all the requests.
26288
26289         * spam.el (spam-register-routine): Fix message about
26290         registration.
26291
26292 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26293
26294         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26295         dependencies.
26296         (rfc2047-encode): Use it.
26297
26298         * gnus-art.el (gnus-button-marker-list): Move before first
26299         reference.
26300
26301         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26302         (imap-parse-body): Fix format string mismatch.
26303
26304         * gnus-score.el (gnus-summary-increase-score): do.
26305
26306         * nnrss.el (nnrss-close): New function.
26307
26308 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26309
26310         * nnrss.el (nnrss-make-filename): New function.
26311         (nnrss-request-delete-group, nnrss-read-server-data)
26312         (nnrss-save-server-data, nnrss-read-group-data)
26313         (nnrss-save-group-data): Use it.
26314         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26315         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26316         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26317
26318 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26319
26320         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26321
26322 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26323
26324         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26325         files.
26326
26327         * message.el (message-generate-headers-first): Don't quote nil
26328         and t in docstrings.
26329
26330         * imap.el (imap-id): do.
26331
26332         * gnus-agent.el (gnus-agent-consider-all-articles)
26333         (gnus-agent-queue-mail): do.
26334
26335 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26336
26337         * spam-report.el (spam-report-process-queue): New function.
26338         Process requests from `spam-report-requests-file'.
26339         (spam-report-process-queue): Doc fix.
26340
26341 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26342
26343         * spam.el (spam-register-routine)
26344         (spam-log-processing-to-registry, spam-log-registered-p)
26345         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26346         Change "check" to "spam-check" for semi-clarity.
26347
26348 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26349
26350         * pop3.el: Require nnheader.
26351
26352         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26353
26354         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26355
26356         * gnus-picon.el: Require cl.
26357
26358         * gnus-fun.el: Require gnus-ems and gnus-util.
26359
26360         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26361
26362         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26363
26364         * gnus-art.el (gnus-article-edit-mode): Define before first
26365         reference.
26366
26367 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26368
26369         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26370         (gnus-uu-post-encoded): Use point-at-bol.
26371
26372         * gnus-topic.el (gnus-group-active-topic-p): do.
26373
26374         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26375
26376         * gnus-group.el (gnus-group-kill-region): do.
26377
26378         * gnus-art.el (article-date-ut): do.
26379
26380         * message.el (message-fetch-field): Remove redundant
26381         case-fold-search binding.
26382         (message-narrow-to-field): Simplify.
26383
26384 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26385
26386         * spam.el (spam-directory): Derive from `gnus-directory'.
26387
26388         * spam-report.el (spam-report-url-to-file)
26389         (spam-report-requests-file): New function and variable for offline
26390         reporting.
26391         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26392         and user defined function.
26393         (spam-report-url-ping-mm-url): Remove doubled slash.
26394
26395 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26396
26397         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26398
26399 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26400
26401         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26402         Fix format string mismatch.
26403
26404         * sieve.el (sieve-deactivate-all): do.
26405
26406         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26407
26408         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26409
26410         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26411
26412         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26413
26414 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26415
26416         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26417         the list of checks.
26418
26419 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26420
26421         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26422         padding.
26423
26424 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26425
26426         * mm-view.el (mm-fill-flowed): New variable.
26427         (mm-inline-text): Use it.
26428
26429 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26430
26431         * spam.el (spam-spamassassin-register-ham-routine)
26432         (spam-spamassassin-register-spam-routine): Fix function names.
26433
26434 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26435
26436         * gnus.el (gnus-tmp-grouplens): Remove.
26437         (gnus-summary-line-format): Remove grouplens.
26438
26439         * gnus-group.el (gnus-group-line-format): Ditto.
26440
26441         * gnus-spec.el (gnus-format-specs): Ditto.
26442         (gnus-update-format-specifications): Flush the group format spec
26443         cache if there's the grouplens stuff.
26444         (gnus-parse-simple-format): Replace %l with the empty string.
26445
26446 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26447
26448         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26449         omission.
26450
26451 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26452
26453         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26454         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26455
26456 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26457
26458         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26459         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26460         New macros and functions.
26461         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26462         Handle > NLINK_MAX messages.
26463         * nnmaildir.el (nnmaildir-request-set-mark):
26464         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26465
26466 2004-01-25  Alex Schroeder  <alex@gnu.org>
26467
26468         * spam-stat.el (spam-stat-process-directory-age): New option.
26469         (spam-stat-process-directory): Use it.
26470
26471 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26472
26473         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26474         (spam-stat-save): Accept prefix argument.
26475
26476 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26477
26478         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26479         links" error.
26480
26481 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26482
26483         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26484         the rest of the and/or forms.
26485
26486 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26487
26488         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26489         compatibility with old .newsrc.eld files.
26490
26491         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26492
26493         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26494
26495         * gnus-start.el (gnus-1): do.
26496
26497         * gnus-group.el (gnus-group-line-format-alist): do.
26498
26499         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26500
26501         * gnus-gl.el: Remove.
26502
26503 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26504
26505         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26506         marks consisting of a single range {for example, (3 . 5)} rather
26507         than a list of a single range { ((3 . 5)) }.
26508
26509 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26510
26511         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26512         Use with-current-buffer.
26513         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26514         avoid consing a string.
26515
26516         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26517         Remove obsolete entries for big5 and gb2312.
26518
26519 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26520
26521         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26522         uncompressed list.
26523
26524 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26525
26526         * spam-stat.el (spam-stat-strip-xref): New function.
26527         (spam-stat-process-directory): Use it.
26528
26529         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26530         here -- it's done in message-fetch-field.
26531
26532 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26533
26534         * gnus-agent.el (gnus-agent-queue-mail)
26535         (gnus-agent-prompt-send-queue): New variables.
26536         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26537         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26538         "nndraft:queue" along to gnus-draft-send.
26539         Use gnus-agent-prompt-send-queue.
26540         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26541         is "nndraft:queue".  Suggested by Gaute Strokkenes
26542         <gs234@srcf.ucam.org>
26543
26544         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26545         (agent-enable-undownloaded-faces): Add.
26546         (gnus-agent-cat-groups): Use eval-and-compile, not
26547         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26548         method of gnus-agent-cat-groups even when the buffer has been
26549         evaled.
26550         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26551         delete gnus-agent-save-active-1.
26552         (gnus-agent-save-groups): Delete.  Identical to
26553         gnus-agent-save-active.
26554         (gnus-agent-write-active): No longer adjust agent's copy of active
26555         file as agent's adjustments are now stored in their own
26556         file.  Remove optional parameter.
26557         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26558         servers.  Add use of min/max range limits from server's local
26559         file.
26560         (gnus-agent-save-alist): Remove unused optional argument.
26561         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26562         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26563         (gnus-agent-set-local): A per-server file that keeps min/max range
26564         limits for articles known to the agent.  Provides a fast mechanism
26565         for altering many active ranges.
26566         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26567         active file (local makes it unnecessary).
26568         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26569
26570         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26571         (agent-enable-undownloaded-faces): Add.
26572
26573         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26574         disable it when sending to "nndraft:queue".
26575         (gnus-group-send-queue): Add safety check to avoid sending queue
26576         when unplugged.
26577
26578         * gnus-group.el (gnus-group-catchup): Use new
26579         gnus-sequence-of-unread-articles, not
26580         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26581         numbers of articles.  Use gnus-range-map to avoid having to
26582         uncompress the unread list.
26583         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26584         Fix invalid ange-ftp reference.
26585
26586         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26587         (gnus-sorted-range-intersection): Intersection of two ranges
26588         without requiring that they first be uncompressed.
26589
26590         * gnus-start.el (gnus-activate-group): Unless blocked by the
26591         caller, possibly expand the active range to include both cached
26592         and agentized articles.
26593         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26594         multiple version-dependent converters.
26595         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26596         gnus-agent-save-active.
26597         (gnus-save-newsrc-file): Save dirty agent range limits.
26598
26599         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26600         gnus-agent-possibly-alter-active.
26601         (gnus-adjust-marked-articles): Faster handling of simple lists.
26602
26603 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26604
26605         * spam-stat.el (spam-stat-test-directory): New optional argument
26606         displays a list of files detected.  Suggested by Andrew Cohen
26607         <cohen@andy.bu.edu>.
26608         (spam-stat-buffer-words-with-scores): Don't narrow and change
26609         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26610
26611 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26612
26613         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26614         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26615         (spam-spamassassin-arguments)
26616         (spam-spamassassin-spam-flag-header)
26617         (spam-spamassassin-positive-spam-flag-header)
26618         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26619         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26620         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26621         (spam-list-of-processors, spam-list-of-checks)
26622         (spam-list-of-statistical-checks, spam-registration-functions)
26623         (spam-check-spamassassin-headers, spam-check-spamassassin)
26624         (spam-spamassassin-score)
26625         (spam-spamassassin-register-with-sa-learn)
26626         (spam-spamassassin-register-spam-routine)
26627         (spam-spamassassin-register-ham-routine)
26628         (spam-assassin-register-spam-routine)
26629         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26630         (spam-bogofilter-score): Fix to show article before scoring.
26631
26632 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26633
26634         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26635         default scoring function.
26636         (spam-generic-score): Call spam-spamassassin-score if
26637         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26638         spam-bogofilter-score otherwise.
26639
26640         * gnus.el (spam-process, spam-autodetect-methods):
26641         Add spamassassin and spamassassin-headers.
26642
26643 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26644
26645         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26646         Suppress unnecessary messages.
26647
26648 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26649
26650         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26651         make-hash-table.
26652
26653 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26654
26655         * canlock.el (base64-encode-string): Don't autoload it.
26656
26657 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26658
26659         * run-at-time.el: Remove useless (require 'itimer),
26660         eval-and-compile and (featurep 'xemacs).
26661
26662 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26663
26664         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26665         GROUP is a virtual group.
26666
26667 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26668
26669         * gnus.el: Autoload `message-y-or-n-p'.
26670
26671 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26672
26673         * pgg-parse.el: Remove unnecessary (require 'custom).
26674
26675         * pgg-def.el: do.
26676
26677         * nnmail.el: do.
26678
26679         * gnus-undo.el: do.
26680
26681         * gnus-picon.el: do.
26682
26683         * gnus-util.el: do.
26684
26685 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26686
26687         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26688
26689 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26690
26691         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26692         handle, as well as a list.
26693
26694         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26695         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26696         (mm-w3m-cid-retrieve): Simplify.
26697
26698 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26699
26700         * message.el (message-kill-to-signature): Allow prefix arg to
26701         specify number of lines to keep before signature.
26702
26703 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26704
26705         * message.el (message-kill-to-signature): Change docstring.
26706
26707 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26708
26709         * canlock.el: Always require sha1-el.
26710         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26711
26712         * message.el: Autoload sha1 only when compiling.
26713
26714         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26715         eudc-expand-inline for XEmacs.
26716
26717 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26718
26719         * message.el (message-canlock-generate): Require sha1-el.
26720
26721 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26722
26723         * message.el (message-expand-name): Silence the byte compiler.
26724
26725         * lpath.el: Add detect-coding-system.
26726
26727         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26728         cus-edit.
26729
26730 2004-01-13  Simon Josefsson  <jas@extundo.com>
26731
26732         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26733         Invoke gnus-score-mode.
26734         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26735
26736         * gnus-range.el (gnus-compress-sequence): Doc fix.
26737         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26738
26739 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26740
26741         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26742
26743 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26744
26745         * spam.el (spam-get-article-as-string): Update to use
26746         gnus-request-article-this-buffer, much simpler.
26747         (spam-get-article-as-buffer): Remove.
26748
26749 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26750
26751         * message.el (message-expand-name): Use EUDC if the user uses that.
26752
26753 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26754
26755         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26756         character for the encoding to avoid consing a string.
26757
26758         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26759         unnecessarily.
26760
26761         * mm-util.el (mm-replace-chars-in-string): Remove.
26762
26763         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26764         of mm-replace-chars-in-string.
26765
26766 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26767
26768         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26769
26770         * mm-util.el (mm-subst-char-in-string): Support inplace.
26771
26772         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26773         a new string in every iteration.  Use shy groups.
26774
26775 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26776
26777         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26778         * gnus-soup.el (gnus-soup-group-brew):
26779         * gnus-msg.el (gnus-put-message):
26780         * gnus-move.el (gnus-group-move-group-to-server):
26781         * gnus-kill.el (gnus-batch-score):
26782         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26783         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26784         (gnus-group-update-group, gnus-group-read-group)
26785         (gnus-group-make-group, gnus-group-make-help-group)
26786         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26787         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26788         (gnus-group-sort-by-unread, gnus-group-catchup)
26789         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26790         (gnus-group-yank-group, gnus-group-set-info)
26791         (gnus-group-list-groups):
26792         * gnus.el (gnus-generate-new-group-name):
26793         * gnus-delay.el (gnus-delay-send-queue):
26794         * nnvirtual.el (nnvirtual-catchup-group):
26795         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26796         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26797         (gnus-group-prepare-topics, gnus-topic-check-topology):
26798         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26799         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26800         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26801         (gnus-group-make-articles-read):
26802         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26803         (gnus-group-change-level, gnus-kill-newsgroup)
26804         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26805         (gnus-get-unread-articles, gnus-make-articles-unread)
26806         (gnus-make-ascending-articles-unread): Use accessor
26807         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26808         to get group information for improved readability.
26809
26810
26811 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26812
26813         * gnus-art.el (article-decode-mime-words, article-babel)
26814         (gnus-article-highlight-signature, gnus-article-add-buttons)
26815         (gnus-signature-toggle): Use gnus-with-article-buffer.
26816
26817         * gnus-art.el (gnus-article-highlight-headers)
26818         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26819
26820         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26821         (gnus-article-set-globals, gnus-request-article-this-buffer)
26822         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26823         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26824         (gnus-mime-display-alternative): Use with-current-buffer.
26825
26826 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26827
26828         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26829         also under 80 char limit, and call gnus-error if needed.
26830         (spam-fetch-article-header): Fix - it was a
26831         buffer-local variable (gnus-newsgroup-data).
26832         (spam-find-spam): Use spam-generate-fake-headers, forget about
26833         spam-insert-fake-headers.
26834         (spam-insert-fake-headers): Remove.
26835
26836 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26837
26838         * deuglify.el (gnus-article-outlook-unwrap-lines)
26839         (gnus-outlook-rearrange-article)
26840         (gnus-outlook-repair-attribution-outlook)
26841         (gnus-outlook-repair-attribution-block)
26842         (gnus-outlook-repair-attribution-other): Remove redundant
26843         save-excursion.
26844
26845 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26846
26847         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26848         (spam-fetch-field-subject-fast)
26849         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26850         (spam-fetch-article-header): Add functions to deal with Gnus
26851         internals for fast retrieval of article header data.
26852         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26853
26854 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26855
26856         * pop3.el (pop3-md5): Remove.
26857         (pop3-apop): Replace pop3-md5 with md5.
26858
26859         * mm-bodies.el: base64 is always built-in.
26860
26861         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26862         Use with-current-buffer.
26863
26864 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26865
26866         * canlock.el (canlock-insert-header): Remove excessive grouping in
26867         regexp.
26868
26869         * gnus-sum.el (gnus-summary-read-document): Ditto.
26870
26871         * gnus-uu.el (gnus-uu-part-number): Ditto.
26872
26873         * html2text.el (html2text-remove-tags): Ditto.
26874         (html2text-format-tags): Ditto.
26875         (html2text-format-single-elements): Ditto.
26876
26877         * mml.el (mml-parse-1): Ditto.
26878
26879 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26880
26881         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26882
26883         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26884
26885         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26886
26887         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26888
26889 2003-11-15  Simon Josefsson  <jas@extundo.com>
26890
26891         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26892         (pgg-gpg-lookup-key): Use regexp match instead of
26893         split-string (split-string is different between emacs 21.2 and
26894         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26895
26896 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26897
26898         * gnus-art.el (gnus-mime-view-all-parts)
26899         (gnus-article-part-wrapper, gnus-article-view-part):
26900         Use with-current-buffer.
26901
26902 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26903
26904         * spam.el (spam-disable-spam-split-during-ham-respool)
26905         (spam-spamoracle-database, spam-cache-lookups)
26906         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26907         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26908         (spam-group-ham-marks, spam-group-spam-marks)
26909         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26910         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26911         also add spam-use-blackholes to the statistical checks.
26912         (spam-fetch-field-fast): Add interface to fetching fields, may
26913         become a macro.
26914         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26915         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26916         (spam-insert-fake-headers): Fake an article when needed.
26917         (spam-find-spam): Fake article when possible.
26918         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26919         (spam-check-bogofilter-headers): Use message-fetch-field instead
26920         of nnmail-fetch-field.
26921
26922 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26923
26924         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26925
26926 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26927
26928         * spam.el (spam-split): Do not require spam-use-CHECK to be
26929         enabled if that check is passed to spam-split explicitly; also
26930         fix so 'spam doesn't get converted to spam-split-group when
26931         spam-split-symbolic-return is t.
26932         (spam-find-spam): Find registrations of the article and use those
26933         instead of re-running spam-split to find the spam/ham
26934         classification of the article.
26935         (spam-log-processing-to-registry, spam-log-registered-p)
26936         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26937         Use gnus-error instead of gnus-message.
26938         (spam-log-registration-type): Add function to determine the
26939         classification of a message based on registry entries; will
26940         return nil if both 'spam and 'ham are found.
26941         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26942         a reasonably fast local cache without the loading errors.
26943         (spam-cache-lookups): Set to t by default.
26944         (spam-find-spam): Don't try to guess spam-cache-lookups.
26945         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26946         spam-caches entry.
26947         (spam-filelist-build-cache, spam-filelist-check-cache):
26948         Fix caching of whitelist/blacklist entries.
26949         (spam-check-whitelist, spam-check-blacklist):
26950         Invoke spam-from-listed-p with a type, not a cache variable.
26951         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26952
26953 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26954
26955         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26956
26957         * nnmail.el (nnmail-split-fancy): do.
26958
26959         * mml.el (mml-parse): do.
26960
26961         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26962         (gnus-score-adaptive): do.
26963
26964 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26965
26966         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26967         (gnus-mime-button-map): Don't set keymap parent.
26968         (gnus-button-ctan-directory-regexp): Use shy grouping.
26969         (gnus-prev-page-map): Don't set keymap parent.
26970         (gnus-prev-page-map): Remove duplicated one.
26971         (gnus-next-page-map): Don't set keymap parent.
26972         (gnus-mime-security-button-map): Ditto.
26973
26974         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26975         version number.
26976
26977         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26978
26979 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26980
26981         * canlock.el (canlock-sha1-function): Remove.
26982         (canlock-sha1-function-for-verify): Remove.
26983         (canlock-openssl-program): Remove.
26984         (canlock-openssl-args): Remove.
26985         (canlock-ignore-errors): Remove.
26986         (canlock-sha1-with-openssl): Remove.
26987         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26988         (canlock-verify): Don't use canlock-ignore-errors.
26989
26990         * sha1-el.el (sha1-string-external): Make it can return a string
26991         in binary form.
26992         (sha1-region-external): Ditto.
26993         (sha1-string-internal): Ditto.
26994         (sha1-region-internal): Ditto.
26995         (sha1-region): Ditto.
26996         (sha1-string): Ditto.
26997         (sha1): Ditto.
26998
26999 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27000
27001         * spam.el (spam-report-articles-gmane): New command.
27002
27003 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27004
27005         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27006
27007         * run-at-time.el (run-at-time-saved): Remove.
27008         (run-at-time): Doc fix.
27009
27010 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27011
27012         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27013         (gnus-summary-limit-map): Add it.
27014         (gnus-summary-make-menu-bar): do.
27015
27016 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27017
27018         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27019         Make attempt at some caching support (done for BBDB only now).
27020         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27021         addresses to be checked.
27022         (spam-clear-cache-BBDB): Add function, to be invoked by
27023         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27024         (spam-check-BBDB): Check and use the caches, if
27025         spam-cache-lookups is on, remove superfluous (provide).
27026
27027 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27028
27029         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27030
27031 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27032
27033         * run-at-time.el (run-at-time-saved): Move to after the definition
27034         of `run-at-time'.
27035
27036         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27037
27038 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27039
27040         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27041         mm-w3m-local-map-property.
27042
27043         * mm-view.el (mm-w3m-mode-map): Remove.
27044         (mm-w3m-local-map-property): Remove.
27045         (mm-inline-text-html-render-with-w3m): Don't use
27046         mm-w3m-local-map-property.
27047
27048 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27049
27050         * run-at-time.el: New file.
27051
27052         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27053         under Emacs.
27054
27055         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27056         of gnus-set-text-properties.
27057
27058         * gnus-uu.el (gnus-uu-save-article): Ditto.
27059
27060         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27061
27062         * gnus-cite.el (gnus-cite-parse): Ditto.
27063
27064         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27065         of gnus-.
27066
27067         * gnus-xmas.el (run-at-time): Require run-at-time.
27068
27069         * gnus.el: Change calls to nnheader-run-at-time and
27070         password-run-at-time throughout to use run-at-time directly.
27071
27072         * password.el: Remove definition of run-at-time.
27073
27074         * nnheaderxm.el: Remove definition of run-at-time.
27075
27076 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27077
27078         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27079         in prompt.
27080
27081 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27082
27083         * messagexmas.el (message-xmas-redefine): Alias
27084         `message-make-caesar-translation-table' to
27085         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27086         version.
27087
27088         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27089         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27090         `gnus-xmas-set-text-properties'.
27091         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27092         `gnus-xmas-completing-read'.
27093         (gnus-xmas-completing-read): Removed.
27094         (gnus-xmas-open-network-stream): Removed.
27095
27096         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27097         XEmacs version.
27098
27099         * dns.el (dns-make-network-process): Use `open-network-stream'
27100         instead of `gnus-xmas-open-network-stream'.
27101
27102         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27103
27104         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27105
27106 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27107
27108         * gnus-art.el (gnus-mime-display-alternative)
27109         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27110         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27111         Don't use gnus-local-map-property.
27112
27113         * gnus-util.el (gnus-local-map-property): Remove.
27114
27115         * mm-view.el (mm-view-pkcs7-decrypt):
27116         Replace gnus-completing-read-maybe-default with completing-read.
27117
27118         * gnus-util.el (gnus-completing-read): do.
27119         (gnus-completing-read-maybe-default): Remove.
27120
27121 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27122
27123         * password.el: Only autoload `run-at-time' if not XEmacs.
27124         Only autoload the itimer functions if XEmacs.
27125
27126 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27127
27128         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27129         XEmacsen.
27130
27131         * dgnushack.el: Autoload executable-find for XEmacs.
27132
27133 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27134
27135         * gnus-art.el (gnus-read-string): Remove.
27136         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27137         read-string.
27138
27139 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27140
27141         * netrc.el: Autoload password-read.
27142         (netrc): Add configuration group.
27143         (netrc-encoding-method, netrc-openssl-path):
27144         Add variables for encoding and decoding of files with symmetric
27145         ciphers.
27146         (netrc-encode): Add assistant function to encode a file with
27147         netrc-encoding-method.
27148         (netrc-parse): Add interactive parameter, added optional
27149         decoding if netrc-encoding-method is non-nil but otherwise
27150         behavior is standard.
27151         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27152         Do s/encode/encrypt/ everywhere.
27153
27154         * spam.el: Remove executable-find autoload.
27155
27156 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27157
27158         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27159
27160         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27161
27162 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27163
27164         * gnus-art.el (gnus-treat-ansi-sequences)
27165         (article-treat-ansi-sequences): New variable and function.
27166         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27167
27168         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27169         Use it.
27170
27171 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27172
27173         * mm-util.el (mm-quote-arg): Remove.
27174
27175         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27176         shell-quote-argument.
27177
27178         * gnus-uu.el (gnus-uu-command): do.
27179
27180         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27181
27182         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27183         with make-char.
27184
27185         * mm-util.el (mm-make-char): Remove.
27186
27187         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27188         add-minor-mode.
27189
27190         * gnus-undo.el (gnus-undo-mode): do.
27191
27192         * gnus-topic.el (gnus-topic-mode): do.
27193
27194         * gnus-sum.el (gnus-dead-summary-mode): do.
27195
27196         * gnus-start.el (gnus-slave-mode): do.
27197
27198         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27199
27200         * gnus-ml.el (gnus-mailing-list-mode): do.
27201
27202         * gnus-gl.el (gnus-grouplens-mode): do.
27203
27204         * gnus-draft.el (gnus-draft-mode): do.
27205
27206         * gnus-dired.el (gnus-dired-mode): do.
27207
27208         * gnus-ems.el (gnus-add-minor-mode): Remove.
27209
27210         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27211         Replace gnus-char-width with char-width.
27212
27213         * gnus-ems.el (gnus-char-width): Remove.
27214
27215         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27216         Replace gnus-char-width with char-width.
27217
27218         * gnus-ems.el (gnus-char-width): Remove.
27219
27220         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27221         definition.
27222         Remove Emacs 20 hash table compatibility code.
27223
27224         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27225         20 compatibility code.
27226
27227         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27228
27229         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27230
27231         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27232         Replace with point-at-{eol,bol}.
27233
27234         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27235
27236         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27237
27238         * flow-fill.el (fill-flowed-point-at-bol)
27239         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27240
27241         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27242         Replace with point-at-{eol,bol} throughout all files.
27243
27244 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27245
27246         * ntlm.el (ntlm-string-as-unibyte): New macro.
27247         (ntlm-build-auth-response): Use it.
27248
27249         Remove Emacs 20 stuff:
27250         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27251         (butlast, mapc, remove): Remove the compiler macros.
27252         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27253         of delq and copy-sequence.
27254         * gnus-art.el (popup-menu): Remove the compiler macro.
27255         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27256         Emacs 20.
27257
27258 2004-01-05  Simon Josefsson  <jas@extundo.com>
27259
27260         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27261         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27262         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27263         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27264         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27265         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27266         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27267         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27268         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27269         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27270         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27271         string-xor into ntlm-string-xor.
27272         Suggested by Jesper Harder <harder@myrealbox.com>.
27273
27274         * ntlm.el: Don't include poem.
27275
27276         * md4.el (print-int32, print-string-hexa): Remove.
27277         Suggested by Jesper Harder <harder@myrealbox.com>.
27278
27279         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27280
27281         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27282         probably breaks emacs with DL patch, but do we care? Is anyone
27283         still using the DL stuff?)
27284
27285         * sieve-manage.el: Use the password package.
27286         (sieve-manage-read-passwd): Remove.
27287         (sieve-manage-interactive-login): Use password.  Re-add
27288         condition-case around loop.
27289
27290         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27291         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27292         Use the password package.
27293
27294 2003-02-19  Simon Josefsson  <jas@extundo.com>
27295
27296         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27297         token.
27298
27299 2002-08-07  Simon Josefsson  <jas@extundo.com>
27300
27301         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27302         (sieve-manage-authenticators)
27303         (sieve-manage-authenticator-alist): Add some SASL mechs.
27304         (sieve-sasl-auth): New function.
27305         (sieve-manage-cram-md5-auth)
27306         (sieve-manage-plain-auth): Rewrite using SASL library.
27307         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27308         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27309         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27310         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27311
27312 2004-01-05  Simon Josefsson  <jas@extundo.com>
27313
27314         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27315         New files.
27316
27317 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27318
27319         * gnus-group.el (gnus-no-groups-message): Update.
27320
27321         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27322
27323 2003-11-09  Simon Josefsson  <jas@extundo.com>
27324
27325         * imap.el: Support for ID IMAP extension (RFC 2971).
27326         (imap-local-variables): Add imap-id.
27327         (imap-id): New variable.
27328         (imap-id): New function.
27329         (imap-parse-response): Parse untagged ID response.
27330         * nnimap.el (nnimap-id): New variable.
27331         (nnimap-open-connection): Use it.
27332
27333 2003-12-28  Simon Josefsson  <jas@extundo.com>
27334
27335         * gnus-score.el (gnus-score-edit-all-score): New.
27336         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27337
27338 2004-01-04  Simon Josefsson  <jas@extundo.com>
27339
27340         * password.el: Add.
27341
27342 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27343
27344         * dns.el (dns-query-types): Fix typo.
27345         (dns-query-types): New function.
27346         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27347         PTR and SOA replies, see RFC 1035.
27348
27349 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27350
27351         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27352
27353         * Move to Changelog.2.
27354
27355 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27356
27357         * gnus.el (gnus-version-number): Bump version.
27358
27359 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27360
27361         * gnus.el: No Gnus v0.1 is released.
27362
27363 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27364
27365         * gnus.el: No Gnus v0.0 is released.
27366
27367 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27368
27369         * gnus.el (gnus-version-number): Bump.
27370         (gnus-version): No.
27371
27372 See ChangeLog.2 for earlier changes.
27373
27374   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27375
27376   This file is part of GNU Emacs.
27377
27378   GNU Emacs is free software: you can redistribute it and/or modify
27379   it under the terms of the GNU General Public License as published by
27380   the Free Software Foundation, either version 3 of the License, or
27381   (at your option) any later version.
27382
27383   GNU Emacs is distributed in the hope that it will be useful,
27384   but WITHOUT ANY WARRANTY; without even the implied warranty of
27385   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27386   GNU General Public License for more details.
27387
27388   You should have received a copy of the GNU General Public License
27389   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27390
27391 ;; Local Variables:
27392 ;; coding: utf-8
27393 ;; fill-column: 79
27394 ;; add-log-time-zone-rule: t
27395 ;; End: