b8709941ae9013f326b4afc9a88dab696e5037a3
[gnus] / lisp / ChangeLog
1 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
2
3         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
4         groups and t.
5
6 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-utils.el (gnus-recursive-directory-files):
9         Unify hard or symbolic links (bug#18063).
10
11 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
12
13         * gnus-msg.el (gnus-configure-posting-style):
14         Allow string replacements in values when matching against a header.
15
16 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
19         the dribble buffer even when it is shrunk a lot.
20         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
21
22 2014-06-26  Glenn Morris  <rgm@gnu.org>
23
24         * mm-util.el (help-function-arglist): Remove outdated declaration.
25
26 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
27
28         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
29         attribute values.  (Bug#17834)
30
31 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
32
33         * gnus-sum.el (gnus-summary-edit-article-done):
34         Prefer point-marker to copy-marker of point.
35
36 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * Makefile.in (install-el, install-el-elc): Compress .el files.
39         (uninstall): Remove compressed .el files.
40
41 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
44         (gnus-article-read-summary-keys):
45         Don't bug out when there is no article in the summary buffer.
46         (gnus-mime-buttonize-attachments-in-header):
47         Improve criterion that finds parts to display.
48
49         * gnus-art.el (gnus-mm-display-part):
50         * mm-decode.el (mm-shr):
51         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
52         (mm-insert-inline): Revert last changes.
53
54 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-art.el (gnus-mm-display-part):
57         * mm-decode.el (mm-shr):
58         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
59         (mm-insert-inline): Set insertion type of end-marker, not only
60         start-marker, of undisplayer so as to stay after inserted text.
61
62 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
63
64         * html2text.el (html2text-get-attr): Fix typo when splitting value from
65         attribute. (Bug#17613)
66
67 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
68
69         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
70         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
71
72 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
75         delete next part button; keep spacing between buttons.
76
77 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
80         Work for the last MIME part in an article.
81         (gnus-mime-display-single): Suppress excessive newlines between parts.
82
83         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
84         by leading or trailing newline.
85
86 2014-05-12  Sam Steingold  <sds@gnu.org>
87
88         * time-date.el (seconds-to-string): New function to pretty print time
89         delay in seconds.
90
91 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
94         while prompting a user for a file name, etc.
95         (gnus-mime-display-single): Display part with a common appearance no
96         matter whether MIME button is omitted or not; don't add duplicate entry
97         to gnus-article-mime-handle-alist.
98         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
99
100 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
101
102         * mml2015.el (mml2015-display-key-image): New variable.
103
104 2014-05-08  Glenn Morris  <rgm@gnu.org>
105
106         * gnus-fun.el (gnus-grab-cam-face):
107         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
108         This is CVE-2014-3421.
109
110 2014-05-04  Glenn Morris  <rgm@gnu.org>
111
112         * gnus-registry.el (gnus-registry-install-p): Doc fix.
113
114 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
117         the displaying state of a part.
118         (gnus-mm-display-part): Don't insert a newline in the beginning of
119         a part like gnus-mime-inline-part doesn't; work for XEmacs.
120
121         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
122         (mm-shr): Make undisplayer unbreakable.
123
124         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
125         insert excessive newline.
126         (mm-inline-text-html-render-with-w3m, mm-inline-text)
127         (mm-insert-inline): Make undisplayer unbreakable.
128
129 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
130
131         * gnus.el: Ma Gnus v0.11 is released.
132
133 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * gnus-art.el (gnus-mm-display-part):
136         Highlight header attachment buttons.
137
138 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
141         a part; redisplay a button (enbugged in 2014-02-05).
142
143 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * auth-source.el (auth-source-search, auth-source-search-backends):
146         Treat :max 0 as an indicator that a boolean return is wanted, as
147         documented. Reported by Joe Bloggs.
148
149 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-icalendar.el: Require gnus-art.
152
153 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
154
155         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
156         (gnus-icalendar--update-org-event): put event timestamp in
157         the org entry body instead of the drawer.
158         (gnus-icalendar-event--get-attendee-names): list of participants should
159         contain even attendees without common name attribute.
160         (gnus-icalendar--update-org-event): don't generate duplicates of empty
161         property tags in org drawers.
162
163 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gmm-utils.el (gmm-format-time-string): New function.
166
167         * message.el (message-insert-formatted-citation-line): Use the original
168         author's time zone to express a date string.
169
170 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
171
172         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
173         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
174         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
175         Silence compiler warnings.
176         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
177
178 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * mml.el: Require url when compiling.
181
182         * gnus-cloud.el (gnus-cloud-parse-version-1):
183         Use plist-get rather than CL's getf.
184         (gnus-activate-group, gnus-subscribe-group): Declare.
185
186         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
187
188 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
191         buttons when toggling the header off.
192
193 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
194
195         * tls.el (tls-program): Reflow docstring.
196
197 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
198
199         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
200         groups work again.
201
202 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
203
204         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
205         999 correctly (i.e. "1,342").
206
207 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
210         out if the directory doesn't exist.
211
212 2014-03-07  Daiki Ueno  <ueno@gnu.org>
213
214         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
215         commands here; instead, only check if epg-config.el is available.
216
217 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
218
219         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
220         messages with embedded images.
221         (mml-generate-mime): Don't bug out if you don't have libxml.
222
223 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
224
225         * message.el (message-make-html-message-with-image-files): New command.
226
227 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
228
229         * gnus-group.el (gnus-group-make-group): Clarify prompt.
230
231         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
232
233 2014-02-23  David Engster  <deng@randomsample.de>
234
235         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
236         to stay compatible with older Emacsen, so replace `cl-loop' with
237         `loop'.
238
239 2014-02-22  Daniel Colascione  <dancol@dancol.org>
240
241         * auth-source.el (auth-source-secrets-listify-pattern): New function.
242         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
243         instead, build list of patterns.
244
245 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
248         Display header attachment buttons by gnus-article-prepare-display
249         rather than gnus-article-prepare so as to view in mml-preview as well.
250
251 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
252
253         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
254         in `auth-sources' means and link to EPA docs.
255
256 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
257
258         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
259         (bug#12375).
260
261 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
264         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
265
266 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
267
268         * message.el (message-tab): Mention what happens on normal tabs
269         (bug#11297).
270
271 2014-02-08  Glenn Morris  <rgm@gnu.org>
272
273         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
274
275 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
278         buttons that are hidden in unselected alternative part as well.
279         (gnus-mime-display-alternative): Redraw attachment buttons in header.
280
281         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
282
283 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
286         keystroke.
287         (gnus-server-toggle-cloud-server): Only allow clouding applicable
288         types.
289
290         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
291         with an empty string.
292
293 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
294
295         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
296         buffer-local in some buffers, so bind it explicitly in the buffer we're
297         trying to cancel the article in (bug#10808).
298
299 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
302         New functions.
303
304         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
305         New user option.
306         (gnus-mime-buttonize-attachments-in-header): New function.
307         (gnus-article-prepare): Use it.
308         (gnus-mime-inline-part): Suppress extra newline.
309         (gnus-mm-display-part): Save excursion;
310         remove useless deleting and adding of buttons.
311         (gnus-insert-mime-button): Allow insertion in the middle of a line.
312
313         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
314         Add gnus-mime-buttonize-attachments-in-header.
315
316 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
317
318         * nnimap.el (nnimap-request-articles): New command to download several
319         articles at once.
320
321         * gnus.el (gnus-variable-list): Save Cloud variables.
322
323         * gnus-int.el (gnus-request-accept-article): Doc fix.
324
325 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
326
327         * parse-time.el (parse-time-iso8601-regexp)
328         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
329         it more generally.
330
331 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-cloud.el: New file to provide the Emacs Cloud.
334
335         * dgnushack.el: Silence XEmacs w3 warning.
336
337         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
338         `url-retrieve-synchronously', apparently.
339
340         * dgnushack.el: Silence XEmacs dns.el warning.
341
342         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
343         instead of in all files.
344
345         * dns.el (network-interface-list): Define for XEmacs.
346
347         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
348         XEmacs.
349
350         * nnrss.el (libxml-parse-html-region): Silence compilation error.
351
352 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
353
354         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
355         `gnus-group-split-fancy'.
356
357 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
358
359         * message.el (message-remove-header): Doc fix.
360         (message-forward-included-headers): New variable.
361         (message-remove-ignored-headers): Use it.
362
363 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * nnir.el (nnir-request-update-mark): Don't try to update the source
366         group if we can't find it (bug#16611).
367
368 2014-01-31  Dave Abrahams  <dave@boostpro.com>
369
370         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
371
372 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
373
374         * dns.el (dns-servers-up-to-date-p): New function to see whether the
375         network interfaces changed.
376         (dns-query): Use it to flush the data.
377
378 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
379
380         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
381         from random face commands.
382         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
383         Face.
384         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
385         (gnus--random-face-with-type): Generic function returning a face-type
386         as a string.
387         (gnus--insert-random-face-with-type): Generic function inserting a face
388         in a message buffer header.
389         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
390         (gnus-insert-random-x-face-header): Rewritten to use
391         `gnus--insert-random-face-with-type`.
392         (gnus-random-face): Return random (png) Face as string.
393         (nus-insert-random-face-header): Insert random (png) Face in a message
394         buffer.
395
396 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
397
398         * mm-url.el: Remove all usage of w3.
399
400         * nnrss.el: Ditto.
401
402         * mm-decode.el: Ditto.
403
404         * mm-view.el: Ditto.
405
406         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
407         outdated and all Emacsen have url.el built-in.
408
409         * gnus-setup.el: Remove outdated file.
410
411 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
412
413         * gnus.el: Ma Gnus v0.9 is released.
414
415 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
416
417         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
418
419 2014-01-31  Dave Abrahams  <dave@boostpro.com>
420
421         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
422         in the summary buffer (bug#13769).
423
424 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
427         name if we're using a single article buffer.  Otherwise, it may point
428         to a killed buffer (bug#13756).
429
430 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
433         the match data, just save and restore it explictly (bug#12375).
434
435         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
436         that's needed.
437
438         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
439         the code once (bug#9069).
440
441 2014-01-18  Steinar Bang  <sb@dod.no>
442
443         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
444         reading.
445
446 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
447
448         * message.el (message-bury): Call bury-buffer with no argument
449         in the message-return-action case too.
450
451 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
454         (nnimap-split-fancy, nnimap-split-methods): Declare.
455
456         * mm-util.el (help-function-arglist): Declare.
457
458 2013-12-28  Glenn Morris  <rgm@gnu.org>
459
460         * gnus-sieve.el (gnus-sieve-select-method):
461         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
462         (gravatar-rating, gravatar-size):
463         * message.el (message-minibuffer-local-map):
464         * sieve-manage.el (sieve-manage-authenticators)
465         (sieve-manage-authenticator-alist): Specify custom types.
466
467         * hashcash.el (hashcash-program): Rename from hashcash-path.
468         Update callers.
469
470         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
471         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
472         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
473
474         * auth-source.el (auth-sources):
475         * nnmairix.el (nnmairix-propagate-marks-upon-close):
476         Fix custom types.
477
478         * tls.el (tls-certtool-program): Fix default value.
479
480 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
483         we get proper traces there, too.
484
485 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
486
487         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
488         value of the parameters if the current article has a Reply-To or From
489         field.
490
491 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
492
493         * gnus.el (gnus-group-buffer): Remove duplicate definition.
494
495 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-sum.el (gnus-summary-exit): Stop animations.
498
499 2013-12-19  Juri Linkov  <juri@jurta.org>
500
501         * gnus.el (gnus-suppress-keymap):
502         * gnus-art.el (gnus-article-mode-map):
503         * gnus-group.el (gnus-group-mode-map):
504         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
505         Remove [backspace] key binding because it shadows DEL (bug#16035).
506
507         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
508
509 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
512         Make sure work directory exists.
513         (gnus-uu-digest-mail-forward): Store temporary files in work directory
514         rather than tmp directory.
515         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
516         not necessarily always run, with it.
517
518 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
519
520         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
521         value of gnus-icalendar-additional-identities work without restart.
522
523 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * mm-util.el (mm-make-temp-file):
526         Alias to make-temp-file for modern Emacsen.
527
528 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
531         nnir-article-number and nnir-article-group.
532
533 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
534
535         * message.el (message-send-mail-with-sendmail):
536         Don't kill error buffer if sending fails.
537
538 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
539
540         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
541         (gnus-icalendar-event->org-entry)
542         (gnus-icalendar--update-org-event)
543         (gnus-icalendar-event->gnus-calendar): Distinguish between
544         required/optional/non-participant attendee status.  Fix bug causing
545         the first required event participant to be omitted.
546
547 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-art.el (article-de-quoted-unreadable)
550         (article-de-base64-unreadable, gnus-mime-copy-part)
551         * gnus-html.el (gnus-article-html)
552         * mm-view.el (mm-inline-text-html-render-with-w3)
553         (mm-inline-text-html-render-with-w3m-standalone)
554         * rfc2231.el (rfc2231-decode-encoded-string):
555         Allow overriding charset by mm-charset-override-alist.
556
557         * gnus-art.el (gnus-article-browse-html-parts):
558         Replace LWSPs with `&nbsp;'s in header.
559
560         Work for broken Chinese articles.
561
562         * gnus-art.el (gnus-article-browse-html-save-cid-content):
563         Exclude broken handles that gnus-summary-enter-digest-group may create.
564         (gnus-article-browse-html-parts):
565         Allow overriding charset by mm-charset-override-alist.
566
567 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
568
569         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
570         (gnus-icalendar-identities): Support additional-identities.
571
572 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
573
574         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
575         org-timestamp for events ending at midnight.
576
577 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
578
579         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
580         .log files.
581
582 2013-11-20  David Engster  <deng@randomsample.de>
583
584         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
585
586 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
587
588         * message.el (message-beginning-of-line):
589         Use beginning-of-visual-line when visual-line-mode is turned on.
590
591 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
592
593         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
594         (gnus-icalendar-event-from-ical)
595         (gnus-icalendar-event->org-entry)
596         (gnus-icalendar--update-org-event): Required/optional participation,
597         list of attendees synced to org.
598
599 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
600
601         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
602         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
603         cancellations to be synced to org if the original appt has an org
604         outline.
605
606 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
607
608         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
609         (gnus-icalendar-event->org-entry)
610         (gnus-icalendar--update-org-event)
611         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
612
613 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
614
615         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
616         Fix timezone handling in gnus-icalendar export to org.
617
618 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
621
622 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
625
626 2013-10-30  Glenn Morris  <rgm@gnu.org>
627
628         * gnus-group.el (gnus-group-browse-foreign-server):
629         * gnus-int.el (gnus-start-news-server):
630         Silence compiler obsolescence warning.
631
632 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
633
634         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
635         `nnoo-current-server' first, then for the actual `nnimap-address' to
636         allow netrc entries for the nnoo server to coexist with netrc entries
637         for the `nnimap-address'.
638
639 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mm-decode.el (mm-dissect-buffer): Revert last change.
642         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
643         The problem that motivated those changes was attributed to a broken
644         mail sender, and has been fixed.
645
646 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
649         token is missing in the Content-Type header.
650
651         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
652
653 2013-09-18  Glenn Morris  <rgm@gnu.org>
654
655         * gnus-util.el (image-size): Declare.
656
657 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
660         (gnus-icalendar-event-from-ical)
661         (gnus-icalendar-event--build-reply-event-body)
662         (gnus-icalendar-event-reply-from-buffer)
663         (gnus-icalendar-find-org-event-file)
664         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
665         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
666
667         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
668
669 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
670
671         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
672         Use save-current-buffer.
673         (gnus-tree-mode-map): Initialize in the declaration.
674         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
675         (scroll-in-place): Defvar it.
676         (gnus-tmp-*): Defvar them.
677         (gnus-get-tree-buffer): Use derived-mode-p.
678         (gnus--let-eval): New macro.
679         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
680         non-prefixed variables.
681         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
682
683         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
684         vars since it doesn't seem to be available.
685         (gnus-set-global-variables, gnus-summary-read-group-1)
686         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
687         (gnus-summary-display-article, gnus-summary-select-article)
688         (gnus-summary-next-article, gnus-offer-save-summaries)
689         (gnus-summary-generic-mark): Use derived-mode-p.
690         (gnus-summary-read-group-1, gnus-summary-exit)
691         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
692         Adjust calls to gnus-tree-close and gnus-tree-open.
693
694         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
695
696         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
697         (gnus-agent-mode): Use derived-mode-p.
698         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
699         gnus-command-method and *-command-method to nil, but bind
700         gnus-command-method to *-command-method instead!
701         (gnus-agent-fetch-articles): Remove unused var `id'.
702         (gnus-agent-fetch-headers): Remove unused arg `force'.
703         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
704         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
705         (gnus-agent-short-article, gnus-agent-long-article)
706         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
707         first use.
708         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
709         `score-param'.
710         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
711         (gnus-get-predicate): Push in front of the cache, rather than end.
712         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
713         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
714         (gnus-agent-expire-unagentized-dirs): Don't rebind
715         gnus-agent-expire-current-dirs since the defvar silences the warning.
716         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
717         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
718         (gnus-agent-regenerate): Simplify interactive spec and doc.
719
720 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-int.el (gnus-open-server): Silence compiler.
723
724         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
725
726         * message.el (message-display-completion-list): Abolish.
727         (message-completion-in-region): Use display-completion-list.
728
729 2013-09-17  Glenn Morris  <rgm@gnu.org>
730
731         * gnus-util.el (gnus-message-with-timestamp-1):
732         Use `messages-buffer' function if available.  Ignore read-only.
733
734 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * message.el (message-expand-group, message-completion-in-region):
737         Correct the order of start and end of a region.
738
739 2013-09-13  Glenn Morris  <rgm@gnu.org>
740
741         * mml2015.el (gnus-create-image): Autoload it.
742
743         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
744
745         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
746         (image-size): Declare.
747
748 2013-09-12  Glenn Morris  <rgm@gnu.org>
749
750         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
751         Avoid using `find', which i) might not be defined at runtime;
752         ii) does not work, since its default test is eql, not equal.
753         (gnus-mime-action-alist): Declare.
754
755 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
756
757         * score-mode.el (gnus-score-mode-map): Move initialization
758         into declaration.
759         (gnus-score-mode): Use define-derived-mode.
760         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
761         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
762         into declaration.
763         (gnus-kill-file-mode): Use define-derived-mode.
764         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
765         Use derived-mode-p.
766         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
767         (gnus-group-setup-buffer, gnus-group-name-at-point)
768         (gnus-group-make-web-group, gnus-group-enter-directory)
769         (gnus-group-suspend): Use derived-mode-p.
770         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
771         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
772         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
773         (gnus-article-setup-buffer, gnus-article-prepare)
774         (gnus-article-prepare-display, gnus-sticky-article)
775         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
776         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
777         (gnus-article-read-summary-keys): Use derived-mode-p.
778
779 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
782
783 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
786         shift_jis from the default value set for Japanese users.
787
788 2013-08-13  Glenn Morris  <rgm@gnu.org>
789
790         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
791
792         * gnus.el (gnus-valid-select-methods): Fix type.
793
794         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
795
796 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * mm-decode.el (mm-display-external): Run a timer for the temp files
799         deletion after a viewer exits; add a deletion timer for the needsterm
800         case, too.
801
802         * mm-decode.el (mm-display-external): Try to delete temporary files by
803         using a 1-min. timer.
804
805 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
808         New internal variables.
809         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
810         (mm-display-external): Use it to delete temporary files instead of
811         using timers.
812
813 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
816
817 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
818
819         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
820         with cond for backwards compatability.
821
822 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * mm-decode.el (mm-display-external): Bind process-connection-type to
825         nil; don't delete a temp file immediately even if a viewer finishes,
826         since it may be a shell script, like xdg-open, that launches a real
827         viewer program belatedly.
828
829 2013-08-05  Dave Abrahams  <dave@boostpro.com>
830
831         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
832         that we can create nndoc groups that excerpt other groups.
833
834 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-delay.el (gnus-delay-article): Fix typo.
837
838         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
839         articles.
840
841         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
842         we can get spell-checking etc.
843
844 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
847         a single one used for encoding the whole text in a header.
848
849 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
852         doesn't work properly on XEmacs.
853
854 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
857         before sending.
858
859         * dgnushack.el (dgnushack-compile): Add a temporary check for
860         gnus-icalendar.
861
862         * mm-decode.el (mm-command-output): New face.
863         (mm-display-external): Use it.
864
865 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
866
867         * nnmbox.el (nnmbox-request-article): Don't change point.
868
869 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
872         Include `handle' parameter.
873
874 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
875
876         * gnus-icalendar.el: New file.
877
878 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
881
882         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
883         dummy roots, too.
884
885 2013-08-01  David Edmondson  <dme@dme.org>
886
887         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
888         out on ttys.
889
890 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
893         not empty.
894
895         * nnrss.el (nnrss-discover-feed): Indent.
896
897 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
900
901 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
904         dirty to ensure nnimap data being saved.
905
906 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
907
908         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
909         menu entry.
910
911         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
912         the current thread's total score instead of the current article's
913         score.
914
915         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
916         (gnus-sort-threads-recursively): Delete defcustom.
917         (gnus-sort-threads-recursive): Adapt accordingly.
918
919 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
920
921         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
922         (gnus-sort-threads-recursive): Use it.
923         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
924         again.  Now that determines how to sort subthreads.
925
926 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
927
928         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
929         (gnus-sort-threads): Use it.
930
931 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
932
933         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
934         punctuation characters follow parentheses (bug#14950).
935
936 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus.el (gnus-continuum-version):
939         * gnus-msg.el (gnus-extended-version): Simplify.
940
941         * gnus.el (gnus-continuum-version-1): Remove.
942         * gnus-msg.el (gnus-bug): Revert.
943
944         Calculate gnus-version correctly on Cygwin.
945
946         * gnus.el (gnus-continuum-version): Do main calculations in integers.
947         (gnus-continuum-version-1): New function, return a string.
948
949         * gnus-msg.el (gnus-extended-version, gnus-bug):
950         Use gnus-continuum-version-1 instead of gnus-continuum-version.
951
952 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
953
954         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
955         (bug#13384).
956
957 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
960         that were only relevant in a development version a long time ago.
961
962 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
965         that the old Emacs 24s bundle.
966
967 2013-07-10  David Engster  <deng@randomsample.de>
968
969         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
970         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
971         fixes a bug in Emacs trunk where the 'unexist' marks were always
972         removed at startup because "Gnus v5.13" was considered smaller than "Ma
973         Gnus v0.03".
974
975 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
976
977         * gnus.el (gnus-summary-line-format): Reference
978         `gnus-user-date-format-alist' for the &user-date; format, not
979         `gnus-summary-user-date-format-alist'.
980
981 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
984         delete files (bug#13481).
985
986 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
987
988         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
989
990 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
993         display images.
994
995         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
996
997         * message.el (message-cancel-news): According to
998         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
999         preferred over "cmsg cancel" in the Subject.
1000
1001         * nnir.el (nnir-engines): Note that the group specs are regexps
1002         (bug#13238).
1003
1004         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1005         gotten read-only text properties, ensure that those aren't heeded when
1006         copying stuff over (bug#13434).
1007
1008         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1009         (bug#13762).
1010
1011 2013-07-05  David Kastrup  <dak@gnu.org>
1012
1013         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1014         authinfo file again (important for blank passwords).  This had been
1015         broken with 2013-06-15 change.
1016
1017 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1020         Revert 2013-01-14 change.
1021
1022 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1023
1024         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1025         of 'create-image' for XEmacs compatibility; check errors when decoding
1026         image.  Reported by Uwe Brauer.
1027
1028 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1031         gnus-button-push revised at 2011-01-19.
1032
1033 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1036         now live in the lisp/net Emacs 24 repository.
1037
1038 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * eww.el (eww-update-header-line-format): Quote % characters.
1041
1042 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * eww.el (eww-process-text-input): Display passwords as asterisks.
1045
1046         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1047
1048 2013-06-19  Tom Tromey  <tromey@redhat.com>
1049
1050         * eww.el (eww-top-url): Remove.
1051         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1052         (eww-render): Set new variables.  Don't set eww-top-url.
1053         (eww-handle-link): Handle "prev", "home", and "contents".
1054         Downcase the rel text.
1055         (eww-top-url): Choose best top URL.
1056
1057 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * eww.el: Rewrite to implement form elements "by hand" instead of
1060         relying in widget.el.  Using widget.el leads to too many
1061         user interface inconsistencies.
1062         (eww-self-insert): Implement entering commands in text fields.
1063         (eww-process-text-input): New function to make text input field editing
1064         work.
1065         (eww-submit): Rewrite to use the new-style form methods.
1066         (eww-select-display): Display the correct selected item.
1067         (eww-change-select): Implement changing the select value.
1068         (eww-toggle-checkbox): Implement radio/checkboxes.
1069         (eww-update-field): Fix compilation error.
1070         (eww-tag-textarea): Implement <textarea>.
1071
1072         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1073         don't shadow mode-specific bindings.
1074
1075         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1076         nothing to push.
1077
1078         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1079
1080 2013-06-19  Glenn Morris  <rgm@gnu.org>
1081
1082         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1083
1084 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1087
1088 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * shr.el (shr-make-table-1): Implement <td rowspan>.
1091         (shr-table-horizontal-line): Allow nil as a value, and change the
1092         default.
1093         (shr-insert-table-ruler): Respect the nil value.
1094
1095 2013-06-18  Tom Tromey  <tromey@barimba>
1096
1097         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1098         New defvars.
1099         (eww-open-file): New defun.
1100         (eww-render): Initialize new variables.
1101         (eww-display-html): Handle "link" and "a".
1102         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1103         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1104         (eww-back-url): Rename from eww-previous-url.
1105         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1106         defuns.
1107
1108 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * shr.el (shr-tag-table): Insert the images after the table, so that
1111         they're not covered by the table colourisation, which often looked
1112         awkward.
1113         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1114         <dd>.
1115         (shr-make-table-1): Implement <td colspan=> support.
1116         (shr-insert-document): Use one less than window width if `shr-width' is
1117         nil, since otherwise things may get one character too wide.
1118
1119 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * eww.el (eww-detect-charset): Improve regexp; move backward.
1122
1123 2013-06-18  Glenn Morris  <rgm@gnu.org>
1124
1125         * mm-decode.el (widget-convert-button): Autoload.
1126
1127         * sieve-manage.el (mm-enable-multibyte): Autoload.
1128
1129         * shr.el (libxml-parse-html-region): Declare.
1130         (shr-render-buffer): Explicit error if no libxml2 support.
1131
1132 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1133
1134         * auth-source.el (auth-source-current-line): New function.
1135         (auth-source-netrc-parse-entries): When a data token is "machine",
1136         assume we're in the wrong place and abort parsing the current line.
1137
1138 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1141         (eww-convert-widgets): Don't bug out if the first widget starts at the
1142         beginning of the buffer.
1143         (eww-convert-widgets): Fix last patch.
1144         (eww-tag-input): Support <input type=image>.
1145
1146         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1147         (shr-tag-base): Protect against base specs that are degenerate.
1148         (shr-ensure-paragraph): Don't delete empty lines that have text
1149         properties, because these may be input fields.
1150
1151         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1152         we can navigate to them.
1153
1154         * shr.el (shr-colorize-region): Put the colours over the entire region.
1155         (shr-inhibit-decoration): New variable.
1156         (shr-add-font): Use it to inhibit text property decorations while doing
1157         preliminary table renderings.  This speeds up typical Wikipedia page
1158         renderings by 15%.
1159         (shr-tag-span): Don't respect the <title>, because that overwrites the
1160         help-echo from links inside the spans.
1161         (shr-next-link): Use `help-echo' for navigation, so that we can
1162         navigate to form elements, too.
1163
1164         * eww.el (eww-button): New face.
1165         (eww-convert-widgets): Use it to make submit buttons more button-like.
1166
1167         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1168         that Gnus commands work.
1169
1170         * shr.el (shr-render-td): Support horizontal alignment.
1171
1172         * eww.el (eww-put-color): Removed.
1173         (eww-colorize-region): Use `add-face-text-property'.
1174
1175         * shr.el (shr-add-font): Append face data, so that we get the correct
1176         precedence: The innermost value (which is applied first) wins.
1177         (shr-make-overlay): Obsolete function.
1178
1179         * mm-decode.el (mm-convert-shr-links): New function to convert
1180         new-style shr URL links into widgets.
1181         (mm-shr): Use it.
1182
1183         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1184         widget commands, since we're no longer using widgets for links.
1185
1186         * shr.el (shr-next-link): New command.
1187         (shr-previous-link): New command.
1188         (shr-urlify): Don't use `widget-convert', because that's slow.
1189         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1190         because collecting the overlays and reapplying them when generating
1191         tables is slow.
1192         (shr-insert-table): Ditto.
1193
1194 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1195
1196         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1197         * shr.el (browse-url): Require `url'.
1198         * eww.el (url): Require format-spec.
1199
1200 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * eww.el (eww-display-html): Default to using the entire window width.
1203         (eww-browse-url): Don't add a User-Agent header (twice), because that
1204         makes Bing refuse connection.
1205
1206         * shr.el (shr-make-table): Cache the table rendering at the table
1207         level, and not the <td> level.  This is a bit faster.
1208
1209         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1210         #id.
1211
1212         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1213         browsers don't.
1214         (shr-expand-url): Respect #anchor links.
1215         (shr-parse-base): Chop off the anchor before using.
1216         (shr-descend): Respect display: none.
1217         (shr-descend): Allow marking elements that have certain IDs.
1218
1219         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1220
1221         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1222
1223         * eww.el (eww-tag-textarea): Support <textarea>.
1224
1225 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1226
1227         * shr.el (shr-dom-to-xml): Fixed function call.
1228
1229         * eww.el (eww): New group.
1230         (eww-header-line-format): New custom variable.
1231         (eww-current-title): New variable.
1232         (eww-display-html): Update header and handle title tag.
1233         (eww-update-header-line-format): New function.
1234         (eww-tag-title): New function.
1235
1236         * shr.el (shr-dom-to-xml): New function.
1237         (shr-tag-svg): Add support for the SVG tag.
1238         (shr-bullet): New custom variable.
1239         (shr-tag-li): Support custom bullet in unordered lists.
1240
1241 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * shr.el (shr-expand-url): Respect // URLs.
1244
1245         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1246         put a background colour onto the entire buffer.
1247         (eww-render): When being redirected, use the redirect URL as the new
1248         base URL.
1249
1250         * shr.el (shr-parse-base): Fix parsing error.
1251
1252         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1253
1254         * shr.el (shr-parse-base): New function.
1255         (shr-expand-url): Use it to expand relative URLs reliably.
1256
1257 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1258
1259         * auth-source.el (auth-source-search-collection): Fix docstring.
1260         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1261         single-quoted strings and multiline entries.
1262         (auth-source-netrc-parse-next-interesting)
1263         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1264         functions to support parser.
1265
1266 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * eww.el (eww-submit): Get submit button logic right when hitting RET
1269         on non-submit buttons.
1270
1271         * shr.el: Remove shr-preliminary-table-render, since that can't really
1272         be used for anything in practice.
1273
1274 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1275
1276         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1277         (sieve-manage-quit).
1278
1279 2013-06-14  Glenn Morris  <rgm@gnu.org>
1280
1281         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1282
1283 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1284
1285         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1286         control the maximum size of photo ID image.
1287         (mml2015-epg-key-image-to-string): Respect it.
1288
1289 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1292         instead of the final one so that we can more easily distinguish them.
1293
1294         * eww.el (eww-submit): Compute the submission URL correctly.
1295
1296 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1297
1298         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1299         Use plist-get rather than CL's getf.
1300         (sieve-manage-parse-capability): Avoid CL's remove-if.
1301
1302 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1303
1304         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1305         (sieve-manage-quit).
1306
1307 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1310         last slash.
1311
1312         * eww.el (eww-tag-select): Use the first value as the default value.
1313
1314 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1315
1316         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1317         (eww-mode): Use `define-derived-mode'.
1318         (eww-parse-headers): Parse headers from beginning of buffer so that
1319         file:// links work.
1320
1321 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1324
1325 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1328         to handle them at all.
1329
1330 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1333         work, too.
1334         (eww-tag-select): Implement <select>.
1335
1336 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1337
1338         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1339         stream managing functions by using open-protocol-stream to do most of
1340         the work.  Has the nice benefit of enabling STARTTLS.
1341         Wait for capabilities after STARTTLS: following RFC5804, the server
1342         sends new capabilities after successfully establishing a TLS connection
1343         with the client.  The client should update the cached list of
1344         capabilities, but we just ignore the answer for now.
1345         (sieve-manage-network-p, sieve-manage-network-open)
1346         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1347         (sieve-manage-forward, sieve-manage-streams)
1348         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1349         API, nor called by any other function.
1350         Enable Multibyte for SieveManage buffers: The parser won't properly
1351         handle umlauts and line endings unless multibyte is turned on in the
1352         process buffer.
1353
1354 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * eww.el (eww-tag-input): Support password fields.
1357         (eww-submit): Support POST.
1358
1359 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * eww.el (eww-tag-form): Protect against degenerate forms.
1362
1363         * shr.el (shr-expand-url): Expand URLs that start with a slash
1364         correctly.
1365
1366         * eww.el (eww-submit): Get submit button logic right.
1367
1368         * shr.el (shr-final-table-render): New variable to signal when we're
1369         doing the final table rendering so that we can collect more data at
1370         that point.
1371
1372         * eww.el (eww-submit): Make form submission work.
1373         (eww-tag-input): Implement submit buttons.
1374         (eww-click-radio): Implement radio and checkboxes.
1375         (eww-submit): Handle hidden elements.
1376
1377         * shr.el (shr-descend): Allow other packages to override (or provide)
1378         rendering of elements.
1379         (shr-expand-url): Strip query strings from URLs before expanding them.
1380
1381         * eww.el: Don't require cl-lib.
1382         (eww-tag-form): Start form support.
1383
1384         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1385
1386         * eww.el: Start writing a new, tiny web browser.
1387         (eww-previous-url): New command.
1388         (eww-quit): New command.
1389
1390 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1391
1392         * sieve.el: Put point at beginning of buffer when viewing a script.
1393         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1394         number in sieve-buffer's header.  Fixed code to also work with a string
1395         as port specifier.  Properly close the connection on pressing 'q'.  Make
1396         sieve-manage-quit close the connection and process buffer.  Also, remove
1397         duplicate keybinding for 'q'.
1398
1399 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1400
1401         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1402         make it easier to read.
1403         (mm-pkcs7-enveloped-magic): Ditto.
1404
1405 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1408         before `image-type-available-p' to avoid loading the image libraries
1409         needlessly.
1410
1411 2013-06-05  David Engster  <deng@randomsample.de>
1412
1413         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1414         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1415         to see whether the group was synced before.
1416
1417 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1418
1419         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1420         when opening the connection.
1421         Suggested by João Távora <joaotavora@gmail.com> in
1422         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1423
1424 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1427         assume Date header begins with "Date", that may be customized into
1428         something like "X-Sent" using gnus-article-time-format.
1429         (article-transform-date): Allow multi-line Date header.
1430
1431 2013-06-02  David Engster  <deng@randomsample.de>
1432
1433         * registry.el (initialize-instance, registry-lookup)
1434         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1435         (registry-lookup-secondary-value, registry-search, registry-delete)
1436         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1437         not wrap methods in `eval-and-compile'.  This breaks due to latest
1438         changes in EIEIO (introduction of eieio-core.el).
1439
1440 2013-05-30  Glenn Morris  <rgm@gnu.org>
1441
1442         * nnmail.el (nnmail-fancy-expiry-target):
1443         Also bind mail-dont-reply-to-names.
1444
1445         * spam-stat.el (spam-stat-save):
1446         No need to tweak font-lock in temp buffers.
1447
1448         * shr.el (shr-put-image): Silence compiler.
1449
1450 2013-05-29  Glenn Morris  <rgm@gnu.org>
1451
1452         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1453
1454         * gnus-group.el (gnus-sequence-of-unread-articles)
1455         (gnus-summary-add-mark, gnus-mark-article-as-read)
1456         (gnus-group-make-articles-read): Declare.
1457
1458         * gnus-sum.el (gnus-parameter-list-identifier)
1459         (gnus-article-stop-animations, gnus-stop-downloads)
1460         (gnus-article-only-boring-p, article-goto-body)
1461         (gnus-flush-original-article-buffer, article-narrow-to-head)
1462         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1463         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1464
1465         * gnus.el: No need to eval-and-compile autoloads.
1466
1467         * gravatar.el (help-function-arglist): Autoload.
1468
1469         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1470
1471         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1472
1473         * spam.el: No need to load spam-report when compiling.
1474         No need to eval-and-compile autoloads.
1475         (spam-report-resend-to): Declare.
1476         (spam-report-resend-register-routine): Require 'spam-report.
1477
1478 2013-05-24  Julien Danjou  <julien@danjou.info>
1479
1480         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1481         setup.
1482
1483 2013-05-23  Glenn Morris  <rgm@gnu.org>
1484
1485         * gnus-util.el (rmail-swap-buffers-maybe)
1486         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1487         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1488         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1489
1490         * mm-decode.el: No need to load term when compiling.
1491         (term-mode, term-char-mode): Declare.
1492
1493         * mm-util.el: No need to load jka-compr when compiling.
1494         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1495
1496         * nnmaildir.el: Require is automatically eval-and-compile.
1497         (nnmail): Require at run-time too.
1498
1499         * registry.el (registry-size): Move definition before use.
1500
1501 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1502
1503         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1504         signed data to conform the standard.  (Bug#14232)
1505
1506 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1507
1508         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1509         double angle quotation mark.
1510
1511 2013-05-20  Glenn Morris  <rgm@gnu.org>
1512
1513         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1514
1515 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1516
1517         * message.el (message-insert-formatted-citation-line): handle finding
1518         first/lastname when more than 2 names appear.
1519
1520 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1521
1522         * shr.el (shr-tag-span): New function.
1523
1524 2013-05-18  Glenn Morris  <rgm@gnu.org>
1525
1526         * message.el (message-mode): Use message-mode-abbrev-table,
1527         with text-mode-abbrev-table as parent.  (Bug#14413)
1528
1529 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * message.el (message-expand-group): Decode group names.
1532
1533 2013-05-16  Julien Danjou  <julien@danjou.info>
1534
1535         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1536         app-icon.
1537
1538 2013-05-15  Glenn Morris  <rgm@gnu.org>
1539
1540         * shr-color.el (shr-color-visible-luminance-min)
1541         (shr-color-visible-distance-min): Use shr-color group.
1542
1543 2013-05-11  Glenn Morris  <rgm@gnu.org>
1544
1545         * gnus-vm.el: Make it loadable without VM.
1546         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1547         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1548
1549 2013-05-09  Glenn Morris  <rgm@gnu.org>
1550
1551         * mml1991.el: Make it loadable.  (Bug#13456)
1552
1553         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1554         * gnus-async.el (gnus-async-post-fetch-function):
1555         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1556         * gnus-html.el (gnus-html-image-cache-ttl):
1557         * gnus-notifications.el (gnus-notifications-timeout):
1558         * gnus-picon.el (gnus-picon-properties):
1559         * gnus-util.el (gnus-completion-styles):
1560         * gnus.el (gnus-other-frame-resume-function):
1561         * message.el (message-user-organization-file)
1562         (message-cite-reply-position):
1563         * nnir.el (nnir-summary-line-format)
1564         (nnir-retrieve-headers-override-function):
1565         * shr-color.el (shr-color-visible-luminance-min):
1566         * shr.el (shr-blocked-images):
1567         * spam-report.el (spam-report-resend-to):
1568         * spam.el (spam-summary-exit-behavior): Fix custom types.
1569
1570         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1571
1572 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1575         because of let-binding help-xref-following.  (Bug#14356)
1576
1577 2013-05-06  Glenn Morris  <rgm@gnu.org>
1578
1579         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1580
1581 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1582
1583         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1584         entering into the registry.
1585
1586 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1587
1588         * gnus.el: Ma Gnus v0.7 is released.
1589
1590 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1593         (Bug#14304)
1594
1595 2013-04-27  Glenn Morris  <rgm@gnu.org>
1596
1597         * gnus.el (gnus-list-debbugs):
1598         Use require rather than autoload.  (Bug#14262)
1599
1600 2013-04-27  Julien Danjou  <julien@danjou.info>
1601
1602         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1603         port to "sieve" now that it has an official IANA port assigned.
1604
1605 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1608         Don't set the MAILHOST environment variable permanently (Bug#14271).
1609
1610 2013-04-26  Glenn Morris  <rgm@gnu.org>
1611
1612         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1613
1614 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1615
1616         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1617         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1618
1619 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1620
1621         * nnir.el (nnir-close-group): Make sure we are in the right group.
1622
1623         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1624         dependency table from all newly retrieved headers.
1625
1626 2013-04-16  David Edmondson  <dme@dme.org>
1627
1628         Support <img src="data:...">.
1629
1630         * shr.el (shr-image-from-data): New function.
1631         (shr-tag-img): Use it.
1632
1633 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1634
1635         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1636         group.
1637
1638 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1641         corresponding to any existing group (Bug#14166).
1642
1643 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1644
1645         * nnir.el (number-sequence): No longer used.
1646         (nnir-request-set-mark): New function.
1647         (nnir-request-update-info): Improve marks updating.
1648         (nnir-request-scan): Don't duplicate marks updating.
1649         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1650         Use 'assq rather than 'assoc.  Quote anonymous function.
1651         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1652         Use 'gnus-group-prefixed-p.
1653         (gnus-summary-create-nnir-group): Make sure server for method is open.
1654
1655 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1656
1657         * nnir.el (gnus-nnir-group-p): New function.
1658         (nnir-possibly-change-group): Use it.
1659
1660         * gnus-msg.el (gnus-setup-message): Use it.
1661
1662 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1665         `initial-input' for the argument name.
1666         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1667
1668 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1669
1670         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1671         (used by MH-E).
1672
1673 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1674
1675         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1676         group.
1677
1678         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1679         fix compilation.
1680
1681 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1682
1683         * nnir.el (nnir-method-default-engines): And another typo.
1684
1685 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1686
1687         * nnir.el (nnir-method-default-engines): Fix typo.
1688
1689 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1690
1691         * nnir.el: Define 'number-sequence for xemacs.
1692         (gnus-summary-create-nnir-group): New function to create an nnir group
1693         from an nnir summary buffer based on the current query.
1694         (nnir-request-create-group): Update to allow nnir group creation based
1695         on the current query.
1696
1697 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * nndraft.el (nndraft-request-expire-articles):
1700         Make expiry target always `delete'.
1701
1702 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1703
1704         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1705         buffer use the posting-style and gcc of the original article group.
1706         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1707
1708         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1709         after other deffoos.
1710
1711 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1712
1713         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1714         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1715         support for real (i.e. not ephemeral) nnir groups.
1716         (gnus-summary-make-nnir-group): New function for initiating searches
1717         from a summary buffer.
1718
1719 2013-03-18  Sam Steingold  <sds@gnu.org>
1720
1721         * message.el (message-bury): Minor cleanup.
1722
1723 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1724
1725         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1726
1727 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1730         nnml-request-list.  (Bug#13873)
1731         (nndir-request-newsgroups): Remove, unused.
1732
1733         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1734
1735 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1736
1737         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1738         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1739         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1740
1741 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1742
1743         * shr.el: Make all the overlays set the `evaporate' property so that
1744         they're removed properly.
1745
1746 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1747
1748         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1749         shell-quote-argument.
1750
1751 2013-02-22  David Engster  <deng@randomsample.de>
1752
1753         * gnus-registry.el (gnus-registry-save): Provide class name when
1754         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1755         `condition-case' to stay compatible with older EIEIO versions which
1756         only accept one argument.
1757
1758 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1759
1760         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1761         (epg-user-id-validity): Autoload.
1762         (mml2015-epg-check-user-id): New function.
1763         (mml2015-epg-check-sub-key): New function split from
1764         mml2015-epg-find-usable-key.
1765         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1766         optional name-is-key-id, to handle the case when user-id is unusable.
1767         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1768
1769 2013-02-17  Glenn Morris  <rgm@gnu.org>
1770
1771         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1772
1773 2013-02-16  Glenn Morris  <rgm@gnu.org>
1774
1775         * shr.el (shr-put-image): Only animate images that specify a delay.
1776         This is consistent with the old image-animated-p behavior.
1777
1778 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1781         for XEmacs.
1782
1783 2013-02-13  Juri Linkov  <juri@jurta.org>
1784
1785         * gnus-art.el (gnus-article-mode-map):
1786         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1787         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1788
1789 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1790
1791         * auth-source.el (auth-source-format-prompt): Don't get confused by
1792         any "\" in replacement text.  (Bug#13637)
1793
1794 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1795
1796         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1797         (gnus-backend-trace): Honour gnus-backend-trace.
1798
1799         * mml.el (mml-insert-part): Insert closing tag.
1800
1801         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1802
1803 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1806         able to find the article, which can happen in debbugs groups,
1807         apparently.
1808
1809 2013-01-16  Glenn Morris  <rgm@gnu.org>
1810
1811         * smiley.el (smiley-style): Make the file loadable in batch mode.
1812
1813 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1814
1815         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1816         imap process running.
1817
1818 2013-01-14  Julien Danjou  <julien@danjou.info>
1819
1820         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1821         Compare addresses against addresses, not against the full From field.
1822
1823 2013-01-13  Richard Stallman  <rms@gnu.org>
1824
1825         * message.el (message-forward-make-body-mime): New args BEG, END
1826         specify what part of FORWARD-BUFFER to use.  Do the work directly
1827         instead of calling `mml-insert-buffer'.
1828
1829 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1830
1831         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1832         cross-reference(s).
1833
1834         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1835         cross-reference(s).
1836
1837 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1838
1839         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1840         and point-max-marker.
1841         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1842
1843 2013-01-11  Julien Danjou  <julien@danjou.info>
1844
1845         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1846         max are almost equal.  Also return the correct value for V which is
1847         already between 0 and 1.
1848
1849 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1850
1851         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1852         to mml2015-encrypt-to-self.
1853         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1854
1855 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1856
1857         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1858         mml-smime-epg-find-usable-secret-key.
1859
1860 2013-01-08  Glenn Morris  <rgm@gnu.org>
1861
1862         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1863
1864 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1865
1866         * mml-smime.el: Support signing by sender.
1867         Requested by Uwe Brauer.
1868         (mml-smime-sign-with-sender): New user option analogous
1869         to mml2015-sign-with-sender.
1870         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1871         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1872         mml2015.el.
1873
1874 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1877         isn't running, because Gnus will probably not know how to handle the
1878         Gcc header (bug#11941).
1879
1880         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1881         articles.
1882
1883 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1886         (nnfolder-generate-active-file): Make this function work with recursive
1887         folder names.
1888
1889 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1890
1891         * nntp.el (nntp-open-connection): Use HELP as the capability command
1892         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1893         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1894
1895 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1896
1897         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1898         place holder since this gives `Invalid face reference: nil' messages.
1899         Use the `default' face instead.  It has the same effect here, even
1900         though it is not no-op.
1901
1902         * gnus-util.el
1903         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1904
1905 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1908         non-string posting styles (bug#13285).
1909
1910 2012-12-27  Glenn Morris  <rgm@gnu.org>
1911
1912         * plstore.el (plstore-passphrase-callback-function):
1913         Use plstore-get-file.
1914
1915 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1916
1917         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1918         stderr.
1919
1920 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1923
1924         * gnus-compat.el (set-buffer-multibyte): Remove.
1925
1926 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1927
1928         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1929         temporary file to get PGP key image.  Pass no-show-photos when
1930         extracting image to avoid having it pop up twice.
1931
1932 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1935         eligible for treatment.
1936
1937         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1938         lines.  This makes summary commands with hidden threads work more
1939         reliably.
1940
1941         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1942         button to mark the hidden citations (bug#9395).
1943
1944 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1945
1946         * mml2015.el (mml2015-epg-signature-to-string): New function.
1947         (mml2015-epg-verify-result-to-string): New function.
1948         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1949         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1950         instead of epg-verify-result-to-string.
1951         (epg-signature-key-id, epg-signature-to-string): Autoload.
1952         (epg-verify-result-to-string): Remove autoload.
1953
1954 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1955
1956         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1957         ID image from GPG public key.
1958         (mml2015-epg-key-image-to-string): New function.
1959
1960 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1961
1962         * plstore.el (plstore-passphrase-callback-function): Fix error when
1963         error when plstore-cache-passphrase-for-symmetric-encryption is set
1964         (bug#13264).
1965
1966 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1969         buffer to the article buffer here, because that clobbers multiple
1970         article buffers.
1971
1972         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1973         buffer always points to the right summary buffer.
1974
1975 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1976
1977         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1978         the password (bug#12097).
1979
1980 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1981
1982         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1983         (bug#13263).
1984
1985         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1986         buffer exists before using it (bug#12475).
1987
1988         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1989         offline groups (bug#11937).
1990
1991         * message.el (message-yank-original): When using customize to set the
1992         value of `message-cite-style', the variable it set to a symbol that's
1993         the name of the variable, which must then be dereferenced (bug#12616).
1994
1995 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1996
1997         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1998         the `face' property with a list whose car is the face specified in the
1999         format string and whose cdr is (nil).
2000         * lisp/gnus-util.el
2001         (gnus-put-text-property-excluding-characters-with-faces):
2002         Change accordingly.
2003         (gnus-get-text-property-excluding-characters-with-faces): New function.
2004         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2005         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2006         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2007
2008 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2009
2010         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2011         login methods.
2012         (nnimap-login): Respect the `nnimap-authenticator' variable.
2013
2014         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2015         mark state when moving articles.  Otherwise unticked articles will get
2016         their ticks back after moving.
2017
2018 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2019
2020         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2021
2022         * message.el (message-ignored-news-headers): Always remove
2023         X-Message-SMTP-Method to avoid information leakage if the user
2024         mistakenly inserts the header into news messages.
2025
2026         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2027
2028         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2029         right than four characters, this command would move point to
2030         `point-max'.  Don't do that.
2031
2032         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2033         to nil to allow re-selecting groups that gain articles.
2034         (gnus-bug-group-download-format-alist): Update the URL.
2035
2036 2012-12-23  Andreas Schwab  <schwab@suse.de>
2037
2038         * shr.el (shr-tag-em): Render em as italic, not bold.
2039
2040 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2043         for reuse.
2044         (gnus-open-server): Use it to add more tracing.
2045         (gnus-finish-retrieve-group-infos): Add backend tracing.
2046         (gnus-backend-trace): Also note the elapsed seconds.
2047
2048 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2049
2050         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2051         Set epa-file-encrypt-to from variable to avoid querying.
2052
2053 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2054
2055         * sieve-mode.el (sieve-font-lock-keywords):
2056         Keywords should be word delimited.  (Bug#13173)
2057
2058 2012-12-13  Andreas Schwab  <schwab@suse.de>
2059
2060         * tls.el (tls-program): Update customize type.
2061
2062 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2065         instead of <pre> to align message header.
2066
2067 2012-12-12  Sam Steingold  <sds@gnu.org>
2068
2069         * gnus.el (gnus-other-frame-resume-function): Add user option.
2070         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2071
2072 2012-12-06  Sam Steingold  <sds@gnu.org>
2073
2074         * gnus-start.el (gnus-before-resume-hook): Add.
2075         (gnus-1): Run it when Gnus is alive.
2076
2077 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2080         * gnus-art.el (article-unsplit-urls)
2081         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2082         * gnus-registry.el (gnus-registry-get-article-marks)
2083         * message.el (message-goto-body): Use it.
2084         (message-called-interactively-p): Remove.
2085
2086         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2087         (spam-stat-score-buffer): Use it.
2088
2089         * spam.el: Silence the warnings against BBDB functions when compiling.
2090
2091         * gnus-score.el (gnus-score-decode-text-parts):
2092         Use append+mapcar instead of the cl function mapcan.
2093
2094 2012-12-05  Sam Steingold  <sds@gnu.org>
2095
2096         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2097         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2098         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2099
2100 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * gmm-utils.el (gmm-called-interactively-p): Revert.
2103         This seems to cause Emacs to get stuck!
2104         * gnus-art.el (article-unsplit-urls)
2105         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2106         * gnus-registry.el (gnus-registry-get-article-marks)
2107         * message.el (message-goto-body)
2108         (message-called-interactively-p): Revert.
2109
2110         * gmm-utils.el (gmm-called-interactively-p): New function.
2111         * gnus-art.el (article-unsplit-urls)
2112         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2113         * gnus-registry.el (gnus-registry-get-article-marks)
2114         * message.el (message-goto-body): Use it.
2115         (message-called-interactively-p): Remove.
2116
2117         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2118         * gnus-sync.el (gnus-sync-lesync-call)
2119         * message.el (message-read-from-minibuffer): Use it.
2120
2121 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gmm-utils.el (gmm-flet): Remove.
2124         * gnus-sync.el (gnus-sync-lesync-call)
2125         * message.el (message-read-from-minibuffer): Don't use it.
2126
2127 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2130
2131 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2134
2135         * gnus-sync.el (gnus-sync-lesync-call)
2136         * message.el (message-read-from-minibuffer): Use gmm-flet.
2137
2138         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2139
2140         * gnus-util.el (gnus-macroexpand-all): Remove.
2141
2142 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2143
2144         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2145         to TAB, not [tab].
2146         (gnus-summary-article-map): Likewise.
2147
2148         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2149         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2150
2151 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2152
2153         * time-date.el: Commentary fix.
2154
2155 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2156
2157         * color.el: Don't require cl.
2158         (color-complement): `caddr' -> `nth 2'.
2159
2160         * time-date.el (time-to-seconds): De-obsolete.
2161
2162 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * message.el (message-get-reply-headers):
2165         Make sure the reply goes to the author if it is a wide reply.
2166
2167 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2168
2169         * gnus-score.el (gnus-score-body):
2170         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2171         scoring by body.
2172
2173 2012-11-16  Glenn Morris  <rgm@gnu.org>
2174
2175         * gnus-diary.el (nndiary-request-create-group-functions)
2176         (nndiary-request-update-info-functions)
2177         (gnus-subscribe-newsgroup-functions)
2178         (nndiary-request-accept-article-functions):
2179         Use new names for hooks rather than obsolete aliases.
2180
2181 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2184
2185 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2188         in meta tag with the one the part specifies in its header.
2189
2190 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2191
2192         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2193         by default.
2194
2195 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2198         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2199
2200 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2203         and a runtime function for it, of which the XEmacs version takes only
2204         two arguments.
2205
2206 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2207
2208         * nndiary.el (nndiary-request-create-group-functions)
2209         (nndiary-request-update-info-functions)
2210         (nndiary-request-accept-article-functions):
2211         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2212         "-hooks" suffix.
2213
2214 2012-10-19  Julien Danjou  <julien@danjou.info>
2215
2216         * gnus-art.el: Require gnus-util because it uses
2217         `gnus-timer--function'.
2218
2219 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2220
2221         * starttls.el (starttls-extra-arguments): Doc fix.
2222
2223 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2226         it.
2227
2228 2012-10-06  Glenn Morris  <rgm@gnu.org>
2229
2230         * gnus-notifications.el (gnus-notifications):
2231         Add missing group :version tag.
2232         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2233         (gnus-gcc-post-body-encode-hook):
2234         * gnus-sync.el (gnus-sync-lesync-name)
2235         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2236
2237 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2238
2239         * color.el (color-hsl-to-rgb): Fix incorrect results for
2240         small and large hue values.  (Bug#12559)
2241
2242 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         New UIDL implementation.
2245
2246         * mail-source.el (mail-sources, mail-source-keyword-map):
2247         Add :leave as a pop3 keyword.
2248         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2249
2250         * pop3.el (pop3-leave-mail-on-server): Allow number.
2251         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2252         (pop3-movemail): Add UIDL support.
2253         (pop3-send-streaming-command): Take a list of mail numbers instead of
2254         the number of mails.
2255         (pop3-write-to-file): Add X-UIDL header.
2256         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2257         (pop3-uidl-add-xheader): New functions.
2258
2259         * message.el (message-ignored-resent-headers):
2260         Add X-Content-Length and X-UIDL headers.
2261
2262 2012-10-05  Glenn Morris  <rgm@gnu.org>
2263
2264         * color.el (color-name-to-rgb, color-rgb-to-hex)
2265         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2266         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2267         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2268         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2269
2270 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2273         a user about whether to delete temp files if once a user answered as n.
2274
2275 2012-09-25  Chong Yidong  <cyd@gnu.org>
2276
2277         * password-cache.el (password-read-and-add): Use a declare form to mark
2278         this function obsolete.
2279
2280 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * lpath.el: Bind mail-encode-mml for old Emacsen.
2283
2284 2012-09-17  Richard Stallman  <rms@gnu.org>
2285
2286         * message.el (message-in-body-p): Don't set mark or modify buffer.
2287
2288         * mml.el (mml-attach-file): Doc fix.
2289         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2290         Set mail-encode-mml when in Mail mode.
2291         Simplify code to set HEAD and move back to HEAD.
2292         (mml-insert-multipart, mml-insert-part):
2293         Set mail-encode-mml when in Mail mode.
2294
2295 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * gnus-util.el (gnus-timer--function): New function.
2298
2299         * gnus-art.el (gnus-article-stop-animations): Use it.
2300
2301 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2302
2303         Fix glitches caused by addition of psec to timers.
2304         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2305         rather than raw access to timer vector.
2306
2307 2012-09-11  Julien Danjou  <julien@danjou.info>
2308
2309         * gnus-notifications.el (gnus-notifications): Check for nil values in
2310         ignored addresses check.
2311
2312 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2313
2314         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2315
2316 2012-09-07  Chong Yidong  <cyd@gnu.org>
2317
2318         * gnus-util.el
2319         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2320
2321         * gnus-salt.el (gnus-tree-highlight-node):
2322         * gnus-sum.el (gnus-summary-highlight-line):
2323         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2324
2325 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2326
2327         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2328
2329 2012-09-06  Juri Linkov  <juri@jurta.org>
2330
2331         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2332         scheme for buffer names to be more consistent with other group and
2333         article buffer names in Gnus.
2334
2335 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-util.el
2338         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2339
2340         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2341         Jenkner.
2342
2343         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2344
2345         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2346
2347         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2348
2349 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2352         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2353
2354         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2355         string-prefix-p in Emacs >=23.2.
2356
2357         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2358         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2359         instead of string-match-p.
2360         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2361
2362 2012-09-06  Kenichi Handa  <handa@gnu.org>
2363
2364         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2365         lowercase a..f.
2366
2367 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2368
2369         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2370
2371 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2372
2373         * nnimap.el (nnimap-request-move-article): Decode the group name when
2374         doing internal moves to avoid charset issues.
2375
2376         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2377         TIME is set.
2378
2379 2012-09-05  Juri Linkov  <juri@jurta.org>
2380
2381         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2382         than one group at a time (bug#11961).
2383
2384 2012-09-05  Julien Danjou  <julien@danjou.info>
2385
2386         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2387         this hide the real reason with a message giving absolutely no hint.
2388
2389 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2390
2391         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2392         to the backend (bug#11804).
2393
2394         * message.el (message-insert-newsgroups): Don't insert newsgroup
2395         duplicates (bug#12275).
2396
2397 2012-09-05  John Wiegley  <johnw@newartisans.com>
2398
2399         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2400         sieve rules.
2401
2402 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2403
2404         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2405         function.
2406
2407         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2408
2409         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2410
2411 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2412
2413         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2414         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2415         This should make nnmaildir more usable with offlineimap.
2416
2417 2012-09-05  Julien Danjou  <julien@danjou.info>
2418
2419         * nnimap.el (nnimap-request-list): Revert change that made listing
2420         synchronous.
2421         (nnimap-get-responses): Restore.
2422
2423 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2424
2425         * dgnushack.el: XEmacs 21.5 compilation fix.
2426
2427         * gnus-notifications.el (gnus-notifications-notify): Use it.
2428
2429         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2430         warnings on XEmacs.
2431
2432 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2433
2434         Better seeds for (random).
2435         * gnus-sync.el (gnus-sync-lesync-setup):
2436         * message.el (message-canlock-generate, message-unique-id):
2437         Change (random t) to (random), now that the latter is more random.
2438
2439 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2440
2441         * nnimap.el (nnimap-change-group): Document result value
2442
2443         * auth-source.el (auth-sources): Fix macos keychain access.
2444
2445         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2446         allow the backend `request-head' function to determine the group
2447         name on its own.
2448         (gnus-request-expire-articles): Filter out negative article numbers
2449         during expiry (Bug#11980).
2450
2451         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2452         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2453
2454         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2455         you've found the article when you haven't.
2456
2457         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2458         that nnimap-change-group can return t.
2459
2460 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2461
2462         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2463
2464 2012-08-30  Julien Danjou  <julien@danjou.info>
2465
2466         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2467         `gnus-notifications-timeout'.
2468         (gnus-notifications-timeout): Add.
2469         (gnus-notifications-action): New function.
2470         (gnus-notifications-notify): Add :action using
2471         `gnus-notifications-action'.
2472         (gnus-notifications-id-to-msg): New variable.
2473         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2474         notifications id to messages.
2475
2476 2012-08-30  Kenichi Handa  <handa@gnu.org>
2477
2478         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2479         once.
2480
2481 2012-08-29  Julien Danjou  <julien@danjou.info>
2482
2483         * gnus-notifications.el: New file.
2484         (gnus-notifications-notify): New function.
2485         (gnus-notifications): Use `gnus-notifications-notify'.
2486
2487 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2490         transfer encoding first; bind gnus-newsgroup-charset to the charset
2491         that the article specifies (Bug#12209).
2492
2493 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2496         (gnus-group-customize-done): Encode values posting-style holds.
2497
2498         * gnus-msg.el (gnus-summary-resend-message)
2499         (gnus-configure-posting-styles): Decode values posting-style group
2500         parameter holds.
2501
2502 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2505         `name' and `address' in Resent-From header.
2506
2507 2012-08-14  Chong Yidong  <cyd@gnu.org>
2508
2509         * gnus-art.el (article-display-face): Handle failure in
2510         gnus-create-image (Bug#11802).
2511
2512 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2513
2514         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2515         Use defsetf.
2516
2517 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2518
2519         * auth-source.el (auth-source-plstore-search)
2520         (auth-source-secrets-search): Ignore :require and :type in search spec.
2521
2522 2012-08-06  Julien Danjou  <julien@danjou.info>
2523
2524         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2525         `nnimap-request-move-article'.
2526
2527         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2528         Remove autoload, already handled by gnus.el.
2529
2530         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2531
2532         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2533         supported by nnimap actually.  Reverts previous change.
2534
2535         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2536         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2537         to-buffer argument that is already supported.
2538
2539 2012-08-05  Julien Danjou  <julien@danjou.info>
2540
2541         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2542         Add autoload.
2543
2544 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus.el (gnus-valid-select-methods): Fix custom type.
2547
2548 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2549
2550         * auth-source.el (auth-sources, auth-source-backend-parse)
2551         (auth-source-macos-keychain-search)
2552         (auth-source-macos-keychain-search-items)
2553         (auth-source-macos-keychain-result-append)
2554         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2555         auth-source.el through the /usr/bin/security utility.
2556         (auth-sources): Fix syntax error.
2557         (auth-source-macos-keychain-result-append): Fix variable name.
2558         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2559
2560 2012-07-27  Julien Danjou  <julien@danjou.info>
2561
2562         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2563         Emacs < 24.1
2564
2565 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * message.el (message-kill-address): Don't kill last newline.
2568         (message-skip-to-next-address): Don't move to the next header.
2569         (message-fill-field-address): Work properly.
2570
2571 2012-07-25  Julien Danjou  <julien@danjou.info>
2572
2573         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2574
2575 2012-07-24  Julien Danjou  <julien@danjou.info>
2576
2577         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2578
2579         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2580         (nntp-async-timer-handler): Remove, unused.
2581
2582         * nnimap.el (nnimap-get-responses): Remove, unused.
2583
2584         * nnheader.el (mail-header-set-extra): Remove, unused.
2585
2586         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2587         unused.
2588
2589         * mm-view.el (mm-view-sound-file): Remove, unused.
2590
2591         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2592         (mm-url-encode-multipart-form-data): Remove, unused.
2593
2594         * message.el (message-remove-signature, message-make-host-name)
2595         (message-fill-address): Remove, unused.
2596
2597         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2598         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2599         unused.
2600
2601         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2602         (gnus-xmas-call-region): Remove, unused.
2603
2604         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2605
2606         * gnus-util.el (gnus-extract-address-component-name)
2607         (gnus-extract-address-component-email, gnus-sortable-date)
2608         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2609         (gnus-process-live-p): Remove, unused.
2610
2611         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2612
2613         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2614         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2615         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2616         function.
2617
2618         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2619
2620         * gnus-score.el (gnus-summary-score-crossposting)
2621         (gnus-score-regexp-bad-p): Remove, unused.
2622
2623         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2624
2625         * gnus-range.el (gnus-sublist-p): Remove, unused.
2626
2627         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2628         unused.
2629
2630         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2631
2632         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2633         (gnus-request-associate-buffer): Remove, unused.
2634
2635         * gnus-group.el (gnus-group-set-method-info)
2636         (gnus-group-set-params-info): Remove, unused.
2637
2638         * gnus-fun.el (gnus-shell-command-to-string)
2639         (gnus-shell-command-on-region): Remove, unused.
2640
2641         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2642
2643         * gnus-art.el (gnus-article-text-type-exists-p)
2644         (article-translate-characters, gnus-article-hide-text-of-type)
2645         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2646         Remove, unused.
2647
2648 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2649
2650         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2651
2652 2012-07-21  Julien Danjou  <julien@danjou.info>
2653
2654         * message.el (message-dont-reply-to-names): Replace deprecated
2655         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2656         (message-get-reply-headers): Ditto.
2657
2658 2012-07-18  Julien Danjou  <julien@danjou.info>
2659
2660         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2661         `sieve-upload-and-kill'.
2662
2663         * sieve.el (sieve-bury-buffer): Remove function.
2664         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2665         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2666
2667 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2668
2669         * shr.el (shr-expand-url): Handle URL starting with `//'.
2670
2671 2012-07-13  Chong Yidong  <cyd@gnu.org>
2672
2673         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2674         instead of calling toggle-read-only with a (bogus) argument.
2675
2676 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2677
2678         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2679         of initial input when reading the author to restrict the summary to.
2680
2681 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * mm-decode.el (mm-shr):
2684         Allow overriding charset by mm-charset-override-alist.
2685
2686 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-art.el (gnus-article-view-part):
2689         Toggle subparts of multipart/alternative part.
2690
2691 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2692
2693         * shr.el (shr-render-buffer): New command.
2694         (shr-visit-file): Use it.
2695
2696 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2699         Set no-byte-compile and no-update-autoloads.
2700
2701 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2704
2705 2012-06-25  Julien Danjou  <julien@danjou.info>
2706
2707         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2708         `nnimap-request-move-articles-find-limit' since we do not use it only
2709         for move operations.
2710         (nnimap-request-accept-article): Use
2711         `nnimap-request-articles-find-limit' to limit search by message-id.
2712
2713 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2714
2715         Support higher-resolution time stamps (Bug#9000).
2716
2717         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2718         VARLIST.  It's optional, for backward compatibility.
2719         (encode-time-value): New optional arg PICO.  New type 3.
2720         (time-to-seconds) [!float-time]: Support the new picoseconds
2721         component if it's used.
2722         (seconds-to-time, time-subtract, time-add):
2723         Support ps-resolution time stamps as well.
2724
2725 2012-06-19  Julien Danjou  <julien@danjou.info>
2726
2727         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2728
2729         * nnimap.el (nnimap-log-buffer): Check that
2730         `window-point-insertion-type' is boundp, since it's not available in
2731         XEmacs.
2732
2733 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2734
2735         * nnimap.el (nnimap-log-buffer): Add this, setting
2736         `window-point-insertion-type' in the buffer to t.
2737         (nnimap-log-command): Use nnimap-log-buffer.
2738
2739 2012-06-19  Julien Danjou  <julien@danjou.info>
2740
2741         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2742         argument to be able to limit the search.
2743         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2744         (nnimap-request-move-articles-find-limit): Add this to limit the search
2745         by Message-Id after a message move.
2746         (nnimap): Add defgroup.
2747
2748 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2749
2750         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2751
2752 2012-06-15  Julien Danjou  <julien@danjou.info>
2753
2754         * nnimap.el (nnimap-find-article-by-message-id): Use
2755         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2756         (nnimap-possibly-change-group): Add read-only argument.
2757         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2758         issuing EXAMINE manually.
2759         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2760         with read-only argument.
2761         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2762         cannot possibly change because we need to be sure that it's either
2763         read-write or read-only.
2764
2765 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2768         being bound to a lambda form.
2769
2770 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2771
2772         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2773         articles when fetch-old is non-nil (bug#11370).
2774
2775 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2776
2777         * gnus-picon.el (gnus-picon-properties): New defcustom.
2778         (gnus-picon-create-glyph): Use it.
2779
2780 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-group.el (gnus-group-get-new-news): Respect
2783         `gnus-group-use-permanent-levels', as documented (bug#11638).
2784
2785 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2786
2787         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2788         groups (bug#11641).
2789
2790 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2791
2792         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2793         is an integer to avoid later problems.
2794
2795 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2798         locales.
2799
2800         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2801         on a handle.
2802
2803         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2804         address as the default.
2805         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2806
2807         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2808         makes no sense to query the user about internal files.
2809
2810         * gnus-spec.el: Remove all the byte-compilation stuff, since
2811         benchmarking shows that it doesn't help when entering large summary
2812         buffers.
2813
2814         * gnus-xmas.el (gnus-xmas-define): Remove.
2815
2816         * gnus-util.el (gnus-byte-code): Remove.
2817
2818         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2819         grouplens stuff.
2820
2821 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2824         (bug#11514).
2825
2826 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2827
2828         * message.el (message-buffers): Return all buffers derived from Message
2829         to make `gnus-dired-attach' work with mu4e.
2830
2831 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * nntp.el: Stop the `letf' madness.
2834         (nntp--report-1): New var.
2835         (nntp-report): Merge nntp-report-1 into it.
2836         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2837         the nntp-report function.
2838
2839         * auth-source.el: Fix comment-style to follow the convention.
2840
2841 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2842
2843         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2844         (mm-dissect-singlepart): Don't guess the MIME type of
2845         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2846         set.
2847         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2848         toplevel MIME type is multipart/encrypted.
2849
2850 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2853         a string so that Gcc works (bug#11514).
2854
2855 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2856
2857         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2858         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2859
2860 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2861
2862         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2863         jumping to *Server* from a dedicated *Group* window.
2864         (gnus-configure-frame): CSE.
2865
2866         * gnus-registry.el: Minor style cleanup.
2867         (gnus-registry--set/remove-mark): New function, extracted from
2868         gnus-registry-install-shortcuts.
2869         (gnus-registry-install-shortcuts): Use it.
2870
2871 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * nnspool.el (news-path): Use eval-and-compile.
2874
2875 2012-05-24  Glenn Morris  <rgm@gnu.org>
2876
2877         * nnspool.el (news-directory, news-path, news-inews-program):
2878         Move here from paths.el.  Don't see a need for these to be autoloaded.
2879
2880         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2881         Merge in doc from paths.el version.  Don't see any need for this to be
2882         autoloaded, or for the warning about users not setting it.
2883
2884 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2885
2886         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2887         format.  In particular, add an optional argument and a docstring.
2888
2889         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2890
2891         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2892         current before calling `gnus-groups-to-gnus-format'.
2893         Note that this was already the case for `gnus-active-to-gnus-format'.
2894
2895 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2896
2897         Fix minor Y10k bug.
2898         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2899
2900 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2901
2902         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2903         message once it's actually open.
2904
2905 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2906
2907         * gnus.el: Ma Gnus v0.5 is released.
2908
2909 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2910
2911         * auth-source.el (auth-source--aput-1, auth-source--aput)
2912         (auth-source--aget): New functions and macros.
2913         Use them instead of aput/aget.
2914
2915 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2916
2917         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2918
2919 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2920
2921         * plstore.el (plstore-called-interactively-p): New compat macro copied
2922         from message.el.
2923         (plstore-mode): Use it.
2924
2925 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2926
2927         * plstore.el: Revive the editing feature.
2928         (plstore-mode): New mode to edit plstore file.
2929         (plstore-mode-toggle-display, plstore-mode-original)
2930         (plstore-mode-decoded): New command.
2931         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2932         (plstore--insert-buffer, plstore--make): New function.
2933         (plstore-open, plstore-save): Simplify by using them.
2934
2935 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2938
2939 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2940
2941         * tls.el (open-tls-stream): Remove unused binding.
2942
2943 2012-04-16  Glenn Morris  <rgm@gnu.org>
2944
2945         * nndraft.el (nndraft-request-list): Fix declaration.
2946
2947 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * mm-decode.el (mm-dissect-buffer): Doc fix.
2950
2951         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2952         don't have a current group.
2953
2954         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2955         buffer if it doesn't exist.
2956
2957         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2958         given, mark the group as ephemeral with the current window conf.
2959
2960         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2961         buffer exists, which it doesn't if we haven't started Gnus.
2962         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2963
2964 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2967         type is.
2968
2969         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2970         `unexists' entries.
2971         (gnus-clean-old-newsrc): Fix last checkin.
2972
2973         * nnimap.el (nnimap-update-info): None of the articles below the active
2974         low-water mark exist.
2975
2976         * dgnushack.el: Get rid of XEmacs compilation warning.
2977
2978         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2979         would have gotten if we posted to the group, and use that to compare
2980         against the message we want to cancel (bug#10808).
2981
2982         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2983         on XEmacs.
2984
2985 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2986
2987         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2988         `scroll-margin'.
2989
2990 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2991
2992         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2993         citation prefix within a block of cited text should be considered part
2994         of that block *only* if it is a blank line.
2995
2996 2012-04-09  Chong Yidong  <cyd@gnu.org>
2997
2998         * binhex.el, hashcash.el, uudecode.el:
2999         Remove * characters from the front of variable docstrings.
3000
3001 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3004         before kinsoku-bol characters nor within kinsoku-eol characters.
3005
3006 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3009         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3010         (gnus-sync-read): Use mapc instead of mapcar.
3011
3012         * mm-archive.el: Require mm-decode for some macros.
3013         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3014         the byte compiler.
3015         (mm-archive-decoders): New function that returns the value of
3016         the mm-archive-decoders variable.
3017
3018         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3019         instead.
3020         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3021
3022         * nnimap.el (gnus-refer-thread-use-nnir):
3023         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3024
3025 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3028
3029 2012-03-12  Peter Münster  <pmrb@free.fr>
3030
3031         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3032         (gnus-demon-cancel): Ditto.
3033         (gnus-demon-run-callback): When function cannot be called due to low
3034         idleness, call it when idleness reaches the expected value, instead of
3035         waiting another timer period.
3036         (gnus-demon-init): Add `time' to arguments of call-back.
3037
3038 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3041
3042         * gnus.el: Register gnus-registry functions.
3043
3044         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3045         indent.
3046
3047         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3048         enabled before warping.
3049
3050 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3051
3052         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3053         registry about each article retrieved.
3054
3055         * gnus-int.el (gnus-select-group-with-message-id): New function.
3056         (gnus-try-warping-via-registry): Ditto.
3057         (gnus-warp-to-article): Fall back on the registry.
3058
3059 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3060
3061         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3062         inboxes.
3063
3064 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3067
3068 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3071         gnus-gcc-self-resent-messages may be a group parameter.
3072         (gnus-summary-resend-message): Don't encode encoded words in header
3073         when Gcc'ing resent message.
3074
3075 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * shr.el (shr-insert): Treat non-breaking space just like normal
3078         space.  This seems to produce more pleasing results.
3079         (shr-insert): Only insert a blank line if we're starting from an image.
3080         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3081         (shr-ensure-paragraph): Consider lines with white space to be blank.
3082
3083 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3084
3085         * Makefile.in: Respect DESTDIR.
3086
3087 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3088
3089         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3090         and gnus-gcc-post-body-encode-hook.
3091
3092 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3095         messages that don't exist.
3096
3097         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3098
3099 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3102         Remove.
3103
3104         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3105
3106         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3107
3108 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3111         have a group name.
3112
3113         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3114         a multibyte buffer (bug#7410).
3115         (article-wash-html): Parse the original article buffer to get the
3116         unencoded data (bug#7410).
3117
3118         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3119         .newsrc.el files.
3120
3121 2012-04-05  Bastien Guerry  <bzg@altern.org>
3122
3123         * color.el (color-lighten-name): Fix typo.
3124
3125 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3128         "#" to avoid having them interpreted as comments.
3129
3130 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * shr.el (shr-insert): Update the text state properly to avoid
3133         inserting spurious paragraph starts.
3134
3135 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * shr.el (shr-table-widths): Divide the extra width more fairly over
3138         the TDs (bug#10973).
3139         (shr-render-td): Don't delete too much padding.
3140         (shr-natural-width): Compute the natural width more correctly.
3141         (shr-insert): Allow the natural width to be computed for tables again.
3142         (shr-tag-table-1): Rework how the natural widths are computed by
3143         rendering the table a third time.
3144         (shr-natural-width): Removed.
3145         (shr-buffer-width): New function.
3146         (shr-expand-newlines): Use it.
3147
3148         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3149         using a `gnus-use-full-window' setup (bug#11013).
3150
3151 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3154         24.1 release.
3155
3156 2012-03-10  David Edmondson  <dme@dme.org>
3157
3158         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3159         'Forwarded Message' header and the start of the message.
3160
3161 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3162
3163         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3164         isn't running (bug#10897).
3165
3166 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3169         This is inconsistent with all the other stream functions, which leave
3170         the setting up to the higher levels (if so wanted) (bug#10931).
3171
3172 2012-02-28  Glenn Morris  <rgm@gnu.org>
3173
3174         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3175         mm-decode.el: Standardize possessive apostrophe usage.
3176
3177 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3180
3181 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3182
3183         * parse-time.el (parse-time-string): Allow extractor to return nil.
3184
3185 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3188
3189 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3190
3191         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3192
3193 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3194
3195         * mm-decode.el (mm-shr): Remove "soft hyphens".
3196
3197         * nnimap.el (nnimap-request-list): Return the group names encoded as
3198         utf8.  Otherwise non-European group names don't work.
3199         (nnimap-request-newgroups): Ditto.
3200
3201         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3202         the default in `read-string' (bug#10757).
3203
3204         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3205         topics (bug#10843).
3206
3207         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3208         buffer.  Suggested by Herbert Valerio Riedel.
3209         (nnimap-request-move-article): Delete the message from the correct IMAP
3210         server.
3211
3212 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3213
3214         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3215         Reported by Peter Münster.
3216
3217 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3218
3219         * shr.el (shr-image-fetched): Make sure we really kill the right
3220         buffer.
3221
3222 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3223
3224         * gnus-start.el (gnus-1): Avoid duplicate entries.
3225
3226 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3227
3228         * imap.el: Remove.
3229
3230         * nntp.el (nntp-coding-system-for-read): Remove.
3231         (nntp-coding-system-for-write): Ditto.
3232         (nntp-open-connection): Just use `binary' directly.
3233
3234         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3235         Gnus 0.3.
3236
3237 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3238
3239         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3240         application/octet-stream parts really is.
3241
3242         * gnus-sum.el (gnus-propagate-marks): Remove.
3243
3244 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3245
3246         * shr.el (shr-rescale-image): Undo previous change; see
3247         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3248
3249 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3250
3251         * gnus.el: Ma Gnus v0.3 is released.
3252
3253 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-sum.el (gnus-summary-local-variables): Make
3256         `gnus-newsgroup-unexist' into a local variable.
3257
3258 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3259
3260         * registry.el (registry-usage-test, registry-persistence-test): Move to
3261         tests/gnustest-registry.el.
3262         (registry-make-testable-db, registry-match-test)
3263         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3264
3265         * gnus-registry.el (gnus-registry-misc-test)
3266         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3267
3268         * tests/gnustest-registry.el: New file with the registry and
3269         gnus-registry ERT tests.
3270
3271 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * gnus-msg.el (gnus-summary-resend-message): Make
3274         gnus-summary-resend-message-insert-gcc be last item in
3275         message-header-setup-hook.
3276
3277 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3278
3279         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3280         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3281         Remove.
3282         (nnfolder-open-server): Don't use marks.
3283         (nnfolder-request-delete-group): Ditto.
3284         (nnfolder-request-rename-group): Ditto.
3285         (nnfolder-request-set-mark, nnfolder-request-marks)
3286         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3287         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3288
3289         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3290         (nnml-marks-modtime): Remove.
3291         (nnml-request-delete-group): Don't use marks.
3292         (nnml-request-rename-group): Ditto.
3293         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3294         (nnml-save-marks, nnml-open-marks): Remove.
3295
3296         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3297         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3298         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3299         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3300         (nntp-server-to-method-cache): Remove.
3301
3302         * shr.el (shr-rescale-image): Fix wrong merge.
3303
3304 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3305
3306         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3307         too-wide lines.
3308
3309 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3310
3311         * nnimap.el (nnimap-record-commands): New variable.
3312         (nnimap-log-command): Use it.
3313         (nnimap-make-process-buffer): Add a space to the process buffer.
3314         (nnimap-transform-headers): Don't bug out on header lines containing
3315         stuff that look like IMAP length encodings.
3316
3317         * shr.el (shr-rescale-image): Allow viewing large images.
3318
3319 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3320
3321         * nnml.el (nnml-request-compact-group): Delete the marks file after
3322         compaction (bug#10800).
3323
3324         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3325         group exit.
3326
3327         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3328         QRESYNC/FETCH output.
3329
3330 2012-02-11  Glenn Morris  <rgm@gnu.org>
3331
3332         * sieve-manage.el (sieve-manage-default-stream):
3333         * shr.el (shr):
3334         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3335         (nnir-retrieve-headers-override-function)
3336         (nnir-imap-default-search-key, nnir-notmuch-program)
3337         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3338         (nnir-method-default-engines):
3339         * message.el (message-cite-reply-position):
3340         * gssapi.el (gssapi-program):
3341         * gravatar.el (gravatar):
3342         * gnus-sum.el (gnus-refer-thread-use-nnir):
3343         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3344         (gnus-registry-max-pruned-entries):
3345         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3346         * gnus-int.el (gnus-after-set-mark-hook)
3347         (gnus-before-update-mark-hook):
3348         * gnus-async.el (gnus-async-post-fetch-function):
3349         * auth-source.el (auth-source-cache-expiry):
3350         Add missing :version tags to new defcustoms and defgroups.
3351
3352 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3355         `gnus-newsgroup-unexist'.
3356
3357         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3358         marks.
3359         (gnus-article-special-mark-lists): Put the `unexist' in the special
3360         marks list instead.
3361
3362         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3363         articles in the list of articles to be selected.
3364
3365         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3366         articles.
3367         (nnimap-update-info): Keep track of unexisting articles.
3368         (nnimap-update-qresync-info): Ditto.
3369
3370 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3371
3372         * message.el (message-default-send-mail-function): Made into own
3373         function for reuse by emacsbug.el.
3374
3375 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3376
3377         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3378         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3379
3380 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3381
3382         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3383         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3384
3385         * gnus-compat.el: Define `timer-set-function'.
3386
3387         * mm-decode.el (mm-display-external): Output the text from the command
3388         in the buffer after the command finished.  This makes text-based
3389         commands behave better.
3390
3391 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3392
3393         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3394
3395 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3396
3397         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3398         23.1.
3399
3400 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3403
3404 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3405
3406         * message.el (smtpmail-smtp-user): Silence compiler warning.
3407
3408 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3409
3410         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3411         SMTP user name.
3412
3413 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-sum.el (gnus-summary-show-thread):
3416         next-single-char-property-change may return nil in XEmacs.
3417         (gnus-summary-article-map): Fix typo.
3418
3419 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3420
3421         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3422         running.
3423
3424         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3425
3426         * gnus.el (gnus-server-extend-method): Don't add an -address component
3427         if the method already has one (bug#9676).
3428
3429 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3432         of an initial-input for consistency (bug#10757).
3433
3434         * dgnushack.el: Fix XEmacs compilation warning.
3435
3436         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3437
3438         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3439
3440 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3441
3442         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3443         lines that are narrower than the window width.  Otherwise background
3444         "blocks" will look less readable.
3445
3446 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3447
3448         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3449         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3450         have newlines within the strings, and where the UID comes after the
3451         BODYSTRUCTURE element (bug#10537).
3452
3453         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3454         (bug#10732).
3455
3456         * shr.el (shr-insert-document): Add doc string.
3457         (shr-visit-file): Ditto.
3458         (shr-remove-trailing-whitespace): New function.
3459         (shr-insert-document): Use it to clean up trailing whitespace as the
3460         final step (bug#10714).
3461
3462 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3465         buffer if `gnus-kill-summary-on-exit' is nil.
3466
3467 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3468
3469         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3470         when just reading a single group from "without" Gnus.
3471
3472 2012-02-06  Chong Yidong  <cyd@gnu.org>
3473
3474         * gnus-sum.el (gnus-summary-show-thread):
3475         next-single-char-property-change never returns nil (Bug#8657).
3476
3477 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3478
3479         * message.el (message-multi-smtp-send-mail): New function.
3480         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3481         header to implement multi-SMTP functionality.
3482
3483         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3484         (gnus-agentize): Don't set it.
3485         (gnus-agent-send-mail): Don't use it.
3486
3487         * gnus-sum.el (gnus-summary-widget-backward): New function and
3488         keystroke.
3489
3490         * gnus-compat.el: More the compat functions more compatible.
3491
3492         * shr.el (shr-put-image): Remove underlines from sliced images.
3493         (shr-zoom-image): Compute the region to be replaced more correctly.
3494
3495 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3498         (gnus-summary-resend-message-insert-gcc): New function.
3499         (gnus-summary-resend-message): Modify message-header-setup-hook and
3500         message-sent-hook to make it work for Gcc.
3501         (gnus-inews-do-gcc): Update the number of unread articles of groups
3502         that messages are Gcc'd to.
3503
3504         * message.el (message-resend): Run message-sent-hook to do Gcc.
3505
3506 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3507
3508         * lpath.el: Fix an XEmacs compilation warning.
3509
3510         * gnus-compat.el: Require `help-fns' to fix compilation error.
3511
3512         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3513         a higher level to silence compilation.
3514
3515         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3516         parameter to allow controlling the scaling.
3517
3518         * shr.el (shr-zoom-image): New command and keystroke.
3519         (shr-put-image): Take a `size' flag to say how to scale the image.
3520
3521         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3522         deletion unless already defined.
3523
3524         * gnus.el (gnus-compat): Require it.
3525
3526         * gnus-compat.el: New file.
3527
3528         * gnus-start.el (gnus-clean-old-newsrc): New function.
3529         (gnus-read-newsrc-file): Use it.
3530
3531         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3532         Use recursive deletion.
3533         (mm-dissect-archive): Add support for zip files.
3534
3535         * gnus-util.el (gnus-recursive-directory-files): New function.
3536
3537         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3538         (mm-archive-decoders): Add tgz support.
3539
3540         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3541         Otherwise inserting text into the Gnus buffer can look odd.
3542
3543         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3544
3545         * mm-archive.el (mm-archive-decoders): Add support for tar.
3546
3547         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3548
3549         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3550
3551 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3552
3553         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3554
3555         * mm-archive.el: New file.
3556
3557         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3558
3559         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3560
3561         * message.el (message-goto-*): Make all the `message-goto-*' commands
3562         push the mark before moving point.  This makes it easier to go back to
3563         where you came from after editing whatever you jumped to.
3564
3565 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3566
3567         * gnus.el: Ma Gnus v0.1 is released.
3568
3569 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3570
3571         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3572         without reconnecting.
3573         (nnimap-possibly-change-group): Ditto.
3574         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3575         connection has died before being called.
3576
3577 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3578
3579         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3580         an initial sync unless we're really doing one.
3581
3582         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3583         address parameter if one already exists (bug#9676).
3584
3585         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3586         not the prefix, as documented (bug#10689).
3587
3588 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3591         the "server".
3592
3593         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3594         the real error message with the useless "previously known to be down".
3595         Which isn't even correct.
3596
3597         * nntp.el (nntp-open-connection): Report the error message if the nntp
3598         server can't be reached.
3599
3600         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3601         groups we do a total scan for.
3602         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3603         doing that.
3604
3605 2012-01-31  Jim Meyering  <jim@meyering.net>
3606
3607         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3608         Correct a comment (insert "not") and hide nominally-doubled "to".
3609
3610 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3611
3612         * gnus.el (gnus-version): Change name to "Ma Gnus".
3613
3614 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3615
3616         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3617         section in the manual.
3618
3619 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3620
3621         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3622         words.
3623         (rfc2047-encode-string): Ditto.
3624         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3625         understand folded filename="..." parameters, for instance.
3626
3627         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3628         the message for greater debuggability.
3629
3630 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3631
3632         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3633         instead of setting it locally, since the latter doesn't seem to have
3634         any effect (most of the time).
3635
3636 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3637
3638         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3639         function call.
3640
3641 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3642
3643         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3644         seconds, and make the repeat clause with HH:MM specs work as
3645         documented.
3646
3647 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3648
3649         * proto-stream.el (proto-stream-capability-open): Fall back on
3650         :end-of-command if :end-of-capability doesn't exist.
3651
3652 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3655         bound globally in old Emacsen and XEmacsen.
3656
3657 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3658
3659         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3660         so that previous errors don't prohibit getting new news.
3661
3662         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3663
3664         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3665
3666 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3667
3668         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3669         buffer, not of the string which is its name.
3670
3671 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3672
3673         * proto-stream.el (proto-stream-capability-open): Wait for
3674         :end-of-capability, not :end-of-command.
3675
3676         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3677         non-server-marks groups.
3678         (gnus-group-make-articles-read): Ditto.
3679
3680         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3681         methods (bug#9676).
3682
3683         * gnus.el (gnus-method-ephemeral-p): New function.
3684
3685 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3688         left-to-right.
3689
3690 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3691
3692         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3693         warning.
3694
3695 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3696
3697         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3698         macroexpand the nnir things, since they haven't been defined yet, and
3699         nnir requires gnus-sum.
3700
3701 2012-01-24  Julien Danjou  <julien@danjou.info>
3702
3703         * color.el (color-rgb-to-hsl): Fix value computing.
3704         (color-hue-to-rgb): New function.
3705         (color-hsl-to-rgb): New function.
3706         (color-clamp, color-saturate-hsl, color-saturate-name)
3707         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3708         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3709
3710 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3713
3714 2012-01-19  Julien Danjou  <julien@danjou.info>
3715
3716         * color.el (color-name-to-rgb): Use the white color to find the max
3717         color component value and return correctly computed values.
3718         (color-name-to-rgb): Add missing float conversion for max value.
3719
3720 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3721
3722         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3723         logical server name in addition to the actual machine address.
3724
3725         * auth-source.el (auth-source-user-and-password): Add convenience
3726         wrapper to search by just host and optionally user.
3727
3728 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3731         after rendering.
3732
3733 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3736         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3737         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3738
3739 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3742         (bug#9693).
3743         (gnus-summary-setup-buffer): Document return value (bug#9697).
3744
3745         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3746         since ido doesn't work on symbols (bug#9632).
3747
3748         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3749         when getting a single value as when getting all the values.  This means
3750         that atoms like `gcc-self' work cumulatively, like variable settings,
3751         instead of getting the value from the last matching clause.
3752         (gnus-group-find-parameter): Protect against the group buffer not
3753         existing (bug#9585).
3754
3755 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus-start.el (gnus-activate-group): Document more parameters
3758         (bug#9694).
3759
3760         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3761         (bug#9692).
3762
3763         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3764         article was fetched, so that it can be expired later (bug#9958).
3765         (gnus-agent-summary-fetch-series): Add doc string.
3766         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3767         (bug#9517).
3768
3769         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3770         retrieval is happening.
3771
3772         * gnus.el (gnus-parameters): Doc fix.
3773
3774 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3775
3776         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3777         show the thread after expansion.
3778
3779 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * gnus-art.el (article-narrow-to-head): If the head is completely
3782         empty, narrow to the empty region (bug#9764).
3783
3784         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3785         read, and then mark them as unread only when the unread mark is used.
3786         This makes `C-- T k' actually work, even though it's confusing.
3787
3788         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3789         alive before we try to find its window.
3790
3791 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3792
3793         * mm-decode.el (mm-display-external): Use a longer timeout for the
3794         deletion to allow slow programs to display the file.
3795
3796 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3799         prompt to be less confusing.
3800
3801         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3802         argument to `message-reply'.  This broke `special-display-*' frame
3803         pop-uping (bug#10238).
3804
3805 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3808         systems, since these allegedly don't work there.
3809
3810 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3811
3812         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3813         live buffer.
3814
3815 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * nnir.el (nnir-retrieve-headers): Protect against the article not
3818         existing on the server (bug#10335).
3819
3820 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3821
3822         * gnus-agent.el (gnus-agent-load-local): Recompute
3823         gnus-agent-article-local on changing method.
3824
3825 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus.el (gnus-parameters): Note precedence.
3828
3829 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3830
3831         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3832         in the group buffer.
3833
3834 2012-01-04  Julien Danjou  <julien@danjou.info>
3835
3836         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3837         change.
3838
3839 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3842         too.
3843
3844         * nntp.el (nntp-retrieve-group-data-early): Use it.
3845
3846 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * nntp.el (nntp-retrieval-in-progress): New variable.
3849         (nntp-make-process-buffer): Make it buffer-local.
3850
3851         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3852         2010.
3853         (gnus-demon-init): Use it to compute the time if time is on the form
3854         "04:23".
3855
3856         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3857
3858         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3859         status in the correct buffer.
3860
3861 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3862
3863         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3864         when opening topics (bug#10407).
3865
3866 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3867
3868         * gnus-cus.el (gnus-score-customize):
3869         * gnus-sum.el (gnus-sort-gathered-threads):
3870         * message.el (message-shorten-references):
3871         * nnmairix.el (nnmairix-request-group):
3872         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3873
3874 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3875
3876         * gnus-agent.el (gnus-agent-regenerate-group):
3877         * gnus-int.el (gnus-retrieve-group-data-early):
3878         * mm-util.el (mm-codepage-ibm-list):
3879         * nndiary.el (Commentary, nndiary-get-new-mail):
3880         * nnir.el (nnir):
3881         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3882
3883 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * mm-view.el (mm-display-inline-fontify): Add comment.
3886
3887 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3888
3889         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3890         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3891
3892 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3893
3894         * gnus-art.el (gnus-split-methods):
3895         * gnus-msg.el (gnus-configure-posting-styles):
3896         * gnus-spec.el (gnus-parse-simple-format):
3897         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3898         * message.el (message-do-actions): Spelling fix.
3899
3900 2011-12-15  Juri Linkov  <juri@jurta.org>
3901
3902         * mm-decode.el (mm-inline-media-tests): Add missing
3903         `mm-handle-media-subtype'.
3904
3905 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3906
3907         * gnus-group.el (gnus-group-tool-bar):
3908         * gnus-sum.el (gnus-summary-tool-bar):
3909         * message.el (message-tool-bar):
3910         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3911
3912 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3913
3914         * plstore.el (plstore--insert-buffer): Spelling fix.
3915
3916 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3917
3918         * message.el (message-valid-fqdn-regexp): Update with newly approved
3919         top-level domain names ".tel" and ".asia".
3920
3921 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3924         unconditionally.
3925
3926 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3929         pop-to-buffer-same-window for old Emacsen.
3930
3931 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3932
3933         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3934
3935 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3936
3937         * netrc.el (netrc-credentials): Spelling fix.
3938
3939 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3940
3941         * gnus-fun.el (gnus-fun-ppm-change-string):
3942         * gnus-msg.el (gnus-inews-do-gcc):
3943         * gnus-sum.el (gnus-summary-find-for-reselect):
3944         * gnus.el (gnus-summary-cancelled):
3945         * message.el (message-cancel-hook, message-send-news):
3946         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3947         * nnir.el (nnir-run-hyrex):
3948         * nntp.el (nntp-with-open-group-function):
3949         * pgg.el (pgg-pending-timers): Spelling fix.
3950
3951 2011-12-04  Chong Yidong  <cyd@gnu.org>
3952
3953         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3954         change (Bug#10200).
3955
3956 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * compface.el (uncompface):
3959         * gnus-art.el (gnus-article-x-face-command): Update the header format
3960         of icon data for the most recent icontopbm program.
3961
3962 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-msg.el (gnus-inews-do-gcc):
3965         * message.el (message-send-mail):
3966         * mml.el (mml-generate-mime): Share the value of the buffer-local
3967         `message-options' variable between a draft buffer and temprary working
3968         buffers.
3969
3970 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3971
3972         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3973
3974 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3977         for Cygwin.
3978
3979 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3980
3981         * gnus-group.el (gnus-group-prepare-flat):
3982         * mm-bodies.el (mm-encode-body):
3983         * mml.el (mml-preview):
3984         * nnml.el (nnml-request-compact-group):
3985         * pop3.el (pop3-stream-type): Spelling fix.
3986
3987 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3988
3989         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3990
3991 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3992
3993         * color.el (color-rgb-to-hsl):
3994         * gmm-utils.el (gmm-tool-bar-style):
3995         * gnus-group.el (gnus-group-prepare-flat):
3996         * gnus-topic.el (gnus-topic-prepare-topic):
3997         * mm-decode.el (mm-discouraged-alternatives):
3998         * rfc2047.el (rfc2047-encode-1):
3999         * starttls.el: Spelling fix.
4000
4001 2011-11-24  Glenn Morris  <rgm@gnu.org>
4002
4003         * binhex.el (binhex-begin-line): Give it basic doc-string.
4004
4005         * starttls.el, tls.el: Fix case of "GnuTLS".
4006
4007 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4008
4009         * gnus-group.el (gnus-group-highlight): Fix typo.
4010
4011 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4012
4013         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4014         value of `delete-file', that returns nil for a local file but returns t
4015         for a remote file using ssh.
4016
4017 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4018
4019         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4020
4021 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4024         avoid later breakage.
4025
4026 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4029         article buffers' name.
4030
4031 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4034         by Paul Eggert's spellfixes two days ago.
4035
4036 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4039         doesn't have it.
4040
4041         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4042         buffer-local instead of binding them to avoid warnings.  Also demote
4043         errors (bug#10063).
4044         (font-lock-mode-hook): Shut up byte compiler.
4045
4046 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4047
4048         * mm-util.el (mm-charset-after):
4049         * nnir.el (nnir-run-hyrex):
4050         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4051         (ntlm-get-password-hashes, ntlm-md4hash):
4052         * smime.el: Fix typo.
4053
4054 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4055
4056         * gnus-agent.el (gnus-agent-expire-group-1):
4057         * nndiary.el (nndiary-last-occurence):
4058         * nnimap.el (nnimap-request-set-mark):
4059         * nnmairix.el (nnmairix-only-use-registry):
4060         * gnus-group.el (gnus-group-prepare-flat):
4061         * gnus-sum.el (gnus-decode-encoded-word-methods):
4062         * message.el (message-wash-subject):
4063         * nntp.el (nntp-retrieve-headers-with-xover):
4064         * smime.el (smime-certificate-directory): Spelling fix.
4065
4066 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4067
4068         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4069
4070         * color.el:
4071         * gnus-agent.el (gnus-agent-possibly-alter-active):
4072         * gnus-dired.el (gnus-dired-print):
4073         * mail-parse.el:
4074         * nnmairix.el (nnmairix-request-group):
4075         * shr.el (shr-image-displayer):
4076         * sieve-manage.el:
4077         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4078
4079 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4080
4081         * gnus-sum.el (gnus-auto-select-subject):
4082         * spam-report.el (spam-report-resend): Spelling fix.
4083
4084 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4085
4086         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4087         * gnus-art.el (gnus-default-article-saver):
4088         * gnus-srvr.el (gnus-server-copy-server):
4089         * gnus.el (gnus-sloppily-equal-method-parameters):
4090         * html2text.el (html2text-format-tag-list):
4091         * message.el (message-narrow-to-head):
4092         * nndiary.el:
4093         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4094         * sieve.el: Spelling fix.
4095
4096 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4097
4098         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4099         * gnus-sum.el (gnus-summary-make-menu-bar):
4100         * gnus-uu.el (gnus-uu-decode-postscript)
4101         (gnus-uu-decode-postscript-and-save):
4102         * mailcap.el (mailcap-print-command):
4103         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4104         Fix typos.
4105
4106 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4107
4108         * gnus-art.el (gnus-article-part-wrapper):
4109         * html2text.el (html2text-fix-paragraphs):
4110         * mm-decode.el (mm-image-fit-p):
4111         * rfc2047.el (rfc2047-encode-message-header):
4112         * shr-color.el (shr-color-visible-distance-min)
4113         (shr-color-relative-to-absolute, set-minimum-interval)
4114         (shr-color-visible): Fix typos.
4115
4116 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4117
4118         * gmm-utils.el (gmm-tool-bar-item):
4119         * gnus-art.el (gnus-treat-body-boundary):
4120         * gnus-diary.el (gnus-user-format-function-d):
4121         * gnus-start.el (gnus-get-unread-articles):
4122         * pgg-gpg.el (pgg-gpg-update-agent):
4123         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4124
4125 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4126
4127         * gnus-topic.el (gnus-group-prepare-topics):
4128         * gnus-uu.el (gnus-extract-view):
4129         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4130
4131 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * spam.el: Move BBDB autoloads.
4134         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4135         BBDB 2 and 3.
4136         (spam-check-BBDB): Use it.
4137         (spam-enter-ham-BBDB): Use it.
4138
4139 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4140
4141         * smime.el (smime-draw-buffer): Spelling fix.
4142
4143 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4144
4145         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4146         for scanning exactly one level.
4147         * gnus-start.el (gnus-get-unread-articles): Ditto.
4148
4149 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4152         slightly clearer.
4153
4154 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * gnus-sync.el: More commentary about setup.
4157
4158 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * message.el (message-send-and-exit): Document `arg'.
4161
4162 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4163
4164         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4165
4166 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4169
4170         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4171         we don't use `bound-and-true-p'.
4172
4173 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         * gnus-util.el (gnus-bound-and-true-p): Remove.
4176         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4177         * nnir.el: Use it.
4178         * nnmairix.el: Use it.
4179
4180 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4181
4182         * gnus-sync.el: Improve docs about CouchDB admins.
4183
4184         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4185         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4186         for reasons unknown.
4187         * nnir.el: Use it.
4188         * nnmairix.el: Use it.
4189
4190         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4191         * nnir.el: Ditto.
4192         * nnmairix.el: Ditto.
4193
4194         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4195
4196 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4197
4198         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4199         not needed.  Provide xmlplistread list function to produce XML plist
4200         output for non-Gnus LeSync clients.
4201
4202 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4205
4206         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4207         and save against it.  Group subscriptions, read marks, other marks,
4208         subscription levels, topic names, and topic offsets (the group's
4209         position within the topic) are saved.  This is an experimental backend
4210         and may change significantly.  Load json.el from the gnus-fallback-lib
4211         if it's not available otherwise.
4212         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4213
4214 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4215
4216         * message.el (message-completion-function): Make sure
4217         message-tab-body-function is not attempted if one of
4218         message-completion-alist fails to find a completion (bug#9158).
4219
4220 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4221
4222         * mml.el (mml-quote-region): Quote <#secure> tag.
4223         (mml-generate-mime-1): Unquote <#secure> tag.
4224
4225 2011-10-20  Chong Yidong  <cyd@gnu.org>
4226
4227         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4228         calling a minor mode from Lisp with nil arg enables it, so we have to
4229         make the wording a bit ambiguous here).
4230
4231 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4234         * nnir.el (nnir-mode): Use it.
4235         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4236         Use it.
4237
4238         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4239         * nnmairix.el (gnus-registry-enabled): Ditto.
4240
4241 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4242
4243         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4244         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4245         only while we need to find out if it should be t or nil.
4246         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4247         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4248         the registry is installed.  Set it to nil when it's unloaded.
4249         (gnus-registry-install-p): Provide user guidance for the initial value
4250         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4251         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4252         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4253         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4254         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4255         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4256         `gnus-registry-install'.
4257
4258 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4259
4260         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4261         previous change.
4262         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4263         primary key is marked as disabled.
4264
4265 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4266
4267         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4268         primary key is marked as disabled.
4269
4270 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4271
4272         * html2text.el (html2text-clean-anchor): Check for quotes around
4273         `href' value.
4274
4275 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4276
4277         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4278         searching.  Drop `bbdb-cache'.
4279
4280 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * message.el (message-signed-or-encrypted-p): Exclude header when
4283         checking if there is signed or encrypted body in text/plain message.
4284
4285 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4286
4287         * html2text.el (html2text-get-attr): Correctly handle attribute values
4288         containing "=".
4289
4290 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4291
4292         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4293         handle bindings.
4294
4295 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-win.el (gnus-configure-windows): Protect against reading
4298         ephemeral groups outside of Gnus.
4299
4300 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * shr.el (shr-tag-img): Don't get images displayed in tables.
4303
4304 2011-10-03  Glenn Morris  <rgm@gnu.org>
4305
4306         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4307         the "maintainer" version of debbugs.gnu.org reports.
4308
4309 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4312         make asynchronous adjacent image insertion work better.
4313
4314 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4315
4316         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4317         documentation.
4318
4319 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4322         `gnus-asynchronous' isn't shadowed.
4323
4324 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4327
4328         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4329         (nnimap-insert-partial-structure): The charset parameter isn't
4330         case-sensitive.
4331
4332         * nnheader.el (nnheader-message-maybe): New function.
4333
4334         * shr.el (shr-tag-table): Render totally broken tables better.
4335
4336         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4337         computing the boundary.
4338
4339 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * pop3.el (pop3-number-of-responses): Remove.
4342         (pop3-wait-for-messages): Rewrite to take linear time instead of
4343         exponential time.
4344
4345 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4348         re-fetch images.
4349
4350         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4351         re-fetch images when hitting `g' in Gnus.
4352
4353 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4356         (mml-compute-boundary): Don't check collision if it is non-nil.
4357         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4358         before checking collision.
4359
4360 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * message.el (message-indent-citation): Really make sure there's a
4363         newline at the end.
4364
4365         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4366         Fix suggested by John Wiegley.
4367
4368         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4369
4370         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4371
4372         * message.el (message-default-send-rename-function): Break out into its
4373         own function.
4374
4375         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4376         doesn't work under XEmacs.
4377
4378         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4379         of "imaps" to word around Windows problems.
4380         (nnimap-open-connection-1): Use it.
4381
4382         * message.el (message-indent-citation): Revert last change which made
4383         `F' not work.
4384
4385 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4386
4387         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4388         terminal as well.
4389
4390 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4393         because it displays images using overlays that aren't easy to copy to
4394         the article buffer.
4395
4396 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4397
4398         * message.el (message-indent-citation): Fix empty line removal at the
4399         end of the citation.
4400
4401 2011-09-20  Julien Danjou  <julien@danjou.info>
4402
4403         * auth-source.el (auth-source-netrc-create): Use default value for
4404         password if specified.  Evaluate default.
4405         (auth-source-plstore-create): Ditto.
4406         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4407         value evaluation.
4408         (auth-source-netrc-create): Typo fix.
4409         (auth-source-plstore-create): Ditto.
4410
4411         * password-cache.el (password-cache-remove): Remove entries even if the
4412         value is nil, so that password with a nil value (negative caching) is
4413         possible to invalidate.
4414
4415         * auth-source.el (auth-source-format-cache-entry): New function.
4416
4417 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4420
4421 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4424
4425 2011-09-19  Julien Danjou  <julien@danjou.info>
4426
4427         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4428         which work with things that are not ASCII.
4429
4430 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4433
4434 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4437         message level.
4438
4439 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4442
4443 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4446
4447 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4448
4449         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4450         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4451
4452 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4453
4454         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4455         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4456         articles.
4457
4458 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4459
4460         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4461         (message-mail-other-window, message-mail-other-frame)
4462         (message-news-other-window, message-news-other-frame):
4463         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4464         instead of setting buffer display varibles.
4465
4466 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4469
4470         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4471
4472 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4475         duplicates" to a higher level.
4476
4477         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4478         most egregious messages.
4479
4480 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4481
4482         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4483
4484 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4485
4486         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4487         up the file (bug#9351).
4488
4489 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4492         it does with all other backends, but decode the names immediately after
4493         getting them.
4494
4495         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4496         decoding nnimap groups.
4497
4498         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4499         newsrc file.  It doesn't seem like an important optimization any more.
4500
4501 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4502
4503         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4504         overflows.
4505
4506 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4509         (gnus-interactive-exit): Extend to `quiet'.
4510
4511         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4512
4513         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4514         string.
4515
4516         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4517         renaming function arguments from `this'.
4518
4519         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4520
4521         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4522         has been renamed.
4523         (gnus-lrm-string-p): Include RLM and PDF, too.
4524
4525         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4526         (bug#9225).
4527
4528 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4529
4530         Add autoload cookies for functions used by sendmail.el.
4531         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4532
4533         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4534
4535 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (article-date-ut): Work properly even when there are
4538         things like Date header in the body; work for forwarded parts.
4539
4540 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4541
4542         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4543         original-article-buffer.
4544
4545 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4546
4547         * nnir.el (nnir-compose-result): Fix matching of server type.
4548         (nnir-run-swish++): Ditto.
4549         (nnir-run-namazu): Ditto.
4550         (nnir-run-notmuch): Ditto.
4551
4552 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4555         (bug#9405).
4556
4557         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4558         (bug#9421).
4559
4560         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4561         (bug#9425).
4562
4563         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4564         thing (bug#9426).
4565
4566 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4569         the error message.
4570
4571 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4572
4573         * message.el (message-setup-1): Return t (Bug#9392).
4574
4575 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4576
4577         * gnus-sum.el: When adding article headers to a summary buffer also
4578         update gnus-newsgroup-articles (bug#9386).
4579
4580 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * auth-source.el: Autoload help-mode.
4583
4584 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4587         names.
4588
4589 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4590
4591         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4592         mm-replace-in-string for compatibility issues.
4593         * mml2015.el (mml2015-epg-verify): Ditto.
4594
4595 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4598
4599         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4600
4601 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4604         continue on and do the clean-up phase (bug#9188).
4605
4606         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4607         just ignore groups that can't be opened instead of erroring out
4608         (bug#9225).
4609
4610         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4611         nil since some many people are fuddy-duddies.
4612
4613         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4614         images.
4615
4616         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4617         instead.
4618
4619         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4620
4621         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4622
4623         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4624         processing.
4625
4626         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4627         buffer to avoid warnings.
4628
4629 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4630
4631         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4632         specified to reduce precision.
4633
4634 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4637         bodystructures (bug#9314).
4638
4639 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4642         Make button keymap non-sticky after buttons.
4643
4644 2011-08-18  David Engster  <dengste@eml.cc>
4645
4646         * nnmairix.el (nnmairix-request-set-mark)
4647         (nnmairix-goto-original-article): Remove adding of article to registry,
4648         since `gnus-registry-add-group' isn't available anymore.
4649         (nnmairix-determine-original-group-from-registry):
4650         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4651         available anymore.
4652
4653 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4654
4655         * starttls.el (starttls-any-program-available): Define as obsolete
4656         function.
4657
4658 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4661         versions which Gnus use when appropriate.
4662
4663         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4664         a pretty destructive command.
4665
4666         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4667
4668 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * message.el (message-fix-before-sending): Make a different warning
4671         about NUL characters (bug#9270).
4672
4673         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4674         from custom (bug#9260).
4675
4676         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4677         things work in Emacs 22 and XEmacs, too.
4678
4679         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4680         default From.
4681
4682         * gnus-spec.el (gnus-lrm-string-p): New macro.
4683         (gnus-lrm-string): New constant.
4684         (gnus-summary-line-format-spec): LRM-ify the from.
4685         (gnus-tilde-max-form): LRM-ify string chopping.
4686
4687         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4688
4689         * message.el (message-is-yours-p): Allow disabling canlock checking
4690         (bug#9295).
4691         (message-shoot-gnksa-feet): Add `canlock-verify'.
4692         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4693         message directory isn't writable (bug#9304).
4694
4695         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4696         non-world-readable.
4697
4698 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4701         articles.
4702
4703 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4704
4705         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4706         copy-list.
4707
4708 2011-08-12  Sam Steingold  <sds@gnu.org>
4709
4710         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4711         in the reverse order to avoid modifying the cache with `nreverse'.
4712         (gnus-all-score-files): Do not modify the value returned by
4713         `gnus-score-find-alist' because it lives in a cache variable.
4714         (gnus-current-home-score-file): No need to `nreverse' the return value
4715         of `gnus-score-find-alist', it is already in the correct order.
4716
4717 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4718
4719         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4720         type MESSAGE and subtype RFC822 is slightly different from those of
4721         type TEXT.
4722
4723 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4724
4725         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4726         This allows article-referral to work from an nnir group.
4727
4728 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4729
4730         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4731
4732 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4733
4734         * mml1991.el (mml1991-epg-find-usable-key)
4735         (mml1991-epg-find-usable-secret-key): New function.
4736         (mml1991-epg-sign): Check if signing key is usable.
4737         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4738
4739 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4740
4741         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4742         server-variables only.  This should fix a bug introduced with commit
4743         e1889675b7f4adf057833c5513c9374134c4e053.
4744         (nnir-run-query): 'nnir-search-engine should not be set from the global
4745         environment.
4746
4747 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4748
4749         * nnir.el (nnir-search-thread): Position point on referring article
4750         line.
4751         (nnir-warp-to-article): Clean up summary buffers.
4752
4753         * nnimap.el (nnimap-request-thread): Whitespace fix.
4754
4755 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4756
4757         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4758
4759 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * starttls.el (starttls-available-p): Rename from
4762         `starttls-any-program-available' and changed return convention.
4763
4764 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4765
4766         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4767         `unix-sync' unless it's defined.
4768
4769 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4770
4771         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4772         `aref' for XEmacs compatibiltiy.
4773
4774 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4777
4778 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4779
4780         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4781         closures, quote the form properly (bug#9194).
4782
4783 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4786         (gnus-summary-insert-new-articles): Protect against servers that are
4787         down.
4788
4789 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4790
4791         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4792         in mm handle if none is specified.
4793
4794 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4795
4796         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4797
4798 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4799
4800         * nnir.el (nnir-search-thread): New function to make an nnir group
4801         based on a thread query.
4802
4803         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4804         of nnir in thread referral.
4805         (gnus-summary-refer-thread): Use it.
4806
4807         * nnimap.el (nnimap-request-thread): Use it.
4808
4809 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * shr.el (shr-tag-comment): Ignore HTML comments.
4812
4813 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4814
4815         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4816         argument.
4817         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4818         Use `nnir-address' to handle server info rather than passing an arg.
4819
4820         * nnimap.el (nnimap-make-thread-query): New utility function to format
4821         an imap thread search query.
4822         (nnimap-request-thread): Use it.
4823
4824         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4825         right select-method if we are not going back to the group buffer.
4826
4827 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4830         enter invalid buffer configurations into the quit form (bug#9107).
4831         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4832         unplugged/plugged.
4833
4834         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4835         keep track of which ones are unread (bug#9061).
4836
4837         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4838         (bug#9055).
4839
4840         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4841         (bug#9041).
4842
4843         * gnus-html.el (mm-util): Require (bug#9073).
4844
4845         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4846         (gnus-summary-refer-thread): Use it to remove duplicates in the
4847         un-threaded view (bug#9053).
4848         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4849
4850 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4851
4852         * nnir.el (nnir-read-server-parm): Use default value from global
4853         variable.  Without this the default search engine parameters aren't
4854         used at all.
4855
4856 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * message.el (message-unique-id): Don't use the undocumented return
4859         value from (random t) (bug#9118).
4860
4861 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * message.el (message-auto-save-directory): If the ~/Mail directory
4864         doesn't exist, use ~ as the auto-save directory (bug#4432).
4865
4866         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4867         hasn't already been started.
4868
4869 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4872
4873         * message.el (message-reply): Work around mysterious bug where
4874         `message-mode' seems to overwrite the locally bound `subject' variable.
4875
4876 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4877
4878         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4879         correct group.
4880
4881         * gnus-int.el (gnus-request-thread): Add group argument.
4882
4883         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4884
4885 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886
4887         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4888
4889         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4890         renamed to `debbugs-gnu-*'.
4891
4892 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4893
4894         * plstore.el: Revert the editing feature since it is not urgent.
4895         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4896         (plstore-mode-decoded): Remove.
4897
4898 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4901         isn't very interesting any more, and it leaks potentially secret data.
4902         (gnus-debug): Remove.
4903
4904         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4905         use of :custom-show.
4906
4907 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4908
4909         * plstore.el: Add documentation.
4910         (plstore-mode): New mode to edit plstore file.
4911         (plstore-mode-toggle-display, plstore-mode-original)
4912         (plstore-mode-decoded): New command.
4913         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4914         (plstore--insert-buffer, plstore--make): New function.
4915         (plstore-open, plstore-save): Simplify by using them.
4916
4917 2011-07-06  Glenn Morris  <rgm@gnu.org>
4918
4919         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4920
4921 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4924         no longer is much used.
4925         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4926         Articles".
4927
4928 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4929
4930         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4931         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4932         `notmuch' backend.
4933
4934 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * mm-decode.el (mm-text-html-renderer): Doc fix.
4937
4938         * gnus-msg.el (gnus-bug): Fix the MML tag.
4939
4940         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4941
4942 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4943
4944         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4945         secondary methods if started with `gnus-no-server'.
4946
4947 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4948
4949         * message.el (message-return-action): Fix typo in docstring.
4950
4951 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4954         bug reports at once.
4955
4956         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4957
4958 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * nndraft.el: Require gnus-group.
4961         (nndraft-request-list): Declare.
4962
4963         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4964         no unread article unless it matches gnus-permanently-visible-groups.
4965
4966         * nndraft.el (nndraft-update-unread-articles): New function.
4967         (nndraft-request-associate-buffer): Use it to update the number of
4968         unread articles for the nndraft groups in the group buffer when saving
4969         or killing a draft message.
4970
4971 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4974         systems to binary before writing and reading the mbox files.
4975
4976         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4977         instead of trying to list them all (bug#8978).
4978
4979 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4980
4981         * pop3.el (pop3-open-server): Use :end-of-capability.
4982
4983 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4986         the id is always a number.
4987
4988         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4989
4990         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4991         debbugs mode, if possible.
4992
4993 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4994
4995         * auth-source.el (auth-source-token-passphrase-callback-function):
4996         Reindent.
4997         (epg-context-operation): Remove unnecessary autoload.
4998
4999 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus.el (gnus-list-debbugs): New command.
5002
5003         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5004         mboxstat instead of the maintbox, since the stat seems to be fuller.
5005
5006         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5007         summary buffers.
5008
5009         * message.el (message-get-reply-headers): Delete all duplicates,
5010         instead of the first.
5011         (message-get-reply-headers): Ensure that we have progress while
5012         deleting duplicates.
5013
5014         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5015         gnus-posting-style value from the summary buffer to make it easier to
5016         make that a per-buffer conf.
5017
5018 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5019
5020         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5021         found by setting `shortcut' in 'query.
5022         (nnir-request-article): Use `shortcut' setting when requesting article
5023         by Message-ID.
5024
5025 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5026
5027         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5028         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5029         Bring the pseudo-headers back too.
5030
5031 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5032
5033         * auth-source.el (auth-source-token-passphrase-callback-function):
5034         Simplify and remove EPA dependency.
5035
5036 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5037
5038         * nnir.el (nnir-request-article): Fix error message text.
5039
5040 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5041
5042         * auth-source.el (plstore-delete): Autoload.
5043         (auth-source-plstore-search): Support delete operation.
5044         * plstore.el (plstore-delete): New function.
5045
5046 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5049         mark actually existing articles as unread rather than the ones that
5050         active asserts.
5051
5052 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5053
5054         * nntp.el (nntp-record-command):
5055         * gnus-util.el (gnus-message-with-timestamp-1):
5056         Use format-time-string rather than decoding time stamps by hand.
5057         This is simpler and insulates the code from potential changes to
5058         current-time format.
5059
5060 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5063
5064 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5065
5066         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5067         (plstore-save): Support public key encryption.
5068         (plstore--init-from-buffer): New function.
5069         (plstore-open): Use it; fix error when opening a non-existent file.
5070         (plstore-revert): Use plstore--init-from-buffer.
5071
5072 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5073
5074         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5075
5076 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5079         for old Emacsen.
5080
5081 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5082
5083         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5084         is not fully working.
5085
5086 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * dgnushack.el: Autoload sha1 on XEmacs.
5089
5090         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5091         quit window configuration.
5092
5093         * auth-source.el (epg-context-set-passphrase-callback):
5094         Remove duplicate autoload.
5095
5096 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5097
5098         * nnir.el (nnir-request-article): Allow requesting articles by
5099         Message-ID with nnimap.
5100
5101         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5102         current server.
5103
5104 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * auth-source.el: Autoload EPA/EPG functions.
5107         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5108         changed when EPA/EPG is not available.
5109         (auth-source-backend): Rename "arg" member to "data".
5110         (auth-source-backend-parse, auth-source-plstore-search)
5111         (auth-source-plstore-create): Use it.
5112
5113 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5114
5115         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5116         `gnus-refer-article-methods'.
5117
5118 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * auth-source.el: Require EPA and EPG.
5121         (auth-source-passphrase-alist): New variable.
5122         (auth-source-passphrase-callback-function)
5123         (auth-source-token-passphrase-callback-function): Callbacks for the
5124         netrc field encryption (GPG tokens).
5125         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5126         Symmetric encryption and decryption of the netrc GPG tokens.
5127         (auth-source-netrc-normalize): Use them, simplifying the closure.
5128
5129 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5132         is available.
5133
5134 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5137         non-nil, and `nnimap-split-methods' is nil, use the former.
5138
5139 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5140
5141         * plstore.el (plstore-revert): New function.
5142         (plstore-open): Use it; hide the buffer from user.
5143
5144 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5145
5146         * auth-source.el (auth-source-backend): New member "arg".
5147         (auth-source-backend-parse): Handle new backend 'plstore.
5148         * plstore.el: New file.
5149
5150 2011-06-30  Glenn Morris  <rgm@gnu.org>
5151
5152         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5153
5154 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5157         expiring articles to.
5158
5159         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5160         variations as ASCII (bug#5458).
5161
5162 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5165
5166 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * message.el (message-point-in-header-p): Tweak the function to default
5169         to saying that we're not in the headers if there is no separator at
5170         all.  This makes it possible to use the Message version of `M-q' in
5171         buffers with no headers (bug#7987).
5172         (message-point-in-header-p): Fix last checkin to work with an empty
5173         mail-header-separator, too.
5174
5175         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5176         again, save the choice via customize.
5177
5178 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5181
5182         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5183         ended the connection, bail out before waiting infinitely on a new
5184         connection.
5185
5186 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5189         reports.
5190
5191         * gnus.el (gnus-bug-package): Use "gnus."
5192         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5193
5194 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * dgnushack.el: Make the timer warning go away on XEmacs.
5197
5198         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5199         animations going on at article exit time.
5200
5201         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5202         since removing it breaks people upgrading.
5203
5204         * shr.el (shr-put-image): Use the new interface for animating images.
5205         (shr-put-image): Animate for 60 seconds.
5206
5207         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5208         avoid compiler warnings.
5209
5210         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5211         error with `find-file-hooks' on Emacs 22.
5212         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5213         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5214         on all architectures.
5215
5216         * spam.el (spam-stat): Require in a normal fashion without binding
5217         `spam-stat-install-hooks' to avoid compilation warnings.
5218
5219         * spam-stat.el (spam-stat-install-hooks): Remove.
5220         (spam-stat-install-hooks): Don't run automatically.
5221
5222 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5223
5224         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5225         and keystroke.
5226
5227 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * auth-source.el (auth-source-netrc-cache): Move forward.
5230
5231 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * proto-stream.el (proto-stream-open-starttls): Use
5234         `gnutls-available-p' to see whether we have built-in support.
5235
5236         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5237         we already know.
5238         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5239         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5240
5241 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5244         %S format, since that looks odd.
5245         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5246         file, especially when saving.
5247
5248 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5249
5250         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5251         article found.
5252
5253 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5254
5255         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5256         `auth-source-save-secrets' with a more sensitive alist that can be
5257         configured per file.  Experimental, so defaults to 'never.
5258         (auth-source-netrc-create): Use it.  Still experimental code.
5259         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5260         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5261
5262 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5263
5264         * auth-source.el (auth-source-save-secrets): New variable to control if
5265         secret tokens should be saved encrypted.
5266         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5267         to `auth-source-netrc-normalize'.
5268         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5269         on the EPA variables being defined.
5270         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5271         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5272         the lexical-let closure.
5273         (auth-source-netrc-create): Create "gpg:" tokens according to
5274         `auth-source-save-secrets'.
5275
5276 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-group.el (gnus-group-update-group): Add new argument
5279         `info-unchanged' that stops updating dribble buffer.
5280
5281         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5282         deletes lines matching to it in dribble buffer.
5283
5284         * gnus-agent.el (gnus-agent-fetch-group-1):
5285         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5286         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5287         * gnus-start.el (gnus-group-change-level):
5288         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5289
5290         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5291         if newsgroup info is not changed.
5292
5293         * gnus-group.el (gnus-group-get-new-news-this-group):
5294         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5295         Don't update dribble buffer.
5296
5297 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5298
5299         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5300         remove entries with groups we ignore.
5301
5302 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5305         the underline comes at the bottom.
5306
5307 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5308
5309         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5310         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5311         (gnus-registry-article-marks-to-names): Rename from
5312         `gnus-registry-user-format-function-M2'.
5313
5314 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5317         ephemeral group.
5318
5319 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320
5321         * shr.el (shr-browse-image): Copy the URL if called interactively.
5322
5323 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5326         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5327         done, then unselected articles may be marked as read.
5328
5329         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5330         since not doing this seems to lead to a race condition in pop3-logon.
5331
5332         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5333         so that the call chain it correct when we call "upwards".
5334
5335         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5336         in read-only groups.
5337
5338         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5339
5340         * message.el (message-cite-reply-position): Doc string fix.
5341
5342         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5343         avoid regexp overflow.
5344         (nnimap-transform-split-mail): Ditto.
5345
5346         * pop3.el (pop3-retr): Error out if the server closes the connection.
5347
5348 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5349
5350         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5351         mm-with-unibyte-current-buffer.  The buffer should not contain any
5352         multibyte chars anyway at this stage.
5353
5354 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5357         at the end of lines.
5358
5359 2011-05-29  Julien Danjou  <julien@danjou.info>
5360
5361         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5362
5363 2011-05-27  Glenn Morris  <rgm@gnu.org>
5364
5365         * gnus-group.el (gnus-bug-group-download-format-alist):
5366         Use the "maintainer" version of debian reports as well.
5367
5368 2011-05-26  Glenn Morris  <rgm@gnu.org>
5369
5370         * gnus-group.el (gnus-bug-group-download-format-alist):
5371         Use the "maintainer" version of debbugs.gnu.org reports.
5372
5373 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5376
5377 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5378
5379         * gnus-cus.el (gnus-agent-customize-category):
5380         * gnus-delay.el (gnus-delay-send-queue):
5381         * gnus.el (gnus-other-frame):
5382         Don't quote lambda expressions with `quote'.
5383
5384 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5387         the thread moves us backwards and so we loop forever.
5388
5389 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5392         whitespace in base64 data lines.
5393
5394 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * gnus-registry.el (gnus-registry-user-format-function-M):
5397         Use `mapconcat'.
5398         (gnus-registry-user-format-function-M2): Use to see the full text of
5399         the marks.  Make "," the mark text separator.
5400
5401         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5402         authentication with auth-source.
5403
5404 2011-05-17  Glenn Morris  <rgm@gnu.org>
5405
5406         * gnus-group.el (gnus-import-other-newsrc-file):
5407         Use insert-file-contents.
5408
5409 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5412         1000 iterations.
5413
5414 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * nntp.el (nntp-open-connection): Check if process-type is available.
5417
5418 2011-05-16  Julien Danjou  <julien@danjou.info>
5419
5420         * shr.el (shr-tag-del): Add support for del tag.
5421
5422 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-html.el (gnus-html-put-image): Register a displayer.
5425
5426         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5427
5428 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * registry.el (prune-factor): New initialization parameter defaulting
5431         to 0.1.
5432         (registry-prune-hard): Use it.
5433
5434         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5435         0.1 expicitly.
5436
5437 2011-05-13  Glenn Morris  <rgm@gnu.org>
5438
5439         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5440         is bound, since this function requires sendmail.
5441
5442 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * registry.el (registry-usage-test): Disable pruning test.
5445
5446 2011-05-11  David Engster  <dengste@eml.cc>
5447
5448         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5449         Bind set-network-process-option for XEmacs.
5450
5451 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5452
5453         * registry.el (registry-prune-hard-candidates)
5454         (registry-prune-soft-candidates): Helper methods for registry pruning.
5455         (registry-prune): Use them.  Make the sort function optional.
5456
5457 2011-05-10  Jim Meyering  <meyering@redhat.com>
5458
5459         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5460
5461 2011-05-10  Julien Danjou  <julien@danjou.info>
5462
5463         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5464         symbol and not a list.
5465
5466 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (gnus-article-mode): Move binding of
5469         shr-put-image-function here from gnus-article-prepare-display.
5470
5471         * shr.el (shr-put-image-function): New variable.
5472         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5473         (shr-put-image): Return scaled image.
5474
5475         * gnus-art.el (gnus-shr-put-image): New function.
5476         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5477
5478         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5479         original ones, as deletable.
5480
5481 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5482
5483         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5484
5485 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * registry.el (registry-full): Add convenience method.  Fix logic.
5488         (registry-insert): Use it.  Fix logic here too.
5489
5490         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5491         `registry-prune' if `registry-full' returns t.
5492         (gnus-registry-handle-action)
5493         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5494         (gnus-registry-usage-test): Use it.
5495
5496 2011-05-07  Julien Danjou  <julien@danjou.info>
5497
5498         * shr.el (shr-link): Make shr-link inherit from link by default.
5499
5500 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5501
5502         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5503
5504 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5507         error out because the face is not a list.
5508
5509 2011-05-05  Glenn Morris  <rgm@gnu.org>
5510
5511         * proto-stream.el (gnutls-negotiate): Fix declarations.
5512
5513         * gnus-start.el (gnus-propagate-marks): Declare.
5514
5515 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * registry.el (registry-reindex): Fix percentage message.
5518
5519         * proto-stream.el (network-stream-open-starttls): Adjust to call
5520         `gnutls-negotiate' with :process and :hostname arguments.
5521
5522 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5523
5524         * shr.el: Add shr-link face for links.
5525         (shr-urlify): Use it.
5526
5527         * registry.el (registry-insert): Make error message more helpful.
5528
5529 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * gnus-html.el (gnus-html-schedule-image-fetching):
5532         Use url-queue-retrieve, if it exists.
5533
5534         * shr.el (shr-tag-img): Ditto.
5535
5536         * gnus.el: Autoload more gnus-agent functions.
5537
5538         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5539         agent if we haven't already (bug#8502).
5540
5541         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5542         into the Agent, too.
5543
5544         * gnus-agent.el (gnus-agent-store-article): New function.
5545
5546         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5547         and moved from that file for reuse.
5548
5549         * pop3.el (pop3-open-server): Error messages are "-ERR".
5550
5551 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5554         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5555
5556 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5557
5558         * gnus.el: No Gnus v0.17 is released.
5559
5560 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5561
5562         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5563         buffer has moved to a different frame.
5564
5565 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5566
5567         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5568         to get the conversion from unibyte to multibyte buffers to work on
5569         Emacs 22.
5570
5571         * nntp.el (nntp-request-article): Slight clean-up.
5572
5573 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * shr.el (shr-strike-through): New face.
5576         (shr-tag-s): Use it to provide <s> support.
5577         (shr-tag-s): Remove duplicate definition.
5578
5579 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5582         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5583
5584 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5585
5586         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5587         `gnutls-negotiate'.
5588         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5589
5590 2011-04-23  Glenn Morris  <rgm@gnu.org>
5591
5592         * gnus-sum.el (gnus-extra-headers): Bump :version.
5593
5594 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * shr.el (shr-tag-sup): New function.
5597         (shr-tag-sub): Ditto.
5598
5599 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5602         for the case where `gnus-registry-ignored-groups' is a list of lists,
5603         and don't call `gnus-parameter-registry-ignore' otherwise.
5604
5605 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * nnimap.el (nnimap-user): New backend variable.
5608         (nnimap-open-connection-1): Use it.
5609         (nnimap-credentials): Accept user parameter so it's explicit what user
5610         name is desired.
5611
5612         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5613         default.
5614
5615         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5616         not gnus-registry.el.
5617
5618         * gnus-registry.el: Mention in comments how to modify
5619         `gnus-extra-headers' for proper recipient tracking and that it may
5620         already have To and Cc recently, which it does as of this commit.
5621         (gnus-registry-ignored-groups): Remove defcustom.
5622         Explain why in comments.
5623         (gnus-registry-action): Fix data-header reference to use the extra
5624         headers.  Explain in package commentary how to add To and Cc headers to
5625         the gnus-extra-headers.
5626         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5627         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5628         parameter list or a string list in `gnus-registry-ignored-groups'.
5629         Fix logic error.
5630
5631 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * shr.el (shr-expand-url): Protect against null urls.
5634
5635 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * shr.el (shr-base): New binding.
5638         (shr-tag-base): Keep track of <base>.
5639         (shr-expand-url): New function used throughout.
5640
5641 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-registry.el
5644         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5645         (gnus-registry-ignored-groups): New variable.
5646         (gnus-registry-ignore-group-p): Use it.
5647         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5648         set the destination group to nil (same as delete) if it's ignored.
5649
5650 2011-04-20  David Engster  <dengste@eml.cc>
5651
5652         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5653
5654         * Makefile.in (test-nntp): New rule.
5655         (check): Add it.
5656         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5657
5658 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-registry.el (gnus-registry-action)
5661         (gnus-registry-fetch-header-fast):
5662         Don't use mail-header that looks an internal function of mailheader.el.
5663
5664 2011-04-19  Glenn Morris  <rgm@gnu.org>
5665
5666         * time-date.el (time-to-days): Remove unused local variables.
5667
5668 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-registry.el: Eliminate cl functions.
5671         (gnus-registry-sort-addresses): New function that replaces mapcan.
5672         (gnus-registry-action, gnus-registry-spool-action)
5673         (gnus-registry-split-fancy-with-parent)
5674         (gnus-registry-fetch-recipients-fast): Use it.
5675         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5676
5677         * registry.el (initialize-instance, registry-lookup)
5678         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5679         (registry-lookup-secondary-value, registry-search, registry-delete)
5680         (registry-insert, registry-reindex, registry-size, registry-prune):
5681         Use eval-and-compile.
5682
5683 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5684
5685         * registry.el (registry-reindex): New method to recreate the secondary
5686         registry indices.
5687
5688         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5689         tracked field changes.
5690         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5691         (gnus-registry-action, gnus-registry-spool-action)
5692         (gnus-registry-handle-action)
5693         (gnus-registry--split-fancy-with-parent-internal)
5694         (gnus-registry-split-fancy-with-parent)
5695         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5696         move, and delete actions, and for fancy splitting with parent.
5697         (gnus-registry-extract-addresses)
5698         (gnus-registry-fetch-recipients-fast)
5699         (gnus-registry-fetch-header-fast): Convenience functions.
5700         (gnus-registry-misc-test): ERT test of
5701         `gnus-registry-extract-addresses'.
5702
5703 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5706         Track by subject first, then sender.
5707
5708 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5709
5710         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5711
5712         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5713         Lisp.
5714
5715         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5716         (gnus-draft-send): Use it to avoid popping
5717         up frames from gnus-group-send-queue.
5718
5719 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * gnus-registry.el: Updated gnus-registry docs.
5722
5723 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5726         Fix logic bug.
5727         (gnus-registry-post-process-groups): Fix logging of no results and
5728         quote sender and subject.
5729
5730 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5733         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5734         gnutls-cli are too slow to be done opportunistically.
5735
5736         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5737         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5738         we had no early-data returned.
5739         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5740         two async commands to the same server at the same time.
5741
5742 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5743
5744         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5745
5746 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5749         "warning" level.
5750
5751         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5752         (mm-url-insert-file-contents): Don't set the package names.
5753
5754 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5755
5756         * gnus-registry.el (gnus-registry-action): Remove properties and
5757         simplify subject in `gnus-registry-handle-action'.
5758         (gnus-registry-spool-action): Get subject and sender from message if
5759         they are not passed in.
5760         (gnus-registry-handle-action): Remove properties and simplify subject
5761         consistently.
5762
5763 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5764
5765         * registry.el: Require CL before using defmacro*.
5766
5767 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-art.el (article-treat-date): Assume that
5770         gnus-article-date-headers may be a group parameter.
5771
5772 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5773
5774         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5775
5776         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5777         interactively so the newsrc file can contain foreign groups too.
5778         Useful for debugging but not much for users.
5779
5780 2011-04-07  David Engster  <dengste@eml.cc>
5781
5782         * registry.el (registry-usage-test): Only do
5783         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5784         lexical binding.
5785
5786 2011-04-07  David Engster  <dengste@eml.cc>
5787
5788         * Makefile.in (check, test-registry): New rules for test-suite.
5789
5790 2011-04-06  David Engster  <dengste@eml.cc>
5791
5792         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5793         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5794
5795 2011-04-06  David Engster  <dengste@eml.cc>
5796
5797         * registry.el (initialize-instance): Change :after to :AFTER to be
5798         compatible with old EIEIO version in XEmacs.
5799
5800 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * gnus-registry.el (gnus-registry-post-process-groups)
5803         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5804         and provide better messaging.
5805
5806 2011-04-06  David Engster  <dengste@eml.cc>
5807
5808         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5809         errors.
5810
5811         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5812         dgnushack-compile with error-on-warn enabled, and to signal an error if
5813         clean compilation failed.
5814         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5815         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5816
5817 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5820         unconditionally anyway, discarding errors.
5821         (gnus-registry-delete-entries): New convenience function.
5822         (gnus-registry-import-eld): Import from old .eld registry.
5823
5824         * registry.el: Don't use ERT if it's not available.  Load it
5825         unconditionally anyway, discarding errors.
5826
5827         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5828         version from the Claudio Bley GnuTLS patch (extra optional parameters
5829         and host name).
5830
5831 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5834         fixup the parameters that can be customized by the user between
5835         save/read cycles.
5836         (gnus-registry-read): Use it.
5837         (gnus-registry-make-db): Use it.
5838         (gnus-registry-spool-action, gnus-registry-handle-action):
5839         Fix messaging.
5840         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5841         Map references to actual group names with sender and subject tracking.
5842         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5843         (gnus-registry-usage-test): Add subject lookup test.
5844
5845         * registry.el (registry-db, initialize-instance): Set up constructor
5846         instead of :initform arguments for the sake of older Emacsen.
5847         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5848         pre-lexbind merge bug.
5849         (registry-usage-test): Use it.
5850         (initialize-instance, registry-db): Move the non-function initforms
5851         back to the class definition.
5852
5853 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * registry.el: New library to manage gnus-registry-style data.
5856
5857         * gnus-registry.el: Use it (major rewrite).
5858
5859         * nnregistry.el: Use it.
5860
5861         * spam.el: Use it.
5862
5863 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5866         marks on non-selected articles.
5867
5868 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5869
5870         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5871         parameter to open-protocol-stream.
5872
5873 2011-04-01  Julien Danjou  <julien@danjou.info>
5874
5875         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5876         fundamental-mode.
5877
5878 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5881         servers.
5882
5883 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884
5885         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5886         made marks not propagate, again.
5887
5888 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5889
5890         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5891         Make this the default type.
5892         (proto-stream-open-plain): Rename from proto-stream-open-default.
5893         (open-protocol-stream, proto-stream-open-starttls)
5894         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5895         with `plain'.
5896
5897         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5898         value.
5899
5900         * nntp.el (nntp-open-connection-function): Document the fact that some
5901         values are not functions but are instead handled specially.
5902         Recognize nntp-open-plain-stream value.
5903         (nntp-open-connection): Recognize that value.
5904
5905 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5906
5907         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5908         where it seems to be needed.
5909
5910 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5913         stuff.
5914
5915         * gnus-score.el (gnus-score-string): Fix calling convention of
5916         `gnus-simplify-buffer-fuzzy' after last patches.
5917
5918         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5919         server for articles we didn't get any headers for.  This is a sanity
5920         check.
5921
5922 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5923
5924         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5925         new CAPABILITY, use it.
5926
5927 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5930         downloading anything.
5931
5932         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5933
5934 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5935
5936         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5937         colors.
5938         (gnus-splash-svg-color-symbols): New function.
5939
5940 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5943         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5944         (gnus-simplify-subject-fuzzy): Use the local
5945         gnus-simplify-subject-fuzzy-regex instead of the global one.
5946         This makes using this variable in group parameters work.
5947
5948 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * gnus-registry.el (gnus-registry-unfollowed-groups):
5951         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5952         archive:sent-YYYY-MM-DD groups).
5953         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5954         tracking if there are more than `gnus-registry-max-track-groups'
5955         matches.
5956
5957 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5958
5959         * message.el (message--yank-original-internal): New function to do the
5960         insertion cleanly inside eval in `message-yank-original'.
5961         (message-yank-original): Use it.
5962
5963 2011-03-29  Julien Danjou  <julien@danjou.info>
5964
5965         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5966         local variables disabled rather than `normal-mode'.
5967
5968 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5969
5970         * imap.el (imap-shell-open, imap-process-connection-type):
5971         Use imap-process-connection-type for 'shell' streams as well as
5972         Kerberos, SSL, other subprocesses.
5973
5974 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5975
5976         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5977         with open-network-stream.
5978         (proto-stream-always-use-starttls): Option removed.
5979         (open-protocol-stream): Return a process object by default.  Provide a
5980         new parameter :return-list specifying a list-type return value, which
5981         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5982         :type `network' to `try-starttls', and `network-only' to `default'.
5983         Make `default' the default, for compatibility with open-network-stream.
5984         Handle the no-parameter case exactly as open-network-stream, with no
5985         additional stream processing.  Search plists using plist-get.
5986         Explicitly add :end-of-commend parameter if it is missing.
5987         (proto-stream-open-default): Rename from
5988         proto-stream-open-network-only.  Return 'default as the type.
5989         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5990         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5991         failed.  Always return a list with a (possibly dead) process as the
5992         first element, for compatibility with open-network-stream.
5993         (proto-stream-open-tls): Use plist-get.  Always return a list.
5994         (proto-stream-open-shell): Return `default' as connection type.
5995         (proto-stream-capability-open): Use plist-get.
5996         (proto-stream-eoc): Function deleted.
5997
5998         * nnimap.el (nnimap-stream, nnimap-open-connection)
5999         (nnimap-open-connection-1): Handle renaming of :type parameter for
6000         open-protocol-stream.
6001         (nnimap-open-connection-1): Pass a :return-list parameter
6002         open-protocol-stream to obtain a list return value.  Parse this list
6003         using plist-get.
6004
6005         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6006         for open-protocol-stream.  Accept open-protocol-stream return value
6007         that is a subprocess object instead of a list.  Handle the case of a
6008         dead returned process.
6009
6010 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6013
6014         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6015
6016 2011-03-21  Julien Danjou  <julien@danjou.info>
6017
6018         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6019         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6020         query.
6021         (mm-inline-text): Render normal text with fontification whenever
6022         possible.
6023
6024         * gnus-sum.el (gnus-summary-save-parts-1):
6025         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6026         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6027         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6028         Use `mm-handle-filename'.
6029
6030         * mm-util.el (mm-handle-filename): New function, return the filename of
6031         an handle.
6032
6033 2011-03-18  Julien Danjou  <julien@danjou.info>
6034
6035         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6036         (gnus-buffer-live-p): Check that buffer is not nil.
6037
6038 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6039
6040         * gnus.el: No Gnus v0.15 is released.
6041
6042 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6043
6044         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6045         avoid warning on XEmacs.
6046
6047         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6048         on XEmacs.
6049
6050         * gnus-art.el: Require mouse, which the build bot seems to say is
6051         needed.
6052
6053         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6054
6055         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6056         XEmacs, since it doesn't have url-retrieve-synchronously.
6057
6058         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6059         since assoc-string doesn't exist in XEmacs.
6060
6061 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6062
6063         * gnus-group.el (gnus-group-list-ticked): New function.
6064         (gnus-group-make-menu-bar): Provide a menu entry for it.
6065         (gnus-group-list-map): Provide a binding for it.
6066
6067 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * shr.el (shr-visit-file): New command.
6070
6071         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6072
6073 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6074
6075         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6076         servers.
6077
6078 2011-03-16  Julien Danjou  <julien@danjou.info>
6079
6080         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6081         inline.
6082
6083         * gnus-art.el (article-hide-list-identifiers):
6084         Use gnus-group-get-list-identifiers.
6085
6086         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6087         (gnus-summary-remove-list-identifiers):
6088         Use gnus-group-get-list-identifiers to get regexp.
6089         (gnus-select-newsgroup, gnus-summary-insert-subject)
6090         (gnus-summary-insert-articles):
6091         Call gnus-summary-remove-list-identifiers unconditionally.
6092
6093 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6096         we're selecting a group with unread articles.
6097
6098         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6099
6100         * gssapi.el: New file separated out from imap.el to provide a general
6101         Kerberos 5 connection facility for Emacs.
6102
6103         * message.el (message-elide-ellipsis): Document the format spec
6104         ellipsis.
6105
6106 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * message.el (message-elide-region): Allow the ellipsis to say how many
6109         lines were removed.
6110
6111 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6114         window configurations containing buffers that are now dead.
6115
6116         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6117         parsing to avoid integer overflows.
6118         (nnimap-parse-flags): Simplify the last change.
6119         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6120         too large for 32-bit Emacsen.
6121
6122 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6123
6124         * auth-source.el (auth-source-netrc-create):
6125         * message.el (message-yank-original): Fix use of `case'.
6126
6127 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6128
6129         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6130         XEmacs, which was one character too wide.
6131
6132 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6133
6134         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6135         default number of articles to display.
6136         (gnus-articles-to-read): Use pretty names for prompt.
6137
6138 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gnus-int.el (gnus-open-server): Ditto.
6141
6142         * gnus-start.el (gnus-activate-group): Give a backtrace if
6143         debug-on-quit is set and the user hits `C-g'.
6144         (gnus-read-active-file): Ditto.
6145
6146         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6147
6148 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * message.el (message-yank-original): Use cond instead of CL case.
6151
6152 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6153
6154         * auth-source.el (auth-source-netrc-create): Use usual format for the
6155         default in prompts.
6156
6157 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * lpath.el: Fbind read-char-choice for XEmacs.
6160
6161 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * auth-source.el (auth-source-netrc-create): Show the default in the
6164         prompt when prompting for token creation.
6165
6166 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * auth-source.el (auth-source-format-prompt): Always convert the value
6169         to a string to avoid evaluating non-string arguments.
6170         (auth-source-netrc-create): Offer default properly, not as initial
6171         content in `read-string'.
6172         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6173         of line to determine if we've been run before.  If so, don't run again,
6174         but print a trivial message to indicate the cache was hit instead.
6175
6176 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6179         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6180         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6181         Gnus.
6182
6183 2011-03-11  Julien Danjou  <julien@danjou.info>
6184
6185         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6186         modified file".
6187
6188 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6189
6190         * auth-source.el (auth-source-read-char-choice): New function to read a
6191         character choice using `dropdown-list', `read-char-choice', or
6192         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6193         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6194         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6195         (auth-source-netrc-saver): Use it.
6196         (auth-source-pick-first-password): New convenience function.
6197
6198 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6201         parameter in the credentials.
6202         (nnimap-open-connection-1): Use it after a successful login.
6203         (nnimap-credentials): Add IMAP-specific user and password prompt.
6204
6205         * auth-source.el (auth-source-search): Add :require parameter, taking a
6206         list.  Document it and the :save-function return token.  Pass :require
6207         down.  Change the CREATED message from a warning to a debug statement.
6208         (auth-source-search-backends): Pass :require down.
6209         (auth-source-netrc-search): Pass :require down.
6210         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6211         Change save prompt to indicate all modifications saved here are
6212         deletions.
6213         (auth-source-netrc-create): Take user login name as default in user
6214         prompt.  Move all the save functionality to a lexically bound function
6215         under the :save-function token in the returned list.  Set up clearer
6216         default prompts for user, host, port, and secret.
6217         (auth-source-netrc-saver): New function, intended to be wrapped for
6218         :save-function.
6219
6220 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6223         lines to be spaces instead.
6224
6225 2011-03-07  Julien Danjou  <julien@danjou.info>
6226
6227         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6228         (sieve-sasl-auth): Check that auth-source-search did return something,
6229         or just return an empty string.
6230
6231 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6232
6233         * gnus.el (gnus-interactive): Use read-directory-name.
6234
6235         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6236         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6237         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6238         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6239         Likewise.
6240
6241         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6242
6243 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6246         onto the list of killed groups, too.  This makes killed nnimap groups,
6247         for instance, more reliably not reappear.
6248
6249         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6250         the parent.
6251
6252         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6253
6254         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6255         really have server-side marks.
6256
6257         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6258         since most backends do not usefully have server-side marks.
6259         (gnus-update-read-articles): Propagate marks to all backends that
6260         really have server-side marks.
6261
6262 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6263
6264         * message.el (message-cite-reply-position, message-cite-style):
6265         New variables.
6266         (message-yank-original): Use the new citation styles.
6267
6268 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6269
6270         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6271         buffer-local issue); don't mark it buffer-local when running under
6272         XEmacs.
6273
6274 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6275
6276         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6277         numbers too big to be `read'.
6278
6279 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6280
6281         * password-cache.el (password-in-cache-p): Add autoload.
6282
6283         * message.el (message-options): Make buffer-local two ways to attempt
6284         to fix a XEmacs bug.
6285
6286 2011-03-02  Julien Danjou  <julien@danjou.info>
6287
6288         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6289
6290 2011-03-01  Julien Danjou  <julien@danjou.info>
6291
6292         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6293         group.
6294         (article-hide-list-identifiers): Use list-identifier group parameter.
6295
6296 2011-02-28  Julien Danjou  <julien@danjou.info>
6297
6298         * sieve.el (sieve-buffer-script-name): New local variable to store
6299         sieve script name.
6300         (sieve-edit-script): Store sieve script name.
6301         (sieve-upload): Use sieve script name when uploading.
6302         (sieve-upload): Use substitute-command-keys.
6303         (sieve-edit-script): Use substitute-command-keys.
6304         (sieve-refresh-scriptlist): Use substitute-command-keys.
6305         (sieve-manage-mode-map): Define keymap properly.
6306         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6307         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6308         Remove commented code about cvs.
6309         (sieve-manage-quit): New function.
6310         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6311
6312 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6315
6316 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * auth-source.el (auth-source-search): Cache empty result sets.
6319
6320         * password-cache.el (password-in-cache-p): Convenience function to
6321         check if a key is in the cache, even if the value is nil.
6322
6323         * auth-source.el (auth-source-save-behavior): New variable to replace
6324         `auth-source-never-create'.
6325         (auth-source-netrc-create): Use it.
6326         (auth-source-never-save): Remove.
6327
6328 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6329
6330         * nnimap.el (nnimap-stream): Doc fix.
6331         (nnimap-open-connection-1): Reverse the order of the ports to that the
6332         prompted-for port is first.
6333
6334         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6335         retrieval by the no-group selection.
6336
6337         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6338         numerical parameters.
6339
6340 2011-02-25  Julien Danjou  <julien@danjou.info>
6341
6342         * gnus-gravatar.el: Use gnus-with-article-buffer.
6343
6344         * gnus-art.el (gnus-with-article-buffer): Check that the
6345         gnus-article-buffer is alive.
6346
6347 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6348
6349         * auth-source.el (auth-source-creation-prompts): New variable to manage
6350         creation-time prompts.
6351         (auth-source-search): Document it.
6352         (auth-source-format-prompt): Add utility function.
6353         (auth-source-netrc-create): Don't default the user name to
6354         user-login-name.  Use `auth-source-creation-prompts' and some default
6355         prompts for user, host, port, and password (the default generic prompt
6356         remains ugly).
6357         (auth-source-never-save): Add customizable option to never save info.
6358         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6359         mode excursion.
6360
6361 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6364         argument that XEmacs doesn't support.
6365
6366         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6367         compiled for Emacsen having no `libxml-parse-html-region' support.
6368
6369         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6370
6371         * lpath.el: Bind buffer-save-without-query for XEmacs.
6372
6373 2011-02-23  Julien Danjou  <julien@danjou.info>
6374
6375         * gnus-art.el (article-make-date-line): Ignore errors if time is
6376         invalid and not convertible.
6377         (article-make-date-line): Only add lapsed time if time is not nil.
6378
6379 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6380
6381         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6382         `read-char-choice' for backwards compatibility.
6383         (auth-source-netrc-element-or-first): New function to DTRT for
6384         parameter extraction.
6385         (auth-source-netrc-create): Use it and fix multiple parameter print
6386         bug.  Use the default passed from above (given-default) or the
6387         built-in (user-login-name for :user).
6388
6389 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6390
6391         * gnus-start.el (gnus-dribble-read-file):
6392         Set buffer-save-without-query, since we always want to save the dribble
6393         file, probably.
6394
6395         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6396         nnimap.
6397
6398         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6399         -summary- since it's a user-visible variable.
6400
6401         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6402         first time you use the new Gnus.
6403
6404 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         * auth-source.el: Don't load netrc.el.
6407         (auth-sources): Search ~/.netrc as well by default.
6408         (auth-source-debug): Add 'trivia option for extra output.
6409         (auth-source-do-trivia): Use it.
6410         (auth-source-search): Simplify logic to use
6411         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6412         appropriate.  Don't keep a running count at this level.  Layer :create
6413         and :delete options appropriately on the first and second passes.
6414         Don't track the backend with the search results.
6415         (auth-source-search-backends): New function to search a list of
6416         backends for a processed spec.
6417         (auth-source-netrc-parse): Cache all netrc files, making
6418         auth-source-netrc-cache an alist keyed by the file name and using the
6419         file mtime as the caching criterion.  Keep the obfuscated data secret
6420         with a lexical bind.
6421         (auth-source-netrc-search): Don't calculate the length of the results
6422         unnecessarily.
6423         (auth-source-search-backends): Fix bug.
6424         (auth-source-netrc-create): Rework prompts.
6425
6426 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6427
6428         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6429         Lower case names of search constraints.
6430         (nnir-run-query): Cache and reuse search constraints for all imap
6431         servers.
6432
6433 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6436         after exit.
6437         (gnus-setup-message): Define missing variable from last checkin.
6438
6439         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6440         value, show the raw article.
6441
6442 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6443
6444         * gnus.el: No Gnus v0.13 is released.
6445
6446 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6447
6448         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6449         auth-source now accepts numbers.
6450
6451         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6452         spec, too.
6453         (auth-source-ensure-strings): New function.
6454
6455         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6456         (gnus-article-setup-buffer): Always restart the date timer so that user
6457         changes to the frequency is respected.
6458
6459         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6460         port numbers, so make sure it gets that if nnimap-server-port is
6461         explicit.
6462
6463 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6464
6465         * nnimap.el (nnimap-inbox): Doc fix.
6466
6467 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6468
6469         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6470         Autoload.  Add optional arg FRAME, and pass it to color-values.
6471         (color-complement): Caller changed.  Doc fix.
6472         (color-gradient): Rewrite for better clarity and efficiency.
6473
6474 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6475
6476         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6477         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6478         color-lab-to-srgb.
6479
6480 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6481
6482         * color.el: First part of merge from hexrgb.el.
6483         (color-rgb-to-hex): Rename from color-rgb->hex.
6484         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6485         saturation to zero if the value is too small.
6486         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6487         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6488         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6489         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6490         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6491         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6492         (color-cie-de2000): Doc fix.
6493
6494 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6495
6496         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6497         given method as in the group name if we're using an extended method.
6498         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6499         command, if we're using that, instead of waiting for the beginning.
6500
6501         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6502         we're sure to get unique server names, and we don't output two async
6503         commands in the same buffer.  This fixes an NNTP hang for some users.
6504
6505 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6506
6507         * gnus.el: No Gnus v0.11 is released.
6508
6509 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6510
6511         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6512         summary buffer before reading going to the next buffer.  This avoids
6513         putting the point in the group buffer if you `C-g' the command.
6514
6515         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6516         cache (for now) to make ~/.authinfo.gpg files usable.
6517
6518         * nnfolder.el (copyright-update): Define for the compiler.
6519
6520         * auth-source.el (auth-source-search): Fix unbound variable.
6521
6522 2011-02-19  Glenn Morris  <rgm@gnu.org>
6523
6524         * gnus.el (gnus-meta): Doc fix.
6525
6526 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6527
6528         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6529         in case it's not yet loaded.
6530
6531 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6532
6533         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6534         line we're waiting for.
6535
6536 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6537
6538         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6539         face with line-width greater than zero will cause RET in gnus summary
6540         buffer to scroll down article page-wise because auto vscroll happens,
6541         it should be temporally disabled when doing a scroll-up.
6542
6543 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6544
6545         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6546         outputs from the server.
6547
6548 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6549
6550         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6551         later so that bbdb can hook in easier.
6552
6553 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6554
6555         * auth-source.el (auth-source-search): Don't try to create credentials
6556         if the caller doesn't want that.
6557         (auth-source-search): If we don't find a match, don't bug out on
6558         non-bound variables.
6559         (auth-source-search): Only ask a single backend to create the
6560         credentials.
6561
6562         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6563         logging.
6564         (nnimap-credentials): Protect against auth-source-search returning nil.
6565         (nnimap-request-list): Protect against not being able to open the
6566         server.
6567
6568 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6569
6570         * auth-source.el (auth-source-search): Do a two-phase search, one with
6571         no :create to get the responses from all backends.
6572
6573         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6574         when getting credentials.
6575
6576         * gnus-util.el (gnus-delete-duplicates): New function.
6577
6578 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6579
6580         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6581         a creation default, pass the whole port list down.  It will be
6582         completed.
6583
6584         * auth-source.el (auth-source-search): Updated docs to talk about
6585         multiple creation choices.
6586         (auth-source-netrc-create): Accept a list as a value (from the search
6587         parameters) and do completion on that list.  Keep a separate netrc line
6588         with the password obscured for showing the user.
6589
6590         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6591         first choice to `auth-source-search' so it will be used for entry
6592         creation instead of the server's Gnus-specific name.
6593         (nnimap-credentials): Rely on the auth-source library to select which
6594         port is actually wanted in the new netrc entry, so don't override
6595         `auth-source-creation-defaults'.
6596
6597         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6598         :protocol and accept a missing user, host, or port as a wildcard match.
6599         (auth-source-debug): Default to off.
6600
6601         (auth-source-netrc-search, auth-source-netrc-create)
6602         (auth-source-secrets-search, auth-source-secrets-create)
6603         (auth-source-user-or-password, auth-source-backend, auth-sources)
6604         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6605         instead of :protocol.
6606
6607         * nnimap.el (nnimap-credentials): Pass a port default to
6608         `auth-source-search' in case an entry needs to be created.
6609         (nnimap-open-connection-1): Use :port instead of :protocol.
6610
6611 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * auth-source.el: Bind load-path when loading EIEIO from
6614         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6615         21.4 doesn't support, to `require'.
6616         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6617         delete-dups that is not available in XEmacs 21.4.
6618
6619 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6620
6621         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6622         as EIEIO must also be loaded when auth-source.el is being
6623         byte-compiled.
6624
6625 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6626
6627         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6628
6629         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6630
6631         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6632
6633         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6634
6635         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6636
6637         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6638
6639         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6640
6641         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6642         necessary.
6643
6644 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6645
6646         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6647         nil means that nnimap doesn't get updated.
6648
6649 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6652         result when the user doesn't want to write to the file.
6653         (auth-source-netrc-search): Expect a synthetic result and proceed
6654         accordingly.
6655         (auth-source-cache-expiry): New variable to override
6656         `password-cache-expiry'.
6657         (auth-source-remember): Use it.
6658
6659         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6660         parameter.  Create entry if necessary by using :create t.
6661         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6662
6663 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6664
6665         * auth-source.el (auth-source-debug): Enable by default and don't
6666         mention the obsolete `auth-source-hide-passwords'.
6667         (auth-source-do-warn): New function to debug unconditionally.
6668         (auth-source-do-debug): Use it.
6669         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6670         and for Secrets API entries when the secrets.el library is not
6671         available.
6672
6673 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6674
6675         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6676         (gnus-summary-exit): Kill the correct article buffer on exit from a
6677         `C-d' group.
6678
6679         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6680         gnus-propagate-marks.
6681
6682         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6683         before killing the buffers so that a non-full window conf gets handled
6684         correctly.
6685         (gnus-summary-exit): Ditto.
6686         (gnus-summary-read-group-1): Ditto.
6687
6688         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6689         async code again so that we can debug it properly.
6690
6691         * message.el (message-reply): Take an optional switch-buffer parameter
6692         so that Gnus window confs are respected better.
6693
6694 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6697         `plist-get' to accept non-list parameters (XEmacs issue).
6698         Fix docstring.
6699         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6700         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6701         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6702         Login collection is "Login" and not "login".
6703
6704 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6705
6706         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6707         multiple headers.
6708
6709         * nnimap.el (nnimap-inhibit-logging): New variable.
6710         (nnimap-log-command): Don't log login commands.
6711
6712         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6713         to have more parameters.
6714
6715         * nnimap.el (nnimap-send-command): Mark the command time for each
6716         command, so that we don't get NOOPs stepping on our toes.
6717
6718         * gnus-art.el (article-date-ut): Get the date from the Date header on
6719         `t'.
6720
6721 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * auth-source.el (auth-source-search): Use copy-sequence instead of
6724         the cl.el copy-list.
6725
6726 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6727
6728         * imap.el: Bring it back (revert
6729         84d800cd31de3064f0ed39617d725709a2f8f42f).
6730
6731 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6732
6733         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6734         Improve prompt.
6735
6736 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6739         washing status from the default format.  It isn't very informative.
6740
6741 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6742
6743         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6744         Fix Gcc processing on imap.
6745
6746 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * imap.el: Remove file.  All the functionality is in nnimap.el.
6749
6750 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6751
6752         * message.el (message-bury): Don't pop up a new window when selected
6753         window is dedicated.
6754
6755 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6756
6757         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6758
6759 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * sieve-manage.el: Autoload `auth-source-search'.
6762         (sieve-sasl-auth): Use it.
6763
6764 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * nnimap.el: Autoload `auth-source-forget+'.
6767         (nnimap-open-connection-1): Use it if the connection fails.
6768
6769         * auth-source.el: Require `password-cache'.
6770         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6771         obsolete.
6772         (auth-source-magic): Marker for `password-cache' keys.
6773         (auth-source-do-cache): Update docstring.
6774         (auth-source-search): Use and check cache.
6775         (auth-source-forget-all-cached, auth-source-remember)
6776         (auth-source-recall, auth-source-forget, auth-source-forget+)
6777         (auth-source-specmatchp): Caching support functions.
6778         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6779         Remove and obsolete.
6780         (auth-source-user-or-password): Remove caching to further discourage
6781         using it.  Always hide passwords.
6782
6783         * password-cache.el (password-cache-remove): Accept secrets that are
6784         not strings.
6785
6786 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6787
6788         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6789         code for now, since it doesn't work for all users.
6790
6791 2011-02-09  Julien Danjou  <julien@danjou.info>
6792
6793         * message.el (message-options): Make message-options really buffer
6794         local.
6795
6796 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * mail-source.el: Autoload `auth-source-search'.
6799         (mail-source-keyword-map): Note order matters.
6800         (mail-source-set-1): Get all the mail-source source values and
6801         defaults and search auth-source on those if needed.  This can all
6802         probably be simplified.
6803
6804         * nnimap.el: Autoload `auth-source-search'.
6805         (nnimap-credentials): Use it.
6806         (nnimap-open-connection-1): Ask for the virtual server and physical
6807         address in one shot.
6808
6809         * nntp.el: Autoload `auth-source-search'.
6810         (nntp-send-authinfo): Use it.  Note TODO.
6811
6812 2011-02-08  Julien Danjou  <julien@danjou.info>
6813
6814         * shr.el (shr-tag-body): Add support for text attribute in body
6815         markups.
6816
6817         * message.el (message-options): Make message-options a local variable.
6818
6819 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * auth-source.el (auth-source-secrets-search)
6822         (auth-source-user-or-password): Use `append' instead of `nconc'.
6823         (auth-source-user-or-password): Build return list better and protect
6824         against nil :secret.
6825
6826 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6827
6828         * nnimap.el (nnimap-update-info): Refactor slightly.
6829         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6830         (nnimap-update-info): Clean up slightly.
6831         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6832         characters.
6833         (nnimap-process-quirk): Rename function to avoid collision.
6834         (nnimap-update-info): Fix macrology bug-out.
6835         (nnimap-update-info): Simplify split history test.
6836
6837 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6838
6839         * auth-source.el (top): Require 'eieio unconditionally.
6840         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6841         (auth-source-secrets-search): Limit search when `max' is greater than
6842         number of results.
6843
6844 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6845
6846         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6847         part not returning any data.
6848
6849         * proto-stream.el (open-protocol-stream): Document the return value.
6850
6851 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6852
6853         * auth-source.el (auth-source-secrets-search): Add examples.
6854
6855 2011-02-06  Julien Danjou  <julien@danjou.info>
6856
6857         * message.el (message-setup-1): Handle message-generate-headers-first
6858         set to t.
6859
6860 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6861
6862         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6863         API with a string "secrets:collection-name" and with 'default.
6864         (auth-source-backend-parse): Parse "secrets:collection-name" and
6865         'default.  Recurse on parses instead of repeating code.  Use the
6866         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6867         message when ignoring a source.
6868         (auth-source-search): List ignored search keys at the top level.
6869         (auth-source-netrc-create): Use `case' instead of `cond'.
6870         (auth-source-secrets-search): Created with TODOs.
6871         (auth-source-secrets-create): Created with TODOs.
6872         (auth-source-retrieve, auth-source-create, auth-source-delete)
6873         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6874         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6875         (auth-source-user-or-password-sftp)
6876         (auth-source-user-or-password-smtp): Remove.
6877         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6878         around `auth-source-search'.  Not tested thoroughly.
6879
6880 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * auth-source.el: Bring in assoc and eioeio libraries.
6883         (secrets-enabled): New variable to track the status of the Secrets API.
6884         (auth-source-backend): New EIOEIO class to represent a backend.
6885         (auth-source-creation-defaults): New variable to set prompt defaults
6886         during token creation (see the `auth-source-search' docstring for
6887         details).
6888         (auth-sources): Simplify to allow a simple string as a netrc backend
6889         spec.
6890         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6891         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6892         (auth-source-search): Main auth-source API entry point.
6893         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6894         (auth-source-search-collection): Helper function for searching.
6895         (auth-source-netrc-parse, auth-source-netrc-normalize)
6896         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6897         Supports search, create, and delete.
6898         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6899         backend stubs.
6900         (auth-source-user-or-password): Call `auth-source-search' but it's not
6901         ready yet.
6902
6903 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6904
6905         * message.el (message-setup-1): Remove the read-only stuff, since it
6906         doesn't work under XEmacs, for some reason.
6907
6908         * gnus-sum.el (gnus-user-date): Rename back from
6909         gnus-summary-user-date since user code refers to it.
6910
6911         * shr.el (shr-render-td): Store the actual background color used.
6912
6913         * message.el (message-setup-1): Don't bind the constant
6914         -forbidden-properties.
6915         (message-setup-1): Revert previous change, since it needs to bind the
6916         props to insert them.
6917         (message-resend): Allow removing the read-only separator line.
6918
6919 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6920
6921         * nnimap.el (nnimap-request-accept-article): Give an error message if
6922         the APPEND wasn't successful.
6923
6924 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6925
6926         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6927         that have no groups.
6928
6929 2011-02-03  Julien Danjou  <julien@danjou.info>
6930
6931         * gnus-draft.el: Remove progn around gnus-draft-setup.
6932
6933 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6934
6935         * gnus-start.el (gnus-read-active-for-groups): This function is never
6936         called with a nil `infos', so clean that up.
6937         (gnus-get-unread-articles): Request active files from primary/secondary
6938         methods that have no groups (yet).
6939
6940 2011-02-03  Julien Danjou  <julien@danjou.info>
6941
6942         * message.el (message-setup-1): Always generate References first.
6943         (message-mail): Return the return value of message-setup, not always t.
6944         (message-setup-1): Insert mail-header-separator with read-only and
6945         intangible properties set.
6946
6947         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6948         user-date in docstring.
6949
6950         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6951
6952         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6953         docstring.
6954
6955         * gnus.el (gnus-user-date-format-alist): Change default value.
6956         Use defcustom, with type and group.  Move from gnus-util.el.
6957         Rename to gnus-summary-user-date-format-alist.
6958
6959 2011-02-03  Glenn Morris  <rgm@gnu.org>
6960
6961         * nnimap.el (gnus-fetch-headers): Declare.
6962
6963         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6964
6965 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6966
6967         * message.el (message-forward-make-body-digest-plain)
6968         (message-followup, message-reply): Clean up things noted by Stefan.
6969
6970         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6971         gnus-article-update-date-headers is nil.
6972         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6973         it didn't really work with defcustom.
6974         (article-update-date-lapsed): Make sure the window start doesn't move,
6975         either.
6976
6977 2011-02-01  Julien Danjou  <julien@danjou.info>
6978
6979         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6980         format.
6981
6982         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6983         standard in Emacs nowadays.
6984
6985         * color.el (color-gradient): Add a color-gradient function.
6986
6987 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6988
6989         * message.el (message-expand-name): Don't trust the return value of
6990         bbdb-complete-name.
6991         (message-check-news-header-syntax): Remove unused var `start'.
6992         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6993         (message-inhibit-body-encoding): Move to before first use.
6994         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6995         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6996         (Organization, Message-ID, Date, mh-previous-window-config):
6997         Defvar the vars using dynamic scoping.
6998
6999 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7000
7001         * shr.el (shr-render-td): Only do colors at the final rendering.
7002         Should be slightly faster.
7003         (shr-insert-table): Fix up TD background colors when doing the
7004         vertical padding.
7005
7006         * gnus-art.el (article-date-ut): Protect against articles with no Date
7007         header.
7008         (article-update-date-lapsed): Don't use current-column to find the
7009         horizontal position.  It's fragile in the presence of \003 characters.
7010
7011         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7012
7013 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7014
7015         * gnus-art.el (article-transform-date): Rewrite to still work when
7016         there are several rfc2822 parts.
7017         (article-transform-date): Fix infinite recursion.
7018         (article-date-ut): Replace infinitely many Date headers with a single
7019         one when called interactively.
7020
7021         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7022         secure manner.
7023
7024         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7025         move around by not using save-window-excursion.  It seems to work...
7026
7027 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-art.el (article-make-date-line): Work for user-defined format.
7030
7031 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7032
7033         * nntp.el (nntp-retrieve-group-data-early)
7034         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7035         fetching functions.
7036
7037         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7038         thoroughly for all backends that have no known groups.  This should
7039         allow new nnml methods to retrieve mail.
7040
7041         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7042         that Gnus doesn't know exists again.
7043
7044         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7045         (gnus-treat-date-ut): Ditto.
7046         (gnus-article-update-date-header): Rename.
7047         (gnus-treat-date-local): Remove.
7048         (gnus-treat-date-english): Remove.
7049         (gnus-treat-date-lapsed): Remove.
7050         (gnus-treat-date-combined-lapsed): Remove.
7051         (gnus-treat-date-original): Remove.
7052         (gnus-treat-date-iso8601): Remove.
7053         (gnus-treat-date-user-defined): Remove.
7054         (gnus-article-date-headers): New variable to control all the date
7055         header options.
7056         (article-date-ut): Rewrite to allow using the new way to format date
7057         headers(s).
7058
7059 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7060
7061         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7062         method.
7063         (nnmail-article-group): A better test for fanciness.
7064
7065         * nnimap.el (nnimap-request-head): Protect against not finding the
7066         article by Message-ID.
7067
7068 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7069
7070         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7071         keep point at the "same place".
7072
7073 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7074
7075         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7076         data if the group is inactive.
7077
7078 2011-01-28  Julien Danjou  <julien@danjou.info>
7079
7080         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7081         (gnus-all-windows-visible-p): Remove old compatibility code.
7082         (gnus-window-top-edge): Add docstring.
7083
7084         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7085
7086 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7089         older request-update-info.
7090
7091         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7092
7093 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7094
7095         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7096         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7097
7098 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7099
7100         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7101         groups.  This makes the nndraft:queue group pop up if it's not already
7102         there.
7103
7104         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7105         messages" logic, which was reversed.
7106
7107         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7108         the "same place" even if point is on the line being replaced.
7109         (article-update-date-lapsed): Allow updating both the combined lapsed
7110         and the lapsed headers.
7111         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7112         (article-make-date-line): Limit the number of segments dynamically to
7113         avoid too-long lines.
7114
7115 2011-01-27  Julien Danjou  <julien@danjou.info>
7116
7117         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7118         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7119
7120 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7123         Use plist-get instead of the cl function getf.
7124
7125 2011-01-27  Glenn Morris  <rgm@gnu.org>
7126
7127         * gnus-util.el (float-time): Get rid of compiler warning, again.
7128
7129 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7130
7131         * shr.el (shr-put-color): Special-case background colors: Do put them
7132         at the blank parts at the front of the lines.
7133
7134         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7135         exit hook to nix out all data on readedness on group exit.
7136
7137         * gnus-util.el (float-time): If float-time is bound, always use it on
7138         all Emacsen.  It's unclear why the subrp check was there.
7139         (time-date): Require to make some autoload issues on XEmacs go away.
7140
7141         * shr.el (shr-put-color): Don't do the box padding in tables, since
7142         they're already padded.
7143
7144 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7145
7146         * gnus-art.el (gnus-article-next-page): When the last line of the
7147         article is displayed, scroll down once more instead of going to the
7148         next article at once.
7149         (article-lapsed-string): Refactor out and allow specifying how many
7150         segments you want.
7151         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7152         (gnus-article-update-lapsed-header): New variable.
7153
7154         * shr.el: Revert change that made headings use different-sized faces.
7155         The Emacs display engine isn't advanced enough that, for instance,
7156         tables can comfortably use differently-sized faces.
7157
7158 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7159
7160         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7161         used.
7162         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7163         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7164         we're using an encrypted connection.
7165
7166         * proto-stream.el: Alter the interface functions to also return the
7167         actual stream type used: network or tls.
7168
7169 2011-01-25  Julien Danjou  <julien@danjou.info>
7170
7171         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7172         (mm-display-javascript-inline): New function.
7173
7174         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7175         viewing function.
7176
7177 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * shr.el (shr-expand-newlines): Fix variable name.
7180
7181 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7182
7183         * shr.el (shr-expand-newlines): Make nested boxes work.
7184
7185 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7186
7187         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7188         backgrounds.
7189         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7190         in a more sensible manner.
7191
7192 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7193
7194         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7195         if EPG is loaded.
7196
7197 2011-01-24  Julien Danjou  <julien@danjou.info>
7198
7199         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7200         tags.
7201
7202 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7203
7204         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7205         commands.
7206
7207         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7208         in the article buffer.
7209         (gnus-gravatar-insert): Use blank space from the current buffer to
7210         avoid breaking text properties.  This makes X-Sent updating work again.
7211
7212         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7213
7214 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7215
7216         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7217         fix the bug in url-http.el instead.
7218
7219         * shr.el (shr-image-fetched): Ditto.
7220
7221         * shr.el (shr-image-fetched): Avoid having point move in the article
7222         buffer.
7223
7224         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7225         buffer after being called.  It's apparently being killed by url.el, and
7226         killing it made point move to end-of-buffer in a random buffer.
7227
7228         * shr.el (shr-image-fetched): Ditto.
7229
7230 2011-01-23  Julien Danjou  <julien@danjou.info>
7231
7232         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7233
7234         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7235         text/x-org.
7236
7237 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7238
7239         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7240         (i.e., nnimap) returning nil as the article number.
7241
7242 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7243
7244         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7245         "DelSp" parameter in RFC3676.
7246
7247 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7248
7249         * message.el (message-check-recipients): Display the encoded version of
7250         the bogus address if they differ.
7251
7252         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7253         after sending.
7254
7255         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7256
7257         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7258
7259         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7260         group buffer after sending the queue.
7261
7262         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7263
7264 2011-01-22  Julien Danjou  <julien@danjou.info>
7265
7266         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7267
7268 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7269
7270         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7271         nested related parts.
7272
7273         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7274         unexpired articles.  This fixes the regression that led expiry marks to
7275         disappear from nnfolder groups.
7276
7277 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7278
7279         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7280         Don't confuse the "ret" of "retrograde" with RET.
7281
7282 2011-01-21  Julien Danjou  <julien@danjou.info>
7283
7284         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7285         than mm-insert-inline.
7286
7287 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7290         Widen article buffer.
7291
7292 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7293
7294         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7295         the temp buffer.
7296         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7297
7298 2011-01-20  Julien Danjou  <julien@danjou.info>
7299
7300         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7301
7302         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7303         than mm-insert-inline to insert inline part: this respect
7304         mm-inline-media-tests displayers.
7305
7306         * mm-view.el (mm-display-shell-script-inline): New function.
7307
7308         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7309
7310         * mm-uu.el (mm-uu-type-alist): Add org block.
7311         (mm-uu-org-src-code-block-extract): New function.
7312
7313         * mm-view.el (mm-display-org-inline): New function.
7314
7315         * mm-decode.el (mm-automatic-display): Add text/org.
7316
7317         * mailcap.el (mailcap-mime-extensions): Add .org.
7318
7319 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7322         gnus-article-add-buttons.
7323
7324 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7325
7326         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7327         From header with a date and "nobody" as the sender.
7328
7329 2011-01-19  Julien Danjou  <julien@danjou.info>
7330
7331         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7332         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7333         if you have the same regexp several times.
7334         (gnus-button-push): Fix matching when regexp is symbol.
7335
7336 2011-01-15  Glenn Morris  <rgm@gnu.org>
7337
7338         * message.el (message-mail): A compose-mail function should
7339         accept headers as strings.
7340
7341 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7342
7343         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7344         Add :vert-only tags.
7345         (message-mail): New arg RETURN-ACTION.
7346         (message-return-action): New var.
7347         (message-bury): Use it.
7348         (message-mode): Make it buffer-local.
7349         (message-send-and-exit): Always call message-bury.
7350
7351         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7352         message-mail.
7353
7354 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355
7356         * nnimap.el (nnimap-convert-partial-article): Protect against
7357         zero-length body parts.
7358
7359         * mm-decode.el (mm-preferred-alternative-precedence):
7360         Discourage showing empty parts.
7361
7362         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7363         and stuff if the backend didn't return the article number.  This fixes
7364         an Exchange-related nnimap bug.
7365
7366         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7367         group window, because it does the wrong thing when a separate frame
7368         displays the group buffer.
7369
7370         * proto-stream.el (open-protocol-stream): Protect against the low-level
7371         transport functions returning nil.
7372
7373 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7374
7375         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7376         (mml2015-epg-find-usable-secret-key): New function.
7377         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7378         mml2015-epg-find-usable-key (Bug#7797).
7379         (mml2015-epg-encrypt): Ditto.
7380
7381 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * dgnushack.el (rot13-string): Fix the way to get the argument.
7384
7385 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7388
7389 2011-01-03  Glenn Morris  <rgm@gnu.org>
7390
7391         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7392
7393         * sieve.el (sieve-open-server): Give a more explicit error if
7394         sieve-manage-open returns nil.  (Bug#7720)
7395
7396 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7397
7398         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7399
7400 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7403         This avoids sending passwords in plain text over non-encrypted
7404         channels.
7405
7406         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7407
7408         * nnimap.el (nnimap-login): Refactored out into own function, and
7409         implement CRAM-MD5.
7410         (nnimap-wait-for-line): Refactored out.
7411
7412         * mm-view.el (mml-smime): Require.
7413
7414 2010-12-20  David Engster  <deng@eml.cc>
7415
7416         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7417         use EPG to decrypt S/MIME messages instead of openssl.
7418
7419 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7422
7423         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7424         status is the group clearly is unreachable.
7425
7426         * auth-source.el (auth-source-create): Add the optional second
7427         parameter to `local-variable-p' to be compatible with XEmacs.
7428
7429 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7430
7431         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7432         work when using a compressed nnml folder.
7433
7434 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7437         backends after sanitising on entry, because this never makes sense:
7438         If the articles have gone missing, then the data no longer exists on
7439         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7440         overwrite anything anyway.
7441
7442         * shr.el (shr-insert-document): Bind shr-width dynamically to
7443         window-width if it's nil.
7444
7445 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7446
7447         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7448         with the meaning of using the full emacs window width for rendering.
7449
7450 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7451
7452         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7453         case when sender is not given.
7454
7455 2010-12-23  Julien Danjou  <julien@danjou.info>
7456
7457         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7458         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7459         the addresses, otherwise we might misplaced the gravatar.
7460
7461 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7462
7463         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7464         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7465         obsolete in Emacs.
7466
7467 2010-12-20  Julien Danjou  <julien@danjou.info>
7468
7469         * gnus-util.el (gnus-rescale-image): Revert last change.
7470
7471 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7472
7473         * binhex.el: Improve commentary (Bug#7482).
7474
7475 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * gnus-group.el (gnus-group-delete-articles): New command.
7478
7479 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7480
7481         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7482
7483 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7484
7485         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7486         here, since it's up to the backends to do CRLF removal if their
7487         protocol has it.
7488
7489         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7490
7491 2010-12-17  Julien Danjou  <julien@danjou.info>
7492
7493         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7494         they are from file.  Can also scale up.
7495
7496 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7497
7498         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7499         Restore gnus-use-agent.
7500         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7501
7502         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7503
7504 2010-12-17  Julien Danjou  <julien@danjou.info>
7505
7506         * gravatar.el (gravatar-retrieve-synchronously): New function.
7507         (gravatar-get-data): Make more robust.
7508
7509 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7512
7513 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7516         to really consider the last line.
7517
7518 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7519
7520         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7521         list of recipient keys, or use symmetric encryption if not a list.
7522         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7523         EPA override, replacing the call to `netrc-store-data'.
7524
7525 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7526
7527         * gnus-srvr.el: Avoid passing nil regexp argument to
7528         delete-matching-lines.
7529
7530 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7533         fetching stops when Gnus exits.
7534
7535         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7536         function.
7537         (nnfolder-request-expire-articles): Save all the buffers after doing
7538         expiry.
7539
7540         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7541         the last article", since that led to serious performance regressions
7542         when expiring nnml groups.
7543
7544 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7545
7546         * nnir.el: Improve customizations.
7547
7548 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7551
7552         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7553         group has been killed.
7554         (gnus-group-yank-group): Ditto.
7555
7556         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7557
7558         * nnimap.el (nnimap-request-update-group-status): New function.
7559
7560         * gnus-int.el (gnus-request-update-group-status): New interface
7561         function.
7562
7563         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7564         copying read-ness to the backends.
7565
7566         * nnimap.el (nnimap-quirk): New function.
7567         (nnimap-retrieve-group-data-early): Use it.
7568         (nnimap-quirks): New alist.
7569
7570 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7573         don't delete it within indentation.
7574
7575 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576
7577         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7578         previous line.
7579
7580 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7583         QRESYNC command by deleting a superfluous space which broke Cyrus
7584         servers.  This change will break other servers that are buggy the other
7585         way around.
7586
7587 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7588
7589         * spam.el: Reindent and fix long lines.
7590         (spam-copy-or-move-routine): Exclude invalid move destinations.
7591
7592 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7593
7594         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7595         installed the registry.
7596
7597 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7600
7601 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7602
7603         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7604         groupname doesn't contain "gmane".
7605
7606 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7609         and netrc-bound-and-true-p bindings.
7610         (netrc-parse): Cache the netrc contents.
7611
7612         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7613         (gnus-1): Don't create the nndrafts group twice.
7614         (gnus-setup-news): There's no need to read the active file here, since
7615         that's done again later on a per-backend basis.
7616         (gnus-start-draft-setup): Make sure that the new group is started out
7617         empty.
7618
7619         * gnus-agent.el (gnus-agentize): Don't create the queue group
7620         automatically on startup.  It'll be created later, if needed.
7621
7622         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7623         of automatically subscribed groups.
7624         (gnus-auto-subscribed-categories): New variable.
7625         (gnus-matches-options-n): Use it.
7626         (gnus-default-subscribed-newsgroups): Remove unused variable.
7627         (gnus-start-draft-setup): Message a bit less.
7628
7629 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7630
7631         * nnir.el (nnir-run-imap): Return article list in order of increasing
7632         UID.
7633
7634 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * gnus-sum.el (gnus-summary-enter-digest-group):
7637         Mention gnus-auto-select-on-ephemeral-exit.
7638
7639         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7640         convention of the network-only option.
7641
7642 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7643
7644         * proto-stream.el (proto-stream-open-network-only): New function to
7645         have a way to specify non-STARTTLS upgrade connections.
7646
7647 2010-12-10  Julien Danjou  <julien@danjou.info>
7648
7649         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7650         email address is nil.
7651
7652         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7653
7654 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7655
7656         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7657         deletion.
7658         (nnir-run-imap): Only need to parse list once.
7659
7660 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * shr.el (shr-tag-script): Ignore <script>.
7663         (shr-tag-label): Add <label> support.
7664
7665 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7668
7669         * shr.el (shr-image-displayer): Work for images lined side by side.
7670
7671 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7672
7673         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7674         parameter, since XEmacs doesn't accept t as a parameter.
7675
7676 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7677
7678         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7679         ids.
7680         (nnir-run-gmane): Simplify groupspec formatting.
7681         (nnir-request-expire-articles): New function.
7682
7683 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7684
7685         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7686         overflow, possibly.
7687
7688         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7689         (shr-render-td): Handle td style="" better.
7690         (shr-tag-table): Use the color from the style sheet.
7691         (shr-render-td): Make sure we copy over all the overlays, too.
7692
7693 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7694
7695         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7696         (nnir-request-article): Improve article retrieval.
7697
7698 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * mm-util.el (mm-extra-numeric-entities): New variable.
7701
7702         * mm-url.el (mm-url-decode-entities):
7703         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7704
7705         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7706
7707 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7708
7709         * message.el: Use completion-at-point.
7710         (message-completion-function): New fun, extracted from message-tab.
7711         (message-mode): Use it for completion-at-point-functions.
7712         (message-tab): Use it and completion-at-point.
7713
7714 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7717         character if a non-breakable character follows.
7718
7719 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7722         any stream.
7723
7724         * shr.el (shr-tag-font): Colorize the region.
7725         (shr-tag-body): Ditto.
7726         (shr-tag-font): Actually let the styles be inherited instead of
7727         overwriting them.
7728         (shr-tag-font): Get the background color right.
7729         (shr-tag-style): Ignore all <style> tags for the moment.
7730
7731         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7732         a Message-ID to avoid having nnimap depend on gnus-sum.
7733
7734         * shr.el (shr-descend): Only colorize something if we have a node that
7735         sets colors.
7736
7737 2010-12-06  Julien Danjou  <julien@danjou.info>
7738
7739         * shr.el (shr-render-td): Render td content with shr-descend, so style
7740         will be applied to <td> too.
7741         (shr-colorize-region): Colorize region even if we only have a background.
7742         (shr-tag-body): Fix color and background color inheritance.
7743         Do not recolorize after shr-generic.
7744         (shr-tag-font): Let shr-generic colorize via inheritance.
7745
7746 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7749
7750 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7751
7752         * nnir.el (nnir-request-move-article): Remove obsolete code.
7753
7754 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7757
7758 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759
7760         * gnus-sum.el (gnus-summary-respool-article): The completion function
7761         expects a list instead of an alist.
7762
7763         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7764         string as the parameter.
7765
7766         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7767
7768         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7769         styles.
7770         (shr-colorize-region): New function.
7771         (shr-insert-background-overlay): Remove.
7772         (shr-render-td): Background setting should be taken care of on a higher
7773         level.
7774         (shr-tag-body): Use post-hoc colorizations.
7775         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7776         (shr-put-color-1): Don't overwrite old colors.
7777         (shr-colorize-region): When the background color isn't explicit, use
7778         a fixed background.
7779
7780         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7781         nnmail variables.
7782
7783 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7784
7785         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7786         unless necessary.
7787
7788 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7789
7790         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7791         server.
7792
7793 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7794
7795         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7796         so that TAB works.
7797
7798         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7799         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7800
7801         * shr.el (shr-urlify): Show the URL before the title to avoid
7802         misleading URLs.
7803
7804 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7805
7806         * shr.el (shr-urlify): Display the title in <a> tags.
7807
7808 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7809
7810         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7811
7812 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7813
7814         * nnir.el: Rearrange code to allow macros to be autoloaded by
7815         gnus-sum.el.
7816         (nnir-retrieve-headers-override-function): Make this variable
7817         customizable.
7818         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7819
7820         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7821         from nnir.el.
7822
7823 2010-12-03  Julien Danjou  <julien@danjou.info>
7824
7825         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7826
7827 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7830         allow optional argument `environment'.
7831
7832 2010-12-03  Glenn Morris  <rgm@gnu.org>
7833
7834         * mm-extern.el (message-goto-body): Update declaration.
7835
7836 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * gnus-util.el (gnus-macroexpand-all): New function.
7839
7840         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7841         instead of macroexpand-all that is unavailable in XEmacs.
7842
7843 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7844
7845         * nnir.el (nnir-summary-line-format): New variable.
7846         (nnir-mode): Use it.
7847         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7848         (nnir-article-ids): Reimplement as defsubst.
7849         (nnir-retrieve-headers): Don't mangle the subject header.
7850         (nnir-run-imap): Use 100 as RSV score.
7851         (nnir-run-find-grep): Fix for full server searching.
7852         (nnir-run-gmane): Better restriction to gmane groups.
7853
7854         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7855         summary buffers.
7856
7857 2010-12-02  Julien Danjou  <julien@danjou.info>
7858
7859         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7860
7861         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7862
7863         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7864         support.
7865
7866 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7867
7868         * nnir.el: Update to handle the registry better.
7869         (autoload): Silence byte-compiler.
7870         (nnir-open-server): Add a hook for nnir groups.
7871         (nnir-request-move-article): Don't mangle the header.  Better to use
7872         formatting variables (which will be added in the future).
7873         (nnir-registry-action): Update the registry using the original article
7874         group name.
7875         (nnir-mode): Install nnir-specific hooks for updating the registry.
7876
7877         * gnus-sum.el
7878         (gnus-article-original-subject, gnus-newsgroup-original-name):
7879         Remove obsolete variables.
7880         (gnus-summary-move-article): Remove use of obsolete variables.
7881         (gnus-summary-local-variables): Make move and delete hooks local to
7882         summary buffers.
7883
7884 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7885
7886         * rtree.el: New file.
7887
7888 2010-12-01  Julien Danjou  <julien@danjou.info>
7889
7890         * message.el (message-user-organization): Do not use
7891         gnus-local-organization.
7892
7893         * gnus.el: Remove gnus-local-organization.
7894
7895         * gnus-msg.el: Remove nastygram thing.
7896
7897 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7898
7899         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7900         funcall.
7901
7902 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7905         names.
7906
7907         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7908         characters.
7909
7910         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7911         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7912         Suggested by Štěpán Němec <stepnem@gmail.com>.
7913         (gnus-gravatar-transform-address): Use mail-extract-address-components
7914         that supports non-ASCII names rather than mail-header-parse-addresses.
7915
7916 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * proto-stream.el (open-protocol-stream): All starttls connections are
7919         handled by the network handler.
7920
7921 2010-11-30  Julien Danjou  <julien@danjou.info>
7922
7923         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7924         (nnimap-open-connection-1): Fix PREAUTH.
7925
7926         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7927
7928 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7931         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7932         (shr-insert): Use them.
7933         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7934
7935 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7936
7937         * nnir.el (nnir-request-move-article): Bail out if original group
7938         doesn't support article moves.
7939         (nnir-get-active): Improve active list retrieval.
7940
7941 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7944
7945 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7946
7947         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7948         seem to accept strings-with-numbers as port numbers.
7949
7950 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7951
7952         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7953         change the registry.
7954
7955 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7958         delete-dups that is not available in XEmacs 21.4.
7959
7960         * mm-util.el (mm-delete-duplicates): Add comment.
7961
7962 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7963
7964         * nnir.el (nnir-ignored-newsgroups): New variable.
7965         (nnir-get-active): Use it.
7966
7967 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7968
7969         * proto-stream.el (proto-stream-open-network): Add some comments.
7970
7971         * nntp.el (nntp-open-connection): Provide a :success condition.
7972
7973         * nnimap.el (nnimap-open-connection-1): Ditto.
7974
7975         * proto-stream.el (proto-stream-open-network): See what the response to
7976         the STARTTLS command is.
7977
7978         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7979         backwards compatibility).
7980         (nnimap-open-connection-1): Really respect nnimap-server-port.
7981
7982         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7983         TLS upgrades we don't really care about the identity of the peer.
7984         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7985         that what we've checked for.
7986         (proto-stream-always-use-starttls): Only default to t if
7987         open-gnutls-stream exists.
7988         (proto-stream-open-network): If STARTTLS failed, then just open a
7989         normal connection.
7990         (proto-stream-open-network): Wait until the greeting before doing
7991         STARTTLS.
7992
7993         * nntp.el (nntp-open-connection): Report what the connection error is.
7994
7995         * proto-stream.el (open-protocol-stream): Rename from
7996         open-proto-stream.
7997
7998 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * nnimap.el (nnimap-stream): Change default to `undecided'.
8001         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8002         first, and then network.
8003         (nnimap-open-connection-1): Respect nnimap-server-port.
8004         (nnimap-open-connection): Be more backwards-compatible.
8005
8006         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8007         (proto-stream-open-starttls): De-duplicate the starttls code.
8008         (proto-stream-open-starttls): Folded back into the main function.
8009         (proto-stream-open-network): Fix typo in the gnutls path.
8010         (proto-stream-command): Refactor out.
8011
8012         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8013
8014         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8015         starttls.el STARTTLS.
8016
8017         * color.el (color-lab->srgb): Fix function call name.
8018
8019         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8020         if we're using tls.el.
8021         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8022         built in, then don't try to establish a STARTTLS connection.
8023
8024         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8025         servers.
8026
8027         * proto-stream.el (open-proto-stream): Use network, not stream.
8028         (open-proto-stream): Add a way to specify what the end of a command is.
8029
8030         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8031         connections types.
8032         (nntp-open-network-stream): Remove.
8033         (nntp-open-ssl-stream): Remove.
8034         (nntp-open-tls-stream): Remove.
8035         (nntp-ssl-program): Remove.
8036
8037         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8038
8039 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8040
8041         * nnir.el: Fix typos.
8042         (nnir-retrieve-headers-override-function): Rename variable to reflect
8043         new semantics.
8044         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8045         macros.
8046         (nnir-request-article, nnir-request-move-article): Use them.
8047         (nnir-categorize): New function.
8048         (nnir-run-query): Use it.
8049         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8050         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8051         sorted.
8052         (nnir-group-full-name): Use gnus-group-full-name instead.
8053         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8054         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8055
8056 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8057
8058         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8059
8060         * proto-stream.el: New library to provide protocol-specific
8061         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8062         protocols.
8063         (open-proto-stream): Complete the documentation.
8064         (proto-stream-open-network): Fix some typos.
8065
8066         * nnimap.el (nnimap-open-connection): Use it.
8067
8068 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8069
8070         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8071         negotiation.
8072
8073 2010-11-26  Julien Danjou  <julien@danjou.info>
8074
8075         * color.el: Rename various rgb functions to srgb.
8076
8077 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8080         names.
8081
8082 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * shr.el (shr-insert): Revert last change.
8085         (shr-find-fill-point): Never leave point being at bol;
8086         relax the kinsoku limitation when rendering tables.
8087
8088 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8091         results from -accept-article.
8092
8093         * shr-color.el: Require cl when compiling.
8094
8095         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8096         checkin.
8097
8098         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8099
8100         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8101
8102         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8103         'add and 'delete to set backend marks.
8104
8105         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8106
8107         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8108
8109         * nntp.el (nntp-request-set-mark): Use it.
8110
8111         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8112
8113         * nnml.el (nnml-request-set-mark): Ditto.
8114
8115         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8116         introduces regressions in article selection.
8117         (nnimap-find-uid-response): New function.
8118         (nnimap-request-accept-article): Use the UID returned, if any.
8119         (nnimap-request-move-article): Use the UID returned, if any.
8120         (nnimap-get-groups): Reimplement to work with folded lines.
8121         (nnimap-find-uid-response): The UID is the last element in the list.
8122         (nnimap-request-set-mark): Extend syntax with 'set.
8123
8124         * nnml.el (nnml-request-set-mark): Ditto.
8125
8126         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8127
8128         * nntp.el (nntp-request-set-mark): Ditto.
8129
8130 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * message.el (message-called-interactively-p): A temporary macro.
8133         (message-goto-body): Use it temporarily.
8134
8135 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136
8137         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8138         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8139         (nnimap-last-response-string): Fix last unfolding fix.
8140
8141 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * shr.el (shr-insert): Fix the way to fold lines.
8144
8145 2010-11-25  Julien Danjou  <julien@danjou.info>
8146
8147         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8148
8149         * color.el: Rename from color-lab.el
8150         (color-rgb->hex): Add.
8151         (color-complement): Add.
8152         (color-complement-hex): Add.
8153
8154         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8155
8156 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * shr-color.el (shr-color-visible): Don't bug out if the color names
8159         don't exist.
8160
8161 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8164         assuming that article displaying or another mml-preview may be
8165         interrupted for an error or for the like.
8166
8167         * shr.el (shr-get-background): Fix argument name.
8168
8169 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8172
8173         * gnus-sum.el (gnus-summary-include-articles): New function.
8174
8175         * message.el (message-goto-body): called-interactively-p needs a
8176         parameter, so use `any'.
8177
8178         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8179         clear marks before moving, since they're synced from the Gnus side
8180         first.
8181
8182         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8183         (gnus-summary-move-article): Copy over all marks before moving, so that
8184         IMAP doesn't think a new article has arrived.
8185
8186 2010-11-24  Julien Danjou  <julien@danjou.info>
8187
8188         * shr.el (shr-insert-background-overlay): Fix typo.
8189         (shr-render-td): Copy the background before rendering.
8190
8191         * shr-color.el (shr-color-visible): Fix docstring.
8192
8193         * shr.el (shr-tag-table): Add bgcolor support.
8194         (shr-render-td): Add bgcolor support.
8195         (shr-get-background): Add.
8196         (shr-insert-foreground-overlay): Use shr-get-background.
8197
8198         * message.el (message-goto-body): Use called-interactively-p.
8199         (message-in-body-p): message-goto-body returns point.
8200
8201 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202
8203         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8204         Fixes something or other in Emacs 23, and is backwards compatible.
8205
8206         * message.el (message-goto-body): Remove the <#secure special-casing,
8207         which is too special.
8208
8209         * shr.el (shr-parse-style): Drop !important from styles.
8210
8211 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8212
8213         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8214         this function to return incorrect results when calling it with an
8215         explicit article argument different from
8216         (gnus-summary-article-number).
8217
8218 2010-11-24  Julien Danjou  <julien@danjou.info>
8219
8220         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8221         (shr-tag-body): Add background support.
8222         (shr-descend): Add background support.
8223         (shr-tag-title): Add.
8224
8225         * shr-color.el (shr-color-visible): Really return original background
8226         if fixed.
8227
8228 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * shr.el (shr-color-check): Protect against non-existent color names.
8231
8232 2010-11-24  Julien Danjou  <julien@danjou.info>
8233
8234         * color-lab.el: Require 'cl when compiling.
8235
8236         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8237
8238         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8239         matched part.
8240
8241         * color-lab.el: Fix all expt calls to use float type.
8242
8243 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8246         expression to shr-color-check as is.
8247
8248         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8249
8250         * color-lab.el: Add coding cookie.
8251         (float-pi): Use eval-and-compile.
8252
8253         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8254         compiled for Emacsen having no `libxml-parse-html-region' support.
8255
8256 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * shr.el (shr-insert-color-overlay): Split stuff like
8259         "#444444 !important" to find the real color.
8260         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8261         parse <font color="red"> entries.
8262
8263 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8264
8265         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8266         point when parsing headers.
8267
8268         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8269         is positioned properly when parsing headers.
8270
8271 2010-11-23  Julien Danjou  <julien@danjou.info>
8272
8273         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8274
8275         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8276
8277         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8278
8279         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8280         Use shr-color-hue-to-rgb.
8281         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8282
8283 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284
8285         * shr.el (shr-color->hexadecimal): Autoload.
8286         (shr-descend): Add color to all tags.
8287
8288 2010-11-22  Julien Danjou  <julien@danjou.info>
8289
8290         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8291         shr-color->hexadecimal.
8292
8293         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8294         RGB() or HSL() color representation.
8295
8296         * shr.el (shr-tag-font): Add.
8297         (shr-tag-color-check): New function to get better colors.
8298         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8299         tag-span.
8300
8301         * shr-color.el: New file.
8302
8303         * color-lab.el: New file.
8304
8305         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8306
8307 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8308
8309         * nnir.el: Fix typo in comments.
8310         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8311         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8312
8313 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8316
8317         * nnimap.el (nnimap-get-capabilities): Refactor out.
8318         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8319
8320 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8321
8322         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8323         appearing when `mm-uu-hide-markers' is nil.
8324
8325 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * nnimap.el (nnimap-unselect-group): Make into its own function.
8328         (nnimap-request-rename-group): Unselect group before renaming.
8329         This had gotten lost somewhere.
8330         (nnimap-request-accept-article): Keep track of examined groups, and
8331         unselect the group before APPENDing to read-only groups.
8332         (nnimap-request-move-article): Clear flags before moving so that they
8333         can be re-set later.
8334
8335 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8338         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8339
8340 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-art.el (gnus-mime-display-single):
8343         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8344         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8345         parameter.
8346
8347 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8350         (shr-table-vertical-line): New variable.
8351         (shr-insert-table): Use it.
8352
8353 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-html.el (gnus-html-wash-images): Don't display images if
8356         gnus-inhibit-images is non-nil; register displayer for cid images.
8357         (gnus-html-display-image): Work for cid image.
8358         (gnus-html-insert-image): Allow arguments.
8359         (gnus-html-put-image): Inhibit read-only.
8360         (gnus-html-prefetch-images): Don't prefetch images if
8361         gnus-inhibit-images is non-nil.
8362
8363 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8364
8365         * shr.el (shr-put-image): Break lines when inserting big pictures.
8366
8367 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8368
8369         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8370         sender, thanks Katsumi Yamaoka.
8371
8372 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8373
8374         * nnir.el (nnir-run-imap): Reverse the article list for each group
8375         rather than the whole list.
8376
8377 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * shr.el (shr-image-displayer): Protect function against non-existent
8380         image source.
8381
8382         * gnus-art.el (gnus-inhibit-images): New user option.
8383         (gnus-mime-display-single): Don't display image if it is non-nil.
8384
8385         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8386         gnus-inhibit-images.
8387
8388         * shr.el (shr-image-displayer): New function.
8389         (shr-tag-img): Use it.
8390
8391 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8392
8393         * mml2015.el (mml2015-epg-sign): Use From header.
8394
8395 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8398
8399         * gnus-util.el (gnus-find-text-property-region): Return markers.
8400
8401         * shr.el (shr-tag-img): Put a displayer in the text property.
8402
8403         * gnus-util.el (gnus-find-text-property-region): New utility function.
8404
8405         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8406         (gnus-html-show-images): Remove.
8407
8408         * gnus-art.el (gnus-article-show-images): New, more general function.
8409
8410         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8411         image url text properties.
8412
8413         * shr.el: Ditto.
8414
8415         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8416         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8417
8418 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8421         work for two or more articles.
8422
8423 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8426         divide an image that's in an html article to two or more when washing
8427         non-ASCII characters in alt text of it.
8428
8429 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8432         smime-decrypt-region using function argument.
8433         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8434
8435         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8436
8437         * smime.el (smime-decrypt-region): Catch it.
8438
8439 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8440
8441         * smime.el (smime-mode-map): Move initialization into declaration.
8442         (gnus-run-mode-hooks): Don't autoload.
8443         (smime-mode): Use define-derived-mode.
8444
8445 2010-11-11  Glenn Morris  <rgm@gnu.org>
8446
8447         * smime.el (from): Restrict declaration to XEmacs.
8448
8449         * nnir.el (gnus-group-topic-name): Autoload.
8450
8451 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * shr.el (shr-insert): Don't break long line if it is because of
8454         kinsoku-bol characters in the line end.
8455
8456 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8457
8458         * nnir.el (nnir-request-move-article): Fix to provide original group
8459         and subject.
8460         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8461         been retrieved.
8462
8463         * gnus-sum.el (gnus-summary-move-article): Use original group and
8464         subject for virtual articles such as those in an nnir summary buffer.
8465
8466 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8469         least 21.5).
8470
8471         * smime.el (from): Declare it again for XEmacs.
8472
8473 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * message.el (message-resend): Don't disable encoding unless it's
8476         already encoded.
8477
8478         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8479         low-numbered articles.
8480
8481 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * rfc2047.el (rfc2047-syntax-table): Simplify.
8484
8485         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8486
8487         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8488         set-char-table-range for XEmacs.
8489
8490 2010-11-10  Glenn Morris  <rgm@gnu.org>
8491
8492         * time-date.el (time-to-seconds): Always an alias on Emacs,
8493         never a real function.
8494         (with-no-warnings): Remove compat stub, now unused.
8495         (time-less-p): Doc fix.
8496         (time-to-number-of-days): Simplify.
8497
8498         * smime.el (from): Remove unused declaration.
8499
8500         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8501         (gnus-float-time): On Emacs, always an alias.
8502
8503         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8504         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8505
8506 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * dgnushack.el: Don't use ignore-errors in the top level form since it
8509         is unavailable in XEmacs even if cl is loaded.
8510
8511         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8512
8513 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * shr.el (browse-url-mailto): Autoload.
8516
8517         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8518
8519         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8520         regexp doesn't need quoting.
8521
8522 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8523
8524         * message.el (message-subject-trailing-was-ask-regexp)
8525         (message-subject-trailing-was-regexp): Match was: in addition to was.
8526
8527 2010-11-09  Glenn Morris  <rgm@gnu.org>
8528
8529         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8530         (nnbabyl-check-mbox): Use point-at-bol.
8531
8532 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8535
8536         * message.el (message-mailto): New function.
8537         (message-mailto): Should accept other parameters.
8538         (message-mailto): Remove since it duplicates browse-url-mailto
8539         functionality.
8540
8541 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8544         methods.
8545         (gnus-read-active-file): Ditto.
8546
8547         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8548         ": " from the prompt.
8549         (gnus-group-make-group): Ditto.
8550
8551 2010-11-07  Glenn Morris  <rgm@gnu.org>
8552
8553         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8554         (gnus-bookmark-kill-line): Use point-at-eol.
8555
8556 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8559         asterisks in From header.
8560
8561 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8564         string to avoid making the From headers syntactically invalid.
8565
8566         * message.el (message-send-mail): Don't insert courtesy messages if the
8567         message already has List-Post and List-ID messages.
8568
8569 2010-11-06  Glenn Morris  <rgm@gnu.org>
8570
8571         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8572         `condition', `type', `length' a prefix.
8573         (gnus-treat-predicate): Update for above name changes.
8574
8575 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8576
8577         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8578         binding.  Handled by `gnus-summary-refer-thread' instead.
8579         (nnir-warp-to-article): New backend function.
8580
8581         * nnimap.el (nnimap-request-thread): Force dependency updating.
8582
8583         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8584         (gnus-summary-refer-thread): Rework to improve thread-referral.
8585
8586         * gnus-int.el (gnus-warp-to-article): New function.
8587
8588         * gnus-sum.el (gnus-summary-article-map): Bind it.
8589
8590 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8591
8592         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8593         gnus-summary-refer-thread.
8594
8595         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8596         headers.
8597         (gnus-summary-limit-include-thread): Prevent articles in thread from
8598         being cut in gnus-cut-threads.
8599         (gnus-summary-refer-thread): Limit retrieved headers to those in
8600         thread.
8601
8602 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * message.el (message-send-mail): Use the value of
8605         message-courtesy-message from the message buffer.
8606
8607         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8608
8609         * shr.el (shr-browse-url): Implement mailto: URLs.
8610
8611         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8612         "raw".
8613
8614         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8615         if it's already selected.
8616
8617         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8618
8619 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8622         to measure the length and truncate alt text.
8623
8624 2010-11-03  Glenn Morris  <rgm@gnu.org>
8625
8626         * nndiary.el (nndiary-generate-nov-databases-1)
8627         (nndiary-generate-active-info): Rename dynamic variable `files' to
8628         something less generic.
8629
8630 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8631
8632         * nnir.el (nnir-request-move-article): Call the underlying backend to
8633         move articles from nnir.
8634
8635 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8638
8639 2010-11-02  Julien Danjou  <julien@danjou.info>
8640
8641         * nnir.el: Remove wais support.
8642
8643 2010-11-02  Glenn Morris  <rgm@gnu.org>
8644
8645         * gnus-html.el: Reorder requirements to quieten compiler.
8646
8647 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8650         properly for XEmacs as well.
8651         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8652         (gnus-article-natural-long-line-p): Use window-width rather than
8653         frame-width.
8654
8655 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8656
8657         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8658         (nnir-read-parms): Don't modify query.
8659         (nnir-run-query): Add ability to search topic on current line.
8660         (nnir-get-active): Clean up.
8661
8662 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8665         degenerate articles.
8666
8667         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8668         (gnus-print-buffer): Just print the buffer as is, without any copying
8669         to a buffer and then re-highlighting.
8670
8671         * nnimap.el (nnimap-request-group): Store the new updated info.
8672         (nnimap-request-group): Select the group when we don't know whether it
8673         exists or not.
8674
8675         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8676         groups.
8677
8678         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8679         groups.
8680
8681         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8682         groups.
8683
8684         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8685         long-lines case by only filling the long lines.
8686
8687         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8688         (bug#7311).
8689
8690 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * shr.el: No need to declare `declare-function' since shr.el is for
8693         only Emacsen that provide `libxml-parse-html-region'.
8694
8695         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8696         effective only in a file it is referred to.
8697
8698 2010-11-01  Glenn Morris  <rgm@gnu.org>
8699
8700         * mm-util.el (gnus-completing-read): Autoload.
8701         (mm-read-coding-system): Simplify Emacs definition.
8702
8703         * nnmail.el (gnus-activate-group):
8704         * nnimap.el (gnutls-negotiate):
8705         * nntp.el (netrc-parse): Fix declarations.
8706
8707 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8710         string-match-p in Emacs >=23.
8711
8712         * gnus-msg.el (gnus-configure-posting-styles):
8713         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8714
8715 2010-11-01  Glenn Morris  <rgm@gnu.org>
8716
8717         * nnir.el (declare-function): Add compat stub.
8718         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8719         (nnir-run-gmane): Require 'mm-url.
8720
8721         * mm-util.el (mm-string-to-multibyte): Simplify.
8722
8723         * shr.el (declare-function): Add compat stub.
8724         (url-cache-create-filename): Declare.
8725         (mm-disable-multibyte, widget-convert-button): Autoload.
8726
8727         * smime.el (ldap-search): Declare.
8728         (smime-cert-by-ldap-1): Require ldap on Emacs.
8729
8730         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8731         (nnimap-keepalive): Use gnus-float-time.
8732
8733         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8734         (mail-source-delete-crash-box): Use gnus-float-time.
8735
8736         * gnus-dired.el (gnus-completing-read): Autoload.
8737
8738         * mm-view.el (gnus-rescale-image): Autoload.
8739
8740         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8741
8742         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8743
8744         * sieve-manage.el: Require 'cl when compiling.
8745
8746         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8747         (gnus-iswitchb-completing-read): Require iswitchb.
8748         (gnus-select-frame-set-input-focus): Silence compiler.
8749
8750 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8751
8752         * message.el (message-subject-trailing-was-query): Change default to t,
8753         since I think that's what most people want.
8754
8755         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8756         appending for easier debugging.
8757         (nnimap-wait-for-connection): Take a regexp.
8758         (nnimap-request-accept-article): Wait for the continuation line before
8759         sending anything unless we're streaming.
8760
8761         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8762         leave the header washing to take place.
8763
8764 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8765
8766         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8767         regular expression match and replace in posting styles.
8768
8769 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8770
8771         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8772         an entire server.
8773         (nnir-get-active): New function.
8774         (nnir-run-imap): Use it.
8775         (nnir-run-gmane): Who knew, gmane search returns an article score!
8776
8777         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8778         server on the current line with nnir.
8779
8780 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8783         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8784         left edge.
8785         (gnus-article-foldable-buffer): Skip past the prefix when determining
8786         raggedness.
8787
8788         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8789         the raw article, and change `C-u g' to show the article without doing
8790         treatments.
8791
8792         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8793         on to `gnus-treat-article'.
8794         (gnus-inhibit-article-treatments): New variable.
8795
8796         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8797
8798         * gnus-art.el (gnus-treatment-function-alist): Have
8799         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8800         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8801         sections.
8802
8803         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8804         parameter.
8805         (gnus-article-fill-cited-long-lines): New function.
8806         (gnus-article-fill-cited-article): Allow filling only long sections.
8807
8808         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8809         and non-punctuation (like after the apostrophe in "'We").
8810
8811         * gnus-sum.el (gnus-summary-select-article): Make sure
8812         gnus-original-article-buffer is alive.
8813
8814         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8815         reflect the order they're in in the digest.
8816
8817         * gnus.el (gnus-group-startup-message): Move point to the start of the
8818         buffer.
8819
8820         * nnimap.el (nnimap-capability): New function.
8821         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8822         is set.
8823
8824 2010-10-31  David Engster  <dengste@eml.cc>
8825
8826         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8827         conform with changes to gnus-completing-read.
8828
8829 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8830
8831         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8832
8833 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8834
8835         * nnir.el: Move defvar, defcustom around to keep file organized
8836         and keep byte-compiler quiet.
8837         (nnir-read-parms): Accept search-engine as arg.
8838         (nnir-run-query): Pass search-engine as arg.
8839         (nnir-search-engine): Remove.
8840
8841 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * shr.el (shr-generic): The text nodes should be text, not :text.
8844
8845         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8846         later in the file.
8847
8848 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8849
8850         * nnir.el: General clean up.  Allow searching with multiple engines.
8851         Allow separate extra-parameters for each engine.
8852         Batch queries when possible.
8853         (nnir-imap-default-search-key, nnir-method-default-engines):
8854         Add customize interface.
8855         (nnir-run-gmane): New engine.
8856         (nnir-engines): Use it.  Qualify all prompts with engine name.
8857         (nnir-search-engine): Remove global variable.
8858         (nnir-run-hyrex): Restore for now.
8859         (nnir-extra-parms, nnir-search-history): New variables.
8860         (gnus-group-make-nnir-group): Use them.
8861         (nnir-group-server): Remove in favor of gnus-group-server.
8862         (nnir-request-group): Avoid searching twice.
8863         (nnir-sort-groups-by-server): New function.
8864
8865 2010-10-30  Julien Danjou  <julien@danjou.info>
8866
8867         * gnus-group.el: Remove gnus-group-fetch-control.
8868
8869         * gnus-start.el (gnus-find-new-newsgroups):
8870         Remove gnus-check-first-time-used.
8871
8872         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8873
8874 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8875
8876         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8877         set on groups that don't have \* permanentflags.
8878
8879 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8882         control the background color.
8883         (shr-tag-img): Ignore very small web bug type images.
8884         (shr-put-image): Add help-echo alt texts to the images.
8885         (shr-tag-video): Show the video poster image.
8886
8887 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * shr.el (shr-table-depth): New variable.
8890         (shr-tag-table-1): Only insert the images after the top-level table.
8891
8892         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8893
8894         * gnus-util.el (gnus-list-memq-of-list): New function.
8895
8896         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8897         selected.
8898         (nnimap-unsplittable-articles): New slot.
8899         (nnimap-new-articles): Use it.
8900
8901 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8902
8903         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8904         move to the previous line on `M-g'.
8905
8906 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8909         *-request-group, which seems unnecessary.
8910
8911         * nnimap.el (nnimap-quote-specials): Function copied over from
8912         imap.el.
8913         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8914         they support that.  Suggested by Tom Regner.
8915
8916 2010-10-29  Julien Danjou  <julien@danjou.info>
8917
8918         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8919         defalias.
8920         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8921
8922         * gnus.el: Remove `gnus-nntp-service' variable.
8923         (gnus-secondary-servers): Make obsolete.
8924         (gnus-nntp-server): Make obsolete.
8925
8926         * gnus-start.el (gnus-1): Remove x-splash calls.
8927
8928         * gnus-ems.el (gnus-x-splash): Remove.
8929
8930         * gnus.el (gnus-group-startup-message): Simplify/update code.
8931
8932         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8933         definition.
8934
8935         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8936         capability before doing anything.
8937         (gnus-group-insert-group-line): Remove useless
8938         gnus-group-remove-excess-properties.
8939
8940 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8943
8944 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945
8946         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8947         config after reselecting.
8948
8949 2010-10-28  Julien Danjou  <julien@danjou.info>
8950
8951         * shr.el (shr-put-image): Use point even if only inserting text.
8952         (shr-put-image): Save excursion when inserting alt text on non-graphic
8953         display, so the behavior is the same when we are on a graphic display.
8954
8955         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8956
8957 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8960         (gnus-mime-copy-part): Check coding system, not charset.
8961         (gnus-mime-view-part-externally): Never remove part.
8962         (gnus-mime-view-part-internally): Don't remove part here.
8963         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8964         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8965         multipart/alternative.
8966
8967         * mm-decode.el (mm-display-part): Take optional arg `force'.
8968
8969 2010-10-26  Julien Danjou  <julien@danjou.info>
8970
8971         * gnus-group.el (gnus-group-default-list-level): Add this function to
8972         compute the default list level.
8973         (gnus-group-default-list-level): Add possibility to use a function.
8974
8975 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8978
8979         * gnus-group.el (gnus-group-completing-read)
8980         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8981         gnus-replace-in-string.
8982
8983 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * shr.el (shr-tag-div): Add.
8986
8987         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8988
8989 2010-10-25  Julien Danjou  <julien@danjou.info>
8990
8991         * gnus-util.el: Remove `gnus-with-local-quit'.
8992
8993         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8994
8995 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8998         the original article buffer.
8999
9000 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * nnimap.el (nnimap-request-head): New function.
9003         (nnimap-request-move-article): Try to be slightly faster by not
9004         requesting the entire message when moving.
9005         (nnimap-transform-headers): Don't bug out on bodiless articles.
9006         (nnimap-send-command): Have no outstanding messages if the IMAP server
9007         doesn't support streaming.
9008         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9009
9010 2010-10-24  Julien Danjou  <julien@danjou.info>
9011
9012         * message.el (message-default-headers): Fix type.
9013
9014 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9017         prefetching images.
9018
9019         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9020         backend for unknown groups.  This is mainly useful for nnimap groups.
9021
9022         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9023         group isn't covered by the agent.
9024
9025 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9026
9027         * nnir.el (nnir-method-default-engines): New variable.
9028         (nnir-run-query): Use it.
9029         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9030         (gnus-summary-nnir-goto-thread): Change group if needed.
9031
9032         * gnus-group.el (gnus-group-group-map): Add key binding for
9033         gnus-group-make-nnir-group.
9034
9035 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * shr.el (shr-tag-object): Add.
9038
9039         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9040         original article buffer live.
9041         (gnus-summary-select-article-buffer):
9042         Mention gnus-widen-article-buffer.
9043
9044 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * shr.el (shr-tag-strong): Add.
9047
9048 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9051         group names.  They mess up the group buffer badly.
9052
9053         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9054
9055         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9056         instead of the summary one.
9057
9058 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * mml.el (mml-preview): Work properly when editing article.
9061
9062         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9063         gnus-have-read-active-file if it's already been in.
9064
9065 2010-10-22  Tom Tromey  <tromey@redhat.com>
9066
9067         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9068         gnus-group-completing-read.
9069
9070 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * message.el (message-mode-map): Don't bind M-; to comment region, to
9073         allow the global comment-dwim to work.
9074
9075 2010-10-21  Julien Danjou  <julien@danjou.info>
9076
9077         * message.el (message-setup-1): Allow message-default-headers to be a
9078         function.
9079
9080 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * shr.el (shr-tag-table): Simplify.
9083
9084 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9087         to avoid trying to snarf invalid stuff.
9088
9089         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9090
9091         * gnus.el (gnus-message-archive-group): Quote value.
9092         (gnus-message-archive-group): Mark as changed.
9093
9094         * shr.el (shr-add-font): Don't put the font properties on the newline
9095         or the indentation.
9096
9097         * message.el (message-fix-before-sending): Change options when sending
9098         non-printable characters.
9099
9100         * gnus.el (gnus-message-archive-method): Change the default to
9101         monthly outgoing groups.
9102
9103         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9104         that have gotten new numbers.
9105
9106         * nnimap.el (nnimap-request-replace-article): New function.
9107
9108 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9111         (nnrss-request-article): Don't use special html washing code.
9112
9113 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * shr.el (shr-tag-table): Remove useless nconc.
9116
9117 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * gnus-art.el (article-wash-html): Simplify and remove the charset
9120         stuff.  Use the normal html rendering code instead of the special html
9121         washing code.
9122
9123         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9124         `gnus-w3m' symbols.
9125         (mm-text-html-washer-alist): Remove.
9126
9127         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9128         (mm-inline-media-tests): Remove use.
9129         (mm-text-html-renderer): Change default to the `shr' symbol.
9130
9131         * mm-view.el (mm-inline-text-html): Remove use.
9132
9133         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9134         `gnus-blocked-images' to be a function.
9135         (gnus-article-wash-function): Remove.
9136
9137 2010-10-20  Julien Danjou  <julien@danjou.info>
9138
9139         * spam.el (spam-list-of-processors): Mark as obsolete.
9140
9141         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9142         (nnimap-insert-partial-structure): Fix boundary detection.
9143
9144 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9145
9146         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9147         run file-truename on remote files.  This can be expensive and even
9148         prevent one from editing drafts if some unrelated buffer has a stale
9149         connection.
9150
9151 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9154         kinsoku-eol regardless of shr-kinsoku-shorten.
9155         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9156         (shr-tag-table): Support caption, thead, and tfoot.
9157
9158 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9161         lines.
9162         (shr-save-contents): New command and keystroke.
9163
9164         * nndoc.el (nndoc-type-alist): Add git support.
9165         (nndoc-git-type-p): New function.
9166         (nndoc-transform-git-article): Ditto.
9167         (nndoc-transform-git-headers): Ditto.
9168         (nndoc-transform-git-headers): Generate Subject headers.
9169
9170         * shr.el (shr-parse-style): New function.
9171         (shr-tag-span): Ditto.
9172
9173         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9174         to `G G' to avoid collisions.
9175
9176 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * shr.el: Load kinsoku if necessary.
9179         (shr-kinsoku-shorten): New internal variable.
9180         (shr-find-fill-point): Make kinsoku shorten text line if
9181         shr-kinsoku-shorten is bound to non-nil.
9182         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9183         shr-indentation too when testing if table is wider than frame width.
9184         (shr-insert-table): Use `string-width' instead of `length' to measure
9185         text width.
9186         (shr-insert-table-ruler): Make sure indentation is done at bol.
9187
9188 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9189
9190         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9191         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9192         undecoded network data.
9193
9194 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9197         name in the mode line spec so that the mode line menu works
9198         (bug#2431).
9199
9200         * message.el (message-get-reply-headers): If we're fed `to-address',
9201         then always use that.
9202
9203         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9204         aren't so wide as to need to switch off the edit menu.
9205
9206         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9207         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9208
9209         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9210         `M-g'.
9211         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9212         the permanent marks.
9213
9214 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9215
9216         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9217         Splitting according to references/in-reply-to obeys the ignore-groups
9218         variable, while splitting by sender and subject do not.
9219
9220 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9223         alist, so that we can look for non-Unicode chars.
9224         (article-translate-strings): Allow both character and string maps.
9225
9226 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * shr.el (shr-insert): Don't insert space behind a wide character
9229         categorized as kinsoku-bol, or between characters both categorized as
9230         nospace.
9231
9232 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9233
9234         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9235         headers to gnus-newsgroup-headers.
9236
9237 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * shr.el (shr-tag-img): Don't align images -- since we're not
9240         rescaling, this often leads to ugly displays.
9241
9242 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9243
9244         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9245         duplicates.
9246
9247 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9248
9249         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9250         call.
9251
9252 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * gnus.el: Autoload gnus-html-show-images.
9255
9256         * nnimap.el: Use nnheader-message throughout.
9257
9258         * shr.el (shr-tag-img): Ignore images with no data.
9259
9260 2010-10-15  Julien Danjou  <julien@danjou.info>
9261
9262         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9263         a possibility to disable format=flow encoding when using hard newlines.
9264
9265 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * shr.el (shr-insert): Remove space inserted before or after a
9268         breakable character or at the beginning or the end of a line.
9269         (shr-find-fill-point): Do kinsoku; find the second best point or give
9270         it up if there's no breakable point.
9271
9272 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * nnimap.el (nnimap-open-connection): Message when opening connection
9275         for debugging purposes.
9276
9277         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9278         on every setup buffer call to allow this to change from article to
9279         article.
9280
9281         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9282         buffers where we have a wide table.
9283
9284 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9285
9286         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9287         uses *-request-thread.
9288
9289 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9292         incantation, which is no longer valid.
9293
9294 2010-10-14  Julien Danjou  <julien@danjou.info>
9295
9296         * shr.el: Fix defcustom type (char -> character).
9297
9298 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9301         programs.
9302
9303 2010-10-14  Julien Danjou  <julien@danjou.info>
9304
9305         * shr.el (shr-tag-a): Use url-link as widget type.
9306
9307         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9308         `gnus-group-get-icon'.
9309
9310 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9313         This should make server editing work better.
9314
9315         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9316
9317         * tls.el (tls-program): Remove spurious %s from openssl.
9318
9319         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9320         (nnimap-parse-flags): Fix regexp.
9321
9322         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9323         probably work for CJVK text, too.
9324
9325         * nnimap.el (nnimap-extend-tls-programs): Remove.
9326         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9327
9328         * tls.el (tls-starttls-switches): Remove starttls hack.
9329         (open-tls-stream): Ditto.
9330         (tls-find-starttls-argument): Ditto.
9331
9332 2010-10-13  Julien Danjou  <julien@danjou.info>
9333
9334         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9335         responses.
9336
9337 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9340
9341         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9342         anything in Emacs.
9343
9344         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9345
9346 2010-10-13  Julien Danjou  <julien@danjou.info>
9347
9348         * shr.el (shr-width): Make shr-width a defcustom with default to
9349         fill-column.
9350         (shr-tag-img): Use shr-width rather than fill-column.
9351
9352 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * dgnushack.el (byte-optimize-apply):
9355         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9356
9357         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9358         position when (X-)Faces exist.
9359         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9360         avatars when called interactively.
9361
9362 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9365         gnus-article-x-face-too-ugly is bound.
9366
9367 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9370
9371         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9372         mailbox that doesn't exist.
9373
9374 2010-10-12  Julien Danjou  <julien@danjou.info>
9375
9376         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9377         (shr-get-image-data): Encode URL properly when fetching from cache.
9378         (shr-tag-img): Use aligned-to spaces to align correctly images.
9379
9380         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9381         before inserting the Gravatar.
9382
9383         * shr.el (shr-tag-img): Add align attribute support for <img>.
9384
9385 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-gravatar.el (gnus-art): Require.
9388
9389         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9390         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9391         Remove long obsoleted functions.
9392
9393 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9396
9397         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9398
9399         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9400         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9401         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9402         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9403         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9404         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9405         * sieve-manage.el, smime.el, spam.el:
9406         Fix comment for declare-function.
9407
9408 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * nnimap.el (nnimap-request-rename-group): Select group read-only
9411         before renaming it.
9412
9413         * shr.el (shr-insert): Fix up the white space only regexp.
9414
9415         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9416         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9417
9418         * shr.el (shr-current-column): New function.
9419         (shr-find-fill-point): New function.
9420
9421 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9422
9423         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9424         numbers.
9425
9426 2010-10-11  Julien Danjou  <julien@danjou.info>
9427
9428         * shr.el (shr-hr-line): Add.
9429         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9430         display hr lines.
9431         (shr-max-columns): Do not change state to nil if we just inserting
9432         spaces.
9433
9434 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9437         select the last group.
9438
9439 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9440
9441         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9442
9443 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9444
9445         * dig.el (dig-mode-map): Declare and define in one step.
9446
9447 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9448
9449         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9450         for Gnus.
9451         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9452         (nnimap-update-qresync-info): Mark \Seen articles as read.
9453
9454         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9455         non-variable, too.
9456
9457         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9458         available.
9459         (nnimap-update-info): Rely more on the current active than the param
9460         active to avoid marking articles as read too much.
9461
9462         * auth-source.el (auth-source-create): Use (user-login-name) for the
9463         user name default.
9464
9465         * nnimap.el (nnimap-update-info): If the server doesn't return any
9466         useful info, just use the previous info.
9467         (nnimap-update-info): Prefer old info over start-article.
9468         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9469
9470 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9471
9472         * nnir.el (autoload): Clean up autoloads.
9473         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9474         Use key rather than value.
9475         (nnir-imap-search-other): New variable.
9476         (nnir-read-parm): Use it.
9477         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9478         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9479
9480 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9481
9482         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9483         the process, too.
9484
9485 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * spam.el (gnus-summary-mode-map): Bind to "$".
9488         Suggested by Russ Allbery.
9489
9490         * shr.el: Rework the way things are indented by <li> slightly.
9491
9492         * gnus.el (gnus-group-set-parameter): Fix typo.
9493
9494         * nnimap.el: Start implementing QRESYNC support.
9495
9496 2010-10-09  Julien Danjou  <julien@danjou.info>
9497
9498         * nnir.el (nnir-engines): Fix too many arguments.
9499
9500 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9503         group is the "last", so that the backends like nnfolder actually save
9504         their folders.
9505
9506         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9507         try to use that for the tls stream.
9508         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9509         UIDVALIDITY and find out which groups are read-only and not.
9510         (nnimap-get-flags): Use the same marks parsing code as the rest of
9511         nnimap.
9512
9513 2010-10-09  Julien Danjou  <julien@danjou.info>
9514
9515         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9516
9517         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9518         retrieving gravatars.
9519
9520         * shr.el (shr-table-corner): Add.
9521         (shr-table-line): Add.
9522         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9523
9524 2010-10-08  Julien Danjou  <julien@danjou.info>
9525
9526         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9527
9528 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9531
9532         * gnus-sum.el (gnus-mark-article-as-unread)
9533         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9534         (gnus-summary-set-bookmark): Use it.
9535
9536         * gnus-msg.el (gnus-setup-message): Use it.
9537
9538         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9539
9540         * gnus.el (gnus-group-remove-parameter): Use it.
9541
9542         * gnus-group.el (gnus-group-make-web-group): Use it.
9543
9544         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9545
9546         * nnregistry.el: Update docs to mention manual.
9547
9548         * gnus-registry.el: Update docs to mention nnregistry.el.
9549         (gnus-registry-initialize): Don't install nnregistry refer method
9550         automatically.
9551         (gnus-registry-install-nnregistry): Remove it.
9552
9553 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * shr.el (shr-insert): Don't insert double spaces.
9556
9557 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-gravatar.el (gnus-treat-from-gravatar)
9560         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9561         called interactively.
9562
9563         * gnus-art.el (gnus-mime-view-part-externally)
9564         (gnus-mime-view-part-internally): Make predicate function passed to
9565         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9566         of a mime type.
9567
9568         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9569
9570 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * shr.el (require): Require cl when compiling.
9573         (shr-tag-hr): New function.
9574
9575         * nnimap.el (nnimap-update-info): Remove double setting of high.
9576         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9577         This makes nnimap work properly on Courier again.
9578
9579         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9580         the variable for backwards compatibility.
9581
9582         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9583         the file name before using to avoid setting mm-default-directory to
9584         nil.
9585
9586         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9587         bidning gnus-agent variables.
9588
9589         * shr.el (shr-render-td): Use a cache for the table rendering function
9590         to avoid getting an exponential rendering behavior in nested tables.
9591         (shr-insert): Rework the line-breaking algorithm.
9592         (shr-insert): Don't leave trailing spaces.
9593         (shr-insert-table): Also insert empty TDs.
9594         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9595
9596 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9597
9598         * gnus-sum.el (gnus-number): Rename from `number'.
9599         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9600         (gnus-summary-limit-children): Update uses correspondingly.
9601
9602 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9605         (gnus-gravatar-transform-address): Don't show avatars of people of
9606         which mail addresses match gnus-gravatar-too-ugly.
9607
9608 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * shr.el (shr-table-widths): Expand TD elements to fill available
9611         space.
9612
9613 2010-10-07  Julien Danjou  <julien@danjou.info>
9614
9615         * nnimap.el (nnimap-request-rename-group): Add this method.
9616
9617 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9620         name from XEmacs' function-arglist.
9621
9622         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9623         gravatar under XEmacs.
9624
9625 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9626
9627         * auth-source.el: Update docs with TODO items.
9628
9629         * gnus-sync.el: Update docs to explain state and plans.
9630
9631         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9632         Hooks for mark updates.
9633         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9634
9635         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9636         hooks with arguments, which is needed for mark update hooks.
9637
9638 2010-10-06  Julien Danjou  <julien@danjou.info>
9639
9640         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9641         was matched.
9642
9643         * sieve-manage.el: Update example in `Commentary'.
9644
9645         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9646
9647         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9648         not 2000.
9649         (sieve-manage-authenticate): Re-add function.
9650
9651 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * shr.el (shr-insert): Get 'space transition right.
9654         (shr-render-td): Only delete space at the end of the TD.
9655
9656         * nnimap.el (nnimap-open-connection): Prepare to support
9657         open-gnutls-stream.
9658
9659         * shr.el: Rearrange function order to be more logical.
9660
9661 2010-10-06  Julien Danjou  <julien@danjou.info>
9662
9663         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9664         (nnrss-discover-feed): Remove 404 URL in docstring.
9665
9666         * nnir.el: Fix Swish-E URL.
9667         Fix Namazu URL.
9668
9669         * message.el (message-change-subject): Remove 404 URL in a comment.
9670
9671 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9674         called interactively.
9675
9676         * gnus-util.el (gnus-remove-if): Allow hash table.
9677         (gnus-remove-if-not): New function.
9678
9679         * gnus-art.el (gnus-mime-view-part-as-type):
9680         * gnus-score.el (gnus-summary-score-effect):
9681         * gnus-sum.el (gnus-read-move-group-name):
9682         Replace remove-if-not with gnus-remove-if-not.
9683
9684         * gnus-group.el (gnus-group-completing-read):
9685         Regard collection as a hash table if it is not a list.
9686
9687 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9690
9691         * shr.el: Document the table-rendering algorithm.
9692
9693 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9696         for Emacsen having no `libxml-parse-html-region' support.
9697
9698 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9701         invalid URLs.
9702
9703         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9704         line-broken.
9705         (shr-tag-img): Ignore image fetching errors.
9706         (shr-overlays-in-region): Compute overlay positions correctly.
9707
9708         * mm-decode.el (mm-shr): Require shr.
9709
9710         * gnus-art.el (gnus-blocked-images): Move variable here.
9711
9712         * shr.el (shr-insert-table): Bind free variable.
9713
9714         * mm-decode.el (mm-shr): Bind shr-content-function.
9715
9716         * shr.el (shr-content-function): New variable.
9717
9718         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9719         added for symmetry.
9720
9721         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9722
9723         * gnus-group.el (gnus-group-make-group): Doc fix.
9724
9725         * nnimap.el (nnimap-request-newgroups): Return success.
9726
9727         * shr.el (shr-find-elements): New function.
9728         (shr-tag-table): Put all the images after the table.
9729         (shr-tag-table): Really inhibit images inside the table.
9730         (shr-collect-overlays): Copy over overlays from the TD elements to the
9731         main document.
9732
9733         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9734         gnus-blocked-images.
9735
9736 2010-10-05  Julien Danjou  <julien@danjou.info>
9737
9738         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9739
9740         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9741         (gnus-html-maximum-image-size): Add this function.
9742         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9743
9744         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9745         server-value of the capability is nil.
9746
9747 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * shr.el (shr-tag-em): Add <EM> tag.
9750
9751 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9752
9753         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9754         customizable.
9755
9756         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9757         handing broken links to browse-url.
9758
9759 2010-10-05  Julien Danjou  <julien@danjou.info>
9760
9761         * gnus-util.el (gnus-emacs-completing-read)
9762         (gnus-iswitchb-completing-read): Use autoload rather than require.
9763
9764 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9767         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9768         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9769         iswitchb-temp-buflist for XEmacs.
9770
9771         * gnus-util.el (gnus-completing-read-function): Exclude
9772         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9773         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9774         XEmacs.
9775
9776         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9777         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9778
9779         * gnus-html.el: Don't require help-fns under XEmacs.
9780         (gnus-html-schedule-image-fetching): Work for XEmacs.
9781
9782         * mm-decode.el (mm-shr): Decode contents by charset.
9783
9784 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9787         unknown.
9788
9789         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9790         (shr-get-image-data): Ensure against the cache file missing.
9791
9792         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9793         for data.
9794
9795         * spam-report.el (spam-report-url-ping-plain): Don't query about
9796         killing the process.
9797
9798         * shr.el (shr-render-td): Protect against too-wide text.
9799
9800 2010-10-04  Julien Danjou  <julien@danjou.info>
9801
9802         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9803         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9804
9805         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9806         retrieved.
9807
9808 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * shr.el (browse-url): Require.
9811         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9812         lines.
9813         (shr-show-alt-text, shr-browse-image): New commands.
9814         (shr-browse-url, shr-copy-url): New commands.
9815
9816         * gnus-sum.el (gnus-widen-article-window): New variable.
9817         (gnus-summary-select-article-buffer): Use it.
9818
9819         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9820         without @ signs.
9821
9822 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9823
9824         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9825
9826 2010-10-04  Julien Danjou  <julien@danjou.info>
9827
9828         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9829         for XEmacs.
9830
9831 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9834
9835         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9836         (nnimap-close-server): Implement.
9837
9838         * dgnushack.el (iswitchb): Require to shut up the compiler.
9839
9840         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9841         (shr-insert): Tweak line breaking.
9842         (shr-insert): Handle <pre> better.
9843         (shr-tag-li): Get <li> indentation right.
9844         (shr-tag-li): Get <li> indentation even righter.
9845         (shr-tag-blockquote): Ensure paragraph start.
9846         (shr-make-table): Tweak table generation.
9847         (shr-make-table): Fix typo.
9848
9849         * shr.el: Implement table rendering.
9850
9851 2010-10-04  Julien Danjou  <julien@danjou.info>
9852
9853         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9854
9855 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * shr.el (shr-insert): Use string anchors instead of line anchors.
9858
9859 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * shr.el: Add headings.
9862         (shr-ensure-paragraph): Actually work.
9863         (shr-tag-li): Make <ul> prettier.
9864         (shr-insert): Get white space at the beginning/end of elements right.
9865         (shr-tag-p): Collapse subsequent <p>s.
9866         (shr-ensure-paragraph): Don't insert double line feeds after blank
9867         lines.
9868         (shr-insert): \t is also space.
9869         (shr-tag-s): Fix "s" tag name function.
9870         (shr-tag-s): Fix face prop name.
9871
9872 2010-10-03  Julien Danjou  <julien@danjou.info>
9873
9874         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9875
9876         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9877         gnus-window-inside-pixel-edges.
9878
9879         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9880         gnus-ems.
9881
9882         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9883
9884         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9885         function.
9886
9887         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9888         resize choice.
9889
9890 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9893         beginning of the buffer.
9894
9895         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9896         article buffer again.
9897
9898         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9899
9900         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9901         when it's at the start of the buffer.
9902
9903         * shr.el (shr-tag-blockquote): Convert name.
9904         (shr-rescale-image): Use the right image-size variant.
9905
9906         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9907         buffer isn't shown, then select the current article first instead of
9908         bugging out.
9909         (gnus-summary-select-article-buffer): Show both the article and summary
9910         buffers again.
9911
9912         * shr.el (shr-fontize-cont): Protect against regions with no text.
9913         Rename tag functions to shr-tag-* for enhanced security.
9914         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9915
9916 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9917
9918         * shr.el (shr-insert):
9919         * pop3.el (pop3-movemail):
9920         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9921         loaded.
9922
9923 2010-10-03  Glenn Morris  <rgm@gnu.org>
9924
9925         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9926
9927         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9928
9929         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9930
9931         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9932
9933         * gnus-util.el (gnus-make-local-hook): Simplify.
9934
9935 2010-10-02  Julien Danjou  <julien@danjou.info>
9936
9937         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9938         (gnus-ido-completing-read): New function.
9939         (gnus-emacs-completing-read): New function.
9940         (gnus-completing-read): Use gnus-completing-read-function.
9941         Add gnus-completing-read-function.
9942
9943 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * shr.el (shr-insert-document): Autoload.
9946         (shr-img): Be silent.
9947         (shr-insert): Add a newline after every picture before text.
9948         (shr-add-font): Use overlays for combining faces.
9949         (shr-insert): Pass upwards the text start point.
9950
9951         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9952         possible.
9953         (mm-shr): New function.
9954
9955 2010-10-02  Julien Danjou  <julien@danjou.info>
9956
9957         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9958         should go backward.
9959
9960 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9961
9962         * shr.el (shr): Fix typo in provide call.
9963
9964 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9965
9966         * shr.el: New file.
9967
9968         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9969
9970         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9971         completing read.
9972
9973 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9976         we're being queried about.  Suggested by Dan Jacobson.
9977
9978         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9979         Suggested by Jason Eisner.
9980
9981         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9982         table, too.  Suggested by Stefan Wiens.
9983         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9984         the table unnecessary.  Suggested by Stefan Wiens.
9985
9986         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9987         longer needed, and probably doesn't work either, as pointed out by
9988         Stefan Wiens.
9989         (gnus-summary-exit): Remove call to the clearing function.
9990         (gnus-summary-exit-no-update): Ditto.
9991
9992         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9993         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9994         Reported by Stefan Monnier.
9995         (gnus-summary-save-in-rmail): Ditto.
9996
9997         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9998         article buffer, instead of both the article buffer and the summary
9999         buffer.  Sort of suggested by Dan Jacobson.
10000
10001         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10002
10003         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10004         Suggested by Dan Jacobson.
10005
10006         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10007         documentation clearer.
10008
10009         * message.el (message-shorten-references): Comment on the number "21".
10010         Suggested by Stefan Monnier.
10011
10012         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10013         Suggested by Dan Jacobson.
10014
10015         * gnus.el (gnus-large-newsgroup):
10016         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10017
10018         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10019         externalize attachments.  Bug reported by Steve Wen.
10020
10021         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10022         really message anything to the user.
10023
10024         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10025         directly.
10026
10027         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10028         messages in empty groups.
10029
10030 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10031
10032         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10033         non-UIDNEXT group.
10034
10035 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10036
10037         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10038         not the value from the collection.
10039
10040         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10041         values.  This sometimes happens on some groups that have no info.
10042         (nnimap-request-newgroups): New function.
10043
10044 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10045
10046         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10047         check into `gnus-registry-initialize'.
10048         (gnus-registry-initialize): Ditto.
10049         Fix and extend header docs.
10050
10051 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10054         regexp backtrace overflows.
10055
10056         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10057         for starttls that tls.el implements; i.e. openssl.
10058
10059         * tls.el (tls-starttls-switches): Give up on using starttls with
10060         gnutls-cli.
10061         (tls-program): Add --insecure to be consistent with the defaults from
10062         openssl s_client.  Now all three commands are insecure.
10063
10064 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * lpath.el: Bind completion-styles-alist for XEmacs.
10067
10068         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10069         (gravatar-create-image): New function that's an alias to
10070         gnus-xmas-create-image, gnus-create-image, or create-image.
10071         (gravatar-data->image): Use it.
10072
10073 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10074
10075         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10076         install the nnregistry refer method.
10077         (gnus-registry-install-hooks): Use it.
10078         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10079         unfollowed groups.
10080
10081 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10082
10083         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10084         expanding threads.
10085
10086 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087
10088         * nnir.el: Use the server names without suffixes (bug#7009).
10089
10090         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10091         unencrypted to STARTTLS, if possible.
10092
10093 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10094
10095         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10096         headers before superseding.
10097
10098 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * nnrss.el (nnrss-use-local): Add documentation.
10101
10102         * nnimap.el (nnimap-extend-tls-programs): New function.
10103         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10104         (nnimap-wait-for-connection): Accept the greeting from the stupid
10105         output from openssl s_client -starttls, too.
10106
10107         * tls.el (tls-starttls-switches): New variable.
10108         (tls-find-starttls-argument): Use it.
10109         (open-tls-stream): Ditto.
10110
10111         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10112         (netrc-machine): Ditto.
10113
10114         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10115         article number.
10116         (nnimap-split-fancy): New variable.
10117         (nnimap-split-incoming-mail): Use it.
10118
10119         * nntp.el (nntp-server-list-active-group): Document.
10120
10121         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10122         SELECT to get the message-id.
10123
10124         * mail-source.el (mail-sources): Remove webmail support.
10125         (defvar): Ditto.
10126         (mail-source-fetcher-alist): Ditto.
10127         (mail-source-fetch-webmail): Remove.
10128
10129         * webmail.el: Remove -- doesn't seem relevant any more.
10130
10131         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10132
10133         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10134         the \r.
10135
10136 2010-09-30  Julien Danjou  <julien@danjou.info>
10137
10138         * gnus-agent.el (gnus-agent-add-group): Fix call to
10139         gnus-completing-read.
10140
10141 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * nndoc.el (nndoc-retrieve-groups): New function.
10144
10145         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10146         `default', use nnmail-split-methods.
10147         (nnimap-request-article): Downcase the NILs so that they are nil.
10148
10149         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10150         symbol.
10151
10152         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10153         code, since if the user has requested network, that's what they ought
10154         to get.
10155         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10156         (nnimap-split-rule): Mark as obsolete.
10157
10158         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10159         New variable.
10160
10161         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10162         correct slot, too.
10163
10164 2010-09-29  Julien Danjou  <julien@danjou.info>
10165
10166         * gnus.el (gnus-local-domain): Declare variable obsolete.
10167
10168         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10169         Fix history computing.
10170         (gnus-ido-completing-read): Require ido.
10171
10172 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10173
10174         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10175         build Gnus.
10176
10177         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10178         when interpreting the structures.
10179         (nnimap-request-accept-article): Add \r\n to the lines to make this
10180         work with Cyrus.
10181
10182         * nndraft.el (nndraft-request-expire-articles): Use the group name
10183         instead if "nndraft".  Fix found by Nils Ackermann.
10184
10185 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10186
10187         * nnregistry.el: Add.
10188
10189 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10190
10191         * nnmail.el (group, group-art-list, group-art):
10192         Remove unneeded directives.
10193
10194 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10197         (mm-mime-charset):
10198         * rfc2047.el (rfc2047-syntax-table):
10199         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10200
10201         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10202         rather than `insert-file-contents' and `eval-region'.
10203
10204         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10205         construction.
10206
10207         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10208
10209         * time-date.el: No need to require cl for Emacs 21.
10210
10211 2010-09-29  Julien Danjou  <julien@danjou.info>
10212
10213         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10214         replacement of `gnus-gravatar-relief' to mimic
10215         `gnus-faces-properties-alist'.
10216         Add :version property.
10217
10218 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * mail-source.el (mail-source-report-new-mail):
10221         * message.el (message-default-mail-headers):
10222         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10223
10224         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10225
10226 2010-09-28  Julien Danjou  <julien@danjou.info>
10227
10228         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10229         mail-address contains the same string as real-name.
10230
10231         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10232         non-blank in header, otherwise it'll get stripped.
10233
10234         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10235         real-name, and then for mail address rather than doing : or , search.
10236
10237 2010-09-27  Julien Danjou  <julien@danjou.info>
10238
10239         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10240         right completing-read function.
10241         (gnus-use-ido): New variable
10242         (gnus-completing-read-with-default): Remove.
10243         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10244         (gnus-agent-add-group):
10245         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10246         * mm-view.el (mm-view-pkcs7-decrypt):
10247         * mm-util.el (mm-codepage-setup):
10248         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10249         * mml-smime.el (mml-smime-openssl-sign-query):
10250         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10251         (mml-insert-multipart):
10252         * gnus-msg.el (gnus-summary-yank-message):
10253         * gnus-int.el (gnus-start-news-server):
10254         * mm-decode.el (mm-interactively-view-part):
10255         * gnus-dired.el (gnus-dired-attach):
10256         * gnus.el (gnus-read-method):
10257         * gnus-bookmark.el (gnus-bookmark-jump):
10258         * gnus-art.el (gnus-mime-view-part-as-type)
10259         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10260         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10261         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10262         * nnmairix.el (nnmairix-create-server-and-default-group)
10263         (nnmairix-update-groups, nnmairix-get-server)
10264         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10265         (nnmairix-get-group-from-file-path):
10266         * nnrss.el (nnrss-find-rss-via-syndic8):
10267         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10268         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10269         (gnus-group-browse-foreign-server):
10270         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10271         (gnus-summary-execute-command, gnus-summary-respool-article)
10272         (gnus-read-move-group-name):
10273         * gnus-score.el (gnus-summary-increase-score)
10274         (gnus-summary-score-effect):
10275         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10276
10277 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10280         x-focus-frame.
10281
10282         * nnimap.el (auth-source-forget-user-or-password)
10283         (auth-source-user-or-password): Autoload.
10284
10285         * message.el (message-from-style, message-interactive)
10286         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10287         (message-yank-prefix, message-indentation-spaces, message-signature)
10288         (message-signature-file): Add comment.
10289
10290 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10293         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10294         new articles.
10295
10296         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10297         parts.
10298         (nnimap-request-article): Work with the t setting, too.
10299
10300         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10301         that you don't get flashes of other buffers.
10302         (gnus-summary-show-complete-article): Intern before setting.
10303
10304 2010-09-27  David Engster  <dengste@eml.cc>
10305
10306         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10307         well as HEADERS.
10308         (nnmairix-retrieve-headers): Provide new argument for the above.
10309
10310 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * gnus-sum.el (gnus-summary-move-article): Don't alter
10313         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10314         group.
10315
10316         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10317
10318         * message.el (message-cite-prefix-regexp): Revert my last edit.
10319
10320         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10321         variable instead of the Gnus variable.
10322
10323         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10324
10325         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10326
10327         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10328         since some servers don't like it.
10329         (nnimap-open-connection): Forget credentials if the server says the
10330         password was wrong.
10331         (nnimap-parse-line): Protect against invalid data.
10332
10333         * gnus-sum.el (gnus-summary-move-article): Add comment.
10334         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10335         nothing alters it while scanning for new messages.
10336
10337         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10338         which may or may not help.
10339         (nnimap-open-connection): If we're doing a stream connection, and then
10340         discover we're on a STARTTLS-capable server, then open a STARTTLS
10341         connection instead.
10342
10343 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344
10345         * nnimap.el (utf7): Require.
10346
10347         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10348         prefix.
10349
10350 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10351
10352         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10353
10354 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355
10356         * nnimap.el (nnimap-request-accept-article): Message the error on
10357         error.
10358
10359 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10362
10363 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * nndoc.el (nndoc-request-list): Return success always.
10366
10367         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10368         `fetch-old' -- we only want to fetch the articles we've requested.
10369         The rest are in the agent, probably.
10370         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10371         disappeared server" to something low.  It's not important.
10372
10373         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10374         arrived before the FETCH data.
10375
10376         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10377         target here, because we don't know the Gnus name of the group.
10378
10379         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10380         for the correct group.
10381
10382         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10383
10384         * gnus.el (gnus): Give a final warning after startup.
10385
10386         * gnus-util.el (gnus-action-message-log): New variable.
10387         (gnus-message): Use it.
10388         (gnus-final-warning): New function.
10389
10390         * nnimap.el (nnimap-open-connection): Record the greeting.
10391         (nnimap): Add greeting.
10392
10393 2010-09-26  Julien Danjou  <julien@danjou.info>
10394
10395         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10396         arguments.
10397         (gnus-html-wash-images): Fix spec computing to include start/end.
10398
10399         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10400
10401 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10404         deletion.
10405         (nnimap-retrieve-headers): Don't select the group, because that's
10406         already done by nnimap-possibly-change-group.
10407
10408         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10409         (gnus-picon-transform-address): Use it.
10410
10411         * mail-source.el (mail-source-value): Revert previous patch.
10412
10413         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10414         on failure.
10415         (nnimap-open-connection): Look up both virtual and physical server name
10416         credentials.
10417
10418         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10419
10420 2009-02-07  Dave Love  <fx@gnu.org>
10421
10422         * tls.el (open-tls-stream): Don't query killing process.
10423
10424 2009-02-08  Dave Love  <fx@gnu.org>
10425
10426         * gnus-win.el (gnus-window-to-buffer-helper)
10427         (gnus-all-windows-visible-p): Function needn't be a symbol.
10428
10429         * mail-source.el (mail-source-value): Function needn't be a symbol.
10430
10431 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * message.el (message-cite-prefix-regexp): Remove } from the cite
10434         prefix.
10435
10436         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10437         highlight again, so that the highlight is correct.
10438
10439         * gnus-picon.el (gnus-picon): Remove again.
10440         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10441
10442         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10443         doing the header highlightling, so that the background color of the
10444         picon is correct.
10445
10446         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10447         (gnus-picon): Ditto.
10448         (gnus-picon): Reinstate.  The background color for picons is white.
10449         (gnus-picon-insert-glyph): Make the background white.
10450
10451         * nnml.el (nnml-open-nov): Don't return dead buffers.
10452
10453         * auth-source.el (auth-source-create): Query the user for whether to
10454         store the credentials.
10455
10456         * netrc.el (netrc-store-data): New function.
10457
10458         * auth-source.el (auth-source-user-or-password): Use the existing auth
10459         sources, if any, for creation.
10460
10461         * gnus.el (gnus-group-fast-parameter): Return the last matching
10462         parameter instead of the first matching parameter.
10463
10464 2010-09-26  Julien Danjou  <julien@danjou.info>
10465
10466         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10467
10468 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * mml2015.el (mml2015-use): Remove gpg support.
10471
10472         * mml1991.el (mml1991-function-alist): Remove gpg function.
10473         (mml1991-gpg-sign): Remove.
10474
10475 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10476
10477         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10478         (gnus-browse-unsubscribe-current-group): Document it.
10479         (gnus-browse-unsubscribe-group): Use it.
10480
10481 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10482
10483         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10484         address to the To list for easier response.
10485
10486         * gnus.el (gnus-play-startup-jingle): Remove.
10487         (gnus-splash): Don't play jingle.
10488         (gnus): Silence gnus-load message.
10489
10490         * gnus-art.el (gnus-treat-play-sounds): Remove.
10491
10492         * gnus.el (gnus-play-jingle): Remove audio support.
10493
10494         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10495
10496         * earcon.el: Remove -- no users.
10497
10498         * gnus-audio.el: Remove -- no users of this package.
10499
10500         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10501
10502         * gnus-start.el (gnus-setup-news): Remove nocem support.
10503
10504         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10505
10506         * gnus.el (gnus-use-nocem): Remove.
10507
10508         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10509         Remove.
10510
10511         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10512         uses NoCeM any more.
10513
10514         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10515         (gnus-button-ctan-handler): Ditto.
10516         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10517         (gnus-button-ctan-directory-regexp): Ditto.
10518         (gnus-button-handle-ctan): Ditto.
10519         (gnus-button-tex-level): Ditto.
10520         (gnus-button-alist): Remove CTAN stuff.
10521
10522 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10525         nnimap-streaming test.
10526
10527         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10528         servers twice.
10529
10530         * nnimap.el (nnimap-open-connection): Add more error reporting when
10531         nnimap fails early.
10532
10533         * nnheader.el (nnheader-get-report-string): New function.
10534         (nnheader-get-report): Use it.
10535
10536         * gnus-int.el (gnus-check-server): Say what the error was when opening
10537         failed.
10538
10539         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10540         using streaming.
10541
10542 2010-09-25  Julien Danjou  <julien@danjou.info>
10543
10544         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10545         gnus-window-inside-pixel-edges.
10546
10547 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10548
10549         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10550
10551         * mm-decode.el (mm-save-part): Allow saving to other directories the
10552         normal Emacs way.
10553
10554         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10555         Suggested by Jay Berkenbilt.
10556
10557         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10558         there isn't a single byte.
10559
10560         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10561         just do it.  It doesn't really seem to matter what the user responds
10562         here, I think, so it's just a confusing question.
10563
10564         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10565         non-streaming case.
10566
10567         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10568         (gnus-article-encrypt-body): Use it.
10569
10570         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10571         keystroke.
10572
10573         * nnimap.el (nnimap-find-wanted-parts-1):
10574         Use gnus-fetch-partial-articles.
10575
10576         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10577
10578         * nnimap.el (nnimap-insert-partial-structure): New function.
10579         (nnimap-get-partial-article): New function.
10580         (nnimap-request-article): Use it.
10581         (nnimap-wait-for-response): Return whether the wait was successful.
10582         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10583         retrieval wasn't successful.
10584         (nnimap-retrieve-group-data-early): Allow throttling servers.
10585         (nnimap-streaming): New variable.
10586         (nnimap-fetch-partial-articles): Remove.
10587
10588         * mm-decode.el (mm-with-part): Protect against killed buffers.
10589
10590         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10591         for prettier summary display.
10592
10593 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10594
10595         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10596
10597 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10600         apparently third-party libraries depend on it.
10601
10602         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10603         before starting negotiation.
10604
10605         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10606         privacy reasons.
10607         (gnus-treat-mail-gravatar): Ditto.
10608
10609         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10610         buffer when inserting images.  Inserting text into the headers, for
10611         instance, can make them invalid.
10612
10613 2010-09-25  Julien Danjou  <julien@danjou.info>
10614
10615         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10616         variables.
10617
10618         * nnheader.el: Remove useless variables news-reply-yank-from and
10619         news-reply-yank-message-id.
10620
10621         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10622         variables.
10623
10624         * mml1991.el: Remove useless mml1991-verbose.
10625
10626         * gnus.el: Remove useless variable gnus-use-generic-from.
10627         Remove obsolete variable gnus-topic-indentation.
10628
10629         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10630
10631         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10632
10633         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10634
10635         * gnus-group.el: Remove useless gnus-group-icon-cache.
10636         Remove useless gnus-ephemeral-group-server.
10637
10638         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10639
10640         * mml2015.el: Remove useless mml2015-verbose.
10641
10642         * mml-smime.el: Remove useless mml-smime-verbose.
10643
10644         * gnus.el: Remove useless gnus-local-domain.
10645
10646         * gnus-gravatar.el (gnus-gravatar-transform-address):
10647         Use gnus-gravatar-size.
10648
10649         * gnus-art.el: Remove useless gnus-treat-translate.
10650
10651 2010-09-24  Julien Danjou  <julien@danjou.info>
10652
10653         * gnus-sum.el: Add support for Gravatars.
10654
10655         * gnus-art.el: Add support for Gravatars.
10656
10657         * gnus-gravatar.el: Add this file.
10658
10659         * gravatar.el: Add this file.
10660
10661 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10664
10665         * gnus-group.el (gnus-group-fetch-faq): Remove.
10666
10667         * gnus.el (gnus-group-faq-directory): Remove.
10668
10669         * gnus-group.el (gnus-group-fetch-charter): Remove.
10670
10671         * gnus.el (gnus-group-charter-alist): Remove.
10672
10673         * gnus-group.el (gnus-group-archive-directory): Remove.
10674         (gnus-group-recent-archive-directory): Ditto.
10675         (gnus-group-make-archive-group): Remove.
10676
10677         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10678
10679         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10680         use the same article number for all the cached articles.
10681
10682         * nnimap.el (nnimap-command): Register the last command time so
10683         that we can use it for idling NOOPs.
10684         (nnimap-open-connection): Start the keeplive timer.
10685         (nnimap-make-process-buffer): Store all the process buffers.
10686         (nnimap-keepalive): New function.
10687
10688         * starttls.el (starttls-open-stream): Add autoload cookie.
10689
10690 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10691
10692         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10693         handling.
10694
10695 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10698         its data structures.
10699
10700         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10701         instead of the cl.el copy-list.
10702         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10703         equalp.
10704
10705 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10708         and tool-bar-local-item-from-menu.
10709
10710         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10711         mode-line-highlight face for Emacs.
10712
10713         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10714         loading gnus-sum.elc; fix comment for canlock-verify.
10715         (gnus-article-jump-to-part): Use read-number.
10716         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10717         Remove Emacs pre-21 compatible code for help-echo.
10718         (gnus-article-next-page-1): No need to adjust the number of lines.
10719         (gnus-article-describe-bindings): Always use help-buffer.
10720
10721         * gnus-audio.el (gnus-audio-inline-sound):
10722         * gnus-cus.el (gnus-custom-mode):
10723         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10724
10725         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10726
10727         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10728         compatible code.
10729
10730 2010-09-24  Glenn Morris  <rgm@gnu.org>
10731
10732         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10733         visiting the fcc file in rmail-mode.
10734
10735         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10736
10737 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * nnir.el: Silence the byte compiler.
10740
10741         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10742         alias to browse-url-url-encode-chars if any.
10743         (gnus-html-encode-url): Use it.
10744
10745 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus-start.el (gnus-use-backend-marks): New variable.
10748         (gnus-get-unread-articles-in-group): Use it.
10749
10750         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10751         makeover.
10752
10753 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10754
10755         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10756
10757 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10760         Remove.
10761         (gnus-setup-news-hook):
10762         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10763
10764         * gnus-int.el (gnus-request-update-info): Protect against backends not
10765         having the function.
10766
10767         * nnimap.el (nnimap-stream): Mention starttls.
10768         (nnimap-open-connection): Add starttls support.
10769
10770 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10771
10772         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10773
10774 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10777         BODYSTRUCTUREs.
10778         (nnimap-transform-headers): Unfold quoted {42} headers.
10779
10780         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10781         the info.
10782         (gnus-get-unread-articles): Only call updatep on backends that support
10783         it.
10784
10785         * nnweb.el (nnweb-request-update-info): NOOP.
10786
10787         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10788
10789         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10790         since it only deals with marks.
10791
10792         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10793         gnus-request-marks, and make a new gnus-request-update-info.
10794
10795         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10796         the active instead of the high number, which is usually too low.
10797
10798 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10801         * encrypt.el: Remove.
10802
10803 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10806         server in symbolic form.
10807
10808         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10809
10810 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10813         (nnimap-update-info): Fix up code slightly.
10814
10815         * gnus-int.el (gnus-open-server): Add tracing for performance
10816         debugging.
10817
10818         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10819         (gnus-group-insert-group-line): Pass the real group name so that it
10820         gets the right data.
10821
10822         * gnus-start.el (gnus-get-unread-articles): Don't have
10823         `gnus-get-unread-articles-in-group' update info, since that can be
10824         really slow and doesn't seem to be needed?
10825
10826 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10827
10828         * time-date.el (date-to-time): Try using parse-time-string first before
10829         using the slower timezone-make-date-arpa-standard.
10830
10831 2010-09-22  Julien Danjou  <julien@danjou.info>
10832
10833         * gnus-group.el (gnus-group-insert-group-line):
10834         Call gnus-group-highlight-line.
10835         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10836         default hook list.
10837         (gnus-group-update-eval-form): Add new function.
10838         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10839         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10840
10841 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10844         immediate, then expire all articles.
10845         (nnimap-update-info): Fix off-by-one errors.
10846         (nnimap-flags-to-marks): Would return no marks lists for group with no
10847         flags.  Instead return the other data.
10848
10849 2010-09-22  Julien Danjou  <julien@danjou.info>
10850
10851         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10852         Only return an icon.
10853         (gnus-group-insert-group-line): Compute icon to return.
10854
10855         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10856         (gnus-html-image-fetched): Only cache if
10857         gnus-html-image-automatic-caching is set.
10858         (gnus-html-image-fetched): Check for errors.
10859
10860 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10863         once per method on `g'.  This ensures that backends like nnfolder don't
10864         open all their folders.
10865
10866         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10867         (nnimap-request-list): Nix out group in the correct buffer.
10868         (nnimap-parse-flags): Implement by using `read' instead of
10869         hand-parsing.
10870         (nnimap-flags-to-marks): Pass on permanent-flags.
10871         (nnimap-make-process-buffer): Record the server name.
10872         (nnimap-parse-flags): Fix typo.
10873         (nnimap-request-scan): Run split on the server in general, not just a
10874         single group.
10875
10876         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10877         parameter, and propagate this downwards.
10878
10879         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10880         since EXAMINE changes it on the server.
10881
10882         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10883         this command might take a while.
10884
10885 2010-09-22  Julien Danjou  <julien@danjou.info>
10886
10887         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10888         harmful if you have 2 images side-by-side, they can't be properly
10889         update on text deletion.  Using text-property is safer here.
10890         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10891         data.
10892
10893 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10894
10895         * nnimap.el (nnimap-expunge-inbox): Remove.
10896         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10897         (nnimap-expunge): Flip default to t.
10898
10899         * gnus.el (gnus-method-to-server): Don't push things to the cache
10900         unless it's unique.
10901         (gnus-server-to-method): Ditto.
10902
10903 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10906
10907 2010-09-22  Julien Danjou  <julien@danjou.info>
10908
10909         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10910         get the start of data.
10911         (gnus-html-encode-url): Add this function to encode special chars in
10912         URL.
10913         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10914         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10915
10916         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10917         default.
10918         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10919
10920         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10921         images alt-text.
10922         (gnus-html-put-image): Put alt-text as help-echo.
10923
10924 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10927         * mm-util.el (mm-decompress-buffer):
10928         * nnir.el (nnir-run-find-grep):
10929         * pop3.el (pop3-list): Use 3rd arg of split-string.
10930
10931         * time-date.el (format-seconds): Comment fix.
10932
10933         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10934         and byte-optimize-form-code-walker.
10935         (dgnushack-make-auto-load): Don't advise make-autoload.
10936
10937         * lpath.el: Remove Emacs 21 stuff.
10938
10939 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10940
10941         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10942         outside the active range.  Suggested by Dan Christensen.
10943
10944         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10945         slightly later to avoid double-getting it.
10946
10947         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10948         previous patch.
10949
10950         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10951
10952 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10953
10954         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10955
10956 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957
10958         * gnus-int.el (gnus-open-server): Give a better error message in the
10959         "go offline" case.
10960
10961         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10962         marks for nnimap, which is seldom the right thing to do.
10963
10964         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10965         (gnus-same-method-different-name): New function.
10966
10967         * nnimap.el (parse-time): Require.
10968
10969         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10970         method in the presence of many similar methods.
10971
10972         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10973
10974         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10975         nnml-inhibit-expiry.
10976
10977         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10978         find out whether methods are equal.
10979
10980         * nnimap.el (nnimap-find-expired-articles): New function.
10981         (nnimap-process-expiry-targets): New function.
10982         (nnimap-request-move-article): Request the article before looking at
10983         what the Message-ID is.  Fix found by Andrew Cohen.
10984         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10985
10986         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10987         for oldness in addition to being a predicate.
10988
10989         * nnimap.el (nnimap-request-group): When we have zero articles, return
10990         the right data to Gnus.
10991         (nnimap-request-expire-articles): Only delete articles immediately if
10992         the target is 'delete.
10993
10994         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10995         method, this would bug out.
10996
10997         * gnus-group.el (gnus-group-expunge-group): Rename from
10998         gnus-group-nnimap-expunge, and implemented as a normal interface
10999         function.
11000
11001         * gnus-int.el (gnus-request-expunge-group): New function.
11002
11003         * nnimap.el (nnimap-request-create-group): Implement.
11004         (nnimap-request-expunge-group): New function.
11005
11006 2010-09-21  Julien Danjou  <julien@danjou.info>
11007
11008         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11009         (gnus-html-cache-expired): Add new function.
11010         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11011         wethever we should display image for fetch it.
11012         Compute alt-text earlier to pass it to the fetching function too.
11013         (gnus-html-schedule-image-fetching): Change function argument to only
11014         get one image at a time, not a list.
11015         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11016         cache.
11017         (gnus-html-get-image-data): New function to retrieve image data from
11018         cache.
11019         (gnus-html-put-image): Change buffer argument to use image data rather
11020         than file, and place image above region rather than inserting a new
11021         one.  Do not take alt-text as argument, since it's useless now: we place
11022         the image above alt-text.
11023         (gnus-html-prune-cache): Remove.
11024         (gnus-html-show-images): Start to fetch image when we find one, do not
11025         push into a temporary list.
11026         (gnus-html-prefetch-images): Only fetch image if they have expired.
11027         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11028         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11029
11030 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11033
11034 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11037         spec inser "*" if the group isn't active instead of 0.
11038
11039         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11040         opening the server.
11041         (nnimap-request-delete-group): Implement group deletion.
11042         (nnimap-transform-headers): Return the size of the entire message in
11043         the Bytes header, not just the size of the first part.
11044         (nnimap-request-move-article): When moving an article from nnimap,
11045         request the article first so the accepting form has an article to
11046         accept.  Reported by Dan Christensen.
11047         (nnimap-command): Make sure that the error message doesn't error out.
11048
11049 2010-09-20  David Edmondson  <dme@dme.org>
11050
11051         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11052         we haven't requested anything.
11053
11054 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11057         "".  Fix found by Andrew Cohen.
11058
11059         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11060         instead of -encode-string.
11061
11062 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11065
11066         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11067         by mm-subst-char-in-string.
11068
11069 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11070
11071         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11072         waiting for the connection string.
11073
11074         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11075         arriving.
11076
11077         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11078         bogus characters.  This allows selecting certain Gmail groups.
11079
11080         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11081         (nnimap-fetch-partial-articles): New variable.
11082         (nnimap-open-connection): When looking for credentials, also use the
11083         nnimap-server-port.
11084         (nnimap-request-article): Return the group/article number, so that Gnus
11085         `^' works as expected.
11086         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11087
11088         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11089         comments.
11090         (gnus-methods-sloppily-equal): New function.
11091         (gnus): When using the development version of Gnus, load the gnus-load
11092         file.
11093
11094         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11095         `gnus-open-server' on each method before trying to scan them etc.
11096         This ensures that all the backend parameters are set correctly.
11097
11098         * nnimap.el (nnimap-authenticator): New variable.
11099         (nnimap-open-connection): Allow anonymous login.
11100         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11101         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11102
11103         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11104         patch, found by Knut Anders Hatlen.
11105
11106 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11107
11108         * gnus-agent.el (gnus-agent-batch-confirmation)
11109         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11110         to gnus-message.
11111         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11112         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11113         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11114         * gnus-int.el (gnus-open-server): Likewise.
11115         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11116         (gnus-score-check-syntax): Likewise.
11117         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11118         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11119         Likewise.
11120         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11121
11122 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123
11124         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11125         calling conventions so that prefetch doesn't bug out.
11126
11127 2010-09-19  Julien Danjou  <julien@danjou.info>
11128
11129         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11130         rather than `subst-char-in-region' in order to be able to replace ASCII
11131         char by UTF-8 ones.
11132
11133         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11134         than curl.
11135         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11136         the right URL and ALT text on images.
11137         (gnus-html-wash-tags): Fix tag case.
11138         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11139         (gnus-article-html): Add -o display_ins_del=2 option.
11140         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11141
11142 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11143
11144         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11145         the extra mail headers, which sometimes seem to happen for unknown
11146         reasons.
11147
11148         * mail-parse.el (mail-header-encode-parameter): Define as
11149         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11150         (or most, perhaps?) mail readers don't understand the latter, but do
11151         understand the former.
11152
11153         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11154         to nil, so that no methods are automatically agentized.  I think this
11155         is probably what most users want.
11156
11157         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11158         from url-retrieve, for instance about invalid URLs.
11159
11160         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11161         groups that have no articles.
11162         (nnimap-request-article): Check that we really got an article when we
11163         requested one.
11164
11165         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11166         doesn't exist.
11167
11168         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11169         nntp buffer so the agent can save it.
11170         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11171         that CRLF doesn't get translated to \n.
11172         (nnimap-open-connection): Don't make 'shell commands only send \n.
11173
11174 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11175
11176         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11177         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11178         Update var name.
11179         (nnml-generate-nov-file): Use dolist.
11180         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11181         Use with-current-buffer.
11182
11183 2010-09-18  Julien Danjou  <julien@danjou.info>
11184
11185         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11186         parallel.
11187
11188 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11191         the range update right.
11192         (nnimap-request-group): Don't make `M-g' bug out on group with no
11193         marks.
11194         (nnoo): Require, so that other packages can require nnimap.
11195         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11196         command we're looking for.  This helps when the server sends more
11197         responses after we've gotten everything we expected.
11198         (nnimap): Add a `newlinep' field to keep track of end-of-line
11199         conventions.
11200         Don't send CRLF to things that don't want it.
11201         (nnimap-request-accept-article): Ditto.
11202
11203 2010-09-18  Julien Danjou  <julien@danjou.info>
11204
11205         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11206         than curl to retrieve images.
11207
11208 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11209
11210         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11211         the marks.
11212         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11213         (nnimap-wait-for-connection): New function.
11214         (nnimap-open-connection): If we have PREAUTH, don't query for login
11215         credentials.
11216         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11217         when doing a partial update.
11218
11219 2010-09-18  Julien Danjou  <julien@danjou.info>
11220
11221         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11222         tags.
11223
11224 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225
11226         * nnimap.el (nnimap-credentials): New function.
11227         (nnimap-open-connection): Use the new function to look for credentials
11228         also on the numeric equivalents of "imap" and "imaps".
11229
11230         * gnus-start.el (gnus-activate-group): Send the info to
11231         gnus-request-group.
11232
11233         * nnimap.el (nnimap-request-group): Have the "check" version of the
11234         function parse flags and update the info, so that a `M-g' get a total
11235         resync of all flags from the group.
11236
11237         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11238         to allow backends to alter the info on group selection.  Also alter all
11239         the backend -request-group functions to take the parameter.
11240
11241         * nnimap.el (nnimap-store-info): New function.
11242         (nnimap-update-info): Store the info for later usage.
11243         (nnimap-request-group): Use the stored info for the dont-check case, so
11244         that we don't retrieve all marks when we enter a group.
11245
11246         * nnimap.el: Use deffoo instead of defun for interface functions.
11247
11248         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11249         update the group info.  This makes the nndraft groups, for instance, go
11250         back to their old behavior.
11251
11252         * gnus-sum.el (gnus-select-newsgroup): Indent.
11253
11254         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11255         in.
11256         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11257         nothing.
11258
11259         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11260         from methods that are denied.
11261
11262         * gnus-int.el (gnus-method-denied-p): New function.
11263
11264         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11265         store the password instead of netrc.
11266         (nnimap-open-connection): Don't error out when we can't make a
11267         connections.
11268
11269         * auth-source.el (auth-source-create): In the password prompt, say what
11270         we're querying for.  Also prompt for user name if that hasn't been
11271         given.
11272
11273         * nnimap.el (nnimap-with-process-buffer): Remove.
11274
11275 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11278         method when we're reading from the agent.
11279
11280         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11281
11282         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11283         that's probably most useful for users.
11284
11285         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11286         "failed" all the time.
11287
11288         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11289         ...)) with (with-current-buffer ... ).
11290
11291         * nntp.el (nntp-open-server): Return whether the open was successful or
11292         not.
11293
11294         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11295         select an unread unseen article first.
11296
11297         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11298         /etc/services, supply some sensible port defaults.
11299
11300         * dgnushack.el: Define netrc-credentials.
11301
11302 2010-09-17  Julien Danjou  <julien@danjou.info>
11303
11304         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11305
11306 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11307
11308         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11309         doesn't have any parameters.
11310
11311 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11314         only upcased checks.
11315
11316         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11317
11318         * nnimap.el (nnimap-open-shell-stream): New function.
11319         (nnimap-open-connection): Use it.
11320         (nnimap-transform-headers): Get the number of lines in each message.
11321         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11322         number of lines.
11323         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11324         problem.
11325
11326         * utf7.el (utf7-encode): Autoload.
11327
11328         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11329         to allow the mail splitting to not return a default group.  This is
11330         useful for nnimap, which will leave unmatched mail in the inbox.
11331
11332         * nnimap.el: Rewritten.
11333
11334         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11335         nnimap usage.
11336
11337         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11338         if the move is internal, so that nnimap can do fast internal moves.
11339
11340         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11341         data.
11342         (gnus-read-active-for-groups): Support finishing the early retrieval of
11343         data.
11344
11345         * gnus-range.el (gnus-range-nconcat): New function.
11346
11347         * gnus-int.el (gnus-finish-retrieve-group-infos)
11348         (gnus-retrieve-group-data-early): New functions.
11349
11350 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11351
11352         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11353         (nnrss-retrieve-groups):
11354         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11355         (pop3-quit): Use with-current-buffer.
11356
11357 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11360         instead of nnheader-accept-process-output.
11361
11362         * dgnushack.el (dgnushack-compile): Add comment.
11363
11364         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11365
11366         * gnus-html.el (gnus-html-schedule-image-fetching)
11367         (gnus-html-prefetch-images): Replace process-kill-without-query by
11368         gnus-set-process-query-on-exit-flag.
11369
11370 2010-09-16  Romain Francoise  <romain@orebokech.com>
11371
11372         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11373
11374 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11377         parameter to unintern is mandatory-ish in Emacs 24.
11378
11379         * gnus-html.el (gnus-html-schedule-image-fetching)
11380         (gnus-html-prefetch-images): Check for curl before using it.
11381
11382         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11383         depend on curl, which isn't essential.
11384
11385         * imap.el: Revert back to version
11386         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11387         seem problematic.
11388
11389 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11390
11391         * gnus-registry.el (gnus-registry-install-shortcuts):
11392         Explicitly pass `obarray' to `unintern' to avoid a warning.
11393
11394 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11397         change.
11398
11399         * nnrss.el (nnrss-request-list): Remove this function and related
11400         functions, including the moreover stuff.
11401
11402 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * nnrss.el (nnrss-retrieve-groups): New function.
11405
11406 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11407
11408         * .dir-locals.el: Add no-byte-compile cookie.
11409
11410 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * time-date.el (format-seconds): Comment fix.
11413
11414         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11415         for back end that doesn't support request-scan.
11416
11417 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11420         then do request scans from the backends.
11421
11422         * netrc.el (netrc-credentials): New conveniency function.
11423
11424         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11425         avoid running a hook per line, since this takes a lot of time,
11426         profiling shows.
11427         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11428         directly if gnus-visual-p is true.
11429
11430 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11433         groups; replace mapcar with dolist which is a bit faster; pass groups
11434         info to gnus-read-active-file-1.
11435         (gnus-read-active-file-1): Scan only specified groups if the new
11436         optional arg `infos' is given.
11437
11438 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11441
11442         * pop3.el (pop3-movemail): Remove.
11443         (pop3-streaming-movemail): Rename to pop3-movemail.
11444
11445         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11446         don't restrict end-tag searches to the end of the line.
11447
11448 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11451         articles of every unchecked group to t, which means unknown since the
11452         server has never been opened.
11453
11454 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11455
11456         * gnus-html.el (gnus-html-show-alt-text): New command.
11457         (gnus-html-browse-image): Ditto.
11458         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11459         to browse the image directly.
11460         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11461         better.
11462
11463         * gnus-async.el (gnus-async-article-callback):
11464         Call `gnus-html-prefetch-images' unconditionally.
11465
11466         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11467         before feeding URLs to curl.
11468
11469 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11472         internal images as deletable by `W D D'.
11473
11474         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11475         (gnus-async-article-callback): Fix typo.
11476
11477 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11478
11479         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11480         current line to work around bugs in the output from w3m.
11481
11482         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11483         for groups that want that.
11484
11485         * nntp.el (nntp-wait-for-string): Supply a timeout for
11486         accept-process-output to ensure progress.
11487
11488         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11489         level to get unread articles from, then use that for foreign groups,
11490         too.
11491
11492         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11493         confuses the rest of the function.
11494
11495         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11496         for the methods that support -retrieve-groups, too.
11497
11498         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11499
11500 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11503         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11504
11505         * pop3.el: Require cl when compiling.
11506         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11507
11508 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11509
11510         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11511         that aren't going to be activated.
11512         (gnus-get-unread-articles): Fix up the last commit.
11513
11514         * gnus-html.el (gnus-article-html): Allow calling without specifying
11515         the handle.  In that case, dissect the buffer first.
11516
11517         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11518
11519         * nnimap.el (nnimap-open-connection): Revert the change that would look
11520         into authinfo for imaps instead of imap.
11521
11522         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11523         say that you don't want to call gnus-request-group with don-check, but
11524         do check the reponse.  This is for virtual groups only.
11525         (gnus-get-unread-articles): Count the archive groups as secondary, so
11526         that they're activated the same way as before.
11527
11528         * imap.el (imap-message-map): Removed optional buffer parameter, since
11529         no callers use it.
11530         (imap-message-get): Ditto.
11531         (imap-message-put): Ditto.
11532         (imap-mailbox-map): Ditto.
11533         (imap-mailbox-put): Ditto.
11534         (imap-mailbox-get): Ditto.
11535         (imap-mailbox-get): Revert last change for this function.
11536
11537         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11538         case-insensitively.
11539         (nnimap-debug): Remove.
11540
11541         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11542         callers to use `imap-fetch' instead.  According to the comments, this
11543         should be safe, since all other IMAP clients use the 1:* syntax.
11544         (imap-enable-exchange-bug-workaround): Remove.
11545         (imap-debug): Remove -- doesn't seem very useful.
11546
11547         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11548         mail from a file, and the file doesn't exist.
11549
11550         * imap.el (imap-log): New convenience function used throughout instead
11551         of repeating the same code all over the place.
11552
11553         * pop3.el (pop3-streaming-movemail): Return t for success.
11554
11555         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11556         .authinfo if we're using ssl connection.
11557
11558         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11559         already have if we're in a main Gnus `g' run.
11560
11561         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11562
11563 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11566
11567         * nnmh.el (nnmh-request-list-1): Bind `file'.
11568
11569         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11570         alias to set-process-query-on-exit-flag or process-kill-without-query.
11571         (pop3-open-server): Use it.
11572
11573 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11574
11575         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11576         box to the Incoming file.  Fixes mistake in previous checkin.
11577
11578         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11579         request loop (for debugging purposes) removed.
11580
11581         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11582         culprit is more visible.
11583         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11584         (nnml-add-incremental-nov): New functions to do "incremental" nov
11585         updates, where we just append to the end of the existing nov files
11586         without reading/writing them in full.
11587
11588         * mail-source.el (mail-source-delete-crash-box): Really only check the
11589         incoming files once in a while.
11590
11591         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11592
11593         * mail-source.el (mail-source-delete-crash-box): Only check the
11594         incoming files for deletion once per day to save a lot of file
11595         accesses.
11596
11597         * pop3.el (pop3-logon): Fix up unbound variable typo.
11598
11599         * mail-source.el (pop3-streaming-movemail): Autoload.
11600
11601         * pop3.el (pop3-streaming-movemail):
11602         Respect pop3-leave-mail-on-server.
11603
11604         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11605         retrieval.
11606
11607         * pop3.el (pop3-process-filter): Remove unused function.
11608         (pop3-streaming-movemail, pop3-send-streaming-command)
11609         (pop3-wait-for-messages, pop3-write-to-file)
11610         (pop3-number-of-responses): New functions for streaming pop3
11611         retrieval.
11612
11613         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11614         come from no known methods.
11615         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11616         list.
11617
11618         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11619         message sizes.
11620         (pop3-movemail): Use erase-buffer instead of looping and deleting
11621         regions, which seems rather odd.
11622
11623         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11624         file once per `g' run.
11625
11626         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11627         directories.  This makes the draft queue directory work.
11628
11629         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11630         data from the backends, so that we only request the list of groups from
11631         each method once.  This should speed things up considerably.
11632
11633         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11634         detect that it's not implemented.
11635
11636         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11637         we actually do recurse down into the tree, but don't stat all leaf
11638         nodes.
11639
11640         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11641         then say so instead of bugging out.
11642
11643         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11644         files exist before trying to read them.
11645
11646         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11647         around <pre_int>.
11648
11649         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11650
11651         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11652
11653 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * mm-util.el (mm-image-load-path): Just return the image directories,
11656         not all directories in the path in addition to the image directories.
11657         (mm-image-load-path): Maintain a cache of the image directories so that
11658         the `g' command in Gnus doesn't have to stat dozens of directories each
11659         time.
11660
11661         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11662         (gnus-html-wash-tags): Add a new `i' command to insert images.
11663         (gnus-html-insert-image): New command and keystroke.
11664         (gnus-html-redisplay-with-images): New command and keystroke.
11665         (gnus-html-show-images): Rename command.
11666         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11667         spacers.
11668         (gnus-html-wash-tags): Decode entities at the end, so that entities
11669         inside the tags don't mess up the rest of the "parsing".
11670
11671         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11672         so that nnimap methods aren't agentized by default.  There's apparently
11673         many problems related to agent/imap behavior.
11674
11675         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11676
11677         * gnus-html.el: Doc fix.
11678
11679 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11682         specifier-spec-list for Emacs 21.
11683
11684         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11685         glyph-width and glyph-height instead of display-graphic-p and
11686         image-size; make avoidance of displaying small images work for XEmacs.
11687
11688         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11689         for XEmacs.
11690
11691         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11692         of symbol that holds plist data.
11693         (gnus-process-plist): Remove plist of process after getting it.
11694
11695 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * message.el (message-generate-hashcash): Change default to
11698         'opportunistic if hashcash is installed.
11699
11700         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11701         (gnus-html-put-image): Only call image-size once, since it's somewhat
11702         time-consuming on remote X servers.
11703
11704 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11707         type on data, not a file name.
11708
11709         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11710         window-pixel-edges for Emacs 21.
11711
11712         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11713         decoded contents.
11714         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11715
11716 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717
11718         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11719         group line format, since it isn't very interesting.
11720
11721         * gnus-agent.el (gnus-agent-short-article),
11722         (gnus-agent-long-article): Increase values for these two variables,
11723         since most people are likely to have more network connection and
11724         storage than before.
11725
11726         * gnus.el (gnus-refer-article-method): Change default to 'current.
11727         When referring an article, the common behavior is to refer it from the
11728         current select method, not the native select method.  The chances of
11729         the native select method having the message in question is rather slim
11730         these days.
11731
11732         * gnus-sum.el (gnus-auto-select-subject): Change default to
11733         `unseen-or-unread'.  I think it's likely that most people want to
11734         select an unseen article over a previously seen, but unread one.
11735
11736         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11737         means that in the article buffer none of the minor mode elements will
11738         be shown, usually, and this is not desirable in most cases.
11739
11740         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11741         that commands like `d' (and the like) go to the next line in the
11742         buffer, instead of the next unread article.  I think this is the
11743         behavior that is most natural for most users.
11744         (gnus-single-article-buffer): Change default to nil, so that people can
11745         have as many article buffers open as they have summary buffer.  I think
11746         this is the most natural way for the groups to behave.
11747
11748         * message.el (message-generate-new-buffers): Change default to
11749         `unsent', so that all new message buffers start their names with the
11750         string "*unsent", and it's easier to find the buffers if you move from
11751         them.
11752
11753 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11754
11755         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11756         small.  They're probably tracking images.
11757         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11758         (gnus-html-rescale-image): Yet another try at getting the image sizing
11759         right.
11760
11761         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11762         nntp-marks-file-name is nil.
11763
11764 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11765
11766         * gnus-html.el (gnus-html-wash-tags)
11767         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11768         Better logging.
11769
11770 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11773
11774         * gnus-html.el (gnus-html-wash-tags): Check the value of
11775         gnus-blocked-images in the summary buffer.
11776
11777 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11778
11779         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11780
11781 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11784         like "a", it seems like.
11785         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11786         since it needs to be picked from the correct buffer.
11787
11788         * nnwfm.el: Remove.
11789
11790         * nnlistserv.el: Remove.
11791
11792 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11793
11794         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11795         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11796
11797 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11798
11799         * nnkiboze.el: Remove.
11800
11801         * nndb.el: Remove.
11802
11803         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11804         alt text.
11805         (gnus-html-rescale-image): Try to get the rescaling logic right for
11806         images that are just wide and not tall.
11807
11808         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11809         overshadow variable bindings.
11810
11811 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * gnus-html.el (gnus-html-wash-tags)
11814         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11815         Add extra logging.
11816
11817 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11818
11819         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11820         (gnus-max-image-proportion): New variable.
11821         (gnus-html-rescale-image): New function.
11822         (gnus-html-put-image): Rescale images.
11823
11824 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11825
11826         Fix up some byte-compiler warnings.
11827         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11828         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11829         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11830         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11831         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11832         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11833         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11834
11835 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-html.el (gnus-article-html): Decode contents by charset.
11838
11839 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11842         (gnus-html-frame-width, gnus-blocked-images):
11843         * message.el (message-prune-recipient-rules): Add custom version.
11844         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11845
11846         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11847         functions.
11848
11849         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11850         gnus-process-get.
11851
11852 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11853
11854         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11855         instead of lsub directly.
11856
11857 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * nnwarchive.el: Remove.
11860
11861         * gnus-soup.el: Remove.
11862
11863         * nnsoup.el: Remove.
11864
11865         * nnultimate.el: Remove.
11866
11867         * gnus-html.el (gnus-blocked-images): New variable.
11868
11869         * message.el (message-prune-recipients): New function.
11870         (message-prune-recipient-rules): New variable.
11871
11872         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11873         guess whether a long line is natural text or not.
11874
11875         * gnus-html.el (gnus-html-schedule-image-fetching):
11876         Use gnus-process-plist and friends for compatibility.
11877
11878 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11879
11880         * gnus-html.el: Require packages that define macros used in this file.
11881         (gnus-article-mouse-face): Declare to silence byte-compiler.
11882         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11883         process-get.
11884         (gnus-html-put-image): Use plist-get to avoid getf.
11885         (gnus-html-prefetch-images): Use with-current-buffer.
11886
11887 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gnus-ems.el: Provide compatibility functions for
11890         gnus-set-process-plist.
11891
11892         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11893         header-line-format for XEmacs 21.4.
11894
11895         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11896         * gnus.el (gnus-valid-select-methods):
11897         * message.el (message-send-mail-partially-limit):
11898         * mm-decode.el (mm-text-html-renderer):
11899         * mml.el (mml-insert-mime-headers-always):
11900         * smiley.el (smiley-regexp-alist): Bump custom version.
11901
11902 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11903
11904         * gnus-html.el: Require mm-url.
11905         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11906         with the url to `url'.
11907         (gnus-html-wash-tags): Support cid: URLs/images.
11908
11909 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11910
11911         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11912         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11913         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11914
11915         * gnus-move.el: Remove file, since it doesn't really work.
11916
11917         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11918         UTF-8.  This seems to fix problems with some German web feeds.
11919
11920         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11921         at the top so that the proper colors are applied.
11922
11923         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11924         don't have dots in their names.
11925
11926         * gnus-art.el (gnus-article-view-part): Doc fix.
11927
11928         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11929         XEmacs-compatible.
11930         (gnus-html-put-image): Don't do images on non-graphic displays.
11931
11932         * nnslashdot.el: Remove this unused backend.
11933
11934         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11935         actions.
11936         (gnus-undo-register-1): Revert last change.
11937
11938         * gnus-group.el (gnus-group-completing-read): Protect against not
11939         having completion-styles bound.
11940
11941         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11942         make broken recipients happier.
11943
11944         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11945
11946         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11947         point parameter.
11948
11949         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11950
11951         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11952         completion-styles for group selection.
11953
11954 2009-02-04  Andreas Schwab  <schwab@suse.de>
11955
11956         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11957         headers and regexp-quote the match if necessary.
11958
11959 2009-03-24  Miles Bader  <miles@gnu.org>
11960
11961         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11962         the blinking smiley.
11963
11964 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11965
11966         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11967         blink smiley.
11968
11969 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970
11971         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11972         where the dribbel file lives exists.
11973
11974         * message.el (message-send-mail-partially-limit): Change the default to
11975         nil, since most people don't want this.
11976
11977         * mm-url.el (mm-url-decode-entities): Also decode entities like
11978         &#x3212.
11979
11980 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11981
11982         * gnus-sum.el (gnus-summary-idna-message):
11983         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11984         Hyperlink urls in docstrings with URL `...'.
11985
11986 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11987
11988         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11989         functions.
11990
11991 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11992
11993         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11994         say what the mouseover text should be.
11995
11996         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11997         version of the mm-w3m-safe-url-regexp variable to only download images
11998         in the groups where we want that to happen.
11999
12000         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12001
12002         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12003         easier debugging.
12004         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12005         big pictures in the article buffer.
12006
12007         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12008         gnus-article-html.
12009         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12010         w3m.
12011
12012         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12013
12014 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12015
12016         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12017         which doesn't exist.
12018
12019         * message.el (message-inhibit-ecomplete): New variable to allow some
12020         function to inhibit ecomplete address storage.
12021         (message-resend): Disable ecomplete message storage when resending
12022         messages.
12023
12024         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12025
12026 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12029         Save excursion while copying, moving, and deleting articles in order to
12030         prevent the cursor from jumping to unforeseen place.
12031
12032 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * lpath.el: No need to bind bookmark-current-buffer,
12035         bookmark-yank-point and bookmark-make-record-function.
12036
12037 2010-08-17  Glenn Morris  <rgm@gnu.org>
12038
12039         * gnus-sync.el: Require gnus components whose functions are used.
12040
12041         * gnus-art.el (bookmark-make-record-function):
12042         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12043         Declare for compiler.
12044
12045         * mm-url.el (mml-compute-boundary): Autoload.
12046
12047 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12050
12051 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12052
12053         Typo fix "hoo4a" -> "hook".
12054
12055         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12056
12057 2010-08-14  Glenn Morris  <rgm@gnu.org>
12058
12059         * gnus-sync.el (gnus-sync): Fix defgroup version.
12060
12061 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12062
12063         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12064
12065         * gnus-sync.el: Fix docs.
12066         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12067         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12068
12069 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12070
12071         Optimizations for gnus-sync.el.
12072
12073         * gnus-sync.el: Add docs about gnus-sync-backend
12074         possibilities.
12075         (gnus-sync-save): Remove unnecessary message.
12076         (gnus-sync-read): Optimize and show what groups were skipped.
12077
12078 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12079
12080         Minor bug fixes for gnus-sync.el.
12081
12082         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12083         Don't read the sync on get-new-news.
12084
12085         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12086         quiet.
12087
12088         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12089         (fix typo).
12090
12091 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12092
12093         Make saving and restoring of hidden threads work with overlays.
12094         Patch applied by Ted Zlatanov.
12095
12096         * gnus-sum.el (gnus-hidden-threads-configuration)
12097         (gnus-restore-hidden-threads-configuration): Update to deal with text
12098         properties, rather than searching for a magic character.
12099
12100 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12101
12102         New gnus-sync.el library for synchronization of marks.
12103
12104         * gnus-sync.el: New library for synchronization of marks.
12105
12106         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12107         renamed from `gnus-registry-grep-in-list'.
12108
12109         * gnus-registry.el (gnus-registry-follow-group-p):
12110         Use `gnus-grep-in-list'.
12111
12112         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12113
12114 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12117         determining charset of text fails.
12118
12119 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * nnmail.el (nnmail-get-new-mail-1): Revert.
12122
12123         * nnml.el (nnml-active-number): Make sure names of newly created groups
12124         in nnml-group-alist are encoded.
12125
12126 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12129         containing non-ASCII characters in active file for nnml back end.
12130
12131 2010-07-24  David Engster  <dengste@eml.cc>
12132
12133         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12134         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12135
12136 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12137
12138         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12139         tag (Bug#6654).
12140
12141 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12144         the article buffer, not the summary buffer.
12145
12146 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12149         Emacs 23 as well.
12150
12151 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12154         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12155
12156 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12157
12158         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12159         Patch applied by Karl Fogel.
12160
12161         * gnus-sum.el (gnus-summary-bookmark-make-record):
12162         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12163
12164 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12165
12166         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12167         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12168         C-w still not working correctly from Article buffers; Thierry's
12169         patch to fix that will be applied after this.
12170
12171         * gnus-art.el (bookmark-make-record-function): New local variable.
12172
12173         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12174         article buffer.
12175         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12176
12177 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12178
12179         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12180         on changes in bookmark.el.
12181
12182 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12185         `no-log' instead of message not to log prompt string.
12186
12187 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12188
12189         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12190         the *other* type of HTML form submission.
12191
12192 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12193
12194         * auth-source.el (auth-source-pick): If choice does not contain a
12195         questioned keyword, set the check to t.
12196
12197 2010-06-12  Romain Francoise  <romain@orebokech.com>
12198
12199         * gnus-util.el (gnus-date-get-time): Move up before first use.
12200
12201 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12204         (gnus-article-edit-part): Bind it to make last part that is substituted
12205         or deleted visible.
12206         (gnus-mime-display-single): Buttonize part of which id equals to
12207         gnus-mime-buttonized-part-id.
12208
12209 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12210
12211         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12212         (gnus-dd-mmm): Use gnus-date-get-time.
12213         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12214         simplify logic.
12215         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12216         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12217
12218 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12219
12220         * auth-source.el (top): Autoload `secrets-list-collections',
12221         `secrets-create-item', `secrets-delete-item'.
12222         (auth-sources): Fix tag string.
12223         (auth-get-source, auth-source-retrieve, auth-source-create)
12224         (auth-source-delete): New defuns.
12225         (auth-source-pick): Rewrite in order to avoid 2 passes.
12226         (auth-source-forget-user-or-password): New parameter USERNAME.
12227         (auth-source-user-or-password): New parameters CREATE-MISSING and
12228         DELETE-EXISTING.  Retrieve password interactively, if needed.
12229
12230 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12231
12232         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12233         deleting unused directories when gnus-expert-user is t.
12234
12235 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12238         for each temp file when gnus-article-browse-delete-temp is ask.
12239
12240 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12241
12242         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12243         Replace Lisp calls to delete-backward-char by calls to delete-char.
12244
12245 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12246
12247         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12248
12249 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12250
12251         * password-cache.el (password-cache-remove): Fix docstring.
12252
12253 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12256         article unless decoding article to be saved.
12257
12258 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12261         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12262         generated within the mm-with-unibyte-current-buffer macro.
12263
12264 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12267         to nil when we're in a mml-preview buffer and no group is selected.
12268
12269 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12270
12271         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12272         when catching the `C-g'.  Reported by "Leo".
12273
12274 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * message.el (message-forward-make-body-plain)
12277         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12278         multibyte-string-p.
12279
12280         * lpath.el: Revert.
12281
12282 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * message.el (message-forward-make-body-mml): Assume original message
12285         is multibyte string; error on unibyte.
12286         (message-forward-make-body-plain): Ditto; don't add excessive newline
12287         in body end.
12288
12289         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12290
12291 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12292
12293         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12294         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12295
12296 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * mm-extern.el (mm-extern-url): Don't use
12299         mm-with-unibyte-current-buffer.
12300         (mm-extern-cache-contents): Use with-current-buffer instead of
12301         save-excursion + set-buffer.
12302
12303 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * mm-util.el (mm-emacs-mule): Remove.
12306
12307 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12308
12309         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12310         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12311         change.
12312
12313 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12316         bind the default value of enable-multibyte-characters to nil.
12317
12318 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * message.el (message-forward-make-body-plain)
12321         (message-forward-make-body-mml):
12322         Don't use mm-with-unibyte-current-buffer.
12323
12324 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12325
12326         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12327
12328 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12329
12330         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12331         (Bug#5592).
12332
12333 2010-05-07  Julien Danjou  <julien@danjou.info>
12334
12335         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12336         it to mm-pipe-part.
12337
12338         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12339         it is given.
12340
12341 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * binhex.el (binhex-decode-region-internal):
12344         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12345         (dns-query):
12346         * nnweb.el (nnweb-gmane-search):
12347         * pgg-parse.el (pgg-parse-armor):
12348         * pgg.el (pgg-verify-region):
12349         * sha1.el (sha1-string-external):
12350         * uudecode.el (uudecode-decode-region-internal):
12351         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12352         XEmacs.
12353
12354         * gnus-art.el (gnus-article-browse-html-parts):
12355         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12356         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12357         make-temp-file.
12358
12359         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12360         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12361         compiling.
12362
12363         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12364         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12365         XEmacs when compiling.
12366
12367         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12368         gnus-pick-mode-off-hook for XEmacs when compiling.
12369         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12370         gnus-binary-mode-off-hook for XEmacs when compiling.
12371
12372         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12373         Return nil if char-charset is not available.
12374
12375         * imap.el (imap-disable-multibyte)
12376         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12377         macros.
12378
12379         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12380         instead of encode-coding-string.
12381
12382         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12383         'xemacs) instead of mm-emacs-mule to switch function definitions.
12384         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12385
12386         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12387         bind temporary-file-directory for XEmacs;
12388         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12389         timer-set-function for XEmacs 21.4 and SXEmacs;
12390         bind timer-list for XEmacs 21.4 and SXEmacs;
12391         fbind char-charset and find-charset-region for non-Mule XEmacs;
12392         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12393         encode-coding-region and encode-coding-string for XEmacs having no
12394         file-coding feature.
12395
12396 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12397
12398         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12399
12400 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12403         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12404
12405 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12406
12407         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12408         alias `jka-compr-delete-temp-file' no longer exists.
12409
12410 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12411
12412         Use define-minor-mode in Gnus where applicable.
12413         * mml.el (mml-mode): Use define-minor-mode.
12414         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12415         (gnus-undo-mode): Use define-minor-mode.
12416         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12417         (gnus-dead-summary-mode): Use define-minor-mode.
12418         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12419         Initialize in declaration.
12420         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12421         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12422         (gnus-mailing-list-mode): Use define-minor-mode.
12423         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12424         (gnus-draft-mode): Use define-minor-mode.
12425         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12426         (gnus-dired-mode): Use define-minor-mode.
12427
12428 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12429
12430         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12431         handles on recursive mml-to-mime translation and check them for
12432         boundary delimiter collisions.  Reported by Greg Troxel.
12433
12434 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12437
12438 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12439
12440         * mm-util.el (mm-find-buffer-file-coding-system):
12441         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12442
12443 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12444
12445         * message.el (message-generate-headers): Record insertion of optional
12446         headers as well.  Otherwise the check to prevent repeated insertion of
12447         optional headers is a no-op.
12448
12449 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12450
12451         * smime.el: Don't mention CVS.
12452
12453         * nnrss.el (nnrss-fetch): Don't mention CVS.
12454
12455         * nnir.el: Don't mention CVS.
12456
12457 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12458
12459         * gnus-sum.el (gnus-summary-bookmark-make-record):
12460         Add `location' field.
12461
12462 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * lpath.el: Fbind bookmark-default-handler,
12465         bookmark-get-bookmark-record, bookmark-make-record-default,
12466         bookmark-prop-get for Emacs <23 and XEmacs.
12467
12468 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12469
12470         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12471         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12472         Use with-current-buffer to silence the byte-compiler.
12473         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12474         bother to require `gnus'.
12475         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12476
12477 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12478
12479         * gnus-sum.el (gnus-summary-bookmark-make-record)
12480         (gnus-summary-bookmark-jump): New functions.
12481         (gnus-summary-mode): Setup bookmark support.
12482
12483 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12484
12485         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12486         if set.
12487
12488 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12491         gnus-article-browse-html-save-cid-image; make it work recursively for
12492         forwarded messages as well.
12493         (gnus-article-browse-html-parts): Work when prefix arg is given.
12494         (gnus-article-browse-html-article): Doc fix.
12495
12496 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12497
12498         * message.el (message-default-mail-headers)
12499         (message-default-headers): Carry the value mail-default-headers over
12500         into message-default-mail-headers, rather than message-default-headers.
12501
12502 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12503
12504         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12505         charset.
12506
12507         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12508         charset into the <meta> tag when the article is encoded to utf-8.
12509
12510 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-art.el (gnus-article-browse-delete-temp-files):
12513         Delete directories as well.
12514         (gnus-article-browse-html-parts): Work for images that do not specify
12515         file names; delete temp directory when quitting; insert header at the
12516         right place; use file: scheme for image files.
12517
12518 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12519
12520         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12521         (gnus-article-browse-html-parts): Use it to make temporary cid image
12522         files in addition to html file so that browser may display them.
12523
12524 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12527
12528 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12529
12530         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12531
12532 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * auth-source.el (auth-sources): Change default to be simpler.
12535         Explain about Secret Service API sources.  Improve Customize options.
12536         (auth-source-pick): Change to accept any number of search parameters.
12537         Implement fallbacks iteratively, not recursively.  Add scoring on the
12538         second pass and sort by score.  Call Secret Service API when needed.
12539         (auth-source-user-or-password): Use it.  Call Secret Service API
12540         directly when needed to get the user name and the password.
12541
12542 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12543
12544         * message.el (message-interactive): Doc fix.
12545         (message-qmail-inject-args): Reflow.
12546         (message-kill-to-signature): Fix typo in docstring.
12547
12548         * smiley.el (smiley-buffer): Fix typo in docstring.
12549
12550 2010-03-24  Glenn Morris  <rgm@gnu.org>
12551
12552         * mail-source.el (gnus-message): Declare.
12553         (mail-source-delete-old-incoming): Require gnus-util.
12554
12555 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12558
12559         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12560
12561         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12562         password-cache's default if it is not bound.
12563         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12564         password-cache-expiry's default if it is not bound.
12565
12566         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12567         available in Emacs 21.
12568
12569         * lpath.el: Suppress compiler warnings for:
12570         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12571         XEmacs;
12572         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12573         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12574         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12575
12576 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12577
12578         * auth-source.el (auth-sources): Fix up definition so extra parameters
12579         are always inline.
12580
12581 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12582
12583         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12584         wasn't updated after mismatch.  Clear cached mailbox info correctly
12585         when uidvalidity changes.
12586         (nnimap-group-prefixed-name): New function to avoid some code
12587         duplication.
12588         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12589         (nnimap-request-group): Use it.
12590         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12591         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12592         with many imap folders.  This is done by caching the group status from
12593         the imap server persistently in a group parameter `imap-status'.  (This
12594         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12595         but not persistently, so every Gnus startup was still very slow.)
12596
12597 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12598
12599         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12600         delete the extra newline.  Otherwise editing of :string and :number
12601         types don't work.
12602
12603 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12604
12605         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12606         secrets.el dependency.
12607         (auth-sources): Add optional user name.  Add secrets.el configuration
12608         choice (unused right now).
12609
12610 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12611
12612         * gnus-sum.el (gnus-summary-make-menu-bar):
12613         Let `gnus-registry-install-shortcuts' fill in the functions.
12614
12615         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12616         warnings.
12617         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12618         (gnus-registry-install-shortcuts): Populate and use it in a
12619         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12620
12621 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12622
12623         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12624         In-place substitutions for the group name encoding/decoding.
12625         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12626         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12627         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12628         (nnimap-update-unseen, nnimap-request-list)
12629         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12630         (nnimap-request-set-mark, nnimap-split-to-groups)
12631         (nnimap-split-articles, nnimap-request-newgroups)
12632         (nnimap-request-create-group, nnimap-request-accept-article)
12633         (nnimap-request-delete-group, nnimap-request-rename-group)
12634         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12635         `encoded-mbx' for consistency.
12636         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12637         variable `imap-current-mailbox'.
12638
12639         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12640         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12641
12642 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12643
12644         * pop3.el (pop3-display-message-size-flag): Display message size byte
12645         counts during POP3 download.
12646         (pop3-movemail): Use it.
12647         (pop3-list): Implement listing of available messages.
12648
12649 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12650
12651         * nnir.el (nnir-get-article-nov-override-function): New function to
12652         override the normal NOV retrieval.
12653         (nnir-retrieve-headers): Use it.
12654
12655 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12656
12657         * auth-source.el (netrc-machine-user-or-password): Autoload.
12658
12659 2010-03-19  Glenn Morris  <rgm@gnu.org>
12660
12661         Stop message.el from loading about 40 libraries it doesn't always need.
12662         The general approach is to autoload rather than require, and to
12663         require in the specific functions rather than the file.  (Bug#5642)
12664
12665         * gmm-utils.el: Don't require wid-edit.
12666         (widget-create-child-value, widget-convert, widget-default-get):
12667         Autoload.
12668
12669         * gnus-util.el: Don't require time-date, netrc.
12670         (message-fetch-field, gnus-group-name-decode): Declare rather than
12671         autoloading.
12672         (gnus-fetch-field): Require message.
12673         (gnus-decode-newsgroups): Require gnus-group.
12674
12675         * ietf-drums.el: Don't require time-date.
12676
12677         * message.el: Don't require hashcash, canlock, ecomplete.
12678         Do require mail-utils.  Require nnheader only when compiling.
12679         (smtpmail-default-smtp-server): Remove declaration.
12680         (message-send-mail-function): Check smtpmail-default-smtp-server
12681         is bound rather than requiring smtpmail.
12682         (message-auto-save-directory, message-insert-signature):
12683         Use expand-file-name rather than nnheader-concat.
12684         (nnheader-insert-file-contents): Autoload.
12685         (hashcash-wait-async): Declare.
12686         (message-send-mail): Only call gnus-setup-posting-charset if
12687         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12688         (message-send-mail-with-sendmail): Require sendmail.
12689         (canlock-password, canlock-password-for-verify): Declare.
12690         (message-canlock-password): Require canlock.
12691         (nnheader-get-report): Autoload.
12692         (gnus-setup-posting-charset): Declare.
12693         (message-send-news): Require gnus-msg.
12694         (message-make-references, message-make-in-reply-to): Use mail-header-id
12695         rather than the alias mail-header-message-id.
12696         (ecomplete-add-item, ecomplete-save): Declare.
12697         (message-put-addresses-in-ecomplete): Require ecomplete.
12698         (ecomplete-display-matches): Autoload.
12699
12700         * mm-decode.el: Don't require mailcap, gnus-util.
12701         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12702         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12703         Autoload.
12704         (mailcap-mime-extensions): Declare.
12705
12706         * mm-encode.el: Don't require mailcap.
12707         (mailcap-extension-to-mime): Autoload.
12708
12709         * mml-sec.el: Don't require password-cache.
12710
12711         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12712         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12713         (mml-minibuffer-read-type): Require mailcap.
12714         (mml-preview): Require gnus-msg.
12715
12716         * mml1991.el: Require password-cache.
12717         (password-cache-expiry): Remove declaration.
12718
12719         * mml2015.el: Require password-cache.
12720         (password-cache-expiry): Remove declaration.
12721
12722         * nneething.el (mailcap): Require mailcap.
12723
12724         * nnheader.el (declare-function): Add compatibility stub.
12725         (message-remove-header): Declare rather than autoload.
12726         (nnheader-replace-header): Require message.
12727
12728         * nnimap.el (declare-function): Add compatibility stub.
12729         (netrc-parse, netrc-machine-user-or-password): Declare.
12730         (nnimap-open-connection): Require netrc.
12731
12732         * nntp.el (declare-function): Add compatibility stub.
12733         (netrc-parse, netrc-machine, netrc-get): Declare.
12734         (nntp-send-authinfo): Require netrc.
12735
12736         * rfc2047.el: Don't require qp.
12737         (quoted-printable-encode-region, quoted-printable-decode-string):
12738         Autoload.
12739
12740         * sieve-mode.el: Don't require easymenu.
12741         (easy-menu-add-item): Autoload it.
12742
12743         * spam-stat.el (time-to-number-of-days): Autoload it.
12744
12745 2010-03-19  Glenn Morris  <rgm@gnu.org>
12746
12747         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12748
12749 2010-03-18  Glenn Morris  <rgm@gnu.org>
12750
12751         * hashcash.el (declare-function): Remove duplicate definition.
12752
12753 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12754
12755         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12756         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12757         value if any backslash escapes).
12758
12759 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12762         if it is available.  (bug#5647)
12763
12764         * lpath.el: Suppress compiler warning for coding-system-from-name for
12765         Emacs 21 and XEmacs.
12766
12767 2010-03-14  Juri Linkov  <juri@jurta.org>
12768
12769         * hmac-def.el:
12770         * hmac-md5.el:
12771         * netrc.el: Fix keywords.
12772
12773 2010-02-26  Glenn Morris  <rgm@gnu.org>
12774
12775         * message.el (message-send-mail-function): Change the default, so that
12776         it inherits from a customized send-mail-function.  (Bug#5643)
12777
12778 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12779
12780         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12781         shell-command-to-string signals an error (bug#5299).
12782
12783 2010-02-24  Glenn Morris  <rgm@gnu.org>
12784
12785         * message.el (message-smtpmail-send-it)
12786         (message-send-mail-with-mailclient): Doc fixes.
12787
12788 2010-02-16  Glenn Morris  <rgm@gnu.org>
12789
12790         * message.el (message-default-mail-headers): Change the default value
12791         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12792
12793 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12796         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12797
12798 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12799
12800         * time-date.el (date-to-time): Doc fix (Bug#5408).
12801
12802 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12803
12804         * message.el (message-mail): Just pass yank-action on to message-setup.
12805         (message-setup): Handle (FUN . ARGS) form of yank-action.
12806         (message-with-reply-buffer, message-widen-reply)
12807         (message-yank-original): Handle non-buffer values of
12808         message-reply-buffer (Bug#4080).
12809         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12810
12811 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12812
12813         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12814         Fix typo in docstring.
12815
12816 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12817
12818         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12819         response.
12820
12821 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12824
12825         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12826
12827         * message.el (message-check-news-header-syntax): Protect against a
12828         string that `rfc822-addresses' returns when parsing fails.
12829
12830 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12833         (gnus-previous-char-property-change): New functions.
12834
12835         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12836
12837 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12838
12839         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12840         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12841
12842 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12843
12844         * message.el (message-exchange-point-and-mark): Rework last change to
12845         avoid using optional arg of exchange-point-and-mark, for backward
12846         compatibility.
12847
12848 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12849
12850         * message.el (message-exchange-point-and-mark):
12851         Call exchange-point-and-mark with an argument rather than setting
12852         mark-active by hand (Bug#5175).
12853
12854 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * nntp.el (nntp-service-to-port): Work for service expressed with
12857         numeric string; replace [:digit:] with [0-9] for XEmacs.
12858
12859 2009-12-17  Glenn Morris  <rgm@gnu.org>
12860
12861         * gnus-group.el (gnus-bug-group-download-format-alist):
12862         Change emacs entry to debbugs.gnu.org.  Bump :version.
12863
12864 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12867
12868 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * message.el (message-info): Explain why we use `Info-goto-node'.
12871
12872 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12875
12876 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12877
12878         * message.el (message-completion-in-region): New compatibility function.
12879         (message-expand-group): Use it.
12880
12881 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12884         with no unread article should be listed if the 2nd arg `predicate' is
12885         given.
12886
12887 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12890
12891 2009-11-29  Juri Linkov  <juri@jurta.org>
12892
12893         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12894         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12895         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12896
12897 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12898
12899         * sha1.el (sha1-string-external): default-directory "/" in case
12900         otherwise non-existent.  process-connection-type pipe for touch of
12901         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12902
12903 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12904
12905         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12906         it's comms related and sgml-mode.el has "comm" on that basis too.
12907
12908 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12911         containing tspecial characters if they have been already quoted.
12912
12913 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12914
12915         * dns-mode.el (auto-mode-alist): Purecopy string.
12916
12917 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12918
12919         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12920
12921 2009-10-24  Glenn Morris  <rgm@gnu.org>
12922
12923         * gnus-art.el (help-xref-stack-item): Define for compiler.
12924
12925 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12926
12927         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12928
12929 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12932
12933 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12936         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12937
12938 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12941         (gnus-overlays-in): New alias to overlays-in.
12942
12943         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12944         gnus-overlay-get, and gnus-delete-overlay.
12945         (gnus-summary-show-thread): Make it work as well for systems in which
12946         next-single-char-property-change is not available.
12947         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12948
12949         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12950         (gnus-overlay-get): New alias to extent-property.
12951         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12952
12953         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12954         SXEmacs.
12955
12956         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12957         SXEmacs.
12958
12959 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12962
12963 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12964
12965         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12966         and XEmacs that don't have `remove-overlays'.
12967
12968 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12969
12970         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12971         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12972         selective display.  Use overlays instead.
12973
12974 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12975
12976         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12977
12978 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12979
12980         * spam-stat.el (spam-stat-load): Fix typo in message.
12981
12982 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12983
12984         * dig.el (dig-invoke): Fix typo in docstring.
12985         (query-dig): Reflow docstring.
12986
12987 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12988
12989         * gnus-art.el (gnus-article-encrypt-body):
12990         * message.el (message-check-recipients):
12991         * mm-util.el (mm-codepage-setup):
12992         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12993         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12994
12995 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12996
12997         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12998         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12999         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13000         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13001         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13002
13003 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13004
13005         * dig.el: Add "Keywords: comm", as per net-utils.el.
13006
13007 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13008
13009         * dig.el (dig-mode): Use define-derived-mode.
13010
13011 2009-09-19  Glenn Morris  <rgm@gnu.org>
13012
13013         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13014
13015 2009-09-18  Glenn Morris  <rgm@gnu.org>
13016
13017         * gnus-diary.el (gnus-diary-check-message):
13018         * message.el (message-insert-formatted-citation-line):
13019         * nnbabyl.el (top-level):
13020         * nndiary.el (nndiary-schedule):
13021         Fix typos in condition-case handlers.
13022
13023 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13026         configuration that provides the sole article window in a frame;
13027         position point correctly after deleting a part.
13028
13029 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13030
13031         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13032         (spam-resolve-registrations-routine): Use it to unregister articles
13033         that change status.
13034
13035 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13038         with XEmacs.
13039         (parse-time-string-chars): Use it.
13040
13041 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13042
13043         * imap.el (imap-interactive-login): Better messages.
13044         (imap-open): Fix bug with renamed buffer on reconnect.
13045         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13046         for easier debugging and cleaner code.  On successful (guessed based on
13047         server capabilities) secondary authentication, set imap-state
13048         correctly.
13049         (imap-last-authenticator): Define imap-last-authenticator as a variable
13050         to avoid warnings.
13051
13052 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * nnrss.el (nnrss-request-article): Remove binding of
13055         default-enable-multibyte-characters that has gotten needless by
13056         the 2007-07-13 change in rfc2047-encode-message-header.
13057
13058         * mml.el (mml-insert-multipart): Error on the message header.
13059         (mml-insert-part): Error on the message header; position point at
13060         the end of a MIME tag.
13061
13062 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * time-date.el (autoload): Expand define-obsolete-function-alias into
13065         defalias and make-obsolete for old Emacsen that Gnus supports.
13066         (with-no-warnings): Define it for old Emacsen.
13067         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13068         is available.
13069         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13070         float-time is available; suppress compile warning for time-to-seconds.
13071
13072         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13073         (gnus-float-time): Alias to float-time if it exists.
13074
13075         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13076         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13077         float-time is available; suppress compile warning for time-to-seconds.
13078
13079         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13080         XEmacs.
13081
13082 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * imap.el (imap-message-map): Docstring fix.
13085
13086 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13089         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13090         Add the optional argument `encoding' that overrides the default.
13091
13092         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13093         mm-encode-buffer.
13094
13095 2009-09-04  Glenn Morris  <rgm@gnu.org>
13096
13097         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13098         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13099         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13100         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13101         * mm-util.el (mm-with-unibyte-current-buffer)
13102         (mm-find-buffer-file-coding-system):
13103         * yenc.el (yenc-decode-region): Use default-value rather than
13104         default-enable-multibyte-characters.
13105
13106 2009-09-03  Glenn Morris  <rgm@gnu.org>
13107
13108         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13109         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13110         than default-enable-multibyte-characters.
13111
13112 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13113
13114         * gnus-art.el (gnus-article-read-summary-keys):
13115         Fix gnus-buffer-configuration's value temporarily used.
13116
13117 2009-09-02  Glenn Morris  <rgm@gnu.org>
13118
13119         * gnus-util.el (gnus-float-time): New function.
13120         * gnus-delay.el (gnus-delay-article):
13121         * gnus-sum.el (gnus-thread-latest-date):
13122         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13123         * nnspool.el (nnspool-request-newgroups):
13124         Use gnus-float-time rather than time-to-seconds.
13125         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13126
13127         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13128         (gnus-header-subject-face, gnus-header-newsgroups-face)
13129         (gnus-header-name-face, gnus-header-content-face):
13130         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13131         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13132         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13133         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13134         (gnus-cite-face-11):
13135         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13136         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13137         (gnus-server-closed-face, gnus-server-denied-face)
13138         (gnus-server-offline-face):
13139         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13140         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13141         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13142         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13143         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13144         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13145         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13146         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13147         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13148         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13149         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13150         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13151         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13152         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13153         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13154         (gnus-summary-high-undownloaded-face)
13155         (gnus-summary-low-undownloaded-face)
13156         (gnus-summary-normal-undownloaded-face)
13157         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13158         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13159         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13160         (gnus-splash-face):
13161         * message.el (message-header-to-face, message-header-cc-face)
13162         (message-header-subject-face, message-header-newsgroups-face)
13163         (message-header-other-face, message-header-name-face)
13164         (message-header-xheader-face, message-separator-face)
13165         (message-cited-text-face, message-mml-face):
13166         * sieve-mode.el (sieve-control-commands-face)
13167         (sieve-action-commands-face, sieve-test-commands-face)
13168         (sieve-tagged-arguments-face):
13169         * spam.el (spam-face):
13170         Mark face aliases with "-face" in the name as obsolete.
13171
13172 2009-09-01  Glenn Morris  <rgm@gnu.org>
13173
13174         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13175         than goto-line.
13176
13177 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13180         Don't move point if the command is invoked inside the message header.
13181
13182 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13183
13184         * imap.el (imap-send-command): Simplify.
13185         (imap-wait-for-tag): point-max -> buffer-size.
13186
13187 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13188
13189         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13190         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13191         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13192         * nnir.el (nnir-swish-e-index-file):
13193         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13194         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13195         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13196         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13197         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13198         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13199
13200 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13203         Don't save excursion.
13204
13205 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13206
13207         * nnheader.el (nnheader-find-file-noselect):
13208         * mm-util.el (mm-insert-file-contents):
13209         Use (default-value 'major-mode) instead of default-major-mode.
13210
13211 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13212
13213         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13214
13215 2009-08-26  Glenn Morris  <rgm@gnu.org>
13216
13217         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13218         than placing in files.el.
13219
13220 2009-08-25  Glenn Morris  <rgm@gnu.org>
13221
13222         * nnir.el (top-level): Don't require cl at run-time.
13223         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13224         Replace cl-function substitute with gnus-replace-in-string.
13225         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13226         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13227         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13228         simplified expansions.
13229
13230 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13231
13232         * dig.el (dig): Add autoload cookie.
13233
13234 2009-08-22  Glenn Morris  <rgm@gnu.org>
13235
13236         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13237         goto-line.
13238
13239 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13240
13241         * parse-time.el (parse-time-string-chars): Save match data.
13242
13243 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13244
13245         * parse-time.el (parse-time-string-chars): Compute using character
13246         classes, to handle non-ascii characters (Bug#3190).
13247
13248 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13251
13252         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13253         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13254         (gnus-mm-display-part, gnus-mime-display-single)
13255         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13256         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13257
13258         * gnus-sum.el
13259         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13260         (gnus-summary-move-article): Add expirable mark to articles copied or
13261         moved to group that has auto-expire turned on if the option is non-nil.
13262
13263 2009-07-24  Glenn Morris  <rgm@gnu.org>
13264
13265         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13266         Fix typo.  (Bug#3903)
13267
13268 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13271         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13272         that should not be used for draft articles.
13273         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13274         that has no concern in minor mode keys.
13275         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13276         Abolish.
13277
13278 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13281         article without making inquiry to a user for unknown encoding.
13282
13283         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13284         (nnmaildir--scan): Assume i-node and device number that file-attributes
13285         returns might be cons-cell.
13286
13287         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13288
13289         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13290
13291 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13292
13293         * auth-source.el: Remove docs now in auth.texi.  Don't use
13294         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13295         `auth-source-hide-passwords' and use them.
13296
13297 2009-07-15  Glenn Morris  <rgm@gnu.org>
13298
13299         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13300
13301 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13304         excessive whitespace from the default values of title and description.
13305
13306 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13309         mail-fetch-field to fetch Content-Description header in order to
13310         exclude newlines.
13311
13312 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13313
13314         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13315         format used by GnuPG 2.0.11.
13316
13317 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13320         to deleted part.
13321
13322 2009-05-30  David Engster  <dengste@eml.cc>
13323
13324         * nnmairix.el: Remove old documentation in the commentary block.
13325         (nnmairix-request-group): Do not update active file for nnml back ends.
13326         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13327         end so that overview files are ignored.
13328         (nnmairix-update-groups): Make updating the groups more robust by using
13329         marks.
13330         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13331         with dollar characters in message-id.
13332
13333 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13336         2008-12-25 in dns.el.
13337
13338 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13339
13340         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13341         could happen if the text is only composed of spaces and/or tabs.
13342
13343 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13344
13345         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13346         when sending a queued message to avoid extra mml tags.
13347
13348 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13351
13352 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13355         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13356         rmail-toggle-header for XEmacs;
13357         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13358
13359 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-dired.el: Remove autoload for gnus-setup-message.
13362         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13363         displaying Gnus logo; always use compose-mail.
13364
13365 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13368
13369 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13372         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13373         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13374         available.
13375         (gnus-nocem-epg-verify): New function.
13376
13377 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13378
13379         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13380
13381 2009-02-15  Glenn Morris  <rgm@gnu.org>
13382
13383         * gnus-util.el (rmail-insert-rmail-file-header)
13384         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13385         autoloads.
13386         (rmail-default-rmail-file): Remove unnecessary declaration.
13387         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13388
13389 2009-02-14  Glenn Morris  <rgm@gnu.org>
13390
13391         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13392         variable (only used in gnus-util, which declares it anyway).
13393         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13394         which was only needed by gnus-art (changed to not use it any more).
13395         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13396         only used in gnus-util, which autoloads it itself.
13397         (rmail-update-summary): Fix autoload.
13398
13399         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13400         rather than rmail-output-to-rmail-file.
13401
13402 2009-02-07  Glenn Morris  <rgm@gnu.org>
13403
13404         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13405         autoload of function that no longer exists.
13406         (rmail-toggle-header): Declare.
13407         (message-forward-rmail-make-body): Handle mbox Rmail.
13408
13409 2009-01-31  Glenn Morris  <rgm@gnu.org>
13410
13411         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13412         2009-01-09 change.
13413
13414 2009-01-31  Dave Love  <fx@gnu.org>
13415
13416         * imap.el (imap-fetch-safe): Bind debug-on-error.
13417         (imap-debug): Add imap-fetch-safe.
13418
13419 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13420
13421         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13422         (auth-source-forget-all-cached): New convenience function.
13423         (auth-source-user-or-password): Accept list of modes or a single mode.
13424
13425         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13426         auth-source modes.
13427
13428         * netrc.el (netrc-machine-user-or-password): Use list of
13429         auth-source modes.
13430
13431         * nnimap.el (nnimap-open-connection): Use list of
13432         auth-source modes.
13433
13434         * nntp.el (nntp-send-authinfo): Use list of
13435         auth-source modes.
13436
13437 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13438
13439         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13440         now.
13441
13442 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13445         coding system in XEmacs; add a workaround for XEmacs.
13446
13447         * lpath.el: Fbind coding-system-aliasee.
13448
13449 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13452         of current-language-environment.
13453
13454 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13457         available at runtime.
13458
13459 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13462
13463 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13464
13465         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13466         the greatest positive fixnum value doesn't work under an XEmacs with
13467         bignum support; use the most-positive-fixnum constant instead,
13468         available since Emacs 21.1 with cl and XEmacs 21.1.
13469
13470 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13473         XEmacs gets not to work.
13474
13475 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * mm-util.el (mm-coding-system-priorities): Allow the value like
13478         "Japanese (UTF-8)" of current-language-environment.
13479
13480 2009-01-09  Glenn Morris  <rgm@gnu.org>
13481
13482         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13483         with last-command-event.
13484
13485 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13488         in the doc string.
13489
13490         * message.el (message-fix-before-sending): Amend comment.
13491
13492 2009-01-08  Dave Love  <fx@gnu.org>
13493
13494         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13495
13496 2009-01-07  David Engster  <dengste@eml.cc>
13497
13498         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13499         simplified server definitions by converting it via
13500         gnus-server-to-method.
13501
13502 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13505         parameter's operands.
13506
13507 2009-01-06  David Engster  <dengste@eml.cc>
13508
13509         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13510         primary select method (for gnus-group-mark-article-as-read).
13511
13512 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13513
13514         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13515         `(gnus)Face', not `(gnus)X-Face'.
13516
13517 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * mm-util.el (mm-ucs-to-char): New function.
13520
13521         * mm-url.el (mm-url-decode-entities): Use it.
13522
13523         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13524         unicode-to-char.
13525
13526 2009-01-05  Dave Love  <fx@gnu.org>
13527
13528         * time-date.el: Require cl for `declare'.
13529
13530 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13533         Dave Love.
13534
13535 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * message.el (message-fix-before-sending): Add `eight-bit' to
13538         illegible-text check.
13539
13540 2009-01-03  Michael Olson  <mwolson@gnu.org>
13541
13542         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13543         `headers' is nil.  This can occur if the IMAP server does not have
13544         permissions to read messages from a folder, but can write new messages
13545         to the folder.
13546         (nnimap-request-article-part): Do not insert `data' if it is nil.
13547
13548         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13549         characters which will confuse `read', so skip past them.
13550
13551 2009-01-01  Dave Love  <fx@gnu.org>
13552
13553         * imap.el (imap-string-to-integer): Fix typo.
13554         (imap-fetch-safe): New function.
13555         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13556
13557         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13558
13559         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13560         (imap-parse-greeting): Fix doc strings.
13561         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13562         (imap-parse-flag-list): Make messages unique.
13563         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13564
13565         * nnimap.el: Fix author email.
13566         (nnimap-split-rule): Add FIXME comment.
13567         (nnimap-debug): Fix doc string.
13568
13569 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13572
13573 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13576         nslookup if resolv.conf isn't available.
13577         (dns-query): Rename from query-dns.
13578         (dns-query-cached): Rename from query-dns-cached.
13579
13580 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13583         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13584         to check if those variables exist (first appeared in Emacs 18.50).
13585
13586 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * mm-util.el (mm-line-number-at-pos): New function.
13589
13590         * spam-report.el (spam-report-process-queue): Use it.
13591
13592 2008-12-24  David Engster  <dengste@eml.cc>
13593
13594         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13595         parameters that haven't existed as variables as buffer-local variables.
13596
13597 2008-12-23  Dave Love  <fx@gnu.org>
13598
13599         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13600         cadar.
13601
13602         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13603         imap-starttls-p.
13604         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13605
13606 2008-12-22  Dave Love  <fx@gnu.org>
13607
13608         * imap.el: Fix author email.  Doc fixes.
13609         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13610         reply.
13611
13612 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * spam-report.el (spam-report-gmane-max-requests): New constant.
13615         (spam-report-gmane-wait): New variable.
13616         (spam-report-gmane-ham, spam-report-gmane-spam)
13617         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13618         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13619         the server.
13620
13621         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13622         Add explanations.
13623
13624         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13625         nnheader-accept-process-output and nnheader-read-timeout if available.
13626         (pop3-movemail): Use it.
13627
13628         * message.el (message-check-news-body-syntax): Fix signature check if
13629         there's an attachment.
13630
13631 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * mm-util.el: Add comments to the mm- emulating functions.
13634
13635 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13638         Reported by Stephen Berman <stephen.berman@gmx.net>.
13639
13640 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * mm-util.el (mm-substring-no-properties): New function.
13643         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13644         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13645         (mm-string-to-multibyte): Doc fix.
13646
13647         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13648
13649 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * mml.el (mml-attach-file): Strip text properties from file name.
13652         (Bug#1574)
13653
13654 2008-12-16  Glenn Morris  <rgm@gnu.org>
13655
13656         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13657
13658 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13661         knows since the charset specified might be a bogus alias that
13662         mm-charset-synonym-alist provides.
13663
13664 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13665
13666         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13667         "ISO_8859-1".
13668
13669         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13670
13671 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * mm-util.el (mm-charset-eval-alist):
13674         Define it before mm-charset-to-coding-system.
13675         (mm-charset-to-coding-system): Add optional argument `silent';
13676         define it before mm-charset-override-alist.
13677         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13678         default value if it can be used in Emacs currently running;
13679         silence mm-charset-to-coding-system.
13680
13681 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13684         `allow-override' which says whether to use `mm-charset-override-alist'.
13685         (rfc2047-decode-encoded-words): Use it.
13686
13687         * mm-util.el (mm-charset-override-alist): Fix custom type;
13688         add `(gb2312 . gbk)' to choices.
13689
13690 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13693         fast.
13694
13695         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13696
13697         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13698
13699 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13700
13701         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13702         on links.
13703
13704         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13705
13706 2008-12-03  Lute Kamstra  <lute@gnu.org>
13707
13708         * sha1.el: Remove leading * from docstrings of defcustoms,
13709         deffaces, defconsts and defuns.
13710
13711 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13714         users' addresses that don't have domain parts.
13715         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13716         rather than message-narrow-to-head since there will be the message
13717         header separator.
13718
13719 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13720
13721         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13722         since the result is inserted in a unibyte buffer anyway.
13723         (nnimap-demule-use-string-to-multibyte): Remove.
13724         (nnimap-demule): Alias it to mm-string-to-multibyte.
13725
13726 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13729         variable for debugging bug#464 and bug#1174.
13730         (nnimap-demule): Use it.
13731
13732 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13735         score calculation correctly.
13736
13737 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13738
13739         * message.el (message-send-mail): Just set the buffer to unibyte
13740         rather than use mm-with-unibyte-current-buffer which does a lot more.
13741         (message-send-mail-partially): Don't bother with
13742         mm-with-unibyte-current-buffer since it's already been made unibyte by
13743         message-send-mail.
13744
13745 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13748
13749 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13750
13751         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13752
13753 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13756         require itself and to remove `with-no-warnings'.
13757
13758 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13759
13760         * starttls.el (starttls-any-program-available): Get the name of the
13761         available TLS layer program.
13762         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13763         well as the host name in the "opening" message.
13764
13765         * auth-source.el (auth-source-cache, auth-source-do-cache)
13766         (auth-source-user-or-password): Cache passwords and logins by default,
13767         allow override with `auth-source-do-cache'.
13768         (auth-source-forget-user-or-password): Allow users to remove cache
13769         entries if needed.
13770
13771 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13772
13773         * md4.el (md4-buffer): Fix typo in docstring.
13774         (md4, md4-64): Doc fixes.
13775         (md4-pack-int32): Reflow docstring.
13776
13777 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13778
13779         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13780         condition-case to only the forward-sexp call.
13781
13782 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13783
13784         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13785         quotes contained.  Make it more robust regardless by an extra
13786         condition-case wrapper.
13787
13788 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13791
13792 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * nnml.el (nnml-request-expire-articles): Check if the function set to
13795         `nnmail-expiry-target' returns the symbol `delete'.
13796
13797         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13798
13799         * nnmail.el (nnmail-expiry-target): Fix custom type.
13800
13801 2008-10-02  Glenn Morris  <rgm@gnu.org>
13802
13803         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13804         Silence compiler warning.
13805
13806 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13807
13808         * tls.el (open-tls-stream): Show the actual command being
13809         executed, instead of the format string.
13810
13811 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * lpath.el: Fbind codepage-setup for Emacs 23.
13814
13815 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13816
13817         * mml.el (mml-menu): Don't assume mml2015 is bound.
13818
13819 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13822         exists.
13823
13824 2008-09-27  Glenn Morris  <rgm@gnu.org>
13825
13826         * gnus-util.el (mail-header-remove-comments): Autoload it.
13827
13828 2008-09-27  Andreas Schwab  <schwab@suse.de>
13829
13830         * gnus-util.el (gnus-split-references): Strip comments.
13831         (gnus-parent-id): Likewise.
13832
13833 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * message.el (message-confirm-send): Fix version.
13836
13837 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * message.el (message-idna-to-ascii-rhs-1): Use
13840         mail-extract-address-components rather than mail-header-parse-addresses
13841         that is an alias by default to ietf-drums-parse-addresses that does not
13842         support non-ASCII names in headers' contents.
13843
13844 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13845
13846         * message.el (message-confirm-send): Fix variable documentation to
13847         avoid the "y/n" wording.
13848
13849 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13850
13851         * message.el (message-set-auto-save-file-name): Save to a different
13852         filename so multiple messages (especially drafts) can be recovered.
13853
13854 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * message.el (message-confirm-send): Add appropriate version.
13857
13858 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13859
13860         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13861         defvar.
13862
13863 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13864
13865         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13866         (mm-pkcs7-enveloped-magic): Ditto.
13867
13868 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13869
13870         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13871         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13872
13873 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13874
13875         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13876         default, it's better.
13877
13878 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13881         summary line gnus-number property and ignore them (with a warning
13882         message).
13883
13884 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13887         macro caddr in the interactive form since it won't be expanded.
13888
13889 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13892         `charset'; fix name of function called recursively.
13893         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13894
13895 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13898         (gnus-mime-set-charset-parameters): New function.
13899         (gnus-mime-view-part-as-charset): Use it to correctly display part
13900         specifying wrong charset.
13901
13902 2008-09-08  David Engster  <dengste@eml.cc>
13903
13904         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13905         in completing-read for back end server.
13906
13907 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13908
13909         * message.el (message-confirm-send): New variable to confirm sending a
13910         message.
13911         (message-send): Use it.
13912
13913 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13914
13915         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13916
13917 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13920
13921 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13922
13923         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13924         prevent tracking too many groups.
13925         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13926         Use it.
13927
13928 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13929
13930         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13931         moving point to the bottom of the window in order to avoid recentering.
13932
13933 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13936
13937         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13938         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13939         (gnus-article-beginning-of-window): Fix calculation.
13940
13941 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * gnus-msg.el (gnus-summary-supersede-article)
13944         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13945         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13946         message header.
13947
13948 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13949
13950         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13951         pending output coming after the status change.
13952
13953 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13954
13955         * message.el:
13956         * gnus-start.el:
13957         * gnus-registry.el: Remove VMS support.
13958
13959 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13962         macro.
13963         (rfc2104-hash): Use it.
13964
13965 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13966
13967         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13968         (gnus-summary-sort-by-most-recent-date): New commands.
13969         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13970         and menu entries.
13971
13972 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13975         don't redisplay article for raw contents; remove plural articles stuff.
13976
13977         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13978         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13979         on gnus-summary-save-article; display results properly.
13980
13981 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * lpath.el: No need to fbind ns-focus-frame.
13984
13985 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13988
13989 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * gnus-art.el (gnus-summary-save-in-pipe):
13992         Consider gnus-save-all-headers.
13993
13994 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13995
13996         * gnus-util.el (ns-focus-frame): Remove declaration.
13997         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13998         like x.
13999
14000 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14001
14002         * rfc2104.el (rfc2104-zero): Delete defconst.
14003         (rfc2104-hex-alist): Likewise.
14004         (rfc2104-hex-to-int): Delete func.
14005         (rfc2104-hexstring-to-bitstring): Likewise.
14006         (rfc2104-nybbles): New defconst.
14007         (rfc2104-hash): Rewrite for speed.
14008
14009 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * tls.el (open-tls-stream): Make it work with the 2nd argument
14012         BUFFER that is a string but does not exist as a buffer object, as
14013         mentioned in the doc-string.
14014
14015 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14018         SXEmacs.
14019
14020 2008-07-16  Glenn Morris  <rgm@gnu.org>
14021
14022         * gnus-util.el (ns-focus-frame): Declare for compiler.
14023
14024 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14027         set as a group parameter.
14028         (gnus-summary-save-in-pipe): Work when it is called independently.
14029         (gnus-summary-pipe-to-muttprint): Don't modify
14030         gnus-summary-pipe-output-default-command.
14031
14032 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14033
14034         * message.el (message-send-mail-with-sendmail):
14035         Display the error message.
14036
14037 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-art.el (gnus-default-article-saver):
14040         Add gnus-summary-save-in-pipe to choices.
14041         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14042         gnus-summary-pipe-output-default-command as the default command.
14043         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14044         instead of gnus-last-shell-command.
14045
14046         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14047         New user option.
14048         (gnus-summary-muttprint-program): Mention the value will be changed.
14049         (gnus-summary-save-article): Force showing of all headers.
14050         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14051
14052 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14053
14054         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14055
14056 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14057
14058         * nnimap.el (nnimap-id):
14059         * sieve-manage.el (sieve-manage-open): Doc fixes.
14060
14061 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14062
14063         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14064         if available.
14065
14066 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14067
14068         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14069
14070         * nnkiboze.el (nnkiboze-generate-group):
14071         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14072
14073         * nnmairix.el: Require CL.
14074
14075 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * dgnushack.el: Autoload get-display-table and put-display-table for
14078         XEmacs 21.5.
14079
14080         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14081         21.4 and SXEmacs.
14082
14083 2008-06-15  David Engster  <dengste@eml.cc>
14084
14085         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14086
14087 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14088
14089         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14090         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14091         runtime choice under XEmacs.
14092
14093         * gnus-sum.el (gnus-summary-set-display-table):
14094         Use `gnus-put-display-table', `gnus-get-display-table',
14095         `gnus-set-display-table' for the display table, instead of `aset'.
14096
14097         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14098         Use `gnus-put-display-table', `gnus-get-display-table',
14099         `gnus-set-display-table' for the display table.
14100
14101 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * nnmairix.el: Add autoloads.
14104
14105 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * nnmairix.el (nnmairix-delete-recreate-group)
14108         (nnmairix-update-and-clear-marks): Fix error messages.
14109
14110 2008-06-14  David Engster  <dengste@eml.cc>
14111
14112         * nnmairix.el: Upgrade to version 0.6.
14113         (nnmairix-group-toggle-propmarks-this-group)
14114         (nnmairix-group-toggle-readmarks-this-group)
14115         (nnmairix-group-delete-recreate-this-group)
14116         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14117         (nnmairix-remove-tick-mark-original-article): New commands.
14118         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14119         (nnmairix-propagate-marks-to-nnmairix-groups)
14120         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14121         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14122         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14123         functions needed for marks propagation and manipulation of read marks.
14124         (nnmairix-update-groups): New function.
14125         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14126         (nnmairix-determine-original-group-from-registry)
14127         (nnmairix-determine-original-group-from-path)
14128         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14129         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14130         New helper functions.
14131         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14132         keystrokes for new commands.
14133         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14134         (nnmairix-request-group): Check allow-fast group parameter.
14135         (nnmairix-request-create-group): Set allow-fast group parameter if
14136         nnmairix-allowfast-default is set.
14137         (nnmairix-close-group): Propagate marks upon closing if needed.
14138         (nnmairix-group-toggle-threads-this-group): Use new.
14139         nnmairix-group-toggle-parameter helper function.
14140         (nnmairix-search): Better check for empty search result.
14141         (nnmairix-goto-original-article): Use new helper functions for
14142         determining original article.
14143         (nnmairix-show-original-article): Make sure message-id is in brackets.
14144         (nnmairix-call-mairix-binary): Change variable name.
14145         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14146         helper function.
14147         (nnmairix-widget-toggle-activate): Fix doc string.
14148
14149 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * nnir.el: Require edmacro when compiling with XEmacs.
14152         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14153         available in Emacs 21.
14154
14155 2008-06-11  Glenn Morris  <rgm@gnu.org>
14156
14157         * gnus-util.el (x-focus-frame):
14158         * gnus.el (image-size):
14159         * mm-decode.el (image-size): Declare.
14160
14161         * gnus-picon.el (declare-function): Add compat definition.
14162         (image-size): Declare.
14163
14164         * gnus-group.el (tool-bar-map):
14165         * gnus-sum.el (tool-bar-map): Define for compiler.
14166
14167         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14168
14169         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14170
14171         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14172         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14173         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14174         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14175         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14176         * sieve-manage.el, spam-report.el, spam.el:
14177         Remove unnecessary eval-and-compile of autoloads.
14178
14179 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14180
14181         * auth-source.el: Precise Tramp doc.
14182
14183 2008-06-07  Glenn Morris  <rgm@gnu.org>
14184
14185         * nnmairix.el: Remove unnecessary eval-when-compile.
14186
14187 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * lpath.el: Fbind propertize for XEmacs 21.4.
14190
14191 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * nnir.el: Move here from ../contrib.
14194
14195 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14196
14197         * gnus-util.el (gnus-read-shell-command): New function.
14198         * mm-decode.el (mm-pipe-part):
14199         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14200
14201 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14204
14205 2008-06-03  Glenn Morris  <rgm@gnu.org>
14206
14207         * pop3.el (nnheader-accept-process-output): Autoload it.
14208
14209 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14212         are not 2-digit hexadecimal characters that follow `%'s.
14213
14214 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * message.el (message-bogus-recipient-p): Fix type in doc string.
14217         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14218         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14219         Improve custom options.
14220         (message-bogus-recipient-p): Adjust accordingly.
14221
14222 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14223
14224         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14225         long-form month and day names.
14226
14227 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * dgnushack.el: Autoload debug, eudc-expand-inline and
14230         pgg-snarf-keys-region for XEmacs.
14231
14232         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14233
14234         * nnmairix.el: Require edmacro when compiling with XEmacs.
14235
14236 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14239         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14240
14241 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14242
14243         * auth-source.el: Add more docs.
14244
14245         * netrc.el (netrc-machine): Always match if the port is not given.
14246
14247 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14248
14249         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14250         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14251         retrieval faster in some cases, but might make CPU usage larger.
14252         If this has any bad side effects, we might revert this change.
14253
14254         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14255         seems to make mail retrieval much, much faster.
14256         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14257         unconditionally.
14258
14259         * gnus-draft.el (gnus-group-send-queue):
14260         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14261
14262 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14265
14266         * message.el (message-bogus-address-regexp): Fix and improve custom
14267         type.
14268         (message-setup-hook): Add message-check-recipients as custom option.
14269
14270 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * message.el (message-cite-function): Remove bogus autoload which crept
14273         in during merge from v5-10.
14274
14275 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14276
14277         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14278
14279         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14280
14281         * auth-source.el: Preliminary Tramp docs.
14282         (auth-sources): Change the default auth-sources to use
14283         EPA .gpg files.
14284
14285 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14286
14287         * nntp.el: Autoload `auth-source-user-or-password'.
14288         (nntp-send-authinfo): Use it.
14289
14290         * nnimap.el: Autoload `auth-source-user-or-password'.
14291         (nnimap-open-connection): Use it.
14292
14293         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14294         for the gnus-message function.
14295         (auth-source-user-or-password): Use it.
14296
14297 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14298
14299         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14300         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14301         (rfc2104-hash): Use it.
14302
14303 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14304
14305         * gnus-art.el (gnus-article-toggle-truncate-lines):
14306         Don't use `iff' in docstring.
14307
14308 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14309
14310         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14311
14312         * gnus-util.el (gnus-extract-address-component-name)
14313         (gnus-extract-address-component-email): Convenience functions around
14314         `gnus-extract-address-components'.
14315
14316         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14317         Use `gnus-extract-address-component-email' to fix bug of comparing full
14318         sender name to `user-mail-address'.
14319
14320 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14323         catch/throw to optimize.
14324         (gnus-registry-find-keywords): Just use member to find a keyword.
14325
14326 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14327
14328         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14329         is current before calling gnus-server-prepare.
14330         (gnus-server-setup-buffer, gnus-server-update-server)
14331         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14332
14333 2008-05-04  Juri Linkov  <juri@jurta.org>
14334
14335         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14336         (mailcap-file-default-commands): Use mailcap-replace-in-string
14337         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14338         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14339
14340 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14341
14342         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14343
14344 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14345
14346         * gnus.el: Bump version to 0.11.
14347
14348 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14349
14350         * gnus.el: No Gnus v0.10 is released.
14351
14352 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14353
14354         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14355         hooks.
14356         (gnus-update-read-articles): Speed up non-marks-using users.
14357         (gnus-use-marks): Define gnus-use-marks.
14358         (gnus-propagate-marks): Rename variable to something more sensible.
14359
14360 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14361
14362         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14363         (gmm-image-load-path-for-library): Fix typos in docstrings.
14364         (gmm-message): Reflow docstring.
14365
14366 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14367
14368         * mail-source.el (mail-source-set-1, mail-source-bind):
14369         Move auth-source code out of the macro to clean it up and fix bugs.
14370
14371 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14374         by sender if it's equal to user-mail-address, it's likely to be
14375         useless.
14376
14377         * mail-source.el (mail-source-bind): Don't use user or password if they
14378         are not bound.  Unintern them if they are nil.  Don't use server unless
14379         it's bound, and default it to empty string otherwise.
14380
14381 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14382
14383         * mail-source.el: Load auth-source.el.
14384         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14385         get user name or password, if auth-sources is set up.
14386
14387         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14388         strategy of splitting with parent.
14389         (gnus-registry-split-fancy-with-parent)
14390         (gnus-registry-post-process-groups): Use it and fix prior
14391         bug (returning a list as the split result).
14392
14393         * auth-source.el (auth-sources): Remove server parameter.
14394         (auth-source-pick, auth-source-user-or-password)
14395         (auth-source-user-or-password-imap)
14396         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14397         (auth-source-user-or-password-sftp)
14398         (auth-source-user-or-password-smtp): Remove server parameter.
14399
14400 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14401
14402         * smime.el (smime-sign-region, smime-encrypt-region)
14403         (smime-decrypt-region):
14404         Remove redundant calls to `generate-new-buffer-name'.
14405
14406 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14407
14408         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14409         Don't use QP for message/rfc822.
14410         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14411
14412 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14413
14414         * sieve-manage.el (sieve-string-bytes): Remove.
14415         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14416         correct byte-length only if the process's coding-system is the same as
14417         the one used internally by Emacs to represent strings.
14418
14419 2008-04-22  Juri Linkov  <juri@jurta.org>
14420
14421         * mailcap.el (mailcap-file-default-commands): New function.
14422
14423 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14424
14425         * message.el (message-signature-separator, message-cite-function):
14426         Change custom version.
14427
14428 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14429
14430         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14431         commands.
14432         (tls-checktrust): Ditto.
14433
14434 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * mm-decode.el (mm-display-external): Make temp file read-only.
14437
14438 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14441         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14442         `C-c C-f d'.
14443
14444 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14445
14446         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14447
14448 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus.el: Bump version to 0.9.
14451
14452 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * gnus.el: No Gnus v0.8 is released.
14455
14456 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14457
14458         * mail-source.el (mail-source-value):
14459         Prefer fboundp to functionp so it works with macros as well.
14460
14461 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14462
14463         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14464         Fix last change in case the element is not even a symbol.
14465
14466 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14467
14468         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14469         Prefer fboundp to functionp so it works with macros as well.
14470
14471 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14472
14473         * auth-source.el: Add docs.
14474         (auth-sources): Modify format to support server.
14475         (auth-source-pick, auth-source-user-or-password)
14476         (auth-source-user-or-password-imap)
14477         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14478         (auth-source-user-or-password-sftp)
14479         (auth-source-user-or-password-smtp): Add server parameter.
14480
14481 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * gnus-registry.el: Initialize the registry when gnus-registry-install
14484         is t.
14485
14486 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * compface.el (uncompface): Make buffer unibyte.
14489
14490 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14491
14492         * mail-source.el (mail-source-value):
14493         Prefer fboundp to functionp so it works with macros as well.
14494
14495 2008-04-05  Glenn Morris  <rgm@gnu.org>
14496
14497         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14498
14499 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14500
14501         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14502         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14503
14504         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14505         multibyteness after rather than before erasing it.
14506
14507         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14508         mm-with-multibyte.
14509         (gnus-request-article-this-buffer): Make sure the proper decoding is
14510         used if gnus-original-article-buffer happens to be unibyte.
14511
14512         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14513         default-enable-multibyte-characters.
14514
14515         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14516         default-enable-multibyte-characters.
14517
14518         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14519
14520         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14521
14522 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14523
14524         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14525         Fix last change in case the element is not even a symbol.
14526
14527 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14528
14529         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14530         (imap-message-copyuid-1): Use it.
14531         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14532         J. Williams in
14533         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14534
14535         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14536         imap-enable-exchange-bug-workaround.
14537         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14538
14539 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14540
14541         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14542         a 100 byte status-checks into a 2-3MB transfer for each group.
14543         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14544         to enable bug workaround or not.
14545         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14546
14547 2008-03-31  Glenn Morris  <rgm@gnu.org>
14548
14549         * message.el (mml2015-use): Declare for compiler.
14550         (message-info): Require mml2015 when appropriate.
14551
14552 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14555         whitespace.
14556
14557 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14558
14559         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14560         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14561         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14562         (nntp-service-to-port): New function.
14563         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14564         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14565         (nntp-open-netcat-stream): New function.
14566         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14567
14568 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14569
14570         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14571
14572 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14573
14574         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14575
14576 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14577
14578         * dns.el (dns-write): Use set-buffer-multibyte.
14579
14580 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14581
14582         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14583
14584 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * message.el (message-signature-separator): Change default.
14587         Improve custom type.
14588         (message-cite-function): Change default to
14589         message-cite-original-without-signature.
14590
14591         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14592         toggle.
14593
14594         * message.el (message-check-news-body-syntax): Fix signature check.
14595         (message-setup-1): Mark buffer as unmodified _after_ running
14596         message-setup-hook and handling message-alternative-emails.
14597         (message-shorten-references): Be more strict when building list of
14598         valid references to comply with GNKSA.
14599
14600         * gnus-group.el (gnus-read-ephemeral-bug-group)
14601         (gnus-read-ephemeral-debian-bug-group)
14602         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14603
14604         * message.el (message-info): Don't use booleanp which isn't supported
14605         in Emacs 21 and XEmacs.
14606
14607 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14610         gnus-group-gmane-group-download-format.
14611         (gnus-group-read-ephemeral-gmane-group): Rename from
14612         gnus-group-read-ephemeral-gmane-group.
14613         (gnus-read-ephemeral-gmane-group-url): Rename from
14614         gnus-group-read-ephemeral-gmane-group-url.
14615         (gnus-bug-group-download-format-alist): New variable.
14616         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14617         (gnus-read-ephemeral-emacs-bug-group): New commands.
14618
14619 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14620
14621         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14622         (gnus-visible-headers): Improve custom type.
14623
14624 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * mml.el (mml-menu): Add workarounds for XEmacs.
14627
14628         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14629         X-Boundary header.
14630
14631         * message.el (message-simplify-recipients): Fix previous commit.
14632
14633 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14634
14635         * mm-util.el (mm-set-buffer-multibyte): New function.
14636         * mm-decode.el (mm-copy-to-buffer): Use it.
14637
14638         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14639         Prefer fboundp to functionp so it works with macros as well.
14640
14641 2008-03-19  Glenn Morris  <rgm@gnu.org>
14642
14643         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14644         Accidentally removed in the sync process with Emacs.
14645
14646 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * message.el (message-alter-recipients-discard-bogus-full-name):
14649         New function.
14650         (message-alter-recipients-function): New variable.
14651         (message-get-reply-headers): Use it.
14652         (message-replace-header): New helper function.
14653         (message-recipients-without-full-name): New variable.
14654         (message-simplify-recipients): New command.
14655
14656         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14657
14658         * message.el (message-info): Handle EasyPG manual.
14659
14660         * mml.el (mml-menu): Add entry for EasyPG.
14661
14662 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14663
14664         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14665         parameter.
14666
14667         * message.el (message-disassociate-draft): Specify drafts group name
14668         fully.
14669
14670 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14671
14672         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14673         Eliminate unnecessary duplicates from the match list.
14674
14675 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14678
14679         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14680
14681         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14682         args of `how-many' of which the XEmacs version doesn't take; declare
14683         Info-index-next as function.
14684
14685 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-score.el (gnus-score-headers): Fix handling of
14688         gnus-inhibit-slow-scoring.
14689
14690         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14691         string.
14692         (gnus-button-url-regexp): Improve handling of parenthesis.
14693         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14694         (gnus-button-handle-info-keystrokes): Handle index entries.
14695
14696 2008-03-15  Glenn Morris  <rgm@gnu.org>
14697
14698         * parse-time.el (parse-time-string): Simplify.
14699
14700 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14703         Incoming* files.
14704
14705 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14706
14707         * auth-source.el (auth-sources): Rename from auth-source-choices.
14708         (auth-source-pick): Use it.
14709
14710 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14711
14712         * binhex.el (binhex-decode-region-internal):
14713         * uudecode.el (uudecode-decode-region-internal):
14714         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14715         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14716         setting default-enable-multibyte-characters.
14717
14718 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14719
14720         * auth-source.el (auth-source-protocols)
14721         (auth-source-protocols-customize, auth-source-choices): Add and
14722         modified variable customizations and defaults.
14723         (auth-source-pick, auth-source-user-or-password)
14724         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14725         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14726         (auth-source-user-or-password-sftp)
14727         (auth-source-user-or-password-smtp): Use new variables and provide an
14728         interface to netrc.el.
14729
14730 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14733         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14734         Make sure the nntp port to specify is a string.
14735
14736 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14737
14738         * nntp.el: Use with-current-buffer.
14739         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14740         dubious mm-with-unibyte-current-buffer.
14741         (nntp-with-open-group-function): New function extracted from
14742         nntp-with-open-group macro.
14743         (nntp-with-open-group): Use the function, so it's easier to debug.
14744         Add indentation and debugging info.
14745         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14746         Recommend the use of the netcat alternatives.
14747
14748         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14749         Avoid mm-string-as-multibyte as well.
14750
14751         * nnweb.el (nnweb-insert-html):
14752         Remove use of nnheader-string-as-multibyte.
14753
14754         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14755         (nnheader-string-as-multibyte): Remove.
14756
14757         * mm-view.el: Use inhibit-read-only.
14758         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14759         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14760         or unibyte-string.
14761
14762         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14763         (mm-uu-yenc-extract): Use with-current-buffer.
14764
14765         * gnus-soup.el (gnus-soup-send-packet): Don't use
14766         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14767
14768         * nnmh.el: Use with-current-buffer.
14769         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14770         mm-string-as-multibyte on the output of mm-encode-coding-string.
14771
14772         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14773         (nnimap-request-move-article): Use with-current-buffer.
14774
14775         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14776         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14777         conversion uses string-make-unibyte rather than string-as-unibyte.
14778
14779         * gnus-msg.el: Use with-current-buffer.
14780
14781         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14782
14783 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14784
14785         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14786         string for caching if it is 'PIN.
14787
14788 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * lpath.el: Consider the case without Emacs/W3.
14791
14792 2008-03-08  Glenn Morris  <rgm@gnu.org>
14793
14794         * time-date.el (date-to-time, time-subtract, time-add)
14795         (safe-date-to-time): Doc fixes.
14796
14797 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * mail-source.el (mail-source-delete-old-incoming-confirm):
14800         Change default to nil.
14801         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14802
14803 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * lpath.el: Rearrange.
14806
14807         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14808         (gnus-article-goto-prev-page): Work for articles having ^L's.
14809
14810         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14811
14812         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14813
14814 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14815
14816         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14817         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14818         (gnus-bookmark-jump): Adjust some variable names.
14819
14820 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14821
14822         * auth-source.el: New package.
14823         (auth-source-choices): Add customization entry point variable.
14824
14825         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14826         bug.
14827
14828 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14829
14830         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14831         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14832         (gnus-registry-install-shortcuts): Rename from
14833         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14834         the `gnus-registry-mark-map' keymap dynamically from
14835         `gnus-registry-marks'.  The generated functions update the summary line
14836         when a registry mark is added or deleted, and will call
14837         `gnus-registry-install-p' (see the comments in the code).
14838         (gnus-registry-user-format-function-M): Use concat intelligently.
14839
14840         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14841         the registry mark functions.
14842
14843 2008-03-05  Glenn Morris  <rgm@gnu.org>
14844
14845         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14846         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14847         gnus-art.
14848         (top-level): No need to load own source when compiling.
14849
14850 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14853         Suggested by <chris.anderton@zetnet.co.uk>.
14854
14855 2008-03-04  Glenn Morris  <rgm@gnu.org>
14856
14857         * gnus-sum.el (top-level): No need to require gnus when compiling,
14858         since unconditionally required near start of file.
14859         (gnus-summary-display-while-building): Move definition before use.
14860
14861 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14862
14863         * gnus-registry.el (gnus-registry-user-format-function-M):
14864         Add formatting function.
14865
14866 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14867
14868         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14869         with plists.
14870         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14871         Use new format.
14872
14873 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14876         `where-is-internal' that returns a range of key sequences.
14877
14878 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14879
14880         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14881
14882         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14883         (gnus-summary-jump-to-group): Consider windows on other displayed
14884         frames as well.  Similar changes might be needed elsewhere, but that's
14885         the one I've bumped into during my use.
14886
14887         * nndoc.el (nndoc-oe-dbx-type-p):
14888         * gnus-msg.el (gnus-debug):
14889         * gnus-group.el (gnus-update-group-mark-positions):
14890         Use mm-string-to-multibyte.
14891
14892 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14895         doesn't handle NotDashEscaped.
14896
14897         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14898         (mml-dnd-attach-options): Fix typo in custom choice.
14899
14900         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14901         Change nndoc-article-type to mbox.
14902         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14903
14904         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14905         to nil, instead of html2text.
14906
14907         * imap.el (imap-debug): Add `imap-ping-server'.
14908
14909         * gnus-bookmark.el: Add FIXMEs.
14910
14911         * message.el (message-form-letter-separator)
14912         (message-send-form-letter-delay): New variables.
14913         (message-send-form-letter): Use them.  New command to send form
14914         letters.  Requested by Uwe Siart.
14915         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14916
14917 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * Update copyright years.
14920
14921 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         Sync from EMACS_22_BASE.
14924
14925         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14926
14927 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14928
14929         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14930         empty author.
14931
14932 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14933
14934         * gnus-registry.el (gnus-registry-marks): Add variable for
14935         customization of marks and their appearance.
14936         (gnus-registry-read-mark): Use it.
14937         (gnus-registry-do-marks): Add utility function to loop through
14938         `gnus-registry-marks'.
14939         (gnus-registry-install-shortcuts-and-menus): Add function to install
14940         shortcuts and menus.
14941         (gnus-registry-initialize): Use it.
14942         (gnus-registry-default-mark): Clarify documentation.
14943
14944 2008-02-29  Glenn Morris  <rgm@gnu.org>
14945
14946         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14947         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14948         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14949         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14950         Change defcustom :version from 23.0 to 23.1.
14951
14952 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * gnus-registry.el (gnus-registry-follow-group-p)
14955         (gnus-registry-post-process-groups): Add functions to aid registry
14956         splitting and improve logging.  Clarify behavior in function
14957         documentation.
14958         (gnus-registry-split-fancy-with-parent): Use them.
14959
14960 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14961
14962         * gnus-art.el: Use with-current-buffer.
14963
14964 2008-02-27  David Engster  <dengste@eml.cc>
14965
14966         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14967         Express real group name in the response.
14968
14969 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14972         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14973         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14974         autoload gnus-registry-fetch-group when compiling.
14975         (nnmairix-request-group-with-article-number-correction):
14976         Remove unreferenced argument passed to nnmairix-call-backend.
14977
14978 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14981         (mm-uu-extract): Improve face for low color ttys.
14982         Reported by Sascha Wilde.
14983
14984 2008-02-27  Glenn Morris  <rgm@gnu.org>
14985
14986         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14987         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14988         variables to defconsts.  Convert comments to doc-strings.
14989         (nnmairix-last-server, nnmairix-current-server): Convert from free
14990         variables to defvars.  Convert comments to doc-strings.
14991         (gnus-registry-fetch-group): Autoload.
14992         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14993         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14994         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14995         caddr.
14996         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14997         nnmairix-request-group-with-article-number-correction call.
14998         (nnmairix-fast, nnmairix-group): New, less general names, for free
14999         variables passed from nnmairix-request-group to
15000         nnmairix-request-group-with-article-number-correction.  Declare.
15001         (nnmairix-request-group-with-article-number-correction):
15002         Use nnmairix-fast, nnmairix-group rather than fast, group.
15003
15004 2008-02-26  David Engster  <dengste@eml.cc>
15005
15006         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15007         version 0.5.
15008
15009 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15012         instead of making an extra function call.  Don't add the current group
15013         to articles only when they have the group.  Use
15014         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15015         Reported by David <de_bb@arcor.de>.
15016
15017 2008-02-24  Miles Bader  <miles@gnu.org>
15018
15019         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15020         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15021         (mm-find-mime-charset-region):
15022         * mm-bodies.el (mm-encode-body):
15023         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15024
15025 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15028         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15029
15030 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * mail-source.el (mail-source-delete-incoming): Change default.
15033         Supplement doc string.
15034
15035         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15036
15037 2008-02-14  Glenn Morris  <rgm@gnu.org>
15038
15039         * time-date.el (format-seconds): New function.
15040
15041 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * nnmail.el (nnmail-message-id-cache-file): Derive from
15044         `gnus-home-directory'.
15045
15046 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15047
15048         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15049         Document negative prefix.
15050
15051         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15052
15053 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15054
15055         * message.el (message-unsent-separator): Add the Exim bounce
15056         separator.
15057
15058 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15059
15060         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15061         list.
15062         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15063         recipient/signer list.
15064
15065 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * Makefile.in (datarootdir): Define.
15068         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15069         name that might contain whitespace.
15070
15071 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15074         fbound (Emacs 23 unicode), signal an error.
15075
15076 2008-02-08  Glenn Morris  <rgm@gnu.org>
15077
15078         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15079
15080 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15081
15082         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15083         ports to the calls to `netrc-machine-user-or-password' in addition to
15084         "imap" and "imaps".
15085
15086 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15087
15088         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15089
15090         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15091
15092 2008-02-01  Kenichi Handa  <handa@m17n.org>
15093
15094         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15095         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15096         (rfc2104-hash): Convert the result of concat to unibyte string.
15097
15098 2008-02-01  Dave Love  <fx@gnu.org>
15099
15100         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15101         coding-system-for-read.
15102         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15103
15104 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15107         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15108         <hanche@math.ntnu.no>.
15109
15110 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15113
15114         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15115
15116 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15117
15118         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15119         * message.el (message-beginning-of-line): Use featurep instead of bound
15120         tests in order to resolve conditionals at compile time.
15121
15122 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15123
15124         * mail-source.el (mail-sources): Add `group' choice.
15125
15126         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15127         parameter `in-group' to control into which group the articles go.
15128         Add treatment of `group' mail-source.
15129
15130 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15133
15134         * mm-decode.el (mm-dissect-buffer): Decode description.
15135
15136         * mml.el (mml-to-mime): Encode message header first.
15137
15138 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15141         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15142
15143         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15144         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15145
15146 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15147
15148         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15149
15150 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15153         prefix keys.
15154         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15155         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15156         gnus-xmas.el.
15157
15158         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15159         (gnus-xmas-article-describe-bindings): New function.
15160         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15161         gnus-xmas-article-describe-bindings.
15162
15163         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15164
15165 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15166
15167         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15168         Add new variables for article mark management.
15169         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15170         list of extra data entries which, when present, will indicate that the
15171         article ID should not be trimmed from the registry.
15172         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15173         functions.
15174         (gnus-registry-read-mark): New function to read a mark name from the
15175         user.
15176         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15177         (gnus-registry-set-article-mark-internal): New functions to add and
15178         remove marks.
15179         (gnus-registry-get-article-marks): New function to show the marks for
15180         an article, or retrieve them for further use.
15181
15182 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15185         keys when no argument is given.
15186
15187 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * imap.el (imap-ping-server): New variable.
15190         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15191         (imap-ping-server): Minor doc string fixes.
15192
15193 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15194
15195         * imap.el (imap-ping-server): New function.
15196         (imap-opened): Call imap-ping-server.
15197
15198 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * gnus-sum.el (gnus-article-sort-by-random)
15201         (gnus-thread-sort-by-random): Fix doc strings.
15202         Reported by jidanni@jidanni.org.
15203
15204 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * gnus-art.el (gnus-article-describe-bindings): New function.
15207         (gnus-article-read-summary-keys): Use it.
15208         (gnus-article-mode-map): Bind `C-h b' to it.
15209
15210 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15213         XEmacs.
15214         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15215         Protect against non-character events.
15216
15217         * lpath.el: Fbind map-keymap for Emacs 21.
15218
15219 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15222         New command.
15223         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15224         instead of END.  Change name of the temp file.
15225         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15226         customizable.
15227
15228 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15231         bind `S W' to gnus-article-wide-reply-with-original; set default
15232         binding to gnus-article-read-summary-send-keys.
15233         (gnus-article-read-summary-keys): Fix the order of keys; display
15234         continuation keys correctly in the echo area; describe bindings
15235         correctly when keys end with `C-h'.
15236         (gnus-article-read-summary-send-keys): New function.
15237         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15238         Work for gnus-article-read-summary-send-keys; display continuation keys
15239         correctly in the echo area.
15240         (gnus-article-reply-with-original): Ignore prefix argument.
15241         (gnus-article-wide-reply-with-original): New function.
15242
15243         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15244         Emacs 21.
15245
15246 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15249         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15250
15251 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15252
15253         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15254         (gnus-group-read-ephemeral-gmane-group): New command.
15255
15256 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15257
15258         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15259
15260 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * message.el (message-send-mail-function): Increase custom version.
15263
15264         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15265         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15266
15267 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15270         for the cases where imap-authenticate is called with a nil buffer
15271         parameter.
15272
15273 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15276         html parts correctly; support forwarded messages.
15277         (gnus-article-browse-html-article): Remove work buffers.
15278
15279         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15280         compiling.
15281         (netrc-bound-and-true-p): New macro.
15282         (netrc-parse): Use it instead of bound-and-true-p that is not available
15283         in XEmacs 21.4.
15284
15285 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * gnus-registry.el (gnus-registry-mark-article)
15288         (gnus-registry-article-marks): Add functionality to mark articles
15289         through the Gnus registry.
15290
15291         * encrypt.el: Clarify documentation for the new pgg method.
15292         (encrypt-file-alist): Add PGG option.
15293         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15294         functionality.  Abstract password key and messaging to external
15295         functions.
15296         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15297         (encrypt-message-method-and-cipher): Add new convenience external
15298         functions.
15299         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15300         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15301
15302         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15303         (netrc-parse): Use encrypt-file-alist to determine if
15304         encrypt-find-model or encrypt-insert-file-contents should be used.
15305
15306         * encrypt.el: Clarify documentation.  Load password-cache or
15307         password, whichever one is found first, instead of autoloading.
15308
15309 2007-12-19  Glenn Morris  <rgm@gnu.org>
15310
15311         * mml.el (message-options-set, message-narrow-to-head)
15312         (message-in-body-p, message-mail-p, message-encode-message-body):
15313         Autoload.
15314         (message-remove-header, message-narrow-to-headers-or-head)
15315         (message-subscribed-p, message-make-mail-followup-to)
15316         (message-position-on-field, message-news-p)
15317         (message-options-set-recipient, message-generate-headers)
15318         (message-sort-headers): Declare as functions.
15319
15320 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15323         convention in doc string.
15324
15325 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15328         title to html parts.
15329         (gnus-article-browse-html-article): Pass message header to it.
15330
15331         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15332
15333 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15336         or password compatible with XEmacs.
15337
15338 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15341         format document.
15342         (gnus-mime-delete-part): Don't write description line if empty.
15343         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15344
15345 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15346
15347         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15348         (gnus-summary-mark-read-and-unread-as-read)
15349         (gnus-summary-mark-current-read-and-unread-as-read)
15350         (gnus-summary-mark-unread-as-ticked): Doc fix.
15351         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15352
15353 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15356         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15357
15358 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15359
15360         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15361         yes-or-no-p.
15362
15363 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * mm-decode.el (mm-add-meta-html-tag): New function.
15366         (mm-save-part-to-file, mm-pipe-part): Use it.
15367
15368         * gnus-art.el (gnus-article-browse-delete-temp-files):
15369         Use gnus-y-or-n-p instead of y-or-n-p.
15370         (gnus-article-browse-html-parts): Work with message/external-body; use
15371         mm-add-meta-html-tag.
15372
15373 2007-12-11  Glenn Morris  <rgm@gnu.org>
15374
15375         * gnus-cache.el: Require gnus-sum not just when compiling.
15376
15377         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15378
15379         * gnus-int.el (gnus-server-opened, gnus-status-message):
15380         Move definitions before use.
15381
15382         * mm-decode.el: Require gnus-util.
15383         (mm-remove-part): Only call delete-annotation on XEmacs.
15384
15385         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15386
15387         * nnmail.el: Require gnus-int.
15388
15389         * spam.el: Move `require's before `eval-when-compile's.
15390
15391         * gnus-ems.el (gnus-alive-p):
15392         * gnus-fun.el (message-goto-eoh):
15393         * gnus-util.el (gnus-group-name-decode):
15394         * mail-source.el (gnus-compress-sequence):
15395         * message.el (Info-goto-node, format-spec):
15396         * mm-bodies.el (message-options-get):
15397         * mm-decode.el (mm-view-pkcs7):
15398         * mm-util.el (gmm-write-region):
15399         * mml-smime.el (mml-compute-boundary)
15400         (gnus-completing-read-with-default):
15401         * mml.el (widget-button-press, gnus-make-hashtable):
15402         * mml1991.el (mm-decode-content-transfer-encoding)
15403         (mm-encode-content-transfer-encoding)
15404         (message-options-get, message-options-set):
15405         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15406         * nnfolder.el (gnus-request-group):
15407         * nnheader.el (ietf-drums-unfold-fws):
15408         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15409         * smime.el (gnus-run-mode-hooks):
15410         * spam-stat.el (gnus-message): Autoload.
15411
15412         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15413         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15414         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15415         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15416         Add declare-function compatibility definition.
15417
15418         * gnus-cache.el (nnvirtual-find-group-art):
15419         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15420         (gnus-add-image, gnus-add-wash-type):
15421         * gnus-group.el (nnkiboze-score-file):
15422         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15423         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15424         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15425         (message-tokenize-header, gnus-get-buffer-create)
15426         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15427         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15428         * gnus.el (gnus-group-decoded-name):
15429         * mail-source.el (imap-capability):
15430         * mm-bodies.el (message-options-set):
15431         * mm-decode.el (gnus-configure-windows):
15432         * mm-extern.el (message-goto-body):
15433         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15434         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15435         (epg-sub-key-validity, message-options-set):
15436         * mml.el (widget-event-point, gnus-configure-windows):
15437         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15438         * mml2015.el (epg-check-configuration, epg-configuration)
15439         (message-options-set):
15440         * nndb.el (nndb-request-article):
15441         * nnfolder.el (gnus-request-create-group):
15442         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15443         * nnmaildir.el (gnus-group-mark-article-read):
15444         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15445         * rfc1843.el (message-fetch-field):
15446         * spam.el (gnus-extract-address-components):
15447         Declare as functions.
15448
15449 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15452
15453         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15454
15455         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15456         bind show-trailing-whitespace for XEmacs.
15457
15458 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15461         new no-op macro for backward compatibility.
15462
15463         * imap.el (imap-string-to-integer): New function.
15464
15465 2007-12-09  Glenn Morris  <rgm@gnu.org>
15466
15467         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15468
15469         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15470         * message.el, mm-view.el, sieve-manage.el, smime.el:
15471         Add declare-function compatibility definition.
15472
15473         * gnus-art.el (w3-region, w3m-region, Info-menu):
15474         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15475         * gnus-sum.el (gnus-get-predicate):
15476         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15477         * message.el (mail-abbrev-in-expansion-header-p):
15478         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15479         (w3m-detect-meta-charset, w3m-region):
15480         * sieve-manage.el (password-read, password-cache-add)
15481         (password-cache-remove):
15482         * smime.el (password-read-and-add): Declare as functions.
15483
15484 2007-12-08  David Kastrup  <dak@gnu.org>
15485
15486         * gnus-sum.el (gnus-summary-simplify-subject-query):
15487         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15488         `message'.
15489
15490 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15493         it to bind idna-program, installation-directory, defined-colors, and
15494         face-attribute for XEmacs of the version that compiles defcustom forms.
15495
15496 2007-12-07  Glenn Morris  <rgm@gnu.org>
15497
15498         * gnus-art.el (article-make-date-line): Revert previous change.
15499
15500 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15501
15502         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15503
15504 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15505
15506         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15507         Call gnus-add-to-range ranges only once with a prepared article-list.
15508
15509 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15510
15511         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15512         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15513         group names with backslashes.
15514         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15515
15516 2007-12-06  Deepak Goel  <deego3@gmail.com>
15517
15518         * gnus-art.el (article-make-date-line):
15519         * gnus-start.el (gnus-load):
15520         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15521
15522 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-art.el (gnus-use-idna):
15525         * gnus-start.el (gnus-site-init-file):
15526         * message.el (message-use-idna):
15527         * mm-uu.el (mm-uu-hide-markers):
15528         * smiley.el (smiley-style): Revert changes that suppress warnings.
15529
15530 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15533         specify charset to html source.
15534         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15535
15536 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15539         idna-program in order to suppress byte compile warning issued by XEmacs
15540         that came to byte compile the default value section of defcustom forms
15541         recently.
15542
15543         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15544         value of installation-directory.
15545
15546         * message.el (message-use-idna): Don't directly refer to the value of
15547         idna-program.
15548
15549         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15550
15551         * smiley.el (smiley-style): Don't directly call face-attribute.
15552
15553 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15556
15557         * gnus-dired.el: Reduce Gnus dependencies.
15558         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15559         Don't require.  Use autoloads instead.
15560         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15561         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15562         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15563         (gnus-dired-mode): Adjust doc string.
15564         (gnus-dired-mail-mode): New variable.
15565         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15566         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15567         (gnus-dired-mail-buffers): New function.  Return mail or message
15568         composition buffers.
15569         (gnus-dired-attach): Use it.
15570         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15571         NO-DECODE.
15572         (gnus-dired-print): Use `gnus-print-buffer' depending on
15573         `gnus-dired-mail-mode'.
15574
15575 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * rfc2047.el (rfc2047-encoded-word-regexp)
15578         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15579         explaining what regexp patterns are for.
15580
15581 2007-12-04  Glenn Morris  <rgm@gnu.org>
15582
15583         * password.el: Move to password-cache.el.
15584
15585         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15586         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15587         * mml-smime.el (password-read, password-cache-add)
15588         (password-cache-remove):
15589         No need to autoload, since mml-sec requires password.
15590
15591         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15592         * message.el (gnus-extract-address-components):
15593         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15594
15595         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15596         password.
15597
15598 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * mailcap.el: Reduce dependencies.
15601         (mail-header-parse-content-type): Autoload.
15602         (mailcap-delete-duplicates): New alias.
15603         (mailcap-mime-info): Add optional argument NO-DECODE.
15604         (mailcap-mime-types): Use mailcap-delete-duplicates.
15605
15606         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15607
15608 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15609
15610         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15611         (imap-parse-status): Upcase status-att for servers that sends them
15612         lower-case (e.g., MS Exchange 2007).
15613
15614 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15615
15616         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15617         function.
15618
15619         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15620         (gnus-uu-yenc-article): New function.
15621
15622         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15623
15624         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15625
15626 2007-12-02  Glenn Morris  <rgm@gnu.org>
15627
15628         * binhex.el (binhex): New custom group.
15629         (binhex-decoder-program, binhex-decoder-switches)
15630         (binhex-use-external): Move to the binhex custom group.
15631
15632         * uudecode.el (uudecode): New custom group.
15633         (uudecode-decoder-program, uudecode-decoder-switches)
15634         (uudecode-use-external): Move to the uudecode custom group.
15635
15636         * netrc.el (top-level): Don't load `encrypt' features.
15637         (netrc-parse): Don't use encrypt.
15638         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15639
15640         * encrypt.el: Remove file.
15641
15642 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15645         matches on patches.
15646
15647         * gnus-art.el (gnus-article-browse-html-article):
15648         Mention `mm-text-html-renderer' in the doc string.
15649
15650         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15651         string.  Add comments.
15652
15653         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15654         if rhs is ASCII.
15655
15656 2007-12-01  Glenn Morris  <rgm@gnu.org>
15657
15658         * mail-source.el (top-level): Require format-spec before
15659         eval-when-compile.
15660
15661 2007-11-30  Glenn Morris  <rgm@gnu.org>
15662
15663         * encrypt.el: Require password, rather than autoloading password-read.
15664
15665 2007-11-29  Glenn Morris  <rgm@gnu.org>
15666
15667         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15668         (sasl-make-client, sasl-next-step, sasl-step-data)
15669         (sasl-step-set-data): Declare as functions.
15670
15671 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15674
15675 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15676
15677         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15678         certs should be verified and what is to be done in the event of a
15679         verification failure.
15680
15681         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15682         caller can indicate whether the cache should be disregarded for this
15683         call.  This way the result of the call is reproducible at all times and
15684         can be considered a canonical server name for the supplied method.
15685         (gnus-agent-method-p): Canonicalize server names by pushing their
15686         method through `gnus-method-to-server' using the no-cache argument.
15687
15688         * gnus-srvr.el (gnus-server-insert-server-line):
15689         Call `gnus-method-to-server' with `no-cache' argument.
15690
15691         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15692         gnus-agent-possibly-synchronize-flags as this should be called when the
15693         server is actually being opened.
15694         (gnus-agent-possibly-synchronize-flags)
15695         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15696         flags file of an agentized server to the latter function.
15697
15698         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15699         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15700         after a connection has been established successfully.
15701
15702 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-art.el (article-display-face): Force to display face if called
15705         interactively; check if gnus-article-x-face-too-ugly matches author.
15706         (article-display-x-face): Display face even if From header is missing
15707         as article-display-face does.
15708
15709 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15710
15711         * hashcash.el (message-narrow-to-headers-or-head)
15712         (message-fetch-field, message-goto-eoh)
15713         (message-narrow-to-headers): Declare as functions.
15714
15715 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * mail-source.el (mail-sources): Default to fetch from file for
15718         compatibility with default of nnmail-spool-file.
15719
15720 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15723         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15724         to look for encoded word that should be encoded again.
15725         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15726         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15727         encoding pattern.
15728         (rfc2047-decode-region): Switch strict regexp and loose one according
15729         to rfc2047-allow-irregular-q-encoded-words.
15730
15731 2007-11-25  Romain Francoise  <romain@orebokech.com>
15732
15733         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15734
15735 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * tls.el (tls-program): Provide more custom choices from
15738         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15739         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15740
15741 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15744         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15745
15746         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15747         `nnmail-spool-file'.
15748
15749         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15750         `nnmail-spool-file'.
15751
15752         * gnus-move.el (gnus-change-server): Ditto.
15753
15754         * gnus-kill.el (gnus-batch-score): Ditto.
15755
15756         * gnus-cache.el (gnus-jog-cache): Ditto.
15757
15758         * gnus-msg.el (gnus-summary-reply):
15759         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15760
15761 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15762
15763         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15764         version.  Minor improvement to doc strings.
15765         (tls-program): Add comment.
15766
15767 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15768
15769         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15770         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15771         mismatch between the hostname provided in the certificate and the name
15772         of the host connnecting to.
15773         (open-tls-stream): Use them.  Check certificates against trusted root
15774         certificates.
15775
15776 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * gnus-cache.el (gnus-cache-generate-nov-databases):
15779         Use nnml-generate-nov-databases-directory instead of
15780         nnml-generate-nov-databases-1.
15781
15782 2007-11-24  Glenn Morris  <rgm@gnu.org>
15783
15784         * message.el (message-tool-bar-retro): Update for rename
15785         mail_send.xpm->mail-send.xpm.
15786
15787 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15790         `smime-ldap-search' for Emacs 22 and up.
15791
15792 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15793
15794         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15795
15796         * message.el (message-send-mail-function): Fix error convention.
15797         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15798         (message-widen-reply, message-send-mail, message-talkative-question)
15799         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15800         (message-clone-locals, message-send-news): Use with-current-buffer.
15801         (message-insert-or-toggle-importance): Remove unused var `valid'.
15802         (message-make-references): Remove unused var `new-references'.
15803         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15804
15805 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15806
15807         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15808         (spam-split-symbolic-return-positive): Reflow docstring.
15809         (spam-backends, spam-summary-exit-behavior)
15810         (spam-mark-ham-unread-before-move-from-spam-group)
15811         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15812         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15813         (spam-clear-cache, spam-backend-check, spam-install-backend)
15814         (spam-install-statistical-backend, spam-list-of-processors)
15815         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15816         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15817         (spam-check-crm114, spam-initialize, spam-unload-hook):
15818         Fix typos in docstrings.
15819
15820 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15823         been checked if they have never been read and those group levels are
15824         higher than the one that a user specified.
15825
15826 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15829         foreign groups unless a group level is specified by a user.
15830         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15831
15832 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15833
15834         * message.el (message-send-mail-function): Require sendmail.
15835
15836 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * message.el (message-send-mail-function): Check for smtpmail too.
15839
15840         * utf7.el (utf7-encode, utf7-decode): Use coding system
15841         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15842
15843         * message.el (message-send-mail-function): New function.
15844         (message-send-mail-function): Set default using
15845         message-send-mail-function.  Adjust doc string.
15846         (message-send-mail-with-mailclient): New function.
15847
15848 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15849
15850         * smime.el (from):
15851         * rfc2047.el (message-posting-charset):
15852         * qp.el (mm-use-ultra-safe-encoding):
15853         * pop3.el (parse-time-months):
15854         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15855         * nnml.el (files):
15856         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15857         (jka-compr-compression-info-list, ange-ftp-path-format)
15858         (efs-path-regexp):
15859         * nndiary.el (files):
15860         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15861         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15862         (epg-digest-algorithm-alist, inhibit-redisplay)
15863         (password-cache-expiry):
15864         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15865         (pgg-output-buffer, password-cache-expiry):
15866         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15867         (efs-path-regexp):
15868         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15869         (inhibit-redisplay):
15870         * mm-uu.el (file-name, start-point, end-point, entry)
15871         (gnus-newsgroup-name, gnus-newsgroup-charset):
15872         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15873         (latin-unity-ucs-list):
15874         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15875         (mm-uu-binhex-decode-function):
15876         * message.el (gnus-message-group-art, gnus-list-identifiers)
15877         (rmail-enable-mime-composing, gnus-local-organization)
15878         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15879         (gnus-read-active-file, facemenu-add-face-function)
15880         (facemenu-remove-face-function, gnus-article-decoded-p)
15881         (tool-bar-mode):
15882         * mail-source.el (display-time-mail-function):
15883         * gnus-util.el (nnmail-pathname-coding-system)
15884         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15885         (gnus-original-article-buffer, gnus-user-agent)
15886         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15887         (xemacs-codename, sxemacs-codename, emacs-program-version):
15888         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15889         * gnus-start.el (gnus-agent-covered-methods)
15890         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15891         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15892         (gnus-newsgroup-headers, gnus-group-list-mode)
15893         (gnus-group-mark-positions, gnus-newsgroup-data)
15894         (gnus-newsgroup-unreads, nnoo-state-alist)
15895         (gnus-current-select-method, mail-sources)
15896         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15897         (nnmail-spool-file, gnus-cache-active-hashtb):
15898         * gnus-mh.el (mh-lib-progs):
15899         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15900         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15901         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15902         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15903         (gnus-group-buffer):
15904         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15905         (font-lock-set-defaults):
15906         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15907         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15908         (gnus-summary-post-menu, total-parts, type, condition, length):
15909         * gnus-agent.el (gnus-agent-read-agentview):
15910         * flow-fill.el (show-trailing-whitespace):
15911         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15912         eval-and-compile wrappers for byte compiler pacifiers.
15913
15914         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15915         (mm-display-inline-fontify): Check for featurep 'xemacs not
15916         extent-list.
15917
15918         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15919         itimer-list.
15920         (mm-create-image-xemacs): Only do something for XEmacs.
15921         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15922
15923         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15924
15925         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15926         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15927
15928 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15929
15930         * nnimap.el (nnimap-split-download-body):
15931         * gnus-demon.el (gnus-demon):
15932         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15933
15934 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15937         New macros.
15938         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15939         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15940         copy data from unibyte buffer to multibyte current buffer.
15941         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15942         to copy data from unibyte current buffer to multibyte buffer.
15943         (nntp-make-process-buffer): Make process buffer unibyte.
15944
15945         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15946
15947 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15948
15949         * pop3.el (pop3-open-server): Accept and process data more robustly at
15950         connection start to avoid spurious "POP SSL connection failed" errors.
15951
15952 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15955         read group names.
15956
15957 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15960
15961 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15964         (nnmail-save-active): Use a unibyte buffer when saving active file,
15965         which may contain non-ASCII group names.
15966
15967         * nnml.el (nnml-request-group): Decode group names in messages.
15968
15969 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * message.el (message-citation-line-function)
15972         (message-insert-formatted-citation-line): Fix spelling of
15973         `message-insert-formated-citation-line'.
15974
15975 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15978
15979 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15982         nnmail-pathname-coding-system.
15983
15984         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15985         that a user enters; decode group names in messages.
15986
15987         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15988
15989 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15992
15993         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15994
15995         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15996         risky local variable.
15997
15998         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15999
16000 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16001
16002         * encrypt.el: Improve documentation to fix function name typo.
16003         Reported by Daiki Ueno <ueno@unixuser.org>.
16004
16005 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16008         even if the point is not in the last page of an article.
16009         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16010         back to the previous page.
16011
16012 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16013
16014         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16015
16016 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16019
16020 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16021
16022         * message.el (message-check-news-body-syntax):
16023         Avoid mm-string-as-multibyte.
16024         (message-hide-headers): Don't assume (point-min)==1.
16025
16026 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * message.el (message-remove-blank-cited-lines): Fix if remove is
16029         given.
16030         (message-bogus-address-regexp): New variable.
16031         (message-bogus-recipient-p): New function.
16032         (message-check-recipients): New command.
16033         (message-syntax-checks): Add `bogus-recipient'.
16034         (message-fix-before-sending): Add `bogus-recipient'.
16035
16036         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16037         (gnus-treat-body-boundary): Don't test window-system.
16038
16039 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16040
16041         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16042
16043 2007-10-28  Miles Bader  <miles@gnu.org>
16044
16045         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16046         at compile-time too.
16047
16048 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-msg.el (gnus-message-setup-hook):
16051         Add `message-remove-blank-cited-lines' to options.
16052
16053 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * message.el (message-remove-blank-cited-lines): New function.
16056         Suggested by Karl Plästerer.
16057
16058 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16061         mapc.
16062
16063         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16064         (top-level): Use mapc to set functions to be traced for debugging.
16065
16066         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16067         called for effect with while loop.
16068
16069         * message.el (message-talkative-question): Replace mapcar called for
16070         effect with mapc.
16071
16072         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16073         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16074         called for effect with dolist.
16075
16076         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16077
16078         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16079         gnus-extra-headers and nnmail-extra-headers.
16080
16081         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16082         called for effect with dolist.
16083         (top-level): Use mapc to set functions to be traced for debugging.
16084
16085         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16086         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16087         dolist.
16088
16089         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16090         Replace mapcar called for effect with mapc.
16091         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16092         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16093         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16094         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16095
16096         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16097         remove-if that's a cl function.
16098
16099         * webmail.el (webmail-debug): Replace mapcar called for effect with
16100         dolist.
16101
16102         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16103         with mapc.
16104
16105 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16108         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16109         with while loop.
16110
16111         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16112         functions from article-* functions.
16113         (gnus-multi-decode-header): Replace mapcar called for effect with
16114         dolist.
16115
16116         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16117         (gnus-bookmark-show-details): Replace mapcar called for effect with
16118         while loop.
16119
16120         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16121         called for effect with while loop.
16122
16123         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16124         with dolist.
16125
16126         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16127         Replace mapcar called for effect with dolist.
16128
16129         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16130
16131         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16132         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16133         Replace mapcar called for effect with dolist.
16134         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16135         mapc.
16136
16137         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16138         Replace mapcar called for effect with dolist.
16139         (gnus-topic-list): Replace mapcar called for effect with mapc.
16140
16141         * gnus.el: Use mapc instead of mapcar to add autoloads.
16142
16143 2007-10-23  Richard Stallman  <rms@gnu.org>
16144
16145         * gnus-group.el (gnus-group-highlight): Mark as risky.
16146
16147 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * gnus.el (gnus-server-to-method): Return method found first in
16150         gnus-newsrc-alist.
16151
16152         * gnus-art.el (gnus-article-highlight-signature)
16153         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16154         button overlay without the front stickiness.
16155
16156 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16157
16158         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16159         overview buffer needed a catch to receive its throw.
16160         (gnus-agent-flush-cache): Declare as interactive to make this function
16161         easier to use.
16162
16163 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16166         `next-line'.
16167
16168 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16171         exclude address matching message-dont-reply-to-names.
16172
16173 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-util.el (gnus-string<): New function.
16176
16177         * gnus-sum.el (gnus-article-sort-by-author)
16178         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16179
16180 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16183         the frame-focus tag is set in gnus-buffer-configuration.
16184
16185 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16188         the front stickiness.
16189
16190 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16193         url pattern; remove duplicate one.
16194         (gnus-article-extend-url-button): New function.
16195         (gnus-article-add-buttons): Use it.
16196         (gnus-button-push): Use concatenated url that it makes.
16197
16198 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16199
16200         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16201
16202 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16203
16204         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16205         Don't hardcode point-min==1.
16206
16207 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16208
16209         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16210         Fix comment about "iso8859-1".
16211
16212 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16213
16214         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16215         ones returned from the verify-function.
16216
16217         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16218         Call mml2015-extract-cleartext-signature if extraction failed.
16219
16220 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16221
16222         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16223         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16224         failed.
16225
16226 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16227
16228         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16229
16230 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16233         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16234         recommends to use EasyPG instead of PGG.
16235
16236         * pgg.el: Revert to revision 6.23.2.16.
16237
16238         * pgg-def.el: Revert to revision 6.6.2.14.
16239
16240         * pgg-gpg.el: Revert to revision 6.23.2.34.
16241
16242 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16245         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16246         thread for both the null and zero (kill/expire thread) universal prefix
16247         cases.
16248         (gnus-summary-expire-thread): Add new function to expire a thread,
16249         using gnus-summary-kill-thread.
16250         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16251         shortcuts for gnus-summary-expire-thread.
16252         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16253         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16254
16255 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16258         extras value, so an extras entry can be deleted.
16259         (gnus-registry-delete-extra-entry): Use it.
16260         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16261         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16262         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16263         storage through the gnus-registry, and provide an appropriate API for
16264         it.
16265
16266 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16269         Suggested by Leo <sdl.web@gmail.com>.
16270
16271         * gnus.el: Do.
16272
16273 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16276         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16277
16278         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16279
16280         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16281         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16282
16283 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16286         newline.
16287         (nnmbox-request-accept-article): Don't change article in source buffer;
16288         narrow to header to use message-fetch-field rather than
16289         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16290         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16291         as delimiters; make sure article ends with newline.
16292         (nnmbox-delete-mail): Correct last position of article to be deleted;
16293         ignore X-Gnus-Newsgroup header in article body.
16294         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16295         positions; make sure article ends with newline.
16296
16297         * message.el (message-display-abbrev): Don't infloop when a user
16298         inserts SPC in the beginning of header.
16299
16300         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16301         coding-system-for-read and coding-system-for-write for XEmacs having no
16302         file-coding feature.
16303
16304         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16305
16306 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16307
16308         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16309         list of groups not followed by default.  Fix type to be regexp.
16310         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16311
16312 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16313
16314         * hmac-def.el (define-hmac-function): Switch from old-style to
16315         new-style backquotes.
16316
16317         * md4.el (md4-make-step): Likewise.
16318
16319 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16322         raw-text coding system when saving .newsrc file, which may contain
16323         non-ASCII group names.
16324
16325 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * gnus-cus.el (gnus-score-extra): New widget.
16328         (gnus-score-extra-convert): New function.
16329         (gnus-score-customize): Use it for Extra.
16330
16331 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16332
16333         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16334         (mml2015-mailcrypt-clear-verify): Use it.
16335         (mml2015-gpg-clear-verify): Use it.
16336         (mml2015-pgg-clear-verify): Use it.
16337         (mml2015-epg-clear-verify): Replace the current part with the output
16338         from GnuPG; don't extract the plaintext by itself.
16339
16340         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16341         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16342         mml2015-clear-verify-function; don't touch the armor headers or
16343         dash-escaped text here.
16344
16345 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16348         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16349         parts, or application/octet-stream as a last resort.
16350         (gnus-mime-view-part-as-type): Don't toggle display.
16351         (gnus-mime-view-part-as-charset): Don't turn off display before
16352         querying charset.
16353
16354         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16355         stuff to undisplayer function in Emacs.
16356         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16357
16358         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16359         text/calendar parts.
16360
16361 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16364         decoding text/calendar parts.
16365
16366         * message.el (message-forward-make-body-mime): Always mark body as
16367         having no illegible text; remove signed-or-encrypted argument.
16368         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16369
16370         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16371         (mml-generate-mime-1): Don't encode body if it is specified to be in
16372         raw form; don't make buffer be unibyte when inserting multibyte string.
16373
16374 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16375
16376         * sha1.el: Fix up comment style.
16377         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16378         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16379
16380         * hex-util.el: Fix up comment style.
16381         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16382
16383         * gnus-salt.el: Use with-current-buffer.
16384         (gnus-pick-setup-message): Fix long-standing typo.
16385
16386 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * imap.el (imap-logout-timeout): New variable.
16389         (imap-logout, imap-logout-wait): New functions.
16390         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16391
16392         * nnimap.el (nnimap-logout-timeout): New server variable.
16393         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16394         nnimap-logout-timeout.
16395
16396         * gnus-art.el (gnus-article-summary-command-nosave)
16397         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16398
16399 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus.el (gnus-maximum-newsgroup): New variable.
16402
16403         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16404         according to gnus-maximum-newsgroup.
16405
16406         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16407         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16408         Limit the range of articles according to gnus-maximum-newsgroup.
16409
16410 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16411
16412         * gnus-art.el (gnus-sticky-article): Fix problems described in
16413         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16414         Don't perform gnus-configure-windows here; reuse existing sticky
16415         article buffer.
16416
16417         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16418         it doesn't exist in gnus-article-mode.
16419
16420 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16423         (gnus-agent-decoded-group-name): New function.
16424         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16425         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16426
16427 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16428
16429         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16430         Add binding for gnus-sticky-article.
16431         (gnus-summary-exit): Don't kill sticky article buffers.
16432
16433         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16434         article buffer.
16435         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16436         (gnus-kill-sticky-article-buffers): New commands.
16437
16438 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * nntp.el (nntp-xref-number-is-evil): New server variable.
16441         (nntp-find-group-and-number): If it is non-nil, don't trust article
16442         numbers in the Xref header.
16443
16444 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * gnus-agent.el (gnus-agent-read-group): New function.
16447         (gnus-agent-flush-group, gnus-agent-expire-group)
16448         (gnus-agent-regenerate-group): Use it.
16449         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16450         nnmail-pathname-coding-system.
16451
16452 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16455
16456         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16457         that are unread as unread, and also as selected so that information of
16458         marks having been changed by a user may be updated when exiting group.
16459
16460 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16463
16464 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16467         calculated ignoring signature parts to gnus-treat-article.
16468
16469 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16472         a point here in order to keep the window start.
16473         (gnus-insert-mime-security-button): Make a button overlay without the
16474         front stickiness.
16475         (gnus-mime-display-security): Goto the end of a button.
16476
16477         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16478
16479 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16482         group-name-at-point.
16483         (gnus-group-completing-read): New function that offers decoded
16484         non-ASCII group names for completion.
16485         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16486         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16487         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16488         (gnus-group-fetch-control): Use it.
16489         (gnus-fetch-group): Use group-name-at-point for the initial value
16490         rather than the default value; use gnus-alive-p.
16491
16492         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16493         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16494         (gnus-summary-post-news): Use gnus-group-completing-read.
16495
16496         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16497         (gnus-read-move-group-name): Decode group name for completion.
16498
16499 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16500
16501         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16502         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16503         Yamaoka slightly modified the code).
16504
16505 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16508         (nnmail-split-incoming): Bind it.
16509
16510         * nnml.el (nnml-group-name-charset): New function.
16511         (nnml-decoded-group-name): Use it; don't decode group name if
16512         nnmail-group-names-not-encoded-p is non-nil.
16513         (nnml-encoded-group-name): New function.
16514         (nnml-group-pathname): Inline nnml-decoded-group-name.
16515         (nnml-request-expire-articles): Decode group name in message.
16516         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16517         nnmail-pathname-coding-system.
16518         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16519         not decoded ones according to nnmail-group-names-not-encoded-p.
16520         (nnml-generate-active-info): Use nnml-encoded-group-name.
16521
16522 2007-08-08  Glenn Morris  <rgm@gnu.org>
16523
16524         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16525         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16526         doc-strings and comments.
16527
16528 2007-07-25  Glenn Morris  <rgm@gnu.org>
16529
16530         * Relicense all FSF files to GPLv3 or later.
16531
16532 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-sum.el (gnus-summary-move-article):
16535         Make gnus-summary-respool-article work.
16536
16537 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16538
16539         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16540         string.
16541
16542 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16543
16544         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16545         that should be ignored when comparing distant RSS articles with local
16546         ones.
16547         (nnrss-make-hash-index): New function.  Create a hash index according
16548         to the ignored fields.
16549         (nnrss-check-group): Use it.
16550
16551 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16554
16555         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16556
16557         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16558         the new optional argument ENCODED is non-nil.
16559         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16560         coding system for encoding group name.
16561         (gnus-group-make-rss-group): Pass un-encoded group name to
16562         gnus-group-make-group.
16563         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16564         encoded.
16565
16566         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16567         Encode group name to which articles are moved or copied.
16568         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16569         coding system for encoding Newsgroup, Followup-To and Xref headers.
16570
16571         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16572         marks; use nnheader-file-coding-system to write a file.
16573         (nnagent-retrieve-headers): Bind file-name-coding-system to
16574         nnmail-pathname-coding-system.
16575
16576         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16577
16578         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16579         (nnml-request-article, nnml-request-create-group)
16580         (nnml-request-rename-group, nnml-find-id)
16581         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16582         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16583         (nnml-save-marks): Use nnml-group-pathname instead of
16584         nnmail-group-pathname.
16585
16586         (nnml-request-create-group, nnml-request-expire-articles)
16587         (nnml-request-move-article, nnml-request-delete-group)
16588         (nnml-deletable-article-p, nnml-possibly-create-directory)
16589         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16590         (nnml-open-marks): Bind file-name-coding-system to
16591         nnmail-pathname-coding-system.
16592
16593         (nnml-request-article): Pass server argument to nnml-find-group-number.
16594         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16595         Pass server argument to nnml-possibly-create-directory.
16596         (nnml-request-accept-article): Pass server argument to
16597         nnml-active-number and nnml-save-mail.
16598         (nnml-find-group-number): Pass server argument to nnml-find-id.
16599         (nnml-request-update-info): Pass server argument to
16600         nnml-marks-changed-p.
16601
16602         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16603         (nnml-save-mail, nnml-active-number): Add server argument.
16604
16605         (nnml-request-delete-group): Warn if group is missing.
16606         (nnml-get-nov-buffer): Decode group name.
16607         (nnml-generate-active-info): Encode group name.
16608         (nnml-open-marks): Decode group name in messages.
16609
16610 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16613         if it is not specified.
16614         (gnus-article-pipe-part, gnus-article-save-part)
16615         (gnus-article-interactively-view-part, gnus-article-copy-part)
16616         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16617         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16618         (gnus-article-replace-part, gnus-article-delete-part)
16619         (gnus-article-view-part-as-type): Pass raw prefix argument to
16620         gnus-article-part-wrapper.
16621
16622 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-agent.el (gnus-agent-save-active):
16625         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16626
16627         * gnus-cache.el (gnus-cache-save-buffers)
16628         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16629         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16630         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16631         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16632         (gnus-cache-generate-active, gnus-cache-rename-group)
16633         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16634         (gnus-cache-update-overview-total-fetched-for):
16635         Bind file-name-coding-system to nnmail-pathname-coding-system.
16636         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16637         New variables.
16638         (gnus-cache-decoded-group-name): New function.
16639         (gnus-cache-file-name): Use it.
16640         (gnus-cache-generate-active): Use non-decoded group name for active.
16641
16642         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16643         right place.
16644         (gnus-write-active-file): Don't break non-ASCII group names.
16645
16646         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16647         nnmail-pathname-coding-system.
16648
16649         * lpath.el: Bind default-file-name-coding-system,
16650         file-name-coding-system and language-info-alist for XEmacs.
16651
16652         * gnus-uu.el (gnus-uu-decode-save): Typo.
16653
16654 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16657
16658 2007-07-14  David Kastrup  <dak@gnu.org>
16659
16660         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16661         finishing actions if we did not edit the article.
16662
16663 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16666         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16667         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16668         (gnus-agent-flush-group, gnus-agent-flush-cache)
16669         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16670         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16671         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16672         (gnus-agent-regenerate-group)
16673         (gnus-agent-update-files-total-fetched-for)
16674         (gnus-agent-update-view-total-fetched-for):
16675         Bind file-name-coding-system to nnmail-pathname-coding-system.
16676         (gnus-agent-group-pathname): Don't encode file names by
16677         nnmail-pathname-coding-system.
16678         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16679         coding-system-for-write instead of buffer-file-coding-system to
16680         gnus-agent-file-coding-system.
16681
16682         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16683         Decode group name.
16684
16685         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16686
16687         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16688         (gnus-read-newsrc-el-file): Make group names unibyte.
16689
16690         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16691         nnmail-pathname-coding-system.
16692
16693         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16694         (nnrss-request-delete-group): Bind file-name-coding-system to
16695         nnmail-pathname-coding-system.
16696         (nnrss-read-server-data, nnrss-read-group-data):
16697         Bind file-name-coding-system correctly.
16698         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16699
16700         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16701         (nntp-server-to-method-cache): New variable.
16702         (nntp-group-pathname): New function that decodes non-ASCII group names.
16703         (nntp-possibly-create-directory, nntp-marks-changed-p)
16704         (nntp-save-marks, nntp-open-marks): Use it.
16705         (nntp-possibly-create-directory, nntp-open-marks):
16706         Bind file-name-coding-system to nnmail-pathname-coding-system.
16707         (nntp-open-marks): Decode group names when bootstrapping marks.
16708
16709         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16710         Newsgroups and Followup-To headers.
16711
16712 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16715         (gnus-server-closed-face, gnus-server-denied-face)
16716         (gnus-server-offline-face): Remove variable.
16717         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16718
16719         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16720         of modifying message-stack directly for XEmacs.
16721
16722         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16723         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16724         if the coding-system argument is nil for XEmacs.
16725
16726         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16727         mm-charset-override-alist.
16728
16729         * rfc2047.el: Don't require base64; require rfc2045 for the function
16730         rfc2045-encode-string.
16731         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16732         to quote the parameter value.
16733
16734 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16737         form in gnus-group-name-charset-method-alist.
16738
16739         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16740         overrides the default layout edit-form.
16741
16742         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16743
16744         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16745
16746 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16749         as unfetched articles.
16750
16751 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16754
16755 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16758         original back end that keeps marks in the local system.
16759
16760 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16763         arg of pop-to-buffer for XEmacs.
16764         (gnus-article-read-summary-keys): Ditto; don't restore window
16765         configuration if summary command ends up with neither article buffer
16766         nor summary buffer; describe bindings if summary keys end with C-h.
16767
16768 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * message.el (message-fix-before-sending): Skip raw message part to be
16771         forwarded while checking illegible text.
16772         (message-forward-make-body-mime, message-forward-make-body):
16773         Mark signed or encrypted raw message as having no illegible text.
16774
16775 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16778         (gnus-message-with-timestamp-1): New macro.
16779         (gnus-message-with-timestamp): New function.
16780         (gnus-message): Use them.
16781
16782         * nnheader.el (nnheader-message): Use them.
16783
16784 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16787         .newsrc.eld file.
16788
16789 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-agent.el (gnus-agent-fetch-headers)
16792         (gnus-agent-retrieve-headers):
16793         Bind gnus-decode-encoded-address-function to identity.
16794
16795         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16796         available also when the server returns simply a dot.
16797
16798         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16799
16800 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16803
16804 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-ems.el (gnus-x-splash): Make it work.
16807
16808         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16809         from being used.
16810
16811         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16812
16813 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16816         4th and the 5th arguments.
16817
16818         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16819         the front stickiness.
16820         (gnus-article-summary-command-nosave): Correct the order of the
16821         arguments passed to pop-to-buffer.
16822         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16823         summary command ends up with the article buffer.
16824
16825         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16826         the same faces.
16827
16828 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16829
16830         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16831
16832 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16833
16834         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16835         * gnus-sum.el (gnus-summary-highlight):
16836         * pgg.el (pgg-sign-region, pgg-sign):
16837         * mail-source.el (mail-source-delete-old-incoming-confirm):
16838         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16839
16840 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-art.el (gnus-mime-view-part-externally)
16843         (gnus-mime-view-part-internally): Fix predicate function passed to
16844         completing-read.
16845
16846         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16847
16848         * gnus.el (gnus-update-message-archive-method): Add :version.
16849
16850 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus.el (gnus-update-message-archive-method): New variable.
16853
16854         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16855         according to gnus-message-archive-method if
16856         gnus-update-message-archive-method is non-nil.
16857
16858 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16861         Suggested by Loic Dachary <loic@dachary.org>.
16862         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16863
16864 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * message.el (message-pop-to-buffer): Add switch-function argument.
16867         (message-mail): Pass switch-function argument to it.
16868
16869 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16870
16871         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16872         Improve doc string.
16873
16874 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16877         (gnus-header-content):
16878         * gnus-cite.el (gnus-cite-10):
16879         * gnus-srvr.el (gnus-server-closed):
16880         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16881         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16882         (gnus-group-mail-3-empty, gnus-group-mail-low)
16883         (gnus-group-mail-low-empty, gnus-splash):
16884         * message.el (message-header-to, message-header-cc)
16885         (message-header-subject, message-header-other, message-header-name)
16886         (message-header-xheader, message-separator, message-cited-text)
16887         (message-mml): Lighten colors of faces used for dark background.
16888
16889 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16890
16891         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16892         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16893
16894 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * message.el (message-narrow-to-headers-or-head):
16897         Ignore mail-header-separator in the body.
16898
16899 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16902         same as window size.
16903
16904 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16905
16906         * message.el (message-font-lock-keywords): Use message-header-xheader
16907         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16908         ahead of the anything pattern, to get it recognized.
16909
16910 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16913         spam.el loads uses it in the compiled defadvice form.
16914
16915 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16916
16917         * gnus-sum.el (gnus-articles-to-read)
16918         (gnus-summary-insert-old-articles): Don't truncate group name for
16919         `read-string'.
16920
16921         * gnus-util.el (gnus-limit-string): Delete this function.
16922
16923         * gnus-sum.el (gnus-simplify-subject-fully):
16924         Use `truncate-string-to-width' instead.
16925
16926 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16927
16928         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16929         Tell if, on summary exit, the next group has to be selected.
16930         (gnus-summary-exit): Use it.
16931
16932 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16933
16934         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16935         non-break space.
16936
16937 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16940         Check if group is not a directory.
16941         (nnfolder-request-expire-articles): Don't delete articles if the target
16942         group is not available.
16943
16944         * nnml.el (nnml-request-create-group): Properly check if group is not a
16945         file.
16946         (nnml-request-expire-articles): Don't delete articles if the target
16947         group is not available.
16948
16949         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16950         Don't quote characters that are within parentheses.
16951
16952 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16955         (gnus-handle-ephemeral-exit): Select article according to it.
16956
16957 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * message.el (message-insert-formated-citation-line): Remove newline.
16960         (message-citation-line-format): Add final \n here so that the user can
16961         avoid a blank line.
16962
16963 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16964
16965         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16966         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16967         Update lanl/arXiv support.
16968
16969 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * gnus.el: Bump version number.
16972
16973 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16974
16975         * gnus.el (gnus-version-number): Bump version.
16976
16977 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16978
16979         * gnus.el: No Gnus v0.6 is released.
16980
16981 2007-04-27  Didier Verna  <didier@xemacs.org>
16982
16983         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16984         * gmm-utils.el (gmm-regexp-concat): ... here.
16985         * message.el: Don't require 'gnus-util.
16986         (message-dont-reply-to-names): Handle name change above.
16987         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16988
16989 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16992         since the initial value varies according to the system.
16993
16994 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16997
16998 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16999
17000         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17001
17002 2007-04-24  Didier Verna  <didier@xemacs.org>
17003
17004         Improve the type of gnus-ignored-from-addresses.
17005         * gnus-util.el (gnus-orify-regexp): New function.
17006         * message.el (gnus-util): Require it.
17007         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17008         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17009         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17010
17011 2007-04-24  Didier Verna  <didier@xemacs.org>
17012
17013         * gnus-sum.el:
17014         * gnus-utils.el: Fix some trailing whitespaces.
17015
17016 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17019         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17020         article's Message-ID; refer parent article in summary buffer.
17021
17022         * message.el (message-bounce): Call mime-to-mml.
17023
17024         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17025         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17026         optimize and/or forms properly.
17027
17028 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17029
17030         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17031         URL.
17032
17033 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17036
17037 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17040         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17041         displayed of multipart/alternative part if it is invoked from summary
17042         buffer.
17043
17044         * mm-view.el (mm-inline-text-html-render-with-w3m)
17045         (mm-inline-text-html-render-with-w3m-standalone)
17046         (mm-inline-render-with-function): Use mail-parse-charset by default.
17047
17048 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17049
17050         * parse-time.el (parse-time-string-chars): Check if CHAR
17051         is less than the length of parse-time-syntax.
17052
17053 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17056         from gnus-newsgroup-processable.
17057
17058 2007-04-16  Didier Verna  <didier@xemacs.org>
17059
17060         * gnus-msg.el (gnus-configure-posting-styles):
17061         Handle message-signature-directory properly with :file syntax.
17062         Reported by "Leo".
17063
17064 2007-04-11  Didier Verna  <didier@xemacs.org>
17065
17066         New user option: message-signature-directory.
17067         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17068         * message.el (message-insert-signature): Ditto.
17069         * message.el (message-signature-file): Doc update.
17070         * message.el (message-signature-directory): New.
17071
17072 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-msg.el (gnus-inews-yank-articles):
17075         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17076
17077 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * message.el (message-yank-original): Make sure cited text ends with
17080         newline; don't exchange point and mark.
17081
17082 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17083
17084         * tls.el (open-tls-stream): Properly handle case where there
17085         is no associated buffer.
17086
17087 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17088
17089         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17090         message-yank-original, make sure (< mark TEXT point).
17091
17092 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * message.el (message-fill-column): New variable.
17095         (message-mode): Use it.  Add comment on a possible new hook.
17096
17097         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17098         (nnmail-get-new-mail): Reformat.
17099
17100         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17101
17102         * gmm-utils.el: Fix Commentary.
17103         (gmm-tool-bar-from-list): Fix typo in doc string.
17104
17105 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17106
17107         * message.el (message-yank-original): Don't switch point and mark
17108         unnecessarily to put point and mark as documented.
17109
17110 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17111
17112         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17113         from the message heads.
17114
17115 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17116
17117         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17118         article buffer does not have a window.  This may not be the best
17119         solution but is certainly better than setting the start of the null,
17120         that is the current, window.
17121
17122 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17123
17124         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17125         (gnus-draft-setup): Run it.
17126
17127         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17128         gnus-score-fast-scoring.  Allow regexp.
17129         (gnus-score-headers): Use it.
17130
17131         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17132         XEmacs.
17133
17134         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17135         string.
17136         (gnus-button-alist): Also catch `<f1> k ...'.
17137         (gnus-treat-display-x-face): Fix doc string.
17138
17139 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17140
17141         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17142         evaluation of gnus-extended-version to ensure correct generation of the
17143         User-Agent header when message-generate-headers-first is used.
17144
17145 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17146
17147         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17148         hashcash-path is nil.  Don't call callback with incorrect number of
17149         parameters if val is 0.
17150
17151 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17152
17153         * message.el (message-required-news-headers):
17154         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17155
17156 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17157
17158         * tls.el (open-tls-stream): In handshake-waiting loop,
17159         don't wait more if there is output available to process.
17160
17161 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17162
17163         * tls.el (tls-program): Doc fix.
17164
17165 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * message.el (message-generate-new-buffers): Change the meaning of the
17168         nil value; add `standard' to the choices; treat t as `unique'; improve
17169         doc string.
17170         (gnus-select-frame-set-input-focus): Autoload.
17171         (message-buffer-name): Search for the existing message buffer if
17172         message-generate-new-buffers is nil or `standard'; treat the value t of
17173         message-generate-new-buffers as `unique'.
17174         (message-pop-to-buffer): Raise the frame already displaying the message
17175         buffer; clear the echo area after querying.
17176         (message-setup): Pass the `continue' argument to compose-mail.
17177         (message-mail): Prefer `switch-function' if it is given; search for the
17178         existing message buffer if the `continue' argument is non-nil; pass
17179         continue and switch-function arguments to compose-mail by way of
17180         message-setup.
17181         (message-mail-other-window): Adjust argument of message-setup.
17182         (message-mail-other-frame): Ditto.
17183
17184 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17187         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17188         to turn font-lock on when turning gnus-message-citation-mode on.
17189
17190 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17191
17192         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17193         (mml-smime-function-alist): New variable; add epg as the backend.
17194         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17195         mml-smime- functions instead.
17196         * mm-view.el: Require smime.
17197
17198 2007-03-05  Didier Verna  <didier@xemacs.org>
17199
17200         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17201         instead of just inheritance for posting styles.
17202         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17203
17204 2007-02-24  Chris Moore  <dooglus@gmail.com>
17205
17206         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17207         * pgg-pgp.el (pgg-pgp-encrypt-region):
17208         * pgg-gpg.el (pgg-gpg-encrypt-region):
17209         Check pgg-encrypt-for-me if no other recipients.
17210
17211 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17212
17213         * tls.el (tls-certtool-program): Fix custom type.
17214
17215 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17218         and point-at-eol instead of line-(beginning|end)-position.
17219
17220         * assistant.el (assistant-parse-buffer): Ditto.
17221
17222         * netrc.el (netrc-parse-services): Ditto.
17223
17224 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17225
17226         * mml2015.el (mml2015-epg-find-usable-key): New function.
17227         (mml2015-epg-sign): Use it.
17228         (mml2015-epg-encrypt): Use it.
17229
17230 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * message.el (message-make-in-reply-to): Quote name containing
17233         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17234         if there are special characters.  Reported by NAKAJI Hiroyuki
17235         <nakaji@jp.freebsd.org>.
17236
17237 2007-02-27  Didier Verna  <didier@xemacs.org>
17238
17239         Include the group parameters as well as the topic ones in the
17240         inheritance filter process.
17241         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17242         argument GROUP-PARAMS-LIST.
17243         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17244
17245 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * nntp.el (nntp-never-echoes-commands)
17248         (nntp-open-connection-functions-never-echo-commands): New variables.
17249         (nntp-send-command): Use them.
17250
17251 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17252
17253         * mml2015.el (mml2015-epg-verify): Simplify.
17254
17255 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * mml.el (mml-content-disposition-alist): New user option.
17258         (mml-content-disposition): New function.
17259         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17260         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17261
17262 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17263
17264         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17265         verification.
17266
17267 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17268
17269         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17270         articles posted in the last 24 hours.
17271
17272 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17273
17274         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17275
17276 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17277
17278         * nntp.el (nntp-send-command): Don't wait for echoes when
17279         nntp-open-ssl-stream is used.
17280
17281 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17284         (gnus-message-add-citation-keywords)
17285         (gnus-message-remove-citation-keywords): Remove.
17286         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17287         directly, make the variables in font-lock-defaults buffer-local, add
17288         gnus-message-citation-keywords to them and then update the value of
17289         font-lock-keywords.
17290
17291 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17292
17293         * message.el (message-cite-original-1): Don't call
17294         gnus-article-highlight-citation.
17295
17296         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17297         citations; fix line count.
17298
17299 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17302         (gnus-message-add-citation-keywords)
17303         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17304         versions of font-lock-add-keywords and font-lock-remove-keywords to
17305         work with XEmacs correctly.
17306
17307 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * gnus-cite.el (gnus-cite-face-list): Set the values of
17310         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17311         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17312         (gnus-message-cite-prefix-regexp): New variable.
17313         (gnus-message-search-citation-line): Use it; protect against long
17314         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17315         the 0th match data for Emacs.
17316         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17317         (gnus-message-add-citation-keywords): Append keywords rather than
17318         prepending; emulate font-lock-add-keywords if it is not available.
17319         (gnus-message-remove-citation-keywords):
17320         Emulate font-lock-remove-keywords if it is not available.
17321
17322         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17323
17324         * message.el (message-cite-prefix-regexp): Set the value of
17325         gnus-message-cite-prefix-regexp.
17326
17327 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17328
17329         * nnweb.el (nnweb-google-parse-1): Update parser.
17330
17331 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17332
17333         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17334
17335 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17336
17337         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17338         regexp.
17339
17340 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17343         string-to-multibyte.
17344         (uudecode-decode-region-internal): Use it.
17345
17346         * lpath.el: Fbind string-as-multibyte for XEmacs.
17347
17348 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17351         Fix custom choice.
17352
17353         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17354
17355 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17356
17357         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17358
17359         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17360         `write-region' to respect `mm-inhibit-file-name-handlers'.
17361
17362 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17365         Use gnus-home-directory instead of "~/" or "$HOME".
17366
17367 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17368
17369         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17370         to mention filename.
17371         Add comments at beginning regarding usage.
17372         (encrypt-write-file-contents): Change interactive so a string is
17373         acceptable.  If the file has no associated model, show an error instead
17374         of a nonsense prompt.
17375
17376 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17377
17378         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17379         Thanks to Yoshihiko Yamada for kind notification of this typo.
17380
17381 2007-01-12  Kenichi Handa  <handa@m17n.org>
17382
17383         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17384         multibyte buffer.
17385
17386 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * gnus-score.el (gnus-score-fast-scoring): New variable.
17389         (gnus-score-headers): Use it.
17390
17391         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17392
17393         * message.el (message-cite-original-1):
17394         Call gnus-article-highlight-citation if requested.
17395         (message-make-from): Allow name and address as optional arguments.
17396
17397         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17398
17399         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17400         bugs to doc string.
17401         (gnus-button-alist): Add mid\\|message-id.
17402         (gnus-button-fetch-group): Extend for use in
17403         `browse-url-browser-function'.
17404         (gnus-button-url-regexp): Try to catch paired parentheses like in
17405         Wikipedia URLs.
17406
17407         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17408         Suggested by Simon Krahnke <overlord@gmx.li>.
17409
17410 2007-01-13  Romain Francoise  <romain@orebokech.com>
17411
17412         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17413         Update copyright.
17414
17415 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17416
17417         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17418
17419 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17420
17421         * gnus-registry.el (gnus-registry-unfollowed-groups)
17422         (gnus-registry-split-fancy-with-parent): Fix documentation.
17423
17424 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17425
17426         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17427         from nnweb groups.
17428
17429 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17430
17431         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17432         Xref urls.  Erase buffer before requesting head.
17433
17434         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17435
17436 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17439         customizable.
17440
17441 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17442
17443         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17444         no signing key is found.
17445         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17446         no encrypting and/or signing key is found.
17447
17448 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17451
17452 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17453
17454         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17455         headers read from disk with the ones newly found in the current search.
17456         This should no longer cause problems, because the article numbers in
17457         Gmane's `nov.php' output are ignored since the previous change.
17458
17459 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17460
17461         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17462
17463 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17466         replace-regexp-in-string; bind url-version; fbind display-images-p and
17467         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17468         find-face and set-itimer-function for Emacs; bind itimer-list for
17469         Emacs.
17470
17471         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17472
17473 2007-01-01  Romain Francoise  <romain@orebokech.com>
17474
17475         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17476
17477 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17478
17479         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17480         `define-minor-mode' macro definition expanded properly.
17481         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17482         exclude it there.
17483
17484         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17485         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17486         `fboundp' test.
17487         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17488         This is OK to autoload in (S)XEmacs now.
17489
17490 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17491
17492         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17493         keystroke.
17494         (gnus-summary-limit-to-singletons): Fix typo.
17495
17496         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17497         else fails.
17498
17499 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17500
17501         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17502         docstring.
17503
17504         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17505         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17506         (gnus-summary-insert-dormant-articles): Fix typo in message.
17507
17508 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17509
17510         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17511         nil for XEmacs.
17512         (gnus-message-citation-mode): Don't autoload in XEmacs.
17513
17514         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17515
17516 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17517
17518         * nnimap.el (nnimap-expunge-search-string):
17519         Mention nnimap-search-uids-not-since-is-evil in docstring.
17520
17521 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17522
17523         * spam.el: Revert to make-obsolete-variable because
17524         define-obsolete-variable-alias is not supported in Emacs 21.
17525
17526         * spam.el (spam-ifile-path, spam-ifile-database-path)
17527         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17528         make-obsolete-variable.
17529         (spam-bsfilter-path, spam-bsfilter-program)
17530         (spam-spamassassin-path, spam-spamassassin-program)
17531         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17532         Don't use "path" inappropriately.
17533         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17534         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17535         variable names.
17536
17537 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17538
17539         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17540         summary buffer.
17541
17542         * password.el (password-cache-remove): Use clear-string to burn
17543         password, if available.
17544
17545 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17548
17549         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17550
17551         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17552         (gnus-message-highlight-citation): Move defcustom here from
17553         gnus-cite.el.
17554         (gnus-message-citation-mode): Autoload.
17555
17556         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17557         checks to make it compile with XEmacs.
17558         (gnus-message-citation-mode): New minor mode.
17559         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17560         (gnus-message-highlight-citation): New variables.
17561         (gnus-message-search-citation-line)
17562         (gnus-message-add-citation-keywords)
17563         (gnus-message-remove-citation-keywords)
17564         (turn-on-gnus-message-citation-mode)
17565         (turn-off-gnus-message-citation-mode): New functions.
17566
17567 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17568
17569         * gnus-cite.el: Enable highlighting of different citation levels in
17570         message-mode.
17571
17572 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17573
17574         * message.el (message-make-fqdn): Fix comment.
17575         (message-bogus-system-names): Add ".local".
17576
17577         * spam.el (spam-ifile-path, spam-ifile-program)
17578         (spam-ifile-database-path, spam-ifile-database)
17579         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17580         Don't use "path" inappropriately.
17581         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17582         strings.
17583         (spam-check-ifile, spam-ifile-register-with-ifile)
17584         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17585         Use new variable names.
17586
17587         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17588         (gnus-treat-display-smileys): Simplify using
17589         gnus-image-type-available-p.
17590
17591         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17592         available.
17593
17594         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17595         Use `display-images-p' if available.
17596
17597 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17600         one after turning on the buffer's multibyteness instead of decoding
17601         them directly in the unibyte buffer that causes unexpected conversion
17602         in Emacs 23 (unicode).
17603
17604 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17605
17606         * message.el (message-generate-hashcash): Fix custom type.
17607
17608 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17611
17612 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17615         disconnect icons.  Add help text.
17616
17617 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17618
17619         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17620         negated to be consistent with the others we handle.
17621
17622 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17623
17624         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17625         version of gnus-summary-buffer to something, so that we can use two
17626         article buffers at the same time.
17627
17628 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17629
17630         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17631         trigger all the extra headers.
17632         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17633         sorting.
17634
17635 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17636
17637         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17638         solid groups.
17639
17640 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17641
17642         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17643
17644 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17645
17646         * legacy-gnus-agent.el: Add Copyright notice.
17647
17648 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17649
17650         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17651
17652 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17653
17654         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17655
17656         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17657         to make it work reliably in CVS Emacs.
17658         (gnus-summary-limit-strange-charsets-predicate)
17659         (gnus-summary-limit-to-predicate): New functions.
17660
17661 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17662
17663         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17664         specifying array size.
17665         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17666         array if it is too small.
17667         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17668         (gnus-sort-threads-loop): New function.
17669
17670 2006-12-06  Chris Moore  <dooglus@gmail.com>
17671
17672         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17673         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17674
17675 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17676
17677         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17678         options.
17679
17680 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17683         DOS-ing the recipient.
17684
17685         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17686         the headers when creating the mapping to avoid mismappings.
17687         (nnweb-gmane-create-mapping): Always nix out old mapping.
17688
17689 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17692         and mm-verify-option to never.
17693
17694 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * message.el (message-signed-or-encrypted-p): New function.
17697         (message-forward-make-body): Use it.
17698
17699         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17700         Replace encode-coding-string with mm-encode-coding-string.
17701
17702 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * nneething.el (nneething-decode-file-name):
17705         Replace decode-coding-string with mm-decode-coding-string.
17706
17707         * gnus-int.el (gnus-open-server): Say failed server's name.
17708
17709 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17710
17711         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17712         strings to a single string.  Quote `errors-file-name'.
17713         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17714         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17715         Adjust calls.  Use `shell-quote-argument'.
17716
17717 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17718
17719         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17720         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17721
17722         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17723         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17724         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17725         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17726         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17727         (gnus-subscribe-newsgroup, gnus-1):
17728         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17729         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17730         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17731         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17732
17733 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17734
17735         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17736         keystroke.
17737         (gnus-summary-limit-to-bodies): Implement headersp.
17738
17739 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17740
17741         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17742
17743 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17746
17747 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17748
17749         * message.el (message-generate-hashcash): Expand range of values to
17750         include `opportunistic'.
17751         (message-send-mail): Use it.
17752
17753 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17754
17755         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17756         and comment it.
17757
17758         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17759
17760 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17761
17762         * gnus-util.el (gnus-extract-address-components): Improve comment.
17763
17764 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * gnus-util.el (gnus-extract-address-components): Work with address in
17767         which the name portion contains @.
17768
17769         * lpath.el: Fbind custom-autoload.
17770
17771 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * gnus.el (gnus-start): Move custom group up.
17774         (gnus-select-method): Don't autoload, but make it available for
17775         `customize-variable'.
17776         (gnus-getenv-nntpserver): Don't autoload.
17777
17778 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17779
17780         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17781
17782 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * message.el (message-sendmail-extra-arguments): New variable.
17785         (message-send-mail-with-sendmail): Use it.
17786
17787 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17790         mm-with-unibyte-current-buffer to make string unibyte.
17791
17792         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17793         mm-string-as-multibyte.
17794
17795 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17796
17797         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17798         Reported by Werner Koch <wk@gnupg.org>.
17799
17800 2006-11-14  Daiki Ueno  <ueno@p360>
17801
17802         * mml2015.el: Autoload epa-select-keys when compiling.
17803
17804 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17805
17806         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17807         message-options.
17808         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17809
17810 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17811
17812         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17813         EasyPG (< 0.0.6).
17814         (mml2015-always-trust): New user option.
17815         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17816         prompt.
17817
17818 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * nntp.el (nntp-authinfo-force): New variable.
17821         (nntp-send-authinfo): Use it.
17822
17823 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17824
17825         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17826         decode encoded words.  Improve prompt.  Add comment about forwarding.
17827         (message-replacement-char): Move up.
17828
17829 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17830
17831         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17832         instead of gnus-intersection because arguments of gnus-sorted-nunion
17833         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17834
17835 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17838         (message-simplify-subject-functions):
17839         Enable message-strip-subject-encoded-words by default.
17840
17841 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17842
17843         * message.el (message-strip-subject-encoded-words): New function.
17844         (message-simplify-subject-functions): New variable.
17845         (message-simplify-subject): Use it.  Fix typo in doc string.
17846         Support message-strip-subject-encoded-words.
17847
17848 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17849
17850         * gnus-diary.el (gnus-diary-delay-format-function):
17851         * nndiary.el (nndiary-reminders):
17852         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17853
17854 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17855
17856         * gnus-art.el (article-hide-boring-headers): Fetch date from
17857         gnus-original-article-buffer to avoid problems with localized date
17858         strings.
17859
17860 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17863
17864 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17867         New variables.
17868         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17869         (mm-charset-synonym-alist): Move some entries to
17870         mm-codepage-iso-8859-list.
17871         (mm-charset-synonym-alist, mm-charset-override-alist):
17872         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17873
17874 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17877
17878 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17881         with Emacs 21 and XEmacs.
17882
17883 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17884
17885         * spam.el (spam-parse-address): New function for better parsing,
17886         catching errors, etc.
17887         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17888
17889 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * mm-view.el: Add interactive arg to html2text autoload.
17892
17893 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17896
17897 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17900         New variables.
17901         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17902         (mm-charset-synonym-alist): Move some entries to
17903         mm-codepage-iso-8859-list.
17904
17905         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17906
17907 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17908
17909         * message.el (message-citation-line-format)
17910         (message-insert-formated-citation-line): Fix implementation of %E, %N
17911         and %n according to the doc string.
17912
17913 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17914
17915         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17916         Use car-safe to avoid bad parses.
17917
17918 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17921         names.
17922
17923         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17924
17925 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17928         header.
17929
17930         * message.el (message-draft-headers): Add Date.
17931         (message-headers-to-generate): Fix typo in docstring.
17932
17933         * nndraft.el (nndraft-required-headers): New variable.
17934         (nndraft-generate-headers): Use it.
17935
17936         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17937
17938 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17939
17940         * gnus-registry.el (gnus-registry-wash-for-keywords)
17941         (gnus-registry-find-keywords): New functions to allow easy searching of
17942         articles that are in the registry.
17943
17944 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17945
17946         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17947         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17948         Reported by Damien Elmes <damien@repose.cx>.
17949
17950 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17951
17952         * gnus.el (gnus-mime): Remove unused custom group.
17953
17954 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17955
17956         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17957         "blank line" when searching for end of armor headers.
17958
17959 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gmm-utils.el (gmm-write-region): Fix variable name.
17962
17963 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17964
17965         * gmm-utils.el (gmm-write-region): New function based on compatibility
17966         code from `mm-make-temp-file'.
17967
17968         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17969
17970         * nnmaildir.el (nnmaildir--update-nov)
17971         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17972         Use `gmm-write-region'.
17973
17974 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17977         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17978
17979         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17980
17981         * message.el (message-replacement-char): New variable.
17982         (message-fix-before-sending): Use it.
17983         (message-simplify-subject): New function to remove duplicate code.
17984         (message-reply, message-followup): Use it.
17985
17986         * gnus-sum.el (gnus-summary-make-menu-bar):
17987         Clarify gnus-summary-limit-to-articles.
17988
17989 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-util.el (gnus-with-local-quit): New macro.
17992
17993         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17994
17995 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17996
17997         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17998         ignore non-string data.
17999
18000 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18001
18002         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18003         non-string data (needs to be done in the registry too).
18004
18005 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18006
18007         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18008         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18009         (gnus-registry-split-fancy-with-parent)
18010         (gnus-registry-fetch-simplified-message-subject-fast)
18011         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18012         Remove text properties on ingress into the registry and when it's saved.
18013         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18014         registry from entries with no groups.
18015
18016 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18017
18018         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18019         function to remove string properties.
18020
18021 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18022
18023         * gmm-utils.el (gmm): Adjust custom version.
18024
18025         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18026         Adjust custom version.
18027
18028         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18029
18030 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18031
18032         * gnus-art.el (gnus-insert-prev-page-button)
18033         (gnus-insert-next-page-button): Simplify.  Reformat.
18034
18035 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18036
18037         * gnus-art.el (gnus-insert-prev-page-button)
18038         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18039
18040 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18041
18042         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18043
18044 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18045
18046         * gnus-art.el (gnus-insert-mime-button)
18047         (gnus-insert-mime-security-button):
18048         Apply gnus-article-button-face to MIME and security buttons.
18049
18050 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18053         readable.
18054
18055 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18058
18059 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18060
18061         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18062         `browse-url-of-file' instead of `browse-url'.
18063
18064 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18065
18066         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18067         regexp.  Articles containing quotation were cut prematurely.
18068
18069 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * message.el (message-cite-original-1): Use nobody by default for the
18072         value of From header.
18073         (message-reply): Ditto.
18074
18075 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18076
18077         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18078         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18079         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18080
18081 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18082
18083         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18084         mails in the doc string.  Add some URLs in comment.
18085         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18086
18087 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18090         backslashes handling and the way to find boundaries of quoted strings.
18091
18092 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18093
18094         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18095         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18096         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18097         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18098
18099 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18100
18101         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18102         doc string.
18103         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18104
18105 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * lpath.el: Fbind epg-check-configuration.
18108
18109 2006-09-06  Simon Josefsson  <jas@extundo.com>
18110
18111         * mml2015.el (mml2015-use): Doc fix, mention epg.
18112
18113 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18114
18115         * mml2015.el (mml2015-use): Default to epg, if available.
18116
18117 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18118
18119         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18120         message-sender.
18121         (mml1991-epg-encrypt): Ditto.
18122         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18123         message-sender.
18124         (mml2015-epg-encrypt): Ditto.
18125
18126 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18127
18128         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18129         several common directories.
18130
18131 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18132
18133         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18134         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18135
18136 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-art.el (article-decode-encoded-words): Make it fast.
18139
18140 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18143
18144         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18145         in quoted string into `\'.
18146
18147 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18150         Use standard-syntax-table.
18151
18152 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-art.el (gnus-decode-address-function): New variable.
18155         (article-decode-encoded-words): Use it to decode headers which are
18156         assumed to contain addresses.
18157         (gnus-mime-delete-part): Remove useless `or'.
18158
18159         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18160         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18161         (gnus-nov-parse-line): Use it to decode From header.
18162         (gnus-get-newsgroup-headers): Ditto.
18163         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18164
18165         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18166         (mail-decode-encoded-address-string): New alias.
18167
18168         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18169         New function.
18170         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18171         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18172         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18173         (rfc2047-decode-string): Ditto.
18174         (rfc2047-decode-address-region): New function.
18175         (rfc2047-decode-address-string): New function.
18176
18177 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18178
18179         * message.el (message-caesar-buffer-body): Allow rotating headers.
18180
18181         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18182
18183         * message.el (message-insert-formated-citation-line): Fix %f.
18184         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18185
18186 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18189         (gnus-bookmark-mouse-available-p): New macro.
18190         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18191         (gnus-bookmark-bmenu-show-infos): Use it.
18192         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18193         (gnus-bookmark-bmenu-hide-infos): Ditto.
18194         (gnus-bookmark-remove-properties): New function.
18195         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18196         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18197         (gnus-bookmark-write-file): Bind coding-system-for-write.
18198         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18199         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18200         group before selecting it.
18201         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18202         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18203         quit-window if it is not available; use gnus-mouse-2 and bind it to
18204         gnus-bookmark-bmenu-select-by-mouse.
18205         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18206         (gnus-bookmark-bmenu-select-by-mouse): New function.
18207
18208 2006-08-13  Romain Francoise  <romain@orebokech.com>
18209
18210         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18211         space.
18212
18213 2006-08-10  Romain Francoise  <romain@orebokech.com>
18214
18215         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18216         (dns-mode-soa-auto-increment-serial): New user option.
18217         (dns-mode-soa-maybe-increment-serial): New function.
18218         (dns-mode): Add the latter to `write-contents-functions'.
18219
18220 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * compface.el (uncompface): Use binary rather than raw-text-unix.
18223
18224 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * compface.el (uncompface): Make sure the eol conversion doesn't take
18227         place when communicating with the external programs.
18228         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18229
18230 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18233
18234 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18235
18236         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18237         Make it more robust by parsing author and date independently.
18238
18239 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18242
18243 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18244
18245         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18246         first matching secret key.
18247         (mml2015-epg-encrypt): Ditto.
18248
18249         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18250         first matching secret key.
18251         (mml1991-epg-encrypt): Ditto.
18252
18253         * mml2015.el (mml2015-encrypt-to-self): New user option.
18254         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18255         mml2015-epg-encrypt-to-self is set.
18256
18257         * mml1991.el (mml1991-encrypt-to-self): New variable.
18258         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18259         mml1991-epg-encrypt-to-self is set.
18260
18261         * mml2015.el (mml2015-signers): New user option.
18262         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18263         (mml2015-epg-encrypt): Allow to select signing keys.
18264
18265         * mml1991.el (mml1991-signers): New variable.
18266         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18267         (mml1991-epg-encrypt): Allow to select signing keys.
18268
18269 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * nnheader.el (nnheader-insert-head): Make it work even if the file
18272         uses CRLF for the line-break code.
18273
18274 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18275
18276         * mml2015.el: Require mml-sec instead of password.
18277         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18278         (mml2015-cache-passphrase): Inherit the default value from
18279         mml-secure-cache-passphrase.
18280         (mml2015-passphrase-cache-expiry): Inherit the default value from
18281         mml-secure-passphrase-cache-expiry.
18282
18283         * mml1991.el: Require mml-sec instead of password.
18284         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18285         (mml1991-cache-passphrase): Inherit the default value from
18286         mml-secure-cache-passphrase.
18287         (mml1991-passphrase-cache-expiry): Inherit the default value from
18288         mml-secure-passphrase-cache-expiry.
18289
18290         * mml-sec.el: Require password.
18291         (mml-secure-verbose): New user option.
18292         (mml-secure-cache-passphrase): New user option.
18293         (mml-secure-passphrase-cache-expiry): New user option.
18294
18295 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18296             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18297
18298         * pgg-def.el (pgg-truncate-key-identifier):
18299         Truncate the key ID to 8 letters from the end.
18300
18301 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18302
18303         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18304         workaround for the url package included with Emacs.
18305
18306         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18307
18308 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18311         correctly.  This fixes a bug caused by the 2006-05-12 change.
18312
18313 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18314
18315         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18316         some information about the error when saying that the `bogus' mail
18317         group will be used.
18318
18319 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18320
18321         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18322         string.
18323
18324 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18325
18326         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18327
18328 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18329
18330         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18331
18332 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18333
18334         * mml1991.el (mml1991-function-alist): Add epg.
18335         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18336         (mml1991-epg-encrypt): New functions.
18337
18338 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18339
18340         * mml2015.el (mml2015-verbose): New variable.
18341         (mml2015-cache-passphrase): Ditto.
18342         (mml2015-passphrase-cache-expiry): Ditto.
18343         (mml2015-function-alist): Add epg.
18344         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18345         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18346         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18347         New functions.
18348
18349 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18350
18351         * message.el (message-cite-original-1): Preserve region when removing
18352         quoted text due to X-No-Archive in order to avoid bogus attribution
18353         when citing multiple messages.
18354
18355 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18356
18357         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18358         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18359
18360 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * gnus-diary.el (gnus-user-format-function-d)
18363         (gnus-user-format-function-D): Autoload.
18364
18365         * imap.el (Commentary): Fix typo.
18366
18367         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18368         2006-04-22 contribution.
18369
18370 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18371
18372         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18373         It didn't really fix the bogosity I'm seeing with solid web groups.
18374
18375 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18376
18377         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18378         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18379         created using server names.  If we use the feature without declaring
18380         it, Gnus does not properly manage server and group state.
18381
18382         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18383         bound.
18384
18385 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18386
18387         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18388         looking up the method using GROUP's prefix before inventing a new one.
18389         It is used on killed/unknown groups in various places where returning
18390         an all-new method isn't expected by the caller.
18391
18392         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18393         and match semantics of gnus-group-real-prefix.
18394
18395 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * nnmail.el (nnmail-broken-references-mailers): New variable.
18398         (nnmail-ignore-broken-references): New function generalizing
18399         nnmail-fix-eudora-headers.
18400         (nnmail-fix-eudora-headers): Now obsolete.
18401
18402         * gnus-art.el (gnus-button-handle-custom):
18403         Support `customize-apropos*'.
18404
18405 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18406
18407         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18408
18409         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18410         articles.
18411
18412 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * message.el (message-cite-reply-above): New variable.
18415         (message-yank-original): Use it.
18416
18417 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18420
18421 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18422
18423         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18424         as read.
18425
18426         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18427
18428 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18431         (gnus-bookmark-default-file): Use gnus-directory.
18432         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18433         Remove "*" in doc string.
18434         (gnus-bookmark-write-file): Simplify.
18435         (gnus-bookmark-maybe-sort-alist): Use `when'.
18436         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18437         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18438         Add FIXME about Emacs 21 and XEmacs compatibility.
18439         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18440         compatibility.
18441         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18442         compatibility.
18443         (gnus-bookmark-menu-heading): Fix version.
18444
18445 2006-06-19  Bastien Guerry  <bzg@altern.org>
18446
18447         * gnus-bookmark.el: New file.
18448
18449 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * message.el (message-syntax-checks): Doc fix.
18452
18453 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18454
18455         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18456         unsubscribed groups as if they were killed ones.  It causes duplicate
18457         entries in gnus-newsrc-alist.
18458
18459 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * message.el (message-syntax-checks): Doc fix.
18462         (message-send-mail): Add check for continuation headers.
18463         (message-check-news-header-syntax): Fix regexp used to check for
18464         continuation headers.
18465
18466 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18469
18470 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18471
18472         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18473
18474 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18477         default-truncate-lines.
18478
18479 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18482         to fill the utf-8 entry.
18483
18484         * lpath.el: Fbind unicode-precedence-list.
18485
18486 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18487
18488         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18489
18490 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18491
18492         * gnus-agent.el (directory-files-and-attributes): Move all the way
18493         forward (the third and final move).
18494         (gnus-agent-read-agentview): Trap reconstruction errors due to
18495         nonexistent directory.  Handle by returning nil.
18496
18497 2006-05-30  Didier Verna  <didier@xemacs.org>
18498
18499         * message.el (message-dont-reply-to-names): Update the custom type.
18500         * message.el (message-dont-reply-to-names): New defsubst: potentially
18501         convert a list of regexps into a single one.
18502         * message.el (message-get-reply-headers): Use it.
18503         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18504
18505 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * gnus-agent.el (directory-files-and-attributes): Move forward.
18508
18509 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18510
18511         * gnus-ml.el (gnus-mailing-list-subscribe)
18512         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18513         (gnus-mailing-list-message): Fix doc strings.
18514
18515 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18516
18517         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18518         of doing it manually.
18519
18520 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18521
18522         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18523         comment.
18524
18525 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18526
18527         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18528         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18529         (gnus-agent-read-local): All symbols allocated in my-obarray.
18530         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18531         (gnus-agent-regenerate-group): Check numeric names to see if they are
18532         messages or groups.
18533         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18534         better way of do this...)
18535
18536         * gnus-cache.el (gnus-agent-total-fetched-for):
18537         Ignore 'dummy.group' (there should be a better way of do this...)
18538
18539 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18542         (gnus-saved-headers): Ditto.
18543         (gnus-default-article-saver): Mention functions may have properties.
18544         (gnus-article-save): Override gnus-save-all-headers and
18545         gnus-saved-headers by :headers property which saver function may have.
18546         (gnus-summary-save-in-file): Add :headers property.
18547         (gnus-summary-write-to-file): Ditto.
18548
18549         * gnus-sum.el (gnus-summary-save-article): Bind
18550         gnus-prompt-before-saving to t when saving many articles in a file;
18551         always show all headers.
18552
18553         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18554
18555 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18558         marks.
18559
18560         * message.el (message-indent-citation): Add optional arguments to allow
18561         using it outside of message buffers.
18562
18563         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18564         (gnus-article-treat-unfold-headers): Use it.
18565         (gnus-article-truncate-lines): New variable.
18566         (gnus-article-mode): Use it.
18567         (gnus-article-toggle-truncate-lines): New function.
18568
18569         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18570         Add gnus-article-toggle-truncate-lines.
18571
18572         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18573         coding system in XEmacs, use binary.
18574
18575 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18578         after-load-alist.
18579
18580         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18581         this function should save decoded articles.
18582         (gnus-summary-write-to-file): Use property to specify this function
18583         should save decoded articles and specify gnus-summary-save-in-file
18584         should be used to save articles other than the first one when saving
18585         many articles.
18586         (gnus-summary-save-body-in-file): Use property to specify this
18587         function should save decoded articles.
18588         (gnus-summary-write-body-to-file): Use property to specify this
18589         function should save decoded articles and specify
18590         gnus-summary-save-body-in-file should be used to save articles other
18591         than the first one when saving many articles.
18592
18593         * gnus-sum.el (gnus-summary-save-article): Simplify.
18594
18595 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * gnus-art.el (gnus-default-article-saver):
18598         Add gnus-summary-write-body-to-file.
18599         (gnus-article-save-coding-system): Don't use coding system object
18600         in XEmacs.
18601         (gnus-read-save-file-name): Add optional `dir-var' argument which
18602         specifies directory in which files are saved; work even if optional
18603         `variable' argument is not specified.
18604         (gnus-summary-write-to-file): Read file name.
18605         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18606         (gnus-summary-write-body-to-file): New function.
18607
18608         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18609         (gnus-summary-local-variables): Add it.
18610         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18611         (gnus-summary-save-article): Remove optional `decode' argument;
18612         determine whether to decode articles by the value of
18613         gnus-default-article-saver; when saving many files using
18614         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18615         it first and use gnus-summary-save-in-file or
18616         gnus-summary-save-body-in-file thereafter unless
18617         gnus-prompt-before-saving is always; move point to article which
18618         will be saved.
18619         (gnus-summary-save-article-file): Revert.
18620         (gnus-summary-write-article-file): Revert.
18621         (gnus-summary-save-article-body-file): Revert.
18622         (gnus-summary-write-article-body-file): New function.
18623
18624 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * gnus-art.el (gnus-default-article-saver): Doc fix.
18627         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18628         from gnus-summary-save-article-coding-system, and default to a
18629         certain coding system.
18630         (gnus-output-to-file): Add coding cookie and encode text according
18631         to gnus-article-save-coding-system; don't use mm-append-to-file.
18632
18633         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18634         gnus-art.el and rename to gnus-article-save-coding-system.
18635         (gnus-summary-save-article): Require gnus-art; don't show all
18636         headers if it decodes articles; don't add coding cookie here;
18637         don't bind mm-text-coding-system-for-write.
18638         (gnus-summary-save-article-file): Save decoded articles.
18639         (gnus-summary-write-article-file): When saving many files, use
18640         gnus-summary-write-to-file first and gnus-summary-save-in-file
18641         thereafter unless gnus-prompt-before-saving is always.
18642         (gnus-summary-save-article-body-file): Save decoded articles.
18643
18644         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18645
18646 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * nnrss.el (nnrss-check-group): Bind hash-index.
18649
18650 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18651
18652         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18653         its hash index.  Store this hash in `nnrss-group-data'.
18654         (nnrss-read-group-data): Update accordingly.
18655
18656 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18659         entry.
18660
18661         * gnus-sum.el (gnus-summary-make-menu-bar):
18662         Add gnus-article-browse-html-article.
18663
18664 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18665
18666         * gnus-sum.el (gnus-summary-mime-map):
18667         Add gnus-article-browse-html-article.
18668
18669         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18670
18671 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18672
18673         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18674         suitable coding systems in customize.
18675
18676 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * mail-source.el (mail-sources): Fix custom type.
18679
18680 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18683         (gnus-summary-expire-articles-now): Shorten prompt.
18684
18685         * gmm-utils.el (wid-edit): Require.
18686         (defun-gmm): Rename from `gmm-defun-compat'.
18687         (gmm-image-search-load-path): Use it.
18688         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18689
18690 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * gnus-sum.el (gnus-summary-save-article-coding-system):
18693         New variable.
18694         (gnus-summary-save-article): Add optional `decode' argument.
18695         If it is set and gnus-summary-save-article-coding-system is non-nil,
18696         save decoded article.
18697         (gnus-summary-write-article-file): Save decoded article if
18698         gnus-summary-save-article-coding-system is non-nil.
18699
18700         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18701         type.
18702
18703 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18706
18707 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18710         first to test gnus-single-article-buffer which may be buffer-local.
18711
18712         * gnus-sum.el (gnus-summary-setup-buffer):
18713         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18714         group; make gnus-article-buffer, gnus-article-current, and
18715         gnus-original-article-buffer always buffer-local.
18716         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18717         group.
18718         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18719
18720 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18721
18722         * nnml.el (nnml-request-compact-group): Compressed files might not
18723         have .gz extension.
18724
18725 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18726
18727         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18728         (mm-copy-to-buffer): Use with-current-buffer.
18729         (mm-display-part): Simplify.
18730         (mm-inlinable-p): Add optional arg `type'.
18731
18732 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18733
18734         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18735         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18736         Try harder to show the attachment internally or externally using
18737         gnus-mime-view-part-as-type.
18738
18739 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18740
18741         * message.el (message-from-style, message-signature-separator)
18742         (message-user-organization-file, message-send-mail-function)
18743         (message-citation-line-function, message-yank-prefix)
18744         (message-indent-citation-function, message-signature)
18745         (message-signature-file, message-signature-insert-empty-line):
18746         Remove autoloads.
18747
18748         * gnus-art.el (gnus-buttonized-mime-types):
18749         Remove "multipart/signed".  Revert 2006-04-26 change.
18750
18751 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18752
18753         * gnus.el (gnus-version-number): Bump version.
18754
18755 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18756
18757         * gnus.el: No Gnus v0.5 is released.
18758
18759 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18760
18761         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18762         fetching articles by message-id.
18763
18764 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18765
18766         * message.el (hashcash): Require hashcash as normal.
18767
18768         * ecomplete.el (ecomplete-highlight-match-line):
18769         Use point-at-eol.
18770         (ecomplete-highlight-match-line): Use `highlight', because that
18771         face exists in both Emacs and XEmacs.
18772
18773         * message.el (message-display-abbrev): Use point-at-bol.
18774
18775         * mail-source.el: Don't require timer/timer-funcs.
18776
18777         * gnus-async.el: Ditto.
18778
18779         * password.el: Ditto.
18780
18781         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18782
18783         * mm-url.el: Ditto.
18784
18785         * gnus-xmas.el: Don't require timer-funcs.
18786
18787         * mm-util.el: Require timer/timer-funcs.
18788
18789 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18790
18791         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18792         Close.
18793
18794 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18797         unibyte after clear-decrypt function runs.
18798
18799         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18800         returns as a unibyte string.
18801
18802 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * lpath.el: Revert.
18805
18806         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18807         (pgg-gpg-process-sentinel): Revert.
18808
18809         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18810         (pgg-pgp-lookup-key): Revert.
18811
18812         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18813         (pgg-pgp5-lookup-key): Revert.
18814
18815         * pgg.el (pgg-fetch-key): Revert.
18816
18817 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * lpath.el: Fbind string-as-multibyte for XEmacs.
18820
18821         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18822         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18823         (mml1991-pgg-encrypt): Ditto.
18824
18825         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18826         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18827         a multibyte buffer.
18828
18829         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18830         (pgg-pgp-lookup-key): Ditto.
18831
18832         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18833         (pgg-pgp5-lookup-key): Ditto.
18834
18835         * pgg.el (pgg-fetch-key): Ditto.
18836
18837 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * message.el (message-user-organization-file): Check several
18840         locations of the organization file.
18841
18842         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18843         Add gnus-article-view-part-as-type.
18844
18845         * gnus-art.el (gnus-article-view-part-as-type): New function.
18846
18847         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18848         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18849
18850         * mml.el: Simplify autoload.
18851         (mml-mode): defvar dnd-protocol-alist instead of using
18852         symbol-value.
18853         (mml-default-directory): New variable.
18854         (mml-minibuffer-read-file): Use it.
18855         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18856
18857         * message.el (message-citation-line-format): New variable.
18858         (message-insert-formated-citation-line): New function.
18859         (message-citation-line-function):
18860         Add `message-insert-formated-citation-line' to custom type.
18861
18862         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18863         to doc string.
18864
18865         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18866         depending on mm-verify-option.
18867
18868 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18871         binding pgg-* variables; reimplement the section which prevents
18872         MIME header from being signed.
18873         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18874         pgg-text-mode; remove a blank line at the top of body.
18875
18876         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18877         lines at the top of body; use gnus-newsgroup-charset if there's no
18878         Charset header.
18879
18880 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18881
18882         * message.el (message-self-insert-commands): Doc fix.
18883
18884         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18885         (mm-uu-pgp-encrypted-test): Ditto.
18886         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18887         between header and body; return application/pgp-encrypted handle
18888         if decryption failed; decode decrypted body by charset.
18889
18890         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18891         element match to application/pgp-*.
18892
18893 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18894
18895         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18896         HTML.
18897
18898 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18899
18900         * mail-source.el (mail-source-call-script): Message the error
18901         string.
18902
18903 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18904
18905         * gnus-util.el (gnus-byte-compile): Use it.
18906
18907 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18908
18909         * gnus-util.el (kill-empty-logs): New function.
18910
18911 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18912
18913         * message.el (message-mail-alias-type): Doc fix.
18914         (message-mail-alias-type-p): New function.
18915         (message-send): Use it.
18916         (message-mode): Ditto.
18917         (message-strip-forbidden-properties): Ditto.
18918
18919         * ecomplete.el (ecomplete-database-file-coding-system):
18920         New variable.
18921         (ecomplete-save): Use it.
18922         (ecomplete-setup): Use it.
18923
18924 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * message.el (message-self-insert-commands): New variable.
18927         (message-strip-forbidden-properties): Use it.
18928
18929 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930
18931         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18932         that doesn't make XEmacs choke.
18933
18934 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18935
18936         * gnus-util.el (gnus-replace-in-string):
18937         Prefer replace-regexp-in-string over of replace-in-string.
18938
18939 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * gnus-util.el (gnus-select-frame-set-input-focus):
18942         Use select-frame-set-input-focus if it is available in XEmacs; use
18943         definition defined in Emacs 22 for old Emacsen.
18944
18945         * dgnushack.el: Autoload unmorse-region for XEmacs.
18946
18947         * lpath.el: Bind cursor-in-non-selected-windows and
18948         select-frame-set-input-focus for XEmacs.
18949
18950 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18953
18954 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18955
18956         * gnus-registry.el (gnus-registry-cache-save): Remove text
18957         properties when saving via the temp buffer.
18958
18959 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * message.el (message-generate-hashcash): Honor custom type.
18962
18963 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18964
18965         * message.el (message-generate-hashcash): Default to non-nil when
18966         hashcash is found.
18967
18968         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18969         (gnus-refer-thread-limit): Increase default to 500.
18970
18971         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18972
18973         * flow-fill.el (fill-flowed): Allow delete-space.
18974
18975 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18976
18977         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18978         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18979         Remove autoloads.
18980
18981 2006-04-18  Simon Josefsson  <jas@extundo.com>
18982
18983         * message.el (message-generate-hashcash): Default to.
18984
18985 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18988         concatenating segments rather than before concatenating them.
18989
18990 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18991
18992         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18993
18994 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18995
18996         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18997
18998         * message.el (message-forward-make-body-plain):
18999         Allow message-forward-ignored-headers to be a list.
19000         (message-remove-ignored-headers): Factor out into function.
19001         (message-forward-make-body-mml): Use it.
19002
19003         * imap.el (imap-quote-specials): New function.
19004         (imap-login-auth): Quote specials.
19005
19006         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19007         (rfc2231-parse-string): Allow concatanation of parameters that
19008         aren't contiguous.  The test case is
19009           (mail-header-parse-content-type "message/external-body;
19010             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19011             access-type=LOCAL-FILE;
19012             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19013
19014 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19015
19016         * nntp.el (nntp-accept-process-output): Return the value of
19017         `nnheader-accept-process-output'.
19018
19019 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19020
19021         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19022         (gnus-button-alist): Recognize more diff formats.
19023         (gnus-button-patch): Strip directory.
19024
19025 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19026
19027         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19028         Emacs 22 when setting focus.
19029
19030 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19031
19032         * gnus-art.el (gnus-article-treat-types): Do treatment of
19033         text/x-verbatim parts.
19034         (gnus-button-patch): New command.
19035
19036         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19037         addresses that contain invalid characters.
19038
19039 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19040
19041         * message.el (message-put-addresses-in-ecomplete):
19042         Use gnus-replace-in-string.
19043         (message-is-yours-p): Use the more correct
19044         mail-header-parse-address instead of
19045         mail-extract-address-components.
19046         (message-put-addresses-in-ecomplete): Fix typo.
19047
19048         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19049         keystroke.
19050
19051         * gnus-art.el (gnus-treatment-function-alist): Change order of
19052         newsgroups/generic header folding to avoid double-folding.
19053
19054         * message.el (message-hidden-headers): Add X-Draft-From.
19055
19056         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19057         New command.
19058         (gnus-summary-repeat-search-article-backward): New command.
19059
19060         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19061         groups in the parent topic.
19062
19063 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19064
19065         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19066         (spam-extra-header-to-number): Return the CRM114 number as a
19067         number instead of a string.
19068
19069 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19070
19071         * gnus-art.el (gnus-face-properties-alist): Move here from
19072         gnus-fun.
19073
19074         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19075
19076 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19077
19078         * message.el (message-strip-forbidden-properties): Only display on
19079         self-insert-command.
19080
19081         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19082         reindent.
19083         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19084
19085 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19086
19087         * smiley.el (smiley-style): Fix typo.
19088
19089 2006-03-23  Kenichi Handa  <handa@m17n.org>
19090
19091         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19092         instead of set-buffer-multibyte.
19093
19094 2006-03-23  Kenichi Handa  <handa@m17n.org>
19095
19096         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19097         buffer and then decode the buffer text if necessary.
19098         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19099         first, and after mm-encode-body, change the buffer to unibyte.
19100
19101 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19102
19103         * hashcash.el (hashcash-insert-payment-async-2):
19104         Use message-goto-eoh instead of doing it manually.
19105         (mail-add-payment): Use message-narrow-to-header instead of trying
19106         to do the same itself.
19107
19108         * message.el (message-hidden-headers): Add Face.
19109
19110         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19111         reparenting code.
19112         (gnus-summary-reparent-children): Refactored out code.
19113         (gnus-summary-thread-map): New keystroke.
19114         (gnus-summary-reparent-children): Make into command.
19115
19116         * smiley.el (smiley-style): Default to `medium' if using a large
19117         font.
19118
19119         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19120         does it itself.
19121
19122         * message.el (message-point-in-header-p): Simplify definition.
19123
19124 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * nnagent.el (nnagent-request-set-mark): Silence log file
19127         writing.
19128         (nnagent-request-set-mark): Use write-region instead of
19129         append-to-file.
19130
19131         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19132         strange select method.
19133
19134         * ecomplete.el (ecomplete-display-matches): Get highlightling
19135         right.
19136         (ecomplete-display-matches): Use literals.
19137         (ecomplete-display-matches): Disable message logging.
19138
19139         * message.el (message-display-abbrev): Small optimization.
19140
19141         * ecomplete.el (ecomplete-display-matches): Allow automatic
19142         display.
19143
19144         * message.el (message-strip-forbidden-properties):
19145         Display abbrevs.
19146         (message-display-abbrev): Get automatic display right.
19147
19148         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19149         keystrokes.
19150
19151 2006-04-13  Romain Francoise  <romain@orebokech.com>
19152
19153         TODO: Backport to v5-10!
19154
19155         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19156         Move here (and rename) from gnus-registry.el.
19157
19158         * gnus-registry.el: Require gnus-util.
19159         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19160
19161 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19162
19163         * gnus-group.el (gnus-group-catchup-current):
19164         Change if-then-else-if-then-else into cond.
19165         (gnus-group-catchup): Indent.
19166         (group-name-at-point): New function.
19167         (gnus-fetch-group): Provide default from thing at point.
19168
19169 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19170
19171         * message.el (message-display-abbrev): Fix regexp.
19172
19173         * ecomplete.el (ecomplete-highlight-match-line):
19174         Reimplement choosing.
19175         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19176         dead variables.
19177
19178         * message.el (message-newline-and-indent): Remove debugging.
19179         (message-display-abbrev): Use new implementation.
19180
19181 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * gnus-art.el (gnus-article-mode):
19184         Set cursor-in-non-selected-windows to nil.
19185
19186         * smiley.el: Revert previous change.
19187         (smiley-data-directory): defvar it before using it in the
19188         defcustom of `smiley-style'.
19189
19190 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19191
19192         * message.el (message-newline-and-indent): New function.
19193
19194         * ecomplete.el: Implement more bits.
19195
19196         * message.el (message-put-addresses-in-ecomplete): Clean up the
19197         string.
19198
19199         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19200
19201         * gnus-sum.el (gnus-summary-save-parts):
19202         Bind gnus-summary-save-parts-counter and use it to make unique file
19203         names.
19204
19205         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19206
19207         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19208         parameter to say whether to actually parse the individual
19209         addresses.
19210
19211         * message.el (message-put-addresses-in-ecomplete): New function.
19212         (ecomplete): Require.
19213         (message-mail-alias-type): Add ecomplete as an option.
19214
19215 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19216
19217         * flow-fill.el (fill-flowed): Remove trailing space from blank
19218         quoted lines.
19219
19220 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19221
19222         * smiley.el (smiley-style): Move definition later to avoid a
19223         compilation warning.
19224
19225 2006-04-12  Kenichi Handa  <handa@m17n.org>
19226
19227         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19228         buffer and then decode the buffer text if necessary.
19229         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19230         first, and after mm-encode-body, change the buffer to unibyte.
19231         Use mm-disable-multibyte instead of set-buffer-multibyte.
19232
19233 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19234
19235         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19236         Content-Type header instead of Content-Disposition header.
19237         (gnus-mime-inline-part): Ditto.
19238         (gnus-mime-view-part-as-charset): Ignore charset that the part
19239         specifies.
19240
19241         * mm-decode.el (mm-display-part): Work with external parts and
19242         usual parts similarly.
19243
19244         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19245         instead of gnus-display-mime.
19246
19247         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19248         instead of with-temp-buffer.
19249
19250         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19251         tag to summarized topics part in order to encode non-ASCII text.
19252
19253 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19254
19255         * smiley.el (smiley-style): New variable.
19256         (smiley-directory): New function.
19257         (smiley-data-directory): Derive from `smiley-style' using
19258         `smiley-directory'.
19259         (smiley-regexp-alist): Add new entries.
19260
19261         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19262         (gnus-article-browse-delete-temp): Add :version.
19263
19264 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19265
19266         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19267         the sieve region.
19268
19269 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19270
19271         * gnus.el (gnus-version-number): Bump version.
19272
19273 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19274
19275         * gnus.el: No Gnus v0.4 is released.
19276
19277 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19278
19279         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19280         layout.
19281
19282         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19283         unknown charset.
19284
19285         * message.el (message-header-synonyms): Add Original-To to the
19286         default.
19287
19288         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19289         optional parameter.
19290
19291 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19292
19293         * gnus-fun.el (gnus): Require it for gnus-directory.
19294
19295 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19298
19299 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19300
19301         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19302
19303 2006-04-05  Simon Josefsson  <jas@extundo.com>
19304
19305         * password.el (password-reset): New function.
19306
19307 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19308
19309         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19310         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19311
19312 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19313
19314         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19315         Some whitespace was matched into the url, which broke browsing hits
19316         > 100 when mm-url-use-external was nil.
19317
19318 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19319
19320         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19321         Check gnus-extra-headers for 'Newsgroups.
19322
19323         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19324         bound.
19325
19326 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19327
19328         * pgg-gpg.el: Clean up process buffers every time gpg processes
19329         complete.
19330
19331 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19332
19333         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19334         doc string.
19335
19336 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19337
19338         * pgg-gpg.el (pgg-gpg-process-filter)
19339         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19340
19341         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19342         lines, temporary fix.
19343
19344 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19345
19346         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19347
19348 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19349
19350         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19351         default-enable-multibyte-characters.  This reverts the change from
19352         revision 6.17 which is no longer necessary because the passphrase
19353         is sent separately now.  GnuPG messages are unreadable under
19354         multibyte locales with default-enable-multibyte-characters set to
19355         nil.
19356
19357 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * message.el (message-tool-bar-gnome): Move "spell".
19360
19361 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19362
19363         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19364         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19365         instead.
19366
19367 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19368
19369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19370         Improve newsgroups handling for NNTP overviews which don't include
19371         Newsgroups.
19372
19373 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19374
19375         * message.el (message-resend): Bind message-generate-hashcash to nil.
19376
19377 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19378
19379         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19380         when searching for already-paid recipients.
19381
19382 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19383
19384         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19385         passphrases when it is not needed.
19386         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19387         passphrase stuff from gpg, should only be necessary when you use
19388         gpg with a smartcard.
19389
19390 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * mml.el (mml-insert-mime): Ignore cached contents of
19393         message/external-body part.
19394
19395         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19396         (mm-insert-part): Ditto.
19397
19398 2006-03-23  Simon Josefsson  <jas@extundo.com>
19399
19400         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19401         Reiner.
19402         (pgg-gpg-use-agent-p): Use it again.
19403
19404 2006-03-23  Simon Josefsson  <jas@extundo.com>
19405
19406         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19407         older emacsen.
19408         (pgg-gpg-use-agent-p): Don't use it.
19409
19410 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19411
19412         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19413         if we can.
19414
19415 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19416
19417         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19418         (pgg-gpg-update-agent): New function.
19419         (pgg-gpg-use-agent-p): New function.
19420         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19421         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19422         (pgg-gpg-sign-region): Use it.
19423
19424 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19427         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19428
19429 2006-03-21  Simon Josefsson  <jas@extundo.com>
19430
19431         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19432         <wilde@sha-bang.de>.
19433         (pgg-gpg-use-agent): New variable.
19434         (pgg-gpg-process-region): Use it.
19435         (pgg-gpg-encrypt-region): Likewise.
19436         (pgg-gpg-encrypt-symmetric-region): Likewise.
19437         (pgg-gpg-decrypt-region): Likewise.
19438         (pgg-gpg-sign-region): Likewise.
19439         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19440
19441 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19444
19445         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19446         Add comment on version.
19447
19448 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19449
19450         * smiley.el: Add missing test smiley.
19451
19452 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * mm-decode.el (mm-with-part): New macro.
19455         (mm-get-part): Use it; work with message/external-body as well.
19456         (mm-save-part): Treat name and filename equally.
19457
19458         * mm-extern.el (mm-extern-cache-contents): New function.
19459         (mm-inline-external-body): Use it; force the part to be displayed;
19460         move undisplayer added to the cached handle to the parent.
19461
19462         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19463         (gnus-mime-view-part-as-type): Work with message/external-body.
19464
19465         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19466
19467 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19470         images in image-load-path.  [Sync with image.el, revision 1.60, in
19471         Emacs.]
19472
19473 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19474
19475         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19476         path rather than symbol.  Always return list of directories.
19477         Guarantee that image directory comes first.  [Sync with image.el,
19478         revision 1.59, in Emacs.]
19479
19480         * message.el (message-make-tool-bar): Adjust to new API of
19481         `gmm-image-load-path-for-library'.
19482
19483         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19484
19485         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19486
19487 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19488
19489         * gnus-art.el (gnus-article-only-boring-p):
19490         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19491         intangible text.
19492         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19493
19494 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19495
19496         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19497         Use `defun' instead of `gmm-defun-compat'.
19498
19499 2006-03-14  Simon Josefsson  <jas@extundo.com>
19500
19501         * message.el (message-unique-id): Don't use message-number-base36
19502         if (user-uid) is a float.
19503         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19504
19505 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19508
19509         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19510         empty line between a part and a message part.
19511
19512 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19513
19514         * smiley.el: Add more test smileys.
19515         (smiley-data-directory, smiley-regexp-alist)
19516         (gnus-smiley-file-types): Fix doc strings.
19517         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19518         adding new elements.
19519         (smiley-mouse-map): Unused code.  Make it a comment.
19520
19521 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19524         scan latest NoCeM messages instead of old ones.
19525         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19526         delimiters that are recently used.
19527         (gnus-nocem-load-cache): Add autoload cookie.
19528
19529         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19530
19531         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19532         level which is larger than gnus-use-nocem is specified.
19533
19534         * gnus-group.el (gnus-group-get-new-news): Ditto.
19535
19536 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * gnus-util.el (gnus-tool-bar-update): New function.
19539
19540         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19541         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19542
19543         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19544
19545         * gnus-group.el (gnus-group-redraw-when-idle)
19546         (gnus-group-redraw-check): Remove.
19547         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19548
19549 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19552         if optional last element is specified in splits (FIELD VALUE...).
19553
19554 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19555
19556         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19557         to gmm-image-load-path-for-library.  Call with no-error argument.
19558         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19559
19560         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19561
19562         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19563
19564         * gmm-utils.el (gmm-image-load-path): Remove alias.
19565
19566 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19567
19568         * gmm-utils.el (gmm-image-load-path): Add alias.
19569
19570         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19571         nnml-generate-nov-databases-1.
19572         (nnml-generate-nov-databases): Use it.
19573         (nnml-generate-nov-databases-directory): Document no-active
19574         argument.
19575
19576         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19577         directory if path is t.  Add no-error.
19578
19579         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19580         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19581
19582         * gnus-art.el (gnus-article-browse-delete-temp-files):
19583         Simplify resetting gnus-article-browse-html-temp-list.
19584
19585         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19586         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19587         Add example to docstring.  Rename local variables.  Move error
19588         checks to default case in cond and simplify.
19589
19590 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19593         handle is multipart when calling it recursively.
19594         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19595
19596 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19597
19598         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19599         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19600
19601 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19604         is loaded.
19605
19606         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19607         loaded.
19608
19609 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19610
19611         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19612         to "Emacs 23 (unicode)" in doc string.
19613
19614         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19615         "Emacs 23 (unicode)" in comment.
19616
19617 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19620
19621         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19622         characters 160 through 255 in Emacs 23.
19623
19624 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19625
19626         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19627         gnus-article-browse-html-temp.
19628         (gnus-article-browse-delete-temp): Make it customizable.
19629         Add `file'.  Adjust doc string.
19630         (gnus-article-browse-delete-temp-files): Add argument.
19631         Allow query for each file.  Adjust doc string.
19632         (gnus-article-browse-html-parts):
19633         Add `gnus-article-browse-delete-temp-files' to
19634         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19635
19636 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19637
19638         * gnus-art.el (gnus-article-browse-html-temp)
19639         (gnus-article-browse-delete-temp): New variables.
19640         (gnus-article-browse-delete-temp-files): New function.
19641         (gnus-article-browse-html-parts): Use it.
19642
19643 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19644
19645         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19646
19647         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19648         string.
19649
19650         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19651         gnus-summary-insert-new-articles when unplugged.
19652         Remove gnus-summary-search-article-forward.
19653
19654         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19655         display-visual-class instead of display-color-cells.
19656
19657 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * dgnushack.el: Autoload customize-group for XEmacs.
19660
19661         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19662         message/* containing non-ASCII text properly.
19663
19664 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * message.el: Require gmm-utils, remove autoloads.
19667         (message-tool-bar): Set default based on
19668         gmm-tool-bar-style.
19669         (message-tool-bar-gnome): Add gmm-customize-mode.
19670
19671         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19672         gmm-tool-bar-style.
19673         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19674
19675         * gnus-group.el (gnus-group-tool-bar): Set default based on
19676         gmm-tool-bar-style.
19677         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19678
19679         * gmm-utils.el (gmm-image-directory): Rename variable from
19680         gmm-image-load-path.
19681         (gmm-image-load-path): Use gmm-image-directory.
19682         (gmm-customize-mode): New function.
19683         (gmm-tool-bar-style): New variable.
19684
19685         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19686         gnus-group-redraw-line-number.
19687         (gnus-group-redraw-check): Simplify.
19688         (gnus-group-tool-bar-update): Remove redraw check.
19689         (gnus-group-make-tool-bar): Add redraw check.
19690
19691 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19692
19693         * gnus-art.el (gnus-button): Add missing parentheses.
19694
19695 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19696
19697         * lpath.el: Fbind line-number-at-pos.
19698
19699 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19702
19703 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19704
19705         * gnus-art.el (gnus-button): New face.
19706         (gnus-article-button-face): Use it.
19707
19708         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19709         Add gnus-summary-next-page.  Re-order.
19710
19711         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19712         next-node are now included.
19713         (gnus-group-redraw-line-number): New internal variable.
19714         (gnus-group-redraw-check): Helper function for updating the tool
19715         bar.
19716         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19717
19718         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19719
19720         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19721         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19722         Use it to match format of Spamassassin 3.0 and later.
19723         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19724         (spam-check-bogofilter)
19725         (spam-bogofilter-register-with-bogofilter): Fix args of
19726         `gnus-error' calls.
19727
19728 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19729
19730         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19731         unnecessary interaction when sending queued mails.
19732         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19733
19734 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19735
19736         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19737         first or last are nil.
19738
19739 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19740
19741         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19742
19743 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19744
19745         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19746
19747 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19748
19749         * dns.el (query-dns): Protect more against buggy tcp output.
19750
19751 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19752
19753         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19754         nov.php.
19755
19756 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19757
19758         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19759         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19760         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19761         output on the server side.
19762         (nnweb-google-create-mapping): Update regexps and add some
19763         progress indication.
19764
19765 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19766
19767         * gnus-group.el (gnus-group-tool-bar-gnome):
19768         Fix gnus-agent-toggle-plugged.  Re-order icons.
19769         (gnus-group-tool-bar-gnome):
19770         Add gnus-group-{prev,next}-unread-group.
19771         (gnus-group-tool-bar-gnome): Re-order icons.
19772
19773         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19774         Move gnus-summary-insert-new-articles.
19775
19776         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19777         Fix comments.
19778
19779         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19780         also available in Emacs 21.3.
19781
19782         * message.el (message-fix-before-sending): Change "Emacs 22" to
19783         "Emacs 23 (unicode)" in comment.
19784
19785         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19786         "Emacs 23 (unicode)" in comment.
19787
19788         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19789         comment.
19790         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19791
19792         * mm-view.el (mm-fill-flowed): Add :version.
19793
19794 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19797         and load-path.
19798
19799 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19800
19801         * message.el: Autoload gmm-image-load-path.
19802         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19803         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19804         consitency.
19805
19806         * gmm-utils.el (gmm-image-load-path): Also search in
19807         "../etc/images".  Don't set gmm-image-load-path if we don't find
19808         the image.
19809
19810 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19811
19812         * gmm-utils.el (gmm-image-load-path): Don't make
19813         `gmm-image-load-path' include subdirectories which the second arg
19814         `image' might specify.
19815
19816         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19817         subdirectory to icon file names.
19818
19819         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19820
19821 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19824         gmm-image-load-path calls.
19825
19826         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19827
19828         * message.el (message-make-tool-bar): Ditto.
19829
19830         * mml.el (mml-preview): Add comment concerning tool bar icons.
19831
19832         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19833         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19834
19835         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19836         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19837
19838         * message.el (message-tool-bar-gnome): Use new icon names.
19839         (message-make-tool-bar): Use `gmm-image-load-path'.
19840
19841         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19842         New functions from MH-E.
19843         (gmm-image-load-path): New variable from MH-E.
19844         (gmm-image-load-path): New function from MH-E.  Add arguments
19845         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19846         *-image-load-path-called-flag.
19847
19848 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19849
19850         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19851
19852 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19853
19854         * nnimap.el (nnimap-request-move-article): Change folder back to
19855         source group before deleting.
19856
19857 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19858
19859         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19860
19861         * gnus-art.el (mm-url-insert-file-contents-external):
19862         Autoload mm-url.
19863
19864         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19865
19866 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19869         coding system which mm-charset-to-coding-system returns for a
19870         given charset is valid.
19871
19872 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19873
19874         * html2text.el (html2text-remove-tag-list):
19875         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19876
19877 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19878
19879         * gnus-cus.el: Revert 2005-10-17 change.
19880
19881 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * gnus-art.el (article-strip-banner):
19884         Call article-really-strip-banner only when the regexp match is made.
19885
19886 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19887
19888         * gnus-art.el (article-strip-banner):
19889         Use gnus-extract-address-components instead of
19890         mail-header-parse-addresses to make it work with non-ASCII text;
19891         remove mail-encode-encoded-word-string.
19892
19893         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19894         values which are surrounded with \"...\"; make it never cause a
19895         Lisp error; give up parsing of parameters if it failed in
19896         extracting type.
19897
19898 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19899
19900         * smime.el (smime-cert-by-ldap-1): Fix bug where
19901         `smime-ldap-search' returns results without userCertificates.
19902
19903 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19904
19905         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19906
19907 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19908
19909         * spam.el (spam-check-spamassassin-headers): Adapt format for
19910         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19911         <ari@mbf.ocn.ne.jp>.
19912         (spam-list-of-processors): Add spam-use-gmane.
19913
19914 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19917         make-temp-file; make it work with XEmacs as well.
19918
19919         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19920         mm-make-temp-file.
19921
19922         * mm-decode.el (mm-display-external): Use the 3rd arg of
19923         mm-make-temp-file.
19924         (mm-create-image-xemacs): Ditto.
19925
19926 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19927
19928         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19929         with message-narrow-to-headers.
19930         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19931         (gnus-draft-check-draft-articles): New function.
19932         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19933
19934 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19935
19936         * gnus-art.el (gnus-article-browse-html-parts):
19937         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19938         Don't use suffix argument for mm-make-temp-file for Emacs 21
19939         compatibility.  Remove useless `format'.
19940
19941 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19942
19943         * nnweb.el (nnweb-google-wash-article): Update regexps.
19944         (nnweb-group-alist): Use defvoo instead of defvar.
19945
19946 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19947
19948         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19949         re-loading nn* modules.
19950
19951 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19952
19953         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19954         for `tool-bar-mode' and don't check it's default-value.
19955
19956         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19957
19958         * message.el (message-make-tool-bar): Ditto.
19959
19960         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19961         `substring'.  Shorten tmp-file name.
19962
19963         * gnus.el: Remove bogus comment.
19964
19965 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19966
19967         * gnus-art.el (gnus-article-browse-html-parts): New function.
19968         (gnus-article-browse-html-article): New function for viewing html
19969         articles with a browser.
19970
19971 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19972
19973         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19974         in elisp.
19975         (pgg-gpg-encrypt-symmetric-region): Ditto.
19976         (pgg-gpg-sign-region): Ditto.
19977
19978         * pgg-def.el (pgg-text-mode): New variable.
19979
19980         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19981         (mml2015-pgg-encrypt): Ditto.
19982
19983         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19984         (mml1991-pgg-encrypt): Ditto.
19985
19986 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * nnfolder.el (nnfolder-insert-newsgroup-line):
19989         Use message-make-date instead of current-time-string.
19990
19991         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19992         to gnus-decoded which mm-uu might set.
19993
19994 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19995
19996         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19997         don't decode quoted parameters; remove misimported Emacs code.
19998         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19999         (rfc2231-decode-encoded-string): Don't use split-string which
20000         behaves differently according to Emacs version; use
20001         mm-decode-coding-region to convert charset to coding-system.
20002         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20003         (rfc2231-encode-string): Remove misimported Emacs code.
20004
20005 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20006
20007         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20008         when calling mail-header-parse-content-type.
20009         (article-de-quoted-unreadable): Ditto.
20010         (article-de-base64-unreadable): Ditto.
20011         (article-wash-html): Ditto.
20012
20013         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20014         calling mail-header-parse-content-type and
20015         mail-header-parse-content-disposition.
20016         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20017         mail-header-parse-content-type.
20018
20019         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20020         insert charset and format parameters; encode description after
20021         inserting it to buffer.
20022         (mml-insert-parameter): Fold lines properly even if a parameter is
20023         segmented into two or more lines; change the max column to 76.
20024
20025         * rfc1843.el (rfc1843-decode-article-body): Don't use
20026         ignore-errors when calling mail-header-parse-content-type.
20027
20028         * rfc2231.el (rfc2231-parse-string): Return at least type if
20029         possible; don't cause an error even if it fails in parsing of
20030         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20031         (rfc2231-encode-string): Don't break lines at the beginning, leave
20032         it to mml-insert-parameter.
20033
20034         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20035         calling mail-header-parse-content-type.
20036
20037 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20038
20039         * spam-report.el (spam-report-gmane-use-article-number):
20040         Improve doc string.
20041         (spam-report-gmane-internal): Check if a suitable header was found
20042         in the article.
20043
20044 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20047         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20048
20049 2006-02-05  Romain Francoise  <romain@orebokech.com>
20050
20051         Update copyright notices of all files in the gnus directory.
20052
20053 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20054
20055         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20056
20057 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20058
20059         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20060         segmented lines of parameter value to cope with Thunderbird 1.5
20061         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20062         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20063         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20064
20065 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20066
20067         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20068         parts.
20069
20070 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20071
20072         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20073         there's only one active file for all servers.
20074         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20075         solid groups.  Gnus might have used a FAST request to select the group.
20076         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20077         and nnweb-search redundantly in the active file.
20078         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20079         (nnweb-request-create-group): Don't use ARGS.
20080         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20081         initializations.  Let nnoo do the work.
20082
20083 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20084
20085         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20086         Say the part has been decoded.
20087
20088         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20089
20090 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20091
20092         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20093         mailcap-viewer-test-cache when there's no 'test clause, since that
20094         will invert the meaning of a "nil" test previously determined by
20095         mailcap-mailcap-entry-passes-test.
20096
20097 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20100         compiling.
20101
20102         * gnus-sum.el: Ditto.
20103
20104         * message.el: Don't bind tool-bar-map when compiling.
20105
20106 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20107
20108         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20109
20110 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20111
20112         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20113         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20114         current Google Groups.
20115
20116 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20117
20118         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20119         and tool-bar-mode.
20120
20121         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20122         and tool-bar-mode.
20123
20124         * message.el (message-tool-bar-update): Simplify.
20125         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20126
20127         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20128         gnus-summary-buffer.
20129         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20130         gnus-summary-reply.
20131
20132         * gmm-utils.el (gmm): Add :version.
20133
20134 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * Makefile.in (clean): New rule.
20137         (distclean): Use it.
20138
20139 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20140
20141         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20142         Don't autoload.
20143
20144 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gmm-utils.el (gmm-verbose): Add :group.
20147
20148 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20149
20150         * message.el: Change some comments WRT tool-bars.
20151
20152         * gnus-sum.el (gnus-summary-tool-bar)
20153         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20154         (gnus-summary-tool-bar-zap-list): New variables.
20155         (gnus-summary-make-tool-bar): Complete rewrite using
20156         `gmm-tool-bar-from-list'.
20157
20158         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20159         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20160         New variables.
20161         (gnus-group-make-tool-bar): Complete rewrite using
20162         `gmm-tool-bar-from-list'.
20163         (gnus-group-tool-bar-update): New function.
20164
20165         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20166
20167 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20168
20169         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20170         is dissected into a single part of which the type is the same as
20171         the given one; decode charset.
20172
20173 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20174
20175         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20176         into alists as symbol not string, since that's what
20177         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20178         look for.
20179
20180 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20181
20182         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20183         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20184
20185         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20186
20187 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20188
20189         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20190         (gnus-xmas-mime-security-button-menu): New function.
20191
20192         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20193         (gnus-mime-security-button-menu): New definition.
20194         (gnus-mime-security-button-map): Use them.
20195         (gnus-mime-security-button-menu): New function.
20196         (gnus-insert-mime-security-button): Addition to help echo.
20197         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20198         (gnus-mime-security-pipe-part): New functions.
20199
20200         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20201         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20202
20203         * mm-decode.el (mm-handle-set-disposition): Remove.
20204         (mm-handle-set-description): Remove.
20205
20206 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20207
20208         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20209         (mm-w3m-standalone-supports-m17n-p): New function.
20210         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20211         w3m usage.
20212
20213         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20214         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20215
20216 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20217
20218         * message.el (message-tool-bar-zap-list):
20219         Use gmm-tool-bar-zap-list as custom type.
20220         (message-tool-bar-update): New function.
20221         (message-tool-bar, message-tool-bar-gnome)
20222         (message-tool-bar-retro): Add message-tool-bar-update.
20223         (message-tool-bar-gnome): Add flyspell-buffer.
20224
20225         * gnus-util.el (gnus-error): Describe `args'.
20226
20227         * gmm-utils.el (gmm-error): Describe `args'.
20228         (gmm-tool-bar-zap-list): New widget.
20229         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20230
20231 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20232
20233         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20234         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20235         the number of recursive calls.
20236
20237         * mm-decode.el (mm-handle-set-disposition): New macro.
20238         (mm-handle-set-description): New macro.
20239
20240 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20243         encoding.
20244
20245 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20246
20247         * message.el (message-tool-bar-zap-list, message-tool-bar)
20248         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20249         (message-tool-bar-local-item-from-menu): Remove.
20250         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20251         (message-make-tool-bar): New function.
20252         (message-mode): Use `message-make-tool-bar'.
20253
20254         * gmm-utils.el: New file.
20255         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20256         (gmm-lazy): New widget copied from `nnmail.el'.
20257         (gmm-tool-bar-from-list): New function for creating customizable
20258         tool bars.
20259         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20260         output.
20261         (gmm): Add :prefix to defgroup.
20262
20263 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20264
20265         * gmm-utils.el (gmm-widget-p): New function.
20266
20267 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20268
20269         * mml.el (mml-attach-file): Describe `description' in doc string.
20270         (mml-menu): Add Emacs MIME manual and PGG manual.
20271
20272 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20273
20274         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20275
20276 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20277
20278         * nntp.el (nntp-end-of-line): Doc fix.
20279
20280 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20281
20282         * imap.el (imap-open): Handle case where buffer is a buffer
20283         object.
20284
20285 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20286
20287         * gnus-delay.el (gnus-delay): Don't autoload.
20288         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20289         to be re-loaded when customizing the `gnus-delay' group.
20290
20291 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20292
20293         * message.el (message-insert-citation-line): Use newlines.
20294
20295 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20296
20297         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20298         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20299         these routines, so the passphrase can be managed externally and
20300         passed in to the system.
20301         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20302         pgg-add-passphrase-to-cache function.
20303
20304         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20305         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20306         these routines, so the passphrase can be managed externally and
20307         passed in to the system.
20308         (pgg-pgp5-sign-region): Use new name of
20309         pgg-add-passphrase-to-cache function.
20310
20311 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20312
20313         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20314         part of the decoded armor to find the key-identifier.
20315         (pgg-gpg-lookup-key-owner): New function to return the
20316         human-readable identifier of a key owner.
20317         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20318         itself.
20319         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20320         the key value) if we have a key and can match it against a secret
20321         key.  Also, added a note pointing out fact that the prompt only
20322         indicates the first matching key.
20323
20324         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20325         pgg-decrypt-region.
20326         (pgg-add-passphrase-to-cache): Rename from
20327         `pgg-add-passphrase-cache' to reduce confusion (all callers
20328         changed).
20329         (pgg-remove-passphrase-from-cache): Rename from
20330         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20331         changed).
20332         (pgg-read-passphrase, pgg-add-passphrase-cache)
20333         (pgg-remove-passphrase-cache): Add informative docstrings.
20334         (pgg-decrypt): Convey provided passphrase in subordinate call to
20335         pgg-decrypt-region.
20336
20337 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20338
20339         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20340         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20341         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20342         'passphrase' argument, so the passphrase can be managed externally
20343         and then passed in to the system.
20344
20345         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20346         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20347         so the passphrase cache can be used reliably with identifiers
20348         besides a pgp packet's key id.
20349
20350         * pgg-gpg.el (pgg-gpg-encrypt-region)
20351         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20352         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20353         these routines, so the passphrase can be managed externally and
20354         passed in to the system.
20355
20356         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20357         'notruncate' argument, so the passphrase cache can be used
20358         reliably with identifiers besides a pgp packet's key id.
20359
20360 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20361
20362         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20363         symmetric encryption.
20364         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20365         encrypted session key.
20366         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20367         message ask for the passphrase in a proper way.
20368
20369         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20370         New user commands for symmetric encryption.
20371
20372 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20375
20376         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20377
20378 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20379
20380         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20381
20382 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20383
20384         * mm-decode.el (mm-inlined-types): Add application/pgp.
20385         (mm-automatic-display): Ditto.
20386
20387         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20388         part as text.
20389
20390 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20391
20392         * nnrss.el: Update copyright.
20393         (nnrss-opml-import): Query whether to subscribe to each entry.
20394
20395         * gnus-art.el:
20396         * gnus-sum.el:
20397         * gnus-xmas.el:
20398         * messagexmas.el:
20399         * mm-uu.el:
20400         * mm-view.el: Update copyright.
20401
20402 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20403
20404         * message.el (message-info): New function.
20405         (message-mode-menu): Add it.
20406         Update copyright.
20407
20408         * ChangeLog: Fix and update copyright.
20409
20410 2006-01-13  Romain Francoise  <romain@orebokech.com>
20411
20412         * message.el (message-forward-subject-name-subject): Prefer the
20413         address to 'nowhere' if the sender has no name.
20414         Fix typo.  Update copyright year.
20415
20416 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * gnus-art.el (article-wash-html):
20419         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20420         (gnus-article-wash-html-with-w3m-standalone): New function.
20421
20422         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20423         mm-inline-text-html-render-with-w3m-standalone.
20424         (mm-text-html-washer-alist): Map w3m-standalone to
20425         gnus-article-wash-html-with-w3m-standalone.
20426         (mm-inline-text-html-render-with-w3m-standalone): New function.
20427
20428 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20429
20430         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20431         Improve LaTeX.
20432
20433 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20436         (nnrss-request-article): Render text/plain parts as HTML.
20437
20438         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20439         the buffer.
20440
20441 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20442
20443         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20444         custom definition of `gnus-posting-styles'.
20445
20446         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20447         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20448
20449 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20450
20451         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20452         Use nntp for bug archive.
20453
20454 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20457         parts.
20458         (nnrss-normalize-date): New function converts ISO 8601 date into
20459         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20460         (nnrss-check-group): Use it.
20461
20462 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20463
20464         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20465
20466         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20467         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20468         (nnrss-insert-w3): Ditto.
20469
20470 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20471
20472         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20473         the articles to be forwarded including the case where neither a
20474         number of articles nor a region is specified.
20475
20476 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20477
20478         * nnrss.el (nnrss-request-article): Fix last change; fill
20479         text/plain parts.
20480
20481 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20482
20483         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20484         in text/plain part.
20485         (nnrss-check-group): Don't add excessive newline to dc:subject.
20486
20487 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20488
20489         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20490         article.
20491
20492 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20493
20494         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20495         (nnml-use-compressed-files, nnml-save-mail): Support other
20496         comression programs such as bzip2.
20497
20498 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20499
20500         * dns.el (query-dns): Make sure we check the buffer size before
20501         removing tcp headers.
20502
20503 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20504
20505         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20506         remove MIME buttons associated with multipart/alternative parts.
20507         (gnus-mime-display-alternative): Tag buttons using `article-type'
20508         text property.
20509
20510         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20511         associated with multipart/alternative parts.
20512
20513         * gnus-art.el (gnus-signature-separator): Fix custom type.
20514
20515         * mm-decode.el (mm-inlined-types): Fix custom type.
20516         (mm-keep-viewer-alive-types): Ditto.
20517         (mm-automatic-display): Ditto.
20518         (mm-attachment-override-types): Ditto.
20519         (mm-inline-override-types): Ditto.
20520         (mm-automatic-external-display): Ditto.
20521
20522 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20523
20524         * spam-report.el (spam-report-user-mail-address)
20525         (spam-report-user-agent): New variables.
20526         (spam-report-url-ping-plain): Use spam-report-user-agent.
20527
20528 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20529
20530         * gnus-art.el (gnus-button-handle-custom): Do not just use
20531         `customize-apropos' for any "M-x customize-*" button but the
20532         function called for.  Accept both the function name and its
20533         argument in order to achieve this.
20534         (gnus-button-alist): Remove support for "custom:" URL's.
20535         Pass function name to `gnus-button-handle-custom' in case of "M-x
20536         customize-*" buttons.
20537
20538 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20539
20540         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20541         multipart/alternative and add xref to mm-discouraged-alternatives
20542         in doc string.
20543
20544         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20545         gnus-buttonized-mime-types in doc string.
20546
20547 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20550         Suggest image/.* in the doc string.
20551
20552 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20553
20554         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20555         message-marks (Debian bug#342521).
20556
20557 2005-12-12  Simon Josefsson  <jas@extundo.com>
20558
20559         * password.el (password-read-from-cache): Add.
20560         (password-read): Use it.
20561
20562 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20563
20564         * rfc2047.el (rfc2047-charset-to-coding-system):
20565         Recognize us-ascii as a MIME charset.
20566
20567         * mm-bodies.el (mm-decode-content-transfer-encoding):
20568         Protect against the case where the 2nd arg TYPE is nil.
20569
20570 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20571
20572         * pop3.el (pop3-stream-type): Fix custom version.
20573
20574         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20575
20576 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20577
20578         * mm-decode.el (mm-display-external): Add missing cdr.
20579
20580 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20583         RFC1524) if it is in mailcap or add a suffix according to
20584         mailcap-mime-extensions when generating a temp filename; postpone
20585         deleting a temp file for 2 seconds for some wrappers, shell
20586         scripts, and so on, which might exit right after having started a
20587         viewer command as a background job.
20588
20589 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20590
20591         * nntp.el (nntp-marks-directory): Fix custom group.
20592
20593         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20594         steps when < 10.
20595
20596         * gnus-start.el (gnus-no-server-1):
20597         Mention `gnus-level-default-subscribed' in doc string.
20598
20599 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20600
20601         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20602         parens.
20603
20604 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20605
20606         * gnus-xmas.el (gnus-use-toolbar): Revert.
20607         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20608         gnus-use-toolbar is default.
20609
20610         * messagexmas.el (message-use-toolbar): Revert.
20611         (message-setup-toolbar): Use global default-toolbar if
20612         message-use-toolbar is default.
20613
20614 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20617         according to default-toolbar-visible-p.
20618
20619         * messagexmas.el (message-use-toolbar): Ditto.
20620
20621 2005-11-26  Dave Love  <fx@gnu.org>
20622
20623         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20624         (tls-program, tls-success): Provide openssl alternative.
20625
20626         * starttls.el: Doc fixes.
20627         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20628         SERVICE to PORT.
20629
20630         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20631         port null or service name.
20632         (starttls-negotiate): Autoload.
20633
20634 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * message.el (message-kill-to-signature): Fix interactive spec.
20637
20638 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * pop3.el (pop3-open-server): Recognize a string as a service name.
20641
20642 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20643
20644         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20645
20646 2005-11-23  Dave Love  <fx@gnu.org>
20647
20648         Add pop3s, pop3/starttls.
20649
20650         * pop3.el (pop3-authentication-scheme): Clarify doc.
20651         (open-tls-stream, starttls-open-stream): Autoload.
20652         (pop3-stream-type): New.
20653         (pop3-open-server): Use it.
20654
20655         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20656         for POP.
20657         (mail-source-keyword-map): Add :stream for POP.
20658         (mail-source-fetch-pop): Use pop3-stream-type.
20659
20660 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20663         of current-time-string.
20664
20665 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20666
20667         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20668         date header.
20669
20670 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20671
20672         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20673         it can seriously impact performance as it bypasses the agent's
20674         local caches.
20675
20676 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20677
20678         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20679         must be explicitly online rather than "not explicitly offline" for
20680         its flags to be synchronized.
20681
20682         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20683         that gnus-uu-unmark-thread will function correctly.
20684
20685         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20686         1024K is instead displayed as 1M.
20687
20688 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20689
20690         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20691
20692 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20693
20694         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20695
20696 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20697
20698         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20699         error message to display actual error condition.
20700         (gnus-agent-save-local): Avoid saving symbols that are bound to
20701         nil as they simply result in a warning message in
20702         gnus-agent-read-local.
20703
20704 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20705
20706         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20707         rather than make-variable-buffer-local for file-precious-flag.
20708
20709 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20710
20711         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20712         for duplicates which are removed.  The invalid sort check then
20713         triggers a rescan after the sort as sorting may have moved
20714         duplicate entries such that they can be cheaply detected.
20715
20716 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20717
20718         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20719
20720 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20721
20722         * gnus-agent.el (gnus-agent-article-alist-save-format):
20723         Change internal variable to a custom variable.  Change default value
20724         from compressed(2) to uncompressed(1).
20725         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20726         support for uncompressed agentview files.  Taken together, reading
20727         the agentview file should now be 6-7 times faster.
20728
20729 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20730
20731         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20732         as a buffer-local variable.  This avoids creating truncated
20733         dribble files as a result of a hang up, eg.
20734
20735 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20736
20737         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20738         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20739         XEmacs.
20740
20741 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20742
20743         * gnus-start.el (gnus-start-draft-setup):
20744         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20745
20746         * gnus.el (gnus-splash): Change custom group.
20747         (gnus-group-get-parameter, gnus-group-parameter-value):
20748         Describe allow-list argument.
20749
20750         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20751         string.
20752
20753 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * gnus-art.el (gnus-default-article-saver): Add user-defined
20756         `function' to custom type.
20757
20758 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20759
20760         * imap.el (imap-open): Handle case where buffer is a buffer
20761         object.
20762
20763 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20764
20765         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20766         long lines.
20767         (gnus-cache-delete-group): Wrap doc strings.
20768
20769         * gnus-agent.el (gnus-agent-rename-group)
20770         (gnus-agent-delete-group): Wrap doc strings.
20771
20772 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20773
20774         * messagexmas.el (message-use-toolbar): Change the valid values
20775         into default, top, bottom, left, and right.
20776         (message-toolbar-thickness): New variable.
20777         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20778         well.
20779         (message-setup-toolbar): Make it work.
20780
20781         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20782         (gnus-use-toolbar): Change the valid values into default, top,
20783         bottom, left, and right.
20784         (gnus-toolbar-thickness): New variable.
20785         (gnus-xmas-setup-toolbar): New function.
20786         (gnus-xmas-setup-group-toolbar): Use it.
20787         (gnus-xmas-setup-summary-toolbar): Use it.
20788
20789 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20790
20791         * gnus-start.el (gnus-1): Add "native" to
20792         gnus-predefined-server-alist.
20793
20794         * gnus.el (gnus-method-to-server): Don't add "native" to the
20795         lists here, because that leads to problems when
20796         gnus-select-method is bound.
20797
20798 2005-11-09  Simon Josefsson  <jas@extundo.com>
20799
20800         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20801         use (not sort-by-date) instead.
20802
20803 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20804
20805         * gnus-delay.el (gnus-delay-group): Don't autoload.
20806         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20807         to be re-loaded when customizing the `gnus-delay' group.
20808
20809 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20810
20811         * message.el: Revert last changes.
20812         (message-insert-citation-line): Use newlines.
20813
20814 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20815
20816         * message.el (message-courtesy-message)
20817         (message-mark-insert-begin, message-mark-insert-end)
20818         (message-elide-ellipsis, message-cancel-message)
20819         (message-add-header, message-change-subject)
20820         (message-cross-post-followup-to-header)
20821         (message-cross-post-insert-note, message-reduce-to-to-cc)
20822         (message-widen-reply, message-delete-not-region)
20823         (message-kill-to-signature, message-insert-signature)
20824         (message-insert-importance-high, message-insert-importance-low)
20825         (message-insert-or-toggle-importance)
20826         (message-insert-disposition-notification-to)
20827         (message-indent-citation, message-yank-original)
20828         (message-cite-original-without-signature, message-cite-original)
20829         (message-insert-citation-line, message-position-on-field)
20830         (message-fix-before-sending, message-send-mail-partially)
20831         (message-send-mail, message-send-mail-with-sendmail)
20832         (message-send-mail-with-qmail, message-send-news)
20833         (message-check-news-header-syntax, message-generate-headers)
20834         (message-insert-courtesy-copy, message-fill-address)
20835         (message-fill-header, message-shorten-references)
20836         (message-setup-1, message-cancel-news)
20837         (message-forward-make-body-plain, message-forward-make-body-mime)
20838         (message-forward-make-body-mml, message-encode-message-body)
20839         (message-forward-make-body-digest-plain)
20840         (message-forward-make-body-digest-mime)
20841         (message-use-alternative-email-as-from): Insert `hard-newline'
20842         instead of ordinary newlines.
20843
20844 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * message.el (message-generate-headers): Downcase the argument
20847         given to message-check-element.
20848
20849 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20850
20851         * nntp.el (nntp-authinfo-rejected): New error condition.
20852         (nntp-wait-for): Use new error condition to signal authentication
20853         error.
20854         (nntp-retrieve-data): Rethrow new error condition to break out of
20855         recursive call to nntp-send-authinfo.
20856
20857 2005-11-08  Romain Francoise  <romain@orebokech.com>
20858
20859         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20860         (gnus-summary-exit-map): Bind to `Z p'.
20861         (gnus-summary-make-menu-bar): Add menu item.
20862
20863 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20864
20865         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20866         (gnus-treat-*): Add `first' in all doc strings.
20867
20868         * gnus-group.el (gnus-group-compact-group): Fix typo.
20869
20870 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * gnus.el (gnus-parameters-case-fold-search): New variable.
20873         (gnus-parameters-get-parameter): Use it.
20874
20875         * gnus-score.el (gnus-home-score-file): Doc fix.
20876
20877 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20878
20879         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20880
20881 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20882
20883         * mm-util.el (mm-special-display-p): New function.
20884
20885         * mml.el (mml-preview): Use it; doc fix.
20886
20887 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20888
20889         * imap.el (imap-open): Handle case where buffer is a buffer object.
20890
20891 2005-10-29  Romain Francoise  <romain@orebokech.com>
20892
20893         * message.el (message-fix-before-sending): Fix comment.
20894
20895 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20896
20897         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20898
20899 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20900
20901         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20902         Used in gnus-score.el.
20903
20904 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20905
20906         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20907
20908 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20909
20910         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20911         whitespace removed in revision 7.8.  Use concatenated string to
20912         protect trailing whitespace.
20913
20914 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20915
20916         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20917         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20918         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20919         Courier IMAP ("some version from 2004").  Mostly based on similar
20920         code in the same function.
20921
20922 2005-10-26  Didier Verna  <didier@xemacs.org>
20923
20924         * gnus-group.el (gnus-group-compact-group): Invalidate original
20925         article buffer.
20926         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20927         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20928         NOV database and in article itself.
20929         Invalidate article backlog.
20930
20931 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20932
20933         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20934
20935 2005-10-26  Simon Josefsson  <jas@extundo.com>
20936
20937         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20938         part of 2004-07-25 change.
20939
20940 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20941
20942         * message.el (message-display-completion-list): New function.
20943         (message-expand-group): Use it; make sure the Completions buffer
20944         is modifiable.
20945 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20946
20947         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20948         user-mail-name is an empty string.
20949
20950 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20951
20952         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20953         depending on gnus-score-decay-constant.
20954
20955         * encrypt.el (encrypt-insert-file-contents)
20956         (encrypt-write-file-contents): Don't use `gnus-message'.
20957
20958         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20959         arguments.
20960         (mm-uu-type-alist): Add message-marks and insert-marks.
20961         Pass arguments to mm-uu-verbatim-marks-extract.
20962         (mm-uu-hide-markers): New variable.
20963         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20964
20965         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20966         (gnus-convert-image-to-face-command): Use "convert" by default to
20967         allow other input image formats.
20968         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20969         accordingly.
20970
20971 2005-10-23  Simon Josefsson  <jas@extundo.com>
20972
20973         * imap.el (imap-gssapi-program): Align command line parameters
20974         with latest GNU SASL.
20975         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20976
20977 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20978
20979         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20980         HTML.
20981         (nnslashdot-request-article): Ditto.
20982
20983         * lpath.el (featurep): Add nobreak-char-display.
20984
20985 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20986
20987         * mail-source.el (mail-source-fetch-pop): Require pop3.
20988         (mail-source-check-pop): Ditto.
20989
20990 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20993         errors.
20994
20995 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20996
20997         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20998         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20999
21000         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21001
21002         * mm-bodies.el (mm-decode-string):
21003         Call `mm-charset-to-coding-system' with allow-override argument.
21004
21005 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21008         (rfc2047-charset-to-coding-system): New function.
21009         (rfc2047-decode-encoded-words): New function.
21010         (rfc2047-decode-region): Use them.
21011         (rfc2047-decode-cte): Remove.
21012         (rfc2047-parse-and-decode): Remove.
21013         (rfc2047-decode): Remove.
21014
21015 2005-10-15  Kenichi Handa  <handa@m17n.org>
21016
21017         * rfc2047.el (rfc2047-decode-cte): New function.
21018         (rfc2047-decode-region): Change the way to decode successive
21019         encoded-words: decode B- or Q-encoding in each encoded-word,
21020         concatenate them, and decode it as charset.
21021
21022 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21023
21024         * lpath.el: Fbind codepage-setup for XEmacs.
21025
21026 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21027
21028         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21029         widget-move-and-invoke.
21030         (gnus-custom-mode): Use gnus-custom-map.
21031
21032 2005-10-15  Bill Wohler  <wohler@newt.com>
21033
21034         * message.el (message-tool-bar-map): Rename image file from
21035         mail_send to mail/send.
21036
21037 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21038
21039         * message.el (message-expand-group): Pass the common
21040         prefix substring of completion to `display-completion-list'.
21041
21042 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21043
21044         * mml-sec.el (mml-secure-method): New internal variable.
21045         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21046         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21047         New functions using mml-secure-method.
21048
21049         * mml.el (mml-mode-map): Add key bindings for those functions.
21050         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21051         Harder <harder@myrealbox.com>.
21052         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21053         Goto end of message if point is the headers of the message.
21054
21055         * message.el (message-in-body-p): New function.
21056
21057         * assistant.el: Autoload gnus-util and netrc.
21058
21059         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21060         Use `mm-charset-override-alist' only when decoding.
21061
21062         * mm-bodies.el (mm-decode-body):
21063         Call `mm-charset-to-coding-system' with allow-override argument.
21064
21065         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21066         `filename' from Content-Disposition if Content-Type doesn't
21067         provide `name'.
21068         (gnus-mime-view-part-as-type): Set default instead of
21069         initial-input.
21070
21071 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21072
21073         * format-spec.el (format-spec): Propagate text properties of % spec.
21074
21075 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21076
21077         * gnus-art.el (gnus-treat-predicate): Add `first'.
21078
21079 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21080
21081         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21082         (mm-charset-override-alist): New variable.
21083         (mm-charset-to-coding-system): Use it.
21084         (mm-codepage-setup): New helper function.
21085         (mm-charset-eval-alist): New variable.
21086         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21087         Warn about unknown charsets.
21088
21089         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21090
21091 2005-10-04  David Hansen  <david.hansen@gmx.net>
21092
21093         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21094         (nnrss-check-group): Ditto.
21095
21096 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21097
21098         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21099         Rename x-gnus-verbatim to x-verbatim.
21100         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21101
21102         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21103         x-verbatim.
21104
21105         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21106
21107         * gnus-util.el (gnus-remove-duplicates): Remove.
21108
21109         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21110         instead of gnus-remove-duplicates.
21111
21112         * message.el (message-remove-duplicates): Remove.
21113         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21114         message-remove-duplicates.
21115
21116         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21117         available, else use implementation from `delete-dups'.
21118
21119         * message.el (message-insert-expires): New function.
21120         (message-mode-map): Add key binding.
21121         (message-mode-field-menu): Add menu entry.
21122         (message-mode): Document it.
21123         (message-make-expires-date): Use `message-make-date'.
21124
21125 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21126
21127         * message.el (message-make-expires-date): New function.
21128
21129 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21130
21131         * Makefile.in (list-installed-shadows): New entry.
21132         (install): Use it.
21133         (remove-installed-shadows): New entry.
21134
21135         * dgnushack.el (dgnushack-default-load-path): New variable.
21136         (dgnushack-find-lisp-shadows): New function.
21137         (dgnushack-remove-lisp-shadows): New function.
21138
21139 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21140
21141         * Makefile.in (install-el-elc): New entry.
21142         (install): Use it so that .el files are necessarily installed.
21143
21144 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21145
21146         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21147
21148 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21149
21150         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21151         function rather than the diff-mode.el package.
21152         (mm-display-external): Use with-current-buffer.
21153         (mm-viewer-completion-map, mm-viewer-completion-map):
21154         Move initialization inside declaration.
21155
21156 2005-09-29  Simon Josefsson  <jas@extundo.com>
21157
21158         * spam.el: Load hashcash when compiling, to avoid warnings.
21159         Don't autoload mail-check-payment.
21160         (spam-check-hashcash): Define unconditionally, since hashcash.el
21161         is part of Gnus now.  Ignore errors from payment checking.
21162
21163 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * message.el (message-bold-region, message-unbold-region):
21166         Rename from `bold-region' and `unbold-region'.
21167
21168         * message.el: Remove useless autoloads.
21169
21170 2005-09-28  Simon Josefsson  <jas@extundo.com>
21171
21172         * message.el (message-use-idna): Default to t.
21173         (message-use-idna): Test whether encoding works too.  Doc fix.
21174
21175 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21176
21177         * nntp.el (nntp-warn-about-losing-connection): Remove.
21178
21179 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21180
21181         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21182         customizable.  Change default value.
21183         (mm-uu-diff-groups-regexp): Change default value.
21184         (mm-uu-type-alist): Add doc string.
21185         (mm-uu-configure): Add doc string.  Make it interactive.
21186         (mm-uu-tex-groups-regexp): New variable.
21187         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21188         (mm-uu-type-alist): Add LaTeX documents.
21189         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21190         of "text/verbatim".
21191         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21192
21193         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21194         instead of "text/verbatim".
21195
21196         * message.el (message-mark-inserted-region)
21197         (message-mark-insert-file): Use slrn style marks when called with
21198         prefix argument.
21199
21200 2005-09-27  Simon Josefsson  <jas@extundo.com>
21201
21202         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21203
21204 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21205
21206         * message.el (message-remove-duplicates): New function.
21207         Implementation borrowed from `gnus-remove-duplicates'.
21208         (message-idna-to-ascii-rhs): Also encode idna addresses in
21209         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21210         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21211         only ask about the same idna domain once per header and also tell
21212         in what header to replace the idna domain.
21213
21214         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21215         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21216         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21217         a header is decoded and not just the last one.
21218
21219 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21222         has been decoded.
21223
21224         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21225         (mm-insert-part): Don't modify text if it has been decoded.
21226
21227         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21228         decoded.
21229
21230         * mm-view.el (mm-inline-text): Don't strip text props unless
21231         decoding enriched or richtext parts.
21232
21233 2005-09-25  Romain Francoise  <romain@orebokech.com>
21234
21235         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21236         * gnus-start.el (gnus-subscribe-interactively):
21237         * gnus-uu.el (gnus-uu-grab-articles):
21238         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21239         space.
21240
21241 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21242
21243         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21244         * mm-view.el (mm-view-pkcs7-decrypt):
21245         * gnus-sum.el (gnus-summary-limit-to-extra)
21246         (gnus-summary-respool-article, gnus-read-move-group-name):
21247         * gnus-score.el (gnus-summary-increase-score):
21248         * gnus-util.el (gnus-completing-read-with-default):
21249         * gnus-art.el (gnus-read-save-file-name)
21250         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21251         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21252         * message.el (message-check-news-header-syntax):
21253         Follow convention for reading with the minibuffer.
21254
21255 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21256
21257         * spam-report.el (spam-report-url-ping-plain):
21258         Use gnus-extended-version as User-Agent.
21259
21260         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21261         default value is nil.
21262
21263         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21264         (mm-uu-verbatim-marks-extract): New function.
21265         (mm-uu-extract): New face.
21266         (mm-uu-copy-to-buffer): Use it.
21267
21268         * spam-report.el (spam-report-gmane-ham): Rename from
21269         `spam-report-gmane-unspam'.
21270         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21271         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21272
21273         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21274         Autoload.
21275         (spam-report-gmane-unregister-routine):
21276         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21277
21278 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21279
21280         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21281         (spam-report-gmane-unregister-routine): Add support for gmane
21282         unregistration.
21283
21284         * spam-report.el (spam-report-gmane-unspam)
21285         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21286         (spam-report-gmane): Change to take a single article and do unspam
21287         registration.
21288
21289 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * mm-url.el (mm-url-decode-entities): Fix regexp.
21292
21293 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21294
21295         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21296         default to nil, to be able to use Gnus at all.  If the default
21297         switches to something else, then the function should be fixed not
21298         be exceedingly slow.
21299
21300 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21301
21302         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21303         fail hard.
21304
21305         * spam-report.el: Add better Keywords line.
21306
21307         * spam.el: Add Maintainer and better Keywords line.
21308
21309 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21310
21311         * gnus-art.el (gnus-article-replace-part)
21312         (gnus-mime-replace-part): New functions.
21313         (gnus-mime-action-alist, gnus-mime-button-commands)
21314         (gnus-mime-save-part-and-strip): Add file argument.
21315         (gnus-article-part-wrapper): Add interactive argument.
21316
21317         * gnus-sum.el (gnus-summary-mime-map):
21318         Add `gnus-article-replace-part'.
21319
21320 2005-09-19  Didier Verna  <didier@xemacs.org>
21321
21322         The nnml compaction feature:
21323         * nnml.el (nnml-request-compact-group): New function.
21324         * nnml.el (nnml-request-compact): New function.
21325         * gnus-int.el (gnus-request-compact-group): New function.
21326         * gnus-int.el (gnus-request-compact): New function.
21327         * gnus-group.el (gnus-group-compact-group): New function.
21328         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21329         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21330         * gnus-srvr.el (gnus-server-compact-server): New function.
21331         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21332         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21333
21334 2005-09-18  Deepak Goel  <deego@gnufans.org>
21335
21336         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21337         format spec.
21338
21339 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21342
21343 2005-09-15  Romain Francoise  <romain@orebokech.com>
21344
21345         * message.el (message-fill-paragraph): Clarify docstring.
21346
21347 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21348
21349         * gnus-art.el (gnus-mime-display-part): Protect against broken
21350         MIME messages.
21351
21352 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21353
21354         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21355         before parsing header.
21356
21357 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21358
21359         * html2text.el (html2text-replace-list): Add new entities.
21360
21361 2005-09-11  Romain Francoise  <romain@orebokech.com>
21362
21363         * message.el (message-alternative-emails): Improve docstring.
21364         (message-setup-1): Call `message-use-alternative-email-as-from'
21365         after `message-setup-hook' to give it precedence over posting
21366         styles, etc.
21367         (message-use-alternative-email-as-from): Add docstring.
21368         Remove the original From header if present.
21369
21370         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21371         (nnml-save-mail): Use it.
21372
21373         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21374         articles.  Add new argument `silent'.
21375         (gnus-uu-mark-all): Report the total number of marked articles.
21376
21377 2005-09-10  Romain Francoise  <romain@orebokech.com>
21378
21379         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21380         (gnus-uu-mark-series): Likewise.
21381
21382 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21383
21384         * spam-report.el (spam-report-gmane): Fix generation of spam
21385         report URL.
21386
21387 2005-09-10  Simon Josefsson  <jas@extundo.com>
21388
21389         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21390         t, based on discussion on the ding list with Robert Epprecht
21391         <epprecht@solnet.ch>.
21392
21393 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21394
21395         * spam-report.el (spam-report-gmane): Make it work without
21396         X-Report-Spam header.  Gmane now only provides Archived-At.
21397         This is only used if `spam-report-gmane-use-article-number' is nil.
21398         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21399
21400         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21401         make `gnus-summary-sort-by-recipient' work with threading.
21402
21403         * nnweb.el (nnweb-google-wash-article): Print a message if article
21404         is not available.
21405
21406 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21407
21408         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21409         change.  Decode text/* parts content before displaying.
21410
21411 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21412
21413         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21414
21415 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21416
21417         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21418
21419         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21420         url-package-name, url-package-version,
21421         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21422         w3m-display-inline-images, and w3m-minor-mode-map.
21423
21424 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21425
21426         * message.el (message-tab-body-function): Fix mismatched custom type.
21427
21428         * gnus.el (gnus-group-change-level-function): Ditto.
21429
21430         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21431
21432         * gnus-art.el (gnus-signature-limit)
21433         (gnus-article-mime-part-function): Ditto.
21434
21435 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * mml.el (mml-mode): Silence the byte compiler.
21438
21439         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21440         using `(sit-for 0)' before moving the point to the specified part;
21441         skip unbuttonized parts.
21442         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21443         return to the summary window if gnus-auto-select-part is non-nil.
21444
21445 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21446
21447         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21448         New variables.
21449         (mml-dnd-attach-file, mml-mode): Use them.
21450
21451         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21452         Make fetching article by MID work again for Google Groups.
21453         Add FIXME concerning gnus-group-make-web-group.
21454
21455         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21456         Don't depend on Gnus by using mail-extract-address-components if
21457         gnus-extract-address-components is not bound.
21458
21459 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21460
21461         * gnus-art.el (gnus-mime-display-security): Don't display the
21462         signature, but only the signed part.
21463
21464 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21467
21468         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21469         list, not listp.
21470
21471 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21472
21473         * mm-encode.el (mm-encode-content-transfer-encoding):
21474         Likewise when encoding.
21475
21476         * mm-bodies.el (mm-decode-content-transfer-encoding):
21477         De-canonicalize CRLF for all text content types, not just
21478         text/plain.
21479
21480 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21481
21482         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21483         valid article; point arrow and cursor at the MIME button.
21484
21485 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21486
21487         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21488         Suggested by Dan Christensen <jdc@uwo.ca>.
21489
21490         * mm-decode.el (mm-save-part): Enable change of prompt.
21491
21492 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21493
21494         * gnus-msg.el (gnus-inews-add-send-actions):
21495         Make `message-post-method' lambda parameter ARG `&optional'.
21496
21497 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21498
21499         * gnus-sum.el (gnus-summary-mime-map):
21500         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21501         gnus-article-jump-to-part.
21502
21503         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21504         (gnus-article-edit-part): Use it.
21505         (gnus-article-part-wrapper): Add no-handle argument.
21506         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21507         New functions.
21508
21509 2005-08-29  Romain Francoise  <romain@orebokech.com>
21510
21511         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21512         docstring.
21513         (gnus-face-from-file): Likewise.
21514
21515 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21516
21517         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21518         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21519         non-nil.
21520         (gnus-auto-select-part): New variable.
21521         (gnus-article-jump-to-part): New function.
21522         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21523         (gnus-mime-delete-part): Allow selecting specified part after
21524         deleting or stripping parts.
21525         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21526         part if argument is bogus.
21527
21528 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21529
21530         * gnus-art.el (w3m-minor-mode-map):
21531         * gnus-spec.el (gnus-newsrc-file-version):
21532         * gnus-util.el (nnmail-active-file-coding-system)
21533         (gnus-original-article-buffer, gnus-user-agent):
21534         * gnus.el (gnus-ham-process-destinations)
21535         (gnus-parameter-ham-marks-alist)
21536         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21537         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21538         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21539         * mm-decode.el (gnus-current-window-configuration):
21540         * mm-extern.el (gnus-article-mime-handles):
21541         * mm-url.el (url-current-object, url-package-name)
21542         (url-package-version):
21543         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21544         (smime-keys, w3m-cid-retrieve-function-alist)
21545         (w3m-current-buffer, w3m-display-inline-images)
21546         (w3m-minor-mode-map):
21547         * mml-smime.el (gnus-extract-address-components):
21548         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21549         (gnus-newsrc-hashtb, message-default-charset)
21550         (message-deletable-headers, message-options)
21551         (message-posting-charset, message-required-mail-headers)
21552         (message-required-news-headers):
21553         * mml1991.el (mc-pgp-always-sign):
21554         * mml2015.el (mc-pgp-always-sign):
21555         * nnheader.el (nnmail-extra-headers):
21556         * rfc1843.el (gnus-decode-encoded-word-function)
21557         (gnus-decode-header-function, gnus-newsgroup-name):
21558         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21559
21560 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21561
21562         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21563         the end of the date treatments.
21564
21565 2005-08-15  Simon Josefsson  <jas@extundo.com>
21566
21567         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21568         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21569         Capello and Romain Francoise.
21570         (pgg-fetch-key-function): Remove, not used?
21571         (pgg-insert-url-with-w3): Require url, to get
21572         url-insert-file-contents regardless of where it is defined.
21573
21574 2005-08-13  Romain Francoise  <romain@orebokech.com>
21575
21576         * message.el (message-cite-original-1): New function.
21577         (message-cite-original): Use it.
21578         (message-cite-original-without-signature): Ditto.
21579
21580 2005-08-08  Romain Francoise  <romain@orebokech.com>
21581
21582         * message.el (message-yank-empty-prefix): New variable.
21583         (message-indent-citation): Use it.
21584         (message-cite-original-without-signature): Respect X-No-Archive.
21585
21586 2005-08-08  Simon Josefsson  <jas@extundo.com>
21587
21588         * pgg.el: Autoload url-insert-file-contents instead of loading
21589         w3/url.
21590         (pgg-insert-url-with-w3): Don't load url here.
21591
21592 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21593
21594         * message.el (message-kill-to-signature): Don't insert newline at
21595         bol.
21596         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21597
21598 2005-08-06  Romain Francoise  <romain@orebokech.com>
21599
21600         * message.el (message-user-fqdn): Fix typo in docstring.
21601
21602 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21603
21604         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21605
21606         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21607
21608 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21609
21610         * mm-bodies.el (mm-encode-body): Use coding system rather than
21611         charset to encode text.
21612
21613         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21614         number of charsets if utf-8 is available (XEmacs).
21615
21616 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21617
21618         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21619         taken from `gnus-button-mid-or-mail-regexp'.
21620         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21621         (gnus-button-alist): Improve regexp for domain part of the MIDs
21622         for news:localpart@domain buttons.
21623         (gnus-button-ctan-directory-regexp): Update.
21624
21625 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21626
21627         * sieve-manage.el (sieve-manage-interactive-login):
21628         Use make-local-variable rather than make-variable-buffer-local.
21629         (sieve-manage-open): Ditto.
21630         (sieve-manage-authenticate): Ditto.
21631
21632         * mml.el (mml-generate-mime-1): Make the content type default to
21633         text/plain if the filename is not specified.
21634
21635 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21636
21637         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21638         instead of insert-buffer.
21639
21640         * message.el (message-yank-original): Ditto; set the mark at the
21641         end of the yanked message.
21642
21643 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21644
21645         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21646         lines to scroll rather than to stop it.
21647
21648         * mml.el (mml-generate-default-type): Add doc string.
21649         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21650         default to application/octet-stream when determining the content
21651         type if it is not specified for the part or the mml contents; add
21652         a comment about mml-generate-default-type.
21653
21654 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21655
21656         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21657         make it default to application/octet-stream when determining the
21658         content type if it is not specified for the external contents.
21659
21660 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21661
21662         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21663         segmented parameter but also other parameters might be there.
21664
21665 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21666
21667         * mm-decode.el (mm-display-external): Delete temp file, directory
21668         and buffer immediately if the external process is exited.
21669
21670 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21671
21672         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21673         fewer lines than that of scroll-margin.
21674         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21675
21676 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21677
21678         * gnus-art.el (gnus-article-next-page): Revert.
21679         (gnus-article-beginning-of-window): New macro.
21680         (gnus-article-next-page-1): Use it.
21681         (gnus-article-prev-page): Ditto.
21682         (gnus-article-edit-part): Use insert-buffer-substring instead of
21683         insert-buffer.
21684         (gnus-article-edit-exit): Ditto.
21685
21686         * gnus-util.el (gnus-beginning-of-window): Remove.
21687         (gnus-end-of-window): Remove.
21688
21689         * lpath.el: Don't bind header-line-format and scroll-margin.
21690
21691 2005-07-25  Simon Josefsson  <jas@extundo.com>
21692
21693         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21694         to have the url package without w3.  Reported by Daiki Ueno
21695         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21696
21697 2005-07-20  Didier Verna  <didier@xemacs.org>
21698
21699         * gnus-diary.el: Remove the description comment (nndiary is now
21700         properly documented in the Gnus manual).
21701         Fix the spelling of "Back End".
21702         * nndiary.el: Ditto.
21703         Fix the copyright notice.
21704
21705 2005-07-18  Romain Francoise  <romain@orebokech.com>
21706
21707         * gnus-sum.el (gnus-summary-to-prefix)
21708         (gnus-summary-newsgroup-prefix): New variables.
21709         (gnus-summary-from-or-to-or-newsgroups): Use them.
21710
21711 2005-07-17  Romain Francoise  <romain@orebokech.com>
21712
21713         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21714         space as it's generally not especially interesting to the user.
21715
21716 2005-07-16  Romain Francoise  <romain@orebokech.com>
21717
21718         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21719         nil to avoid prompting and file modification if one of the
21720         messages at the top of the nnfolder file contains a copyright
21721         notice.
21722         Update copyright notice.
21723
21724         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21725         instead of `current-time-string' as the latter creates a time
21726         string that is not RFC 2822 compliant (it lacks the zone).
21727         Update copyright notice.
21728
21729 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21730
21731         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21732         for text/rtf.  Display default in prompt.  Pass default for M-n.
21733
21734         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21735
21736 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21737
21738         * gnus-msg.el (gnus-button-mailto):
21739         Remove save-selected-window-window hackery because it relies on
21740         save-selected-window internals.
21741
21742 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21745         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21746         (gnus-article-prev-page): Ditto.
21747
21748         * gnus-util.el (gnus-beginning-of-window): New function.
21749         (gnus-end-of-window): New function.
21750
21751         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21752
21753 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21754
21755         * gnus-score.el (gnus-score-edit-all-score):
21756         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21757         gnus-message.
21758
21759 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21760
21761         * gnus-msg.el (gnus-button-mailto):
21762         Remove save-selected-window-window hackery because it relies on
21763         save-selected-window internals.
21764
21765 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21766
21767         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21768         add-minor-mode.
21769         (gnus-binary-mode): Ditto.
21770
21771         * gnus-topic.el (gnus-topic-mode): Ditto.
21772
21773 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21774
21775         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21776         (gnus-article-prev-page): Take scroll-margin into consideration.
21777
21778 2005-07-04  Lute Kamstra  <lute@gnu.org>
21779
21780         Update FSF's address in GPL notices.
21781
21782 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21783
21784         * gnus.el (gnus-exit):
21785         * gnus-group.el (gnus-group-icons):
21786         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21787
21788         * gnus-nocem.el (gnus-nocem):
21789         * message.el (message-various, message-buffers, message-sending)
21790         (message-interface, message-forwarding, message-insertion)
21791         (message-headers, message-news, message-mail):
21792         * pgg-gpg.el (pgg-gpg):
21793         * pgg-parse.el (pgg-parse):
21794         * pgg-pgp.el (pgg-pgp):
21795         * pgg-pgp5.el (pgg-pgp5):
21796         * pop3.el (pop3): Finish `defgroup' description with period.
21797
21798 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus-art.el (article-display-face): Improve the efficiency.
21801         (article-display-x-face): Ditto; remove gray x-face stuff.
21802
21803 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * gnus-art.el (article-display-face): Correct the position in
21806         which Faces are inserted.
21807
21808 2005-06-29  Didier Verna  <didier@xemacs.org>
21809
21810         * gnus-art.el (article-display-face): Display faces in correct
21811         order.
21812
21813 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21816         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21817         (gnus-nocem-check-article): Fetch the Type header.
21818         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21819         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21820         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21821         make sure gnus-nocem-hashtb is initialized.
21822         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21823         (gnus-nocem-unwanted-article-p): Ditto.
21824
21825         * pgg.el (pgg-verify): Return the verification result.
21826
21827 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21828
21829         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21830         is ascii.
21831
21832 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21833
21834         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21835         `show-nonbreak-escape'.
21836
21837 2005-06-23  Lute Kamstra  <lute@gnu.org>
21838
21839         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21840
21841         * dig.el (dig-mode):
21842         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21843
21844 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21845
21846         * nnimap.el (nnimap-split-download-body): Fix spellings.
21847
21848 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21849
21850         * gnus-art.el (gnus-article-encrypt-body):
21851         * gnus-cus.el (gnus-score-customize):
21852         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21853         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21854
21855 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21856
21857         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21858         header by looking for magic "MII" at the beginning.
21859
21860 2005-06-16  Miles Bader  <miles@gnu.org>
21861
21862         * gnus-xmas.el (gnus-xmas-group-startup-message):
21863         Use renamed gnus-splash face.
21864
21865         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21866         (assistant-field-face): New backward-compatibility alias for renamed
21867         face.
21868         (assistant-render-text): Use renamed assistant-field face.
21869
21870         * spam.el (spam): Remove "-face" suffix from face name.
21871         (spam-face): New backward-compatibility alias for renamed face.
21872         (spam-face, spam-initialize): Use renamed spam face.
21873
21874         * message.el (message-header-to, message-header-cc)
21875         (message-header-subject, message-header-newsgroups)
21876         (message-header-other, message-header-name)
21877         (message-header-xheader, message-separator, message-cited-text)
21878         (message-mml): Remove "-face" suffix from face names.
21879         (message-header-to-face, message-header-cc-face)
21880         (message-header-subject-face, message-header-newsgroups-face)
21881         (message-header-other-face, message-header-name-face)
21882         (message-header-xheader-face, message-separator-face)
21883         (message-cited-text-face, message-mml-face):
21884         New backward-compatibility aliases for renamed faces.
21885         (message-font-lock-keywords): Use renamed message faces.
21886
21887         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21888         (sieve-test-commands, sieve-tagged-arguments):
21889         Remove "-face" suffix from face names.
21890         (sieve-control-commands-face, sieve-action-commands-face)
21891         (sieve-test-commands-face, sieve-tagged-arguments-face):
21892         New backward-compatibility aliases for renamed faces.
21893         (sieve-control-commands-face, sieve-action-commands-face)
21894         (sieve-test-commands-face, sieve-tagged-arguments-face):
21895         Use renamed sieve faces.
21896
21897         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21898         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21899         (gnus-group-news-3-empty, gnus-group-news-4)
21900         (gnus-group-news-4-empty, gnus-group-news-5)
21901         (gnus-group-news-5-empty, gnus-group-news-6)
21902         (gnus-group-news-6-empty, gnus-group-news-low)
21903         (gnus-group-news-low-empty, gnus-group-mail-1)
21904         (gnus-group-mail-1-empty, gnus-group-mail-2)
21905         (gnus-group-mail-2-empty, gnus-group-mail-3)
21906         (gnus-group-mail-3-empty, gnus-group-mail-low)
21907         (gnus-group-mail-low-empty, gnus-summary-selected)
21908         (gnus-summary-cancelled, gnus-summary-high-ticked)
21909         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21910         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21911         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21912         (gnus-summary-low-undownloaded)
21913         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21914         (gnus-summary-low-unread, gnus-summary-normal-unread)
21915         (gnus-summary-high-read, gnus-summary-low-read)
21916         (gnus-summary-normal-read, gnus-splash):
21917         Remove "-face" suffix from face names.
21918         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21919         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21920         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21921         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21922         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21923         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21924         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21925         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21926         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21927         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21928         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21929         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21930         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21931         (gnus-summary-normal-ticked-face)
21932         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21933         (gnus-summary-normal-ancient-face)
21934         (gnus-summary-high-undownloaded-face)
21935         (gnus-summary-low-undownloaded-face)
21936         (gnus-summary-normal-undownloaded-face)
21937         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21938         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21939         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21940         (gnus-splash-face):
21941         New backward-compatibility aliases for renamed faces.
21942         (gnus-group-startup-message): Use renamed gnus faces.
21943
21944         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21945         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21946         (gnus-server-agent): Remove "-face" suffix from face names.
21947         (gnus-server-agent-face, gnus-server-opened-face)
21948         (gnus-server-closed-face, gnus-server-denied-face)
21949         (gnus-server-offline-face):
21950         New backward-compatibility aliases for renamed faces.
21951         (gnus-server-agent-face, gnus-server-opened-face)
21952         (gnus-server-closed-face, gnus-server-denied-face)
21953         (gnus-server-offline-face): Use renamed gnus faces.
21954
21955         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21956         Remove "-face" suffix from face names.
21957         (gnus-picon-xbm-face, gnus-picon-face):
21958         New backward-compatibility aliases for renamed faces.
21959
21960         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21961         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21962         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21963         (gnus-cite-11): Remove "-face" suffix from face names.
21964         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21965         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21966         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21967         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21968         New backward-compatibility aliases for renamed faces.
21969         (gnus-cite-attribution-face, gnus-cite-face-list)
21970         (gnus-article-boring-faces): Use renamed gnus faces.
21971
21972         * gnus-art.el (gnus-signature, gnus-header-from)
21973         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21974         (gnus-header-content): Remove "-face" suffix from face names.
21975         (gnus-signature-face, gnus-header-from-face)
21976         (gnus-header-subject-face, gnus-header-newsgroups-face)
21977         (gnus-header-name-face, gnus-header-content-face):
21978         New backward-compatibility aliases for renamed faces.
21979         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21980
21981         * gnus-sum.el (gnus-summary-selected-face)
21982         (gnus-summary-highlight): Use renamed gnus faces.
21983         * gnus-group.el (gnus-group-highlight): Likewise.
21984
21985 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21986
21987         * gnus-sieve.el (gnus-sieve-article-add-rule):
21988         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21989         * spam-stat.el (spam-stat-buffer-change-to-spam)
21990         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21991
21992         * message.el (message-is-yours-p):
21993         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21994
21995 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * mm-view.el (mm-inline-text): Withdraw the last change.
21998
21999 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22000
22001         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22002         executing enriched-decode.
22003
22004 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22005
22006         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22007         charset of tar files.
22008
22009 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22010
22011         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22012
22013 2005-06-04  Lute Kamstra  <lute@gnu.org>
22014
22015         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22016         information is never recorded.
22017
22018 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22019
22020         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22021
22022 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22023
22024         * pop3.el (pop3-apop): Run md5 in the binary mode.
22025
22026         * starttls.el (starttls-set-process-query-on-exit-flag):
22027         Use eval-and-compile.
22028
22029 2005-05-31  Simon Josefsson  <jas@extundo.com>
22030
22031         * smime.el (smime-replace-in-string): Define.
22032         (smime-cert-by-ldap-1): Use it.
22033
22034 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22035
22036         * gnus-art.el (article-display-x-face): Replace
22037         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22038
22039         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22040         set-process-query-on-exit-flag or process-kill-without-query.
22041
22042         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22043         loop instead of replace-regexp.
22044
22045         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22046         instead of process-kill-without-query if it is available.
22047
22048         * lpath.el: Fbind ldap-search-entries.
22049
22050         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22051         instead of find-file-hooks if it is available.
22052
22053         * mml1991.el: Bind pgg-default-user-id when compiling.
22054
22055         * mml2015.el: Bind pgg-default-user-id when compiling.
22056
22057         * nndraft.el (nndraft-request-associate-buffer):
22058         Use write-contents-functions instead of write-contents-hooks if it is
22059         available.
22060
22061         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22062         instead of find-file-hooks if it is available.
22063
22064         * nntp.el (nntp-open-connection): Replace
22065         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22066         (nntp-open-ssl-stream): Ditto.
22067         (nntp-open-tls-stream): Ditto.
22068
22069         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22070         set-process-query-on-exit-flag or process-kill-without-query.
22071         (starttls-open-stream-gnutls): Use it instead of
22072         process-kill-without-query.
22073         (starttls-open-stream): Ditto.
22074
22075 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22076
22077         * smime.el (smime-cert-by-ldap-1): Don't use
22078         replace-regexp-in-string.
22079
22080 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22081
22082         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22083
22084         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22085         in PEM format.  Adjust to the XEmacs compatibility.
22086
22087 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22088
22089         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22090         by `string-to-number'.
22091         * gnus-agent.el (gnus-agent-regenerate-group)
22092         (gnus-agent-fetch-articles): Ditto.
22093         * gnus-art.el (gnus-button-fetch-group): Ditto.
22094         * gnus-cache.el (gnus-cache-generate-active)
22095         (gnus-cache-articles-in-group): Ditto.
22096         * gnus-group.el (gnus-group-set-current-level)
22097         (gnus-group-insert-group-line): Ditto.
22098         * gnus-score.el (gnus-score-set-expunge-below)
22099         (gnus-score-set-mark-below, gnus-summary-score-effect)
22100         (gnus-summary-score-entry): Ditto.
22101         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22102         (gnus-soup-pack): Ditto.
22103         * gnus-spec.el (gnus-xmas-format): Ditto.
22104         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22105         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22106         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22107         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22108         * nndb.el (nndb-get-remote-expire-response): Ditto.
22109         * nndiary.el (nndiary-parse-schedule-value)
22110         (nndiary-string-to-number, nndiary-request-replace-article)
22111         (nndiary-request-article): Ditto.
22112         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22113         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22114         * nneething.el (nneething-make-head): Ditto.
22115         * nnfolder.el (nnfolder-request-article)
22116         (nnfolder-retrieve-headers): Ditto.
22117         * nnheader.el (nnheader-file-to-number): Ditto.
22118         * nnkiboze.el (nnkiboze-request-article): Ditto.
22119         * nnmail.el (nnmail-process-unix-mail-format)
22120         (nnmail-process-babyl-mail-format): Ditto.
22121         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22122         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22123         (nnmh-request-create-group, nnmh-request-list-1)
22124         (nnmh-request-group, nnmh-request-article): Ditto.
22125         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22126         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22127         * nnsoup.el (nnsoup-make-active): Ditto.
22128         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22129         * nntp.el (nntp-find-group-and-number)
22130         (nntp-retrieve-headers-with-xover): Ditto.
22131         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22132         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22133         (pgg-format-key-identifier): Ditto.
22134         * pop3.el (pop3-last, pop3-stat): Ditto.
22135         * qp.el (quoted-printable-decode-region): Ditto.
22136
22137         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22138         of concat.
22139
22140 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22141
22142         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22143
22144         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22145
22146         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22147
22148         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22149
22150         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22151
22152         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22153
22154         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22155         (gnus-carpal-mode): Ditto.
22156
22157         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22158         (gnus-browse-mode): Ditto.
22159
22160         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22161
22162         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22163
22164 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22165
22166         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22167
22168 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22169
22170         * gnus-util.el (gnus-run-mode-hooks): New function.
22171
22172         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22173
22174         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22175         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22176
22177 2005-05-27  Lute Kamstra  <lute@gnu.org>
22178
22179         * dns-mode.el (dns-mode): Specify customization group.
22180
22181 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22182
22183         * gnus-agent.el (gnus-agent-make-mode-line-string):
22184         Use mode-line-highlight as mouse-face.
22185
22186 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * canlock.el (canlock): Change the parent group to news.
22189
22190         * deuglify.el (gnus-outlook-deuglify): Add :group.
22191
22192         * dig.el (dig): Add :group.
22193
22194         * dns-mode.el (dns-mode): Add :group.
22195
22196         * encrypt.el (encrypt): Add :group.
22197
22198         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22199         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22200         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22201         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22202         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22203
22204         * gnus-diary.el (gnus-diary): Add :group.
22205
22206         * gnus.el (gnus-group-news-1-face): Add :group.
22207         (gnus-group-news-1-empty-face): Ditto.
22208         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22209         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22210         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22211         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22212         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22213         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22214         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22215         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22216         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22217         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22218         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22219         (gnus-summary-high-ticked-face): Ditto.
22220         (gnus-summary-low-ticked-face): Ditto.
22221         (gnus-summary-normal-ticked-face): Ditto.
22222         (gnus-summary-high-ancient-face): Ditto.
22223         (gnus-summary-low-ancient-face): Ditto.
22224         (gnus-summary-normal-ancient-face): Ditto.
22225         (gnus-summary-high-undownloaded-face): Ditto.
22226         (gnus-summary-low-undownloaded-face): Ditto.
22227         (gnus-summary-normal-undownloaded-face): Ditto.
22228         (gnus-summary-high-unread-face): Ditto.
22229         (gnus-summary-low-unread-face): Ditto.
22230         (gnus-summary-normal-unread-face): Ditto.
22231         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22232         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22233
22234         * hashcash.el (hashcash): New custom group.
22235         (hashcash-default-payment): Add :group.
22236         (hashcash-payment-alist): Ditto.
22237         (hashcash-default-accept-payment): Ditto.
22238         (hashcash-accept-resources): Ditto.
22239         (hashcash-path): Ditto.
22240         (hashcash-extra-generate-parameters): Ditto.
22241         (hashcash-double-spend-database): Ditto.
22242         (hashcash-in-news): Ditto.
22243
22244         * message.el (message-minibuffer-local-map): Add :group.
22245
22246         * netrc.el (netrc): Add :group.
22247
22248         * sieve-manage.el (sieve-manage-log): Add :group.
22249         (sieve-manage-default-user): Diito.
22250         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22251         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22252         (sieve-manage-authenticators): Ditto.
22253         (sieve-manage-authenticator-alist): Ditto.
22254         (sieve-manage-default-port): Ditto.
22255
22256         * sieve-mode.el (sieve-control-commands-face): Add :group.
22257         (sieve-action-commands-face): Ditto.
22258         (sieve-test-commands-face): Ditto.
22259         (sieve-tagged-arguments-face): Ditto.
22260
22261         * smime.el (smime): Add :group.
22262
22263         * spam-report.el (spam-report): Add :group.
22264
22265         * spam.el (spam, spam-face): Add :group.
22266
22267 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22268
22269         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22270         return \n.\n.\n at the end of articles.  Protect against that.
22271         (nntp-with-open-group): Allow debugging.
22272
22273         * nnheader.el (mail-header-set-extra): Make into a function
22274         because I just could't understand how to quote the list properly.
22275
22276         * dns.el (query-dns-cached): New function.
22277
22278 2005-05-26  Lute Kamstra  <lute@gnu.org>
22279
22280         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22281
22282 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22285
22286         * gnus-art.el: Don't autoload mail-extract-address-components.
22287
22288         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22289         eval-and-compile to evaluate it.
22290
22291         * hashcash.el: Don't autoload executable-find.
22292
22293         * nndb.el: Don't declare the nndb back end two or more times; don't
22294         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22295
22296         * nntp.el: Autoload format-spec instead of format; use
22297         eval-and-compile to evaluate autoload forms.
22298
22299 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22300
22301         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22302
22303 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22304
22305         * gnus.el (gnus-version-number): Bump version.
22306
22307 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22308
22309         * gnus.el: No Gnus v0.3 is released.
22310
22311 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22312
22313         * lpath.el (featurep): Bind show-nonbreak-escape.
22314
22315 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22316
22317         * gnus-art.el (gnus-article-edit-part): Disable undo.
22318
22319 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22320
22321         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22322         gnus-article-date-lapsed-new-header is t if date timer is active;
22323         skip headers in which the original date value is empty.
22324         (gnus-article-save-original-date): Redefine it as a macro.
22325         (gnus-display-mime): Use it.
22326
22327 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * gnus-art.el (article-date-ut): Support converting date in
22330         forwarded parts as well.
22331         (gnus-article-save-original-date): New function.
22332         (gnus-display-mime): Use it.
22333
22334 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22335
22336         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22337         enclosure element of <item>.
22338
22339 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22340
22341         * message.el (message-kill-buffer-query): Rename from
22342         `message-kill-buffer-query-if-modified'.  Add :version.
22343
22344 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22345
22346         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22347         window layout.
22348
22349 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22350
22351         * mml.el: Autoload dnd when compiling.
22352
22353 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22354
22355         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22356         x-dnd-*.
22357
22358 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * qp.el (quoted-printable-encode-region): Save excursion.
22361
22362 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22363
22364         * message.el (message-kill-buffer-query-if-modified): Add new variable
22365         so the user can kill a modified message buffer quickly.
22366         (message-kill-buffer): Use it.
22367
22368 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22369
22370         * lpath.el: Fbind display-time-event-handler; don't fbind
22371         string-to-multibyte.
22372
22373         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22374
22375 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22376
22377         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22378         contained in text because xml.el decodes entities) with LFs.
22379
22380 2005-04-11  Lute Kamstra  <lute@gnu.org>
22381
22382         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22383         differently.
22384
22385 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22386
22387         * mm-util.el (mm-detect-coding-region): Typo.
22388
22389 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22392
22393 2005-04-06  Deepak Goel  <deego@gnufans.org>
22394
22395         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22396         user-function allow user modifications of the scores.
22397         (spam-stat-score-buffer-user): New function, to allow
22398         user-computed modifications to the score.
22399         (spam-stat-score-buffer-user-functions): List of additional
22400         scoring functions.
22401         (spam-stat-error-holder): Global temporary error holder.
22402         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22403         variable.
22404
22405 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22406
22407         * gnus-registry.el (gnus-registry-clean-empty-function)
22408         (gnus-registry-trim, gnus-registry-fetch-groups)
22409         (gnus-registry-delete-group): Groups that match
22410         `gnus-registry-ignored-groups' are removed from the registry
22411         entries, not just ignored for splitting.  This helps clean up the
22412         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22413         to get all the groups a message ID is in.
22414
22415         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22416         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22417         (spam-stat-score-buffer-user-functions): Add :number custom type.
22418
22419 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22422         argument in XEmacs.
22423
22424         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22425         (nnrss-request-group): Decode group name first.
22426         (nnrss-request-article): Make a text/plain article if mml-to-mime
22427         failed.
22428         (nnrss-get-encoding): Return a compatible encoding according to
22429         nnrss-compatible-encoding-alist.
22430         (nnrss-find-el): Use consp instead of listp.
22431         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22432
22433 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22434
22435         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22436         which Emacs 20 doesn't support.
22437         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22438
22439 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22440
22441         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22442         silence the byte compiler inside the defun.
22443
22444         * gnus-demon.el (parse-time-string): Add autoload.
22445
22446         * gnus-delay.el (parse-time-string): Add autoload.
22447
22448         * gnus-art.el (parse-time-string): Add autoload.
22449
22450         * nnultimate.el (parse-time): Require for `parse-time-string'.
22451
22452 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22453
22454         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22455
22456         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22457
22458         * smime.el (smime-ldap-host-list): Add :version.
22459
22460 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22461
22462         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22463         pass it to `gnus-browse-read-group'.
22464         (gnus-browse-read-group): Add NUMBER argument and pass it to
22465         `gnus-group-read-ephemeral-group'.
22466
22467         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22468         argument and pass it to `gnus-group-read-group'.
22469
22470 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22471
22472         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22473         mm-xemacs-find-mime-charset-1 if we have the mule feature
22474         available at runtime.
22475
22476 2005-03-25  Werner Lemberg  <wl@gnu.org>
22477
22478         * nnmaildir.el: Replace `illegal' with `invalid'.
22479
22480 2005-03-23  Lute Kamstra  <lute@gnu.org>
22481
22482         * time-date.el: Add comment on time value formats.
22483         Don't require parse-time.
22484         (with-decoded-time-value): New macro.
22485         (encode-time-value): New function.
22486         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22487         (days-to-time): Return a valid time value when arg is huge.
22488         (time-since): Use time-subtract.
22489         (time-to-number-of-days): Use time-to-seconds.
22490
22491 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22492
22493         * gnus-start.el (gnus-display-time-event-handler):
22494         Check display-time-timer at runtime rather than only at load time
22495         in case display-time-mode is turned off in the mean time.
22496
22497 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22498
22499         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22500         used.
22501
22502         * nneething.el (nneething-map-file-directory): Derive from
22503         `gnus-directory'.
22504
22505         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22506         the To/Cc button.
22507
22508 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22509
22510         * nnmaildir.el (nnmaildir-request-accept-article):
22511         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22512
22513 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22514
22515         * gnus-async.el: Require timer-funcs at compile time when in
22516         XEmacs for `run-with-idle-timer'.
22517
22518 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22519
22520         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22521         autoloaded function.
22522
22523 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22524
22525         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22526
22527 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22528
22529         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22530
22531 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22532
22533         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22534         Add gnus-expert-user to default.
22535
22536 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22537
22538         * nnimap.el (nnimap-open-server): Ditto.
22539
22540         * imap.el (imap-authenticate): Fix typo.
22541
22542 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22543
22544         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22545         buffer (since IMAP server might return FETCH response out of
22546         order, and the nntp buffer must be sorted).
22547
22548 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22549
22550         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22551         comparison on string.
22552
22553         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22554         (gnus-agent-score): Rename category keywords to match gnus-cus.
22555         (gnus-agent-summary-fetch-series): Modify to protect against
22556         gnus-agent-summary-fetch-group clearing processable flags.
22557         (gnus-agent-synchronize-group-flags): Update live group buffer as
22558         synchronization may occur due to the user toggle the plugged
22559         status.
22560         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22561         successfully downloaded.
22562         (gnus-agent-expire-group-1): Avoid using markers when the overview
22563         is in ascending order; greatly improves performance.
22564         (gnus-agent-regenerate-group):
22565         Use gnus-agent-synchronize-group-flags to reset read status in both
22566         gnus and server.
22567         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22568
22569 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22570
22571         * message.el: Don't autoload former message-utils variables.
22572         (message-strip-subject-trailing-was): Change doc string.
22573
22574         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22575         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22576         (nnweb-google-search): Add "hl=en" here.
22577         (nnweb-google-parse-1, nnweb-google-create-mapping):
22578         Don't hardcode URL.
22579
22580 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22581
22582         * message.el (message-get-reply-headers, message-followup):
22583         Mention related variables `message-use-followup-to' and
22584         `message-use-mail-followup-to', in the information buffer.
22585
22586         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22587         of broken groups(-beta).google.com.
22588
22589 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22590
22591         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22592         parameter to invoked gnus-request-move-article; remove the
22593         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22594         all at once instead of once per article.
22595         (gnus-summary-remove-process-mark): Accept a list of articles as
22596         well as a single article for processing.
22597
22598         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22599         parameter.
22600
22601         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22602
22603         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22604
22605         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22606         parameter.
22607
22608         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22609         parameter.
22610
22611         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22612         parameter and remove the gnus-sum-hint-move-is-internal variable.
22613
22614         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22615         parameter.
22616
22617         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22618         parameter.
22619
22620         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22621         parameter.
22622
22623         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22624
22625         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22626         parameter.
22627
22628         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22629         parameter.
22630
22631 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22632
22633         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22634         a more conservative way.
22635
22636 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22637
22638         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22639         buffer, so it moves the window's cursor.
22640
22641 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22642
22643         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22644         `mm-dissect-multipart' and receive the from field as an (optional)
22645         argument from `mm-dissect-multipart'.
22646         (mm-dissect-multipart): Receive the from field as an argument and
22647         pass it on when we call `mm-dissect-buffer' on MIME parts.
22648         Fixes verification/decryption of signed/encrypted MIME parts.
22649
22650 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22651
22652         * gnus-sum.el (gnus-summary-move-article):
22653         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22654         whatever it calls (right now, only nnimap-request-move article
22655         respects it).
22656
22657         * nnimap.el (nnimap-request-move-article):
22658         When gnus-sum-hint-move-is-internal is set, don't do the extra
22659         nnimap-request-article.
22660
22661 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22662
22663         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22664
22665         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22666         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22667
22668         * gnus-sum.el (gnus-summary-caesar-message):
22669         Apply `gnus-treat-article' after rotation.
22670
22671         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22672         doc string.
22673
22674 2005-02-22  Simon Josefsson  <jas@extundo.com>
22675
22676         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22677         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22678         <arne@arnested.dk>.
22679         (encrypt): Add password-cache and password-cache-expiry as group
22680         members.
22681
22682 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22683
22684         * smime.el (smime-ldap-host-list): Doc fix.
22685         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22686         cache) password.
22687         (smime-sign-region): Use it.
22688         (smime-decrypt-region): Use it.
22689         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22690         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22691         fails.
22692         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22693         certificate from DER to PEM format rather than calling openssl.
22694
22695         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22696
22697         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22698         for signing/encryption.
22699
22700         * mml.el (mml-parse-1): Use them.
22701
22702 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22703
22704         * nnrss.el (nnrss-verbose): Remove.
22705         (nnrss-request-group): Use `nnheader-message' instead.
22706
22707 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22708
22709         * nnrss.el (nnrss-verbose): New variable.
22710         (nnrss-request-group): Make it say nnrss is requesting a group.
22711
22712 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22713
22714         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22715         Handle news URL with given port correctly.
22716
22717 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22718
22719         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22720         containing special characters.
22721
22722         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22723
22724         * mml.el (mime-to-mml): Ditto.
22725
22726         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22727         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22728         (rfc2047-decode-region): Quote decoded words containing special
22729         characters when rfc2047-quote-decoded-words-containing-tspecials
22730         is non-nil.
22731
22732 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22733
22734         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22735
22736         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22737
22738 2005-02-15  Simon Josefsson  <jas@extundo.com>
22739
22740         * nnimap.el (nnimap-debug): Doc fix.
22741
22742         * imap.el (imap-debug): Doc fix.
22743
22744 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22745
22746         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22747
22748 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22749
22750         * gnus.el (spam-contents): Improve docs for spam-contents
22751         parameter in its variable incarnation.
22752
22753 2005-02-14  Simon Josefsson  <jas@extundo.com>
22754
22755         * smime-ldap.el: Use require instead of load-library for ldap.
22756         (smime-ldap-search): Indent.
22757         (smime-ldap-search-internal): Shorten line.
22758
22759         * smime.el (smime-cert-by-dns): Add doc-string.
22760         (smime-cert-by-ldap-1): Indent.
22761
22762         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22763         mml-smime-get-dns-ldap.
22764         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22765
22766 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22767
22768         * smime.el: Require smime-ldap.
22769         (smime-ldap-host-list): New variable.
22770         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22771
22772         * mml-smime.el (mml-smime-encrypt-query): New function.
22773         (mml-smime-encrypt-query): Use it.
22774
22775         * smime-ldap.el: New file.
22776
22777 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22778
22779         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22780
22781 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22782
22783         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22784         argument in doc string.  Make query for type more clear.
22785
22786 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22787
22788         * gnus.el (gnus-group-startup-message): Search for gnus images in
22789         etc/images/gnus.
22790         * mm-util.el (mm-image-load-path): Likewise.
22791         * smiley.el (smiley-data-directory): Search for smilies in
22792         etc/images/smilies.
22793
22794 2005-02-09  Kim F. Storm  <storm@cua.dk>
22795
22796         Change Emacs release version from 21.4 to 22.1 throughout.
22797         Change Emacs development version from 21.3.50 to 22.0.50.
22798
22799 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22800
22801         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22802
22803         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22804         non-Mule XEmacs as well.
22805         (mm-decompress-buffer): Signal an error intentionally if it does
22806         not decompress compressed data because auto-compression-mode is
22807         disabled.
22808
22809 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22810
22811         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22812         an ID in the registry even if it has no groups.
22813
22814 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22815
22816         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22817         merge it into mm-decompress-buffer.
22818         (gnus-mime-copy-part): Use the MIME part charset, the value which
22819         a user specified or gnus-newsgroup-charset for decoding, like
22820         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22821         save-buffer what was used.  Suggested by Kevin Ryde
22822         <user42@zip.com.au>.
22823         (gnus-mime-inline-part): Allow the name parameter as well as the
22824         filename parameter; force decompressing of compressed data; always
22825         display contents being not decoded as unibyte.
22826
22827         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22828         as well as the filename parameter.
22829
22830         * mm-util.el (mm-decompress-buffer):
22831         Merge gnus-mime-jka-compr-maybe-uncompress.
22832         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22833         of compressed data.
22834
22835 2005-02-08  Simon Josefsson  <jas@extundo.com>
22836
22837         * imap.el (imap-log): Doc fix.
22838
22839 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22840
22841         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22842         the coding cookies; decompress compressed parts.
22843
22844         * mml.el (mml-generate-mime-1): Add the charset parameter according
22845         to the value which a user specified manually or the coding cookie.
22846
22847         * mm-util.el (mm-string-to-multibyte): New function.
22848         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22849         (mm-coding-system-to-mime-charset): New function.
22850         (mm-decompress-buffer): New function.
22851         (mm-find-buffer-file-coding-system): New function.
22852
22853         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22854         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22855         parts.
22856
22857 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22858
22859         * mm-view.el (mm-display-inline-fontify): Decode a part according
22860         to the charset parameter.
22861
22862 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22863
22864         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22865         prefix arg is neither nil nor a number, as info specifies.
22866
22867 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22868
22869         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22870         timestamps.
22871
22872 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22873
22874         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22875         groups error checking and notify user.
22876
22877 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22878
22879         * message.el (message-send-mail-function): Check existence of
22880         sendmail-program first before using default value
22881         `message-send-mail-with-sendmail'.  Otherwise use more generic
22882         `smtpmail-send-it'.
22883
22884 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22885
22886         * nntp.el (nntp-request-update-info): Always return nil.
22887
22888 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22889
22890         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22891
22892 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22893
22894         * message.el (message-beginning-of-line): Change the behavior when
22895         invoked between BOL and : so that it first moves backward.
22896
22897 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22898
22899         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22900         article buffer when editing of the article is discarded.
22901         (gnus-article-prepare): Revert.
22902
22903 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22904
22905         * gnus-art.el (gnus-article-prepare):
22906         Remove message-strip-forbidden-properties from the local hook.
22907
22908 2005-01-27  Simon Josefsson  <jas@extundo.com>
22909
22910         * password.el (password-cache-add): Only start one timer per key.
22911         Reported by Derek Atkins <warlord@MIT.EDU>.
22912
22913 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22914
22915         * run-at-time.el: Remove.  It is no longer needed as
22916         timer-funcs.el in the xemacs-base package has a working version of
22917         `run-at-time'.
22918
22919         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22920
22921         * password.el: Require timer-funcs instead of run-at-time in
22922         XEmacs.
22923         Remove `password-run-at-time' macro.
22924         (password-cache-add): Use `run-at-time' instead of
22925         `password-run-at-time'.
22926
22927         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22928         Remove `nnheader-cancel-function-timers' alias,
22929         `cancel-function-timers' exists in XEmacs in timer-funcs.
22930
22931         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22932         for `run-with-idle-timer'.
22933
22934         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22935         for `run-at-time'.
22936
22937         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22938         for `with-timeout'.
22939
22940         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22941         the same as for XEmacs 21.4.
22942         No need to ignore `run-with-idle-timer', this function exists in
22943         XEmacs now in timer-funcs.el in the xemacs-base package.
22944         (dgnushack-compile): No need to delete
22945         run-at-time.el from the list of files to compile because it
22946         doesn't exist anymore.
22947
22948 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22949
22950         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22951         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22952
22953 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22954
22955         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22956         sensitively.
22957
22958 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22959
22960         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22961
22962 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22963
22964         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22965         which will be inserted according to the multibyteness of a buffer
22966         rather than the type of contents.  Suggested by ARISAWA Akihiro
22967         <ari@mbf.ocn.ne.jp>.
22968
22969         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22970         of string which old xml.el may return rather than a string.
22971
22972 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22973
22974         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22975
22976 2005-01-16  Simon Josefsson  <jas@extundo.com>
22977
22978         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22979         idn/idna.el isn't available.
22980         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22981         <michael@waxrat.com>.
22982
22983         * hashcash.el: Remove non-FSF copyright header.
22984
22985         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22986         (hashcash-generate-payment): Use it.
22987         (hashcash-generate-payment-async): Use it.
22988
22989 2005-01-15  Simon Josefsson  <jas@extundo.com>
22990
22991         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22992         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22993
22994         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22995         gnus-summary-idna-message.
22996         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22997         (gnus-summary-idna-message): New function.
22998
22999 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23000
23001         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23002         gnus-novice-user.
23003
23004 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23005
23006         * nnrss.el (nnrss-request-delete-group): Delete entries in
23007         nnrss-group-alist as well.
23008         (nnrss-save-server-data): Insert newline.
23009
23010 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23011
23012         * gnus.el (gnus-user-agent): Use list of symbols instead of
23013         symbols.  Display full version number for (S)XEmacs.
23014         Optionally display (S)XEmacs codename.
23015
23016         * gnus-util.el (gnus-emacs-version): Update for new
23017         `gnus-user-agent'.
23018
23019         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23020         Gnus version.
23021
23022 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23023
23024         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23025         which is unreadable in some setups.
23026
23027 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23028
23029         * gnus-spec.el (gnus-update-format-specifications): Flush the
23030         group format spec cache if it doesn't support decoded group names.
23031
23032 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23033
23034         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23035         Allow to apply decay on score files matching a regexp.
23036
23037 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23038
23039         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23040         compatibility in %g and %c.
23041
23042 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23045         name for only %g and %c.
23046         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23047         of gnus-tmp-group to decoded group name.
23048         (gnus-group-make-rss-group): Exclude `/'s from group names.
23049
23050 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23051
23052         * nnrss.el (nnrss-get-encoding): Fix regexp.
23053
23054 2004-12-27  Simon Josefsson  <jas@extundo.com>
23055
23056         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23057         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23058         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23059
23060 2004-12-17  Kim F. Storm  <storm@cua.dk>
23061
23062         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23063
23064         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23065
23066 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23067
23068         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23069
23070 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23071
23072         * nnrss.el: Require rfc2047 and mml.
23073         (nnrss-file-coding-system): New variable.
23074         (nnrss-format-string): Redefine it as an inline function.
23075         (nnrss-decode-group-name): New function.
23076         (nnrss-string-as-multibyte): Remove.
23077         (nnrss-retrieve-headers): Decode group name; don't use
23078         nnrss-format-string.
23079         (nnrss-request-group): Decode group name.
23080         (nnrss-request-article): Decode group name; allow a Message-ID as
23081         well as an article number; don't use nnrss-format-string; encode a
23082         Message-ID string which may contain non-ASCII characters; use
23083         mml-to-mime to compose a MIME article.
23084         (nnrss-request-expire-articles): Decode group name.
23085         (nnrss-request-delete-group): Decode group name.
23086         (nnrss-fetch): Clarify error message.
23087         (nnrss-read-server-data): Use insert-file-contents instead of load;
23088         bind file-name-coding-system; use multibyte buffer.
23089         (nnrss-save-server-data): Bind coding-system-for-write to the
23090         value of nnrss-file-coding-system; bind file-name-coding-system;
23091         add coding cookie.
23092         (nnrss-read-group-data): Use insert-file-contents instead of load;
23093         bind file-name-coding-system; use multibyte buffer.
23094         (nnrss-save-group-data): Bind coding-system-for-write to the
23095         value of nnrss-file-coding-system; bind file-name-coding-system.
23096         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23097         make it work with non-ASCII text.
23098         (nnrss-find-el): Make it work with old xml.el as well.
23099
23100 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23101
23102         * nnrss.el (nnrss-get-encoding): New function.
23103         (nnrss-fetch): Use unibyte buffer initially; bind
23104         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23105         decode contents according to the encoding attribute.
23106         (nnrss-save-group-data): Add coding cookie.
23107         (nnrss-mime-encode-string): New function.
23108         (nnrss-check-group): Use it to encode subject and author.
23109
23110 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23111
23112         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23113         imaginary variable.
23114
23115 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23118         correctly even if there are wide characters.
23119
23120 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23121
23122         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23123         downcased symbol names; make a new cache instead of reusing
23124         bbdb-hashtable.
23125
23126 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23127
23128         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23129         concatenating segments rather than before concatenating them.
23130         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23131
23132         * message.el (message-get-reply-headers): Bind `extra'.
23133
23134 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23135
23136         * message.el (message-extra-wide-headers): New variable.
23137         (message-get-reply-headers): Use it.
23138
23139 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23140
23141         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23142         (gnus-agent-group-pathname): Ditto.
23143
23144         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23145
23146         * gnus-group.el (gnus-group-make-group): Decode group name.
23147         (gnus-group-make-rss-group): Register the group data after opening
23148         the nnrss group.
23149
23150 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23151
23152         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23153         by expiry now get marked as read.
23154
23155 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23156
23157         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23158
23159 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23160
23161         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23162         unify Latin characters in XEmacs.
23163         (mm-find-mime-charset-region): Use it.
23164
23165 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23166
23167         * gnus-util.el (gnus-delete-directory): New function.
23168
23169         * gnus-agent.el (gnus-agent-delete-group): Use it.
23170
23171         * gnus-cache.el (gnus-cache-delete-group): Use it.
23172
23173 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23174
23175         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23176         names.
23177
23178 2004-12-16  Simon Josefsson  <jas@extundo.com>
23179
23180         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23181
23182 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23183
23184         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23185
23186         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23187         (gnus-group-set-current-level): Decode group name.
23188
23189 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23190
23191         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23192         failed.
23193
23194 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23195
23196         * gnus-group.el (gnus-group-delete-group): Decode group name.
23197         (gnus-group-make-rss-group): Encode group name.
23198         (gnus-group-catchup-current): Decode group name.
23199         (gnus-group-kill-group): Decode group name.
23200
23201 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23202
23203         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23204
23205 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23206
23207         * gnus-group.el (gnus-group-make-rss-group):
23208         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23209
23210         * gnus-start.el (gnus-setup-news): Honor user's setting to
23211         gnus-message-archive-method.  Suggested by Lute Kamstra
23212         <lute@gnu.org>.
23213
23214 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23215
23216         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23217         global counterparts of the buffer-local variables.
23218
23219 2004-11-16  Romain Francoise  <romain@orebokech.com>
23220
23221         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23222         counterparts of the buffer-local variables.
23223
23224 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23225
23226         * message.el (message-forbidden-properties): Fix typo in doc
23227         string.
23228
23229 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23230
23231         * gnus-util.el (gnus-replace-in-string): Add doc string.
23232
23233         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23234         to avoid problems when splitting mails with many recipients.
23235
23236 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23237
23238         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23239         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23240
23241 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23242
23243         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23244         if there is no hashtable in memory or file modification time is
23245         newer than cached timestamp.
23246
23247 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23248
23249         * gnus-sum.el (gnus-summary-limit-to-recipient):
23250         Implement not-matching option.
23251
23252 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23253
23254         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23255         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23256         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23257         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23258         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23259         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23260
23261 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23262
23263         * message.el (message-forward-make-body-mml): Remove headers
23264         according to message-forward-ignored-headers if a message is decoded.
23265
23266 2004-12-02  Romain Francoise  <romain@orebokech.com>
23267
23268         * message.el (message-forward-make-body-plain): Always remove
23269         headers according to message-forward-ignored-headers.
23270
23271 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23272
23273         * spam.el (spam-summary-prepare-exit): Remove the
23274         gnus-summary-limit pop for now, it has problems with ham marks for
23275         me.
23276
23277 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23278
23279         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23280         correctly.
23281
23282 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23283
23284         * format-spec.el (format-spec): Message the char.
23285
23286 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23287
23288         * gnus-art.el (gnus-split-methods): Reformat comments.
23289
23290         * spam.el (spam-summary-prepare-exit): Remove article limits
23291         before exiting the summary buffer.
23292
23293 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23294
23295         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23296         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23297
23298         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23299         order to silence the byte compiler.
23300
23301         * spam.el: Fix the way to silence the byte compiler, which
23302         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23303         bbdb-search-simple, spam-BBDB-register-routine,
23304         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23305         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23306         spam-stat-buffer-is-spam, spam-stat-load,
23307         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23308         spam-stat-save and spam-stat-split-fancy.
23309
23310 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23311
23312         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23313         which may confuse users.
23314         (canlock-password-for-verify): Ditto.
23315
23316         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23317
23318         * gnus-art.el (gnus-emphasis-alist): Ditto.
23319
23320         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23321
23322         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23323
23324         * gnus-start.el (gnus-save-killed-list): Ditto.
23325
23326         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23327         (gnus-sum-thread-tree-root): Ditto.
23328         (gnus-sum-thread-tree-false-root): Ditto.
23329         (gnus-sum-thread-tree-single-indent): Ditto.
23330
23331         * message.el (message-courtesy-message): Ditto.
23332         (message-archive-note): Ditto.
23333         (message-subscribed-address-file): Ditto.
23334         (message-user-fqdn): Ditto.
23335
23336         * spam-report.el (spam-report-gmane-regex): Ditto.
23337
23338         * spam.el (spam-blackhole-good-server-regex): Ditto.
23339
23340 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23341
23342         * mml.el (mml-preview): Widen the message buffer before copying
23343         the contents to the preview buffer; sort headers before previewing.
23344
23345         * message.el (message-hidden-headers): Fix the way to avoid a bug
23346         in the `repeat' widget in Emacs 21.3 or earlier.
23347
23348 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23349
23350         * message.el (message-hidden-headers): Default to "^References:".
23351         Improve customization type.  Suggested by Reiner Steib
23352         <Reiner.Steib@gmx.de>.
23353
23354 2004-11-25  Romain Francoise  <romain@orebokech.com>
23355
23356         * message.el (message-strip-forbidden-properties): Remove check for
23357         obsolete `message-hidden' text property, hidden headers are not
23358         accessible in the buffer anymore.
23359
23360 2004-11-22  Romain Francoise  <romain@orebokech.com>
23361
23362         * message.el (message-header-format-alist): Add `From' in list
23363         so that it can be sorted.
23364         (message-fix-before-sending): Widen and sort headers before
23365         sending.
23366         (message-hide-headers): Use narrowing to hide headers by moving
23367         them to the top of the buffer and narrowing to the region
23368         underneath.
23369
23370 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23371
23372         * message.el (message-strip-forbidden-properties):
23373         Bind buffer-read-only (etc) to nil.
23374
23375 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23376
23377         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23378         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23379
23380 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23381
23382         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23383
23384 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23385
23386         * dns.el (query-dns): Use sit-for to time instead of
23387         accept-process-output, since that doesn't seem to work on udp
23388         sockets.
23389
23390 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23391
23392         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23393
23394 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23395
23396         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23397         doc string.  Improve doc string.
23398
23399 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23400
23401         * nntp.el (nntp-request-update-info): Return nil if
23402         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23403         may not call gnus-activate-group which uselessly issues the GROUP
23404         commands for all nntp groups and wastes time.  Reported by Romain
23405         Francoise <romain@orebokech.com>.
23406
23407         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23408
23409 2004-11-15  Simon Josefsson  <jas@extundo.com>
23410
23411         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23412         headers separately.
23413         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23414         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23415
23416 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23417
23418         * gnus-start.el (gnus-convert-old-newsrc):
23419         Assign legacy-gnus-agent to 5.10.7.
23420
23421 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23422
23423         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23424         start of the lines.
23425
23426 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23427
23428         * hashcash.el (hashcash-default-payment): Change default to 20.
23429         (hashcash-default-accept-payment): Change default to 20.
23430         (hashcash-process-alist): New variable.
23431         (hashcash-generate-payment-async): Add.
23432         (hashcash-already-paid-p): Add.
23433         (hashcash-insert-payment): Don't generate payments twice.
23434         (hashcash-insert-payment-async): Add.
23435         (hashcash-insert-payment-async-2): Add.
23436         (hashcash-cancel-async): Add.
23437         (hashcash-wait-async): Add.
23438         (hashcash-processes-running-p): Add.
23439         (hashcash-wait-or-cancel): Add.
23440         (mail-add-payment): New optional argument.  Conditionally start
23441         asynchronous calculation.
23442         (mail-add-payment-async): Add.
23443
23444         * message.el (message-send-mail): Wait for asynchronous hashcash
23445         results.  Don't clobber existing X-Hashcash headers.
23446         (message-setup-1): Call mail-add-payment-async when
23447         message-generate-hashcash is non-nil.
23448
23449 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23450
23451         * message.el (message-use-alternative-email-as-from): Examine the
23452         From header as well; use message-make-from in order to include a
23453         user's full name.
23454
23455 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23456
23457         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23458         default; improve customization type.
23459         (gnus-emphasis-custom-with-format): New macro.
23460         (gnus-emphasis-custom-value-to-external): New function.
23461         (gnus-emphasis-custom-value-to-internal): New function.
23462
23463 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23464
23465         * dns.el (query-dns): Resolve reverse addresses.
23466
23467 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23468
23469         * gnus-group.el (gnus-group-get-new-news): Use it.
23470
23471         * gnus-start.el (gnus-check-reasonable-setup): New function.
23472
23473 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23474
23475         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23476         "Args out of range" error.  Reported by Arnaud Giersch
23477         <arnaud.giersch@free.fr>.
23478
23479 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23480
23481         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23482
23483 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23484
23485         * spam.el (spam group): Add :version.
23486
23487         * pgg-def.el (pgg group): Add :version.
23488
23489 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23490
23491         * gnus-art.el (gnus-article-edit-article): Don't associate the
23492         article buffer with a draft file.  This is a temporary measure
23493         against the 2004-08-22 change to gnus-article-edit-mode.
23494
23495 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23498         (html2text-format-tags): Remove unused variable `attr'.
23499
23500 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23501
23502         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23503
23504         * tls.el (tls-process-connection-type, tls-success)
23505         (tls-certtool-program): Add :version.
23506
23507         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23508         (starttls-extra-arguments, starttls-process-connection-type)
23509         (starttls-connect, starttls-failure, starttls-success): Add :version.
23510
23511         * spam-stat.el (spam-stat): Add :version.
23512
23513         * sieve.el (sieve): Add :version.
23514
23515         * sha1.el (sha1): Add :version.
23516         (sha1-use-external): Remove redundant version.
23517
23518         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23519         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23520         (nnmail-split-fancy-match-partial-words)
23521         (nnmail-split-lowercase-expanded): Add :version.
23522
23523         * nndiary.el (nndiary): Add :version.
23524
23525         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23526
23527         * mml-sec.el (mml-default-sign-method)
23528         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23529         Add :version.
23530
23531         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23532
23533         * mm-url.el (mm-url-use-external, mm-url-program)
23534         (mm-url-arguments): Add :version.
23535
23536         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23537         (mm-attachment-file-modes, mm-decrypt-option)
23538         (mm-w3m-safe-url-regexp): Add :version.
23539
23540         * message.el (message-cite-prefix-regexp)
23541         (message-sendmail-envelope-from, message-minibuffer-local-map)
23542         (message-user-fqdn, message-completion-alist): Add :version.
23543
23544         * gnus-win.el (gnus-configure-windows-hook)
23545         (gnus-use-frames-on-any-display): Add :version.
23546
23547         * gnus-art.el (gnus-article-address-banner-alist)
23548         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23549         (gnus-treat-from-picon, gnus-treat-mail-picon)
23550         (gnus-treat-x-pgp-sig): Add :version.
23551
23552         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23553         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23554         (gnus-summary-article-delete-hook)
23555         (gnus-summary-display-while-building): Add :version.
23556
23557         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23558         (gnus-get-top-new-news-hook): Add :version.
23559
23560         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23561         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23562
23563         * gnus-registry.el (gnus-registry): Add :version.
23564
23565         * gnus-spec.el (gnus-use-correct-string-widths)
23566         (gnus-make-format-preserve-properties): Add :version.
23567
23568         * gnus.el (gnus-group-charter-alist)
23569         (gnus-group-fetch-control-use-browse-url)
23570         (gnus-install-group-spam-parameters): Add :version.
23571
23572         * gnus-diary.el (gnus-diary): Add :version.
23573
23574         * gnus-delay.el (gnus-delay): Add :version.
23575
23576         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23577         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23578         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23579         Add :version.
23580
23581         * gnus-agent.el (gnus-agent-max-fetch-size)
23582         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23583         (gnus-agent-prompt-send-queue): Add :version.
23584
23585         * deuglify.el (gnus-outlook-deuglify): Add :version.
23586
23587         * html2text.el: Beautify code.  Improve doc strings.
23588         Some checkdoc cleanup.
23589         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23590
23591 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23592
23593         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23594
23595 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23596
23597         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23598         when package is loaded.
23599
23600         * spam.el (spam-summary-score-preferred-header): Add global preference
23601         for people who want to override the default SpamAssassin over
23602         Bogofilter preference (when both are set).
23603         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23604         (spam-user-format-function-S):
23605         Check spam-summary-score-preferred-header.
23606         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23607         (spam-user-format-function-S): Format the score correctly.
23608
23609 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23610
23611         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23612         signature file.  Suggested by Manoj Srivastava
23613         <srivasta@golden-gryphon.com>.
23614
23615         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23616         iso-2022-jp even in the Japanese language environment.
23617         Suggested by Jason Rumney <jasonr@gnu.org>.
23618
23619 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23622         use the same characters as the dummy marks; make it free from
23623         getting affected by the language environment.
23624         (gnus-summary-read-group-1): Update mark positions only when the
23625         format spec is updated.
23626
23627         * gnus-spec.el (gnus-update-format-specifications): Return a list
23628         of updated types.
23629
23630 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23631
23632         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23633         of boundp to check if display-warning is available.
23634
23635 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23636
23637         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23638
23639 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23640
23641         * nnspool.el (nnspool-spool-directory): Use news-path if the
23642         news-directory variable is not bound.
23643
23644         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23645         function instead of display-warning if it is not available.
23646
23647 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23648
23649         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23650         v5-10: Use `point-at-bol'.
23651
23652 2004-10-26  Simon Josefsson  <jas@extundo.com>
23653
23654         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23655         <chenggao@gmail.com>.
23656
23657 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23658
23659         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23660         instead.
23661
23662 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23663
23664         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23665         to remove a server from the nnimap-server-buffer-alist.
23666         (nnimap-open-connection, nnimap-close-server): Use it.
23667
23668         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23669
23670 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23671
23672         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23673         running the major-mode function.
23674
23675 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23676
23677         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23678         dummy marks in the right way.
23679
23680 2004-10-18  David Edmondson  <dme@dme.org>
23681
23682         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23683         excessively.
23684
23685 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23686
23687         * gnus-util.el (gnus-split-references): Accept a nil references
23688         string and go on blissfully.
23689
23690         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23691         cases where the references string is non-nil but has no references.
23692
23693         * encrypt.el: Add autoload tags.
23694
23695         * spam.el (spam-resolve-registrations-routine): Remove article
23696         from unregistration list too.  Reported by David Hanak
23697         <dhanak@isis.vanderbilt.edu>
23698
23699 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23700
23701         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23702         nil.  Change custom type.
23703
23704 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23705
23706         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23707
23708         * gnus-sum.el (gnus-summary-move-article): Use it.
23709
23710 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23711
23712         * encrypt.el: Add autoload cookies.
23713
23714         * spam.el (spam-backend-article-list-property)
23715         (spam-backend-get-article-todo-list)
23716         (spam-backend-put-article-todo-list)
23717         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23718         Resolve registrations separately.
23719         (spam-register-routine): Format comments.
23720         (spam-unregister-routine, spam-register-routine): Always call with
23721         specific-articles, no default list.
23722         (spam-summary-prepare-exit): Use the spam-classifications function.
23723
23724         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23725         gnus-encrypt.el.
23726
23727         * encrypt.el: Copied from gnus-encrypt.el.
23728
23729         * gnus-encrypt.el: Commented that it's obsolete.
23730
23731 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23732
23733         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23734         (gnus-score-save): Use it.
23735
23736         * message.el (message-bury): Use `window-dedicated-p'.
23737
23738 2004-10-15  Simon Josefsson  <jas@extundo.com>
23739
23740         * pop3.el (top-level): Don't require nnheader.
23741         (pop3-read-timeout): Add.
23742         (pop3-accept-process-output): Add.
23743         (pop3-read-response, pop3-retr): Use it.
23744
23745 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23746
23747         * spam.el (spam-register-routine): Move comment.
23748         (spam-verify-bogofilter): Use 'unknown for the initial
23749         spam-bogofilter-valid state, not 'never.
23750
23751         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23752         for netrc-machine.
23753
23754         * nnimap.el (nnimap-open-connection):
23755         Use netrc-machine-user-or-password.
23756
23757 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23758
23759         * gnus-registry.el (gnus-registry-unload-hook):
23760         Set as a variable with add-hook.
23761
23762         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23763         of news-path.
23764
23765         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23766
23767         * spam.el: Delete duplicate `provide'.
23768         (spam-unload-hook): Set as a variable with add-hook.
23769
23770 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23771
23772         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23773         in the doc string.
23774
23775         * message.el (message-ignored-news-headers)
23776         (message-ignored-supersedes-headers)
23777         (message-ignored-resent-headers)
23778         (message-forward-ignored-headers): Improve custom type.
23779
23780 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23781
23782         * message.el (message-tokenize-header): Fix 2004-09-06 change
23783         which used point-min in the wrong place.
23784
23785 2004-10-12  Simon Josefsson  <jas@extundo.com>
23786
23787         * tls.el (tls-certtool-program): New variable.
23788         (tls-certificate-information): New function, based on
23789         ssl-certificate-information.
23790
23791 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23792
23793         * compface.el: Move the version of ELisp-based uncompface program
23794         to the contrib directory because of the copyright problem.
23795
23796 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23797
23798         * message.el (message-kill-buffer): Raise the current frame.
23799
23800 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23801
23802         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23803
23804         * gnus.el (message-y-or-n-p): Autoload.
23805
23806         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23807         (pop3-password-required, pop3-authentication-scheme)
23808         (pop3-leave-mail-on-server): Make customizable.
23809         (pop3): New custom group.
23810         (pop3-retr): Remove `sleep-for' statements.
23811         Suggested by Dave Love <fx@gnu.org>.
23812
23813         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23814         Windows/DOS.
23815
23816         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23817         (imap-parse-body): Fix incorrect use of `assert'.
23818         Suggested by Dave Love <fx@gnu.org>.
23819
23820         * mml.el (mml-minibuffer-read-disposition): Require match.
23821         Suggested by Dave Love <fx@gnu.org>.
23822
23823 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23824
23825         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23826         doc string.
23827
23828 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23829
23830         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23831
23832 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23833
23834         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23835         instead of calling `mm-insert-inline', to decode text/* parts
23836         before displaying them.
23837
23838 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23839
23840         * mm-uu.el (mm-uu-text-plain-type): New variable.
23841         (mm-uu-pgp-signed-extract-1): Use it.
23842         (mm-uu-pgp-encrypted-extract-1): Use it.
23843         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23844         bind mm-uu-text-plain-type with that value.
23845         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23846         mm-uu-dissect.
23847
23848 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * gnus-group.el (gnus-update-group-mark-positions):
23851         * gnus-sum.el (gnus-update-summary-mark-positions):
23852         * message.el (message-check-news-body-syntax):
23853         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23854         of string-as-multibyte.
23855
23856 2004-10-05  Juri Linkov  <juri@jurta.org>
23857
23858         * gnus-group.el (gnus-update-group-mark-positions):
23859         * gnus-sum.el (gnus-update-summary-mark-positions):
23860         * message.el (message-check-news-body-syntax):
23861         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23862         8-bit unibyte values to a multibyte string for search functions.
23863
23864 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23865
23866         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23867         (mm-uu-dissect-text-parts): New function.
23868
23869         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23870         dissect text parts.
23871
23872         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23873         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23874
23875         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23876
23877         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23878         Use gnus-current-topics instead of gnus-current-topic.
23879
23880 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23881
23882         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23883
23884 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23885
23886         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23887         where appropriate.
23888
23889         * nnml.el (nnml-generate-active-info): do.
23890
23891         * nndiary.el (nndiary-generate-active-info): do.
23892
23893         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23894         (gnus-topic-move): do.
23895
23896         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23897         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23898
23899         * gnus-srvr.el (gnus-server-prepare)
23900         (gnus-server-open-all-servers): do.
23901
23902         * gnus-msg.el (gnus-summary-cancel-article)
23903         (gnus-summary-resend-message)
23904         (gnus-summary-mail-crosspost-complaint): do.
23905
23906         * gnus-move.el (gnus-change-server): do.
23907
23908         * gnus-group.el (gnus-group-unmark-all-groups)
23909         (gnus-group-set-current-level): do.
23910
23911 2004-10-04  Simon Josefsson  <jas@extundo.com>
23912
23913         * message.el (message-generate-hashcash): Doc fix.
23914
23915 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23916
23917         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23918         avoid infinite recursion via gnus-get-function.
23919
23920 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23921
23922         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23923
23924         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23925
23926         * nnmail.el (nnmail-split-history): do.
23927
23928         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23929         (nnml-request-delete-group): do.
23930
23931         * nnslashdot.el (nnslashdot-read-groups): do.
23932
23933         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23934         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23935
23936         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23937         (nnspool-sift-nov-with-sed): Use last.
23938         (nnspool-retrieve-headers-with-nov): Use mapc.
23939         (nnspool-request-newgroups): Use dolist.
23940         (nnspool-request-group): Use last.
23941
23942         * nntp.el (nntp-read-server-type): Use dolist.
23943
23944         * nnvirtual.el (nnvirtual-create-mapping)
23945         (nnvirtual-update-read-and-marked): Use dolist.
23946         (nnvirtual-convert-headers): Simplify.
23947
23948 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23949
23950         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23951         Add support for sync'ing tick marks.
23952
23953 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23956         there's no visible header.
23957
23958 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23959
23960         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23961         When necessary, pass full group name to gnus-request-set-marks.
23962
23963 2004-10-01  Simon Josefsson  <jas@extundo.com>
23964
23965         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23966         acroread.
23967
23968 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23969
23970         * spam-report.el (spam-report-gmane): Fix interactive.
23971
23972         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23973
23974         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23975         when writing file.
23976         (gnus-agent-synchronize-flags): Don't default to being
23977         interactive.
23978
23979 2004-09-30  Simon Josefsson  <jas@extundo.com>
23980
23981         * message.el (message-generate-hashcash): Add.
23982         (message-send-mail): Use it, call mail-add-payment.
23983
23984 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23985
23986         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23987
23988 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23989
23990         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23991         gnus-requst-update-info with explicit code to sync the in-memory
23992         info read flags with the marks being sync'd to the backend.
23993
23994         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23995
23996 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23997
23998         * spam.el (spam-verify-bogofilter): Add new function.
23999         (spam-check-bogofilter)
24000         (spam-bogofilter-register-with-bogofilter): Use it.
24001         (spam-verify-bogofilter): Add small fixes.
24002
24003 2004-09-28  Simon Josefsson  <jas@extundo.com>
24004
24005         * hashcash.el (hashcash-generate-payment): Revert.
24006
24007 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24008
24009         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24010         Use gnus-extract-references instead of gnus-split-references.
24011
24012         * gnus-util.el (gnus-extract-references): Add new function, analogous
24013         to gnus-split-references but extracts only the message-ID without
24014         anything extra.
24015
24016         * hashcash.el (hashcash-generate-payment)
24017         (hashcash-check-payment): Do the right thing if hashcash-path is
24018         nil (because the hashcash program could not be found).
24019
24020         * spam.el (spam-use-hashcash): Remove comment.
24021
24022 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24023
24024         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24025         (gnus-cache-enter-article, gnus-cache-remove-article)
24026         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24027
24028         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24029
24030         * gnus-art.el (article-hide-boring-headers)
24031         (article-translate-strings, article-display-face)
24032         (gnus-article-mime-match-handle-first)
24033         (gnus-article-highlight-headers)
24034         (gnus-article-add-buttons-to-head): do.
24035
24036 2004-09-27  Simon Josefsson  <jas@extundo.com>
24037
24038         * hashcash.el: New version, from
24039         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24040         ../contrib/.
24041
24042 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24043
24044         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24045
24046 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24047
24048         * gnus-dup.el (gnus-dup-open): Use mapc.
24049         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24050
24051         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24052         Reported by Stefan Wiens <s.wi@gmx.net>.
24053
24054         * gnus.el (gnus-shutdown): Use dolist.
24055
24056         * gnus-undo.el (gnus-undo): Use mapc.
24057
24058         * nnrss.el (nnrss-generate-active): do.
24059
24060         * message.el (message-cite-original-without-signature)
24061         (message-cite-original): Use mapc.
24062         (message-do-actions, message-make-forward-subject): Use dolist.
24063
24064 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24065
24066         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24067         deletion to remove entire duplicate line.  Fixes merged article
24068         number bug.
24069
24070 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24071
24072         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24073         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24074         first ask if you want to open a server and then, even when you
24075         responded with no, asking if you want to synchronize the server's
24076         flags.
24077         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24078         multi-line expressions.
24079         (gnus-agent-synchronize-group-flags): New internal function.
24080         Updates marks in memory (in the info structure) AND in the
24081         backend.
24082
24083         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24084
24085         * nnagent.el (nnagent-request-set-mark):
24086         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24087         method, to ensure that synchronization updates marks in the
24088         backend and in the info (in memory) structure.
24089
24090 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24091
24092         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24093         convention fully; don't miss the root article of a thread; make
24094         the X-Draft-From header with correct article numbers.
24095
24096 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24097
24098         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24099         unless plugged.  Disable the agent so that an open failure causes
24100         an error.
24101
24102         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24103         Revert 2004-09-21 change.  The backend must be opened while
24104         synchronizing flags even when the backend stores the flags
24105         locally.
24106
24107 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24108
24109         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24110         in `header' match.  Reported by Svend Tollak Munkejord.
24111
24112         * message.el (message-cite-original): Fix use of
24113         `message-cite-articles-with-x-no-archive'.
24114
24115 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24116
24117         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24118         (gnus-window-to-buffer): Ditto.
24119
24120         * mml.el (mml-preview-buffer): New variable.
24121         (mml-preview): Manage window layout with gnus-buffer-configuration.
24122
24123         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24124         X-Draft-From header even if those articles aren't quoted.
24125
24126 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24127
24128         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24129         (gnus-request-set-mark, gnus-request-update-mark): Use new
24130         g-s-t-u-l-m to decide to use backend even when unplugged.
24131
24132 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24133
24134         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24135         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24136
24137 2004-09-20  Simon Josefsson  <jas@extundo.com>
24138
24139         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24140         "utf-16-le".
24141
24142 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24143
24144         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24145
24146 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24147
24148         * uudecode.el (uudecode-use-external): Add :version.
24149
24150         * smime.el (smime-CA-file, smime-encrypt-cipher)
24151         (smime-dns-server): Add :version.
24152
24153         * smiley.el (gnus-smiley-file-types): Add :version.
24154
24155         * sha1.el (sha1-use-external): Add :version.
24156
24157         * pgg-def.el (pgg-query-keyserver): Add :version.
24158
24159         * nnmail.el (nnmail-fancy-expiry-targets)
24160         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24161         Add :version.
24162
24163         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24164         (nnimap-retrieve-groups-asynchronous): Add :version.
24165         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24166
24167         * mml.el (mml-content-disposition-parameters)
24168         (mml-insert-mime-headers-always): Add :version.
24169
24170         * mm-util.el (mm-coding-system-priorities): Add :version.
24171
24172         * mm-decode.el (mm-inline-text-html-with-images)
24173         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24174         (mm-verify-option): Add :version.
24175         (mm-text-html-renderer): Change :version.
24176
24177         * message.el (message-fcc-externalize-attachments)
24178         (message-required-headers, message-draft-headers)
24179         (message-subject-trailing-was-query)
24180         (message-subject-trailing-was-ask-regexp)
24181         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24182         (message-mark-insert-end, message-archive-header)
24183         (message-archive-note, message-cross-post-default)
24184         (message-cross-post-note, message-followup-to-note)
24185         (message-cross-post-note-function, message-use-mail-followup-to)
24186         (message-subscribed-address-functions)
24187         (message-subscribed-address-file, message-subscribed-addresses)
24188         (message-subscribed-regexps, message-allow-no-recipients)
24189         (message-yank-cited-prefix, message-signature-insert-empty-line)
24190         (message-hidden-headers, message-hierarchical-addresses)
24191         (message-mail-user-agent, message-use-idna)
24192         (message-valid-fqdn-regexp)
24193         (message-strip-special-text-properties, message-header-synonyms)
24194         (message-beginning-of-line, message-tab-body-function): Add :version.
24195         (message-insert-canlock, message-wide-reply-confirm-recipients):
24196         Change :version.
24197
24198         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24199         and :version.
24200         (mail-source-delete-old-incoming-confirm)
24201         (mail-source-movemail-program): Add :version.
24202
24203         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24204         (gnus-agent-cache, gnus-agent): Change :version.
24205
24206         * gnus-util.el (gnus-use-byte-compile): Change :version.
24207
24208         * gnus-sum.el (gnus-summary-make-false-root-always)
24209         (gnus-summary-default-high-score)
24210         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24211         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24212         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24213         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24214         (gnus-sum-thread-tree-single-indent)
24215         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24216         (gnus-sum-thread-tree-leaf-with-other)
24217         (gnus-sum-thread-tree-single-leaf): Add :version.
24218         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24219         (gnus-article-loose-mime): Change :version.
24220
24221         * gnus-start.el (gnus-backup-startup-file)
24222         (gnus-save-startup-file-via-temp-buffer): Add :version.
24223
24224         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24225         (gnus-server-offline-face): Add :version.
24226
24227         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24228
24229         * gnus-msg.el (gnus-gcc-externalize-attachments)
24230         (gnus-debug-files, gnus-debug-exclude-variables)
24231         (gnus-discouraged-post-methods): Change :version.
24232         (gnus-confirm-mail-reply-to-news)
24233         (gnus-confirm-treat-mail-like-news): Add :version.
24234
24235         * gnus-int.el (gnus-server-unopen-status): Add :version.
24236
24237         * gnus-group.el (gnus-group-jump-to-group-prompt)
24238         (gnus-large-ephemeral-newsgroup)
24239         (gnus-fetch-old-ephemeral-headers): Add :version.
24240
24241         * gnus-fun.el (gnus-x-face-directory)
24242         (gnus-convert-pbm-to-x-face-command)
24243         (gnus-convert-image-to-x-face-command)
24244         (gnus-convert-image-to-face-command): Add :version.
24245
24246         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24247
24248         * gnus-cite.el (gnus-cite-blank-line-after-header)
24249         (gnus-article-boring-faces): Add :version.
24250
24251         * gnus-art.el (gnus-buttonized-mime-types)
24252         (gnus-inhibit-mime-unbuttonizing)
24253         (gnus-treat-display-face)
24254         (gnus-treat-body-boundary): Change :version.
24255         (gnus-body-boundary-delimiter, gnus-picon-databases)
24256         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24257         (gnus-treat-date-english, gnus-treat-fold-headers)
24258         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24259         (gnus-treat-mail-picon, gnus-treat-wash-html)
24260         (gnus-article-encrypt-protocol)
24261         (gnus-use-idna, gnus-article-over-scroll)
24262         (gnus-mime-display-multipart-alternative-as-mixed)
24263         (gnus-mime-display-multipart-related-as-mixed)
24264         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24265         (gnus-ctan-url, gnus-button-ctan-handler)
24266         (gnus-button-handle-ctan-bogus-regexp)
24267         (gnus-button-ctan-directory-regexp)
24268         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24269         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24270         (gnus-button-man-level, gnus-button-emacs-level)
24271         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24272
24273         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24274         (gnus-agent-go-online): Change :version.
24275         (gnus-agent-expire-unagentized-dirs)
24276         (gnus-agent-auto-agentize-methods): Add :version.
24277
24278         * flow-fill.el (fill-flowed-display-column)
24279         (fill-flowed-encode-column): Add :version.
24280
24281         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24282         (gnus-outlook-deuglify-unwrap-max)
24283         (gnus-outlook-deuglify-cite-marks)
24284         (gnus-outlook-deuglify-unwrap-stop-chars)
24285         (gnus-outlook-deuglify-no-wrap-chars)
24286         (gnus-outlook-deuglify-attrib-cut-regexp)
24287         (gnus-outlook-deuglify-attrib-verb-regexp)
24288         (gnus-outlook-deuglify-attrib-end-regexp)
24289         (gnus-outlook-display-hook): Add :version.
24290
24291         * binhex.el (binhex-use-external): Add :version.
24292
24293 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24294
24295         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24296         and `invisible'.
24297
24298 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24299
24300         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24301         in gnus-registry-trim.
24302
24303 2004-09-13  Simon Josefsson  <jas@extundo.com>
24304
24305         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24306
24307         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24308
24309         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24310         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24311         <yamaoka@jpl.org>.
24312         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24313         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24314         <yamaoka@jpl.org>.
24315
24316         * sieve.el (sieve-manage-mode): Ditto.
24317
24318 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24319
24320         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24321
24322 2004-09-11  Simon Josefsson  <jas@extundo.com>
24323
24324         * dns-mode.el: Add.
24325
24326         * mm-view.el (mm-display-dns-inline): Add.
24327
24328         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24329         (mm-automatic-display): Ditto.
24330
24331         * mailcap.el (mailcap-mime-data): Add text/dns.
24332         (mailcap-mime-extensions): Map .soa to text/dns.
24333
24334 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24335
24336         * gnus-art.el (article-decode-mime-words, article-babel)
24337         (gnus-article-highlight-signature, gnus-article-add-buttons)
24338         (gnus-signature-toggle): Remove unnecessary bindings of
24339         `inhibit-read-only' inherited from v5.10 merge.
24340
24341 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24342
24343         * nntp.el (nntp): New customization group.
24344         (nntp-authinfo-file): Add customization group.
24345
24346         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24347
24348         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24349
24350         * gnus.el (to-address, to-list, subscribed)
24351         (large-newsgroup-initial): Ditto.
24352
24353         * flow-fill.el (fill-flowed-display-column)
24354         (fill-flowed-encode-column): Ditto.
24355
24356 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24357
24358         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24359         Use point-min rather than 1.
24360         (message-send-mail): Use buffer-size rather than point-max.
24361
24362         * gnus-sum.el (gnus-summary-search-article-forward):
24363         Signal a specific `search-failed' rather than a generic `error'.
24364
24365         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24366         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24367         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24368
24369 2004-09-10  Simon Josefsson  <jas@extundo.com>
24370
24371         * nndb.el (require): Remove tcp and duplicate cl.
24372
24373 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24374
24375         * gnus-agent.el (directory-files-and-attributes): Move forward.
24376
24377 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24378
24379         * gnus-agent.el (directory-files-and-attributes):
24380         Optionally defined to support XEmacs.
24381
24382 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24383
24384         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24385         to avoid run-time CL dependencies.
24386         (gnus-agent-unfetch-articles): New function.
24387         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24388         article numbers even when local .overview file is missing.
24389         (gnus-agent-read-article-number): New function.  Only accepts
24390         27-bit article numbers.
24391         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24392         Use gnus-agent-read-article-number.
24393         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24394         from backend while recognizing that article numbers in .overview
24395         must be valid.
24396         (gnus-agent-update-files-total-fetched-for):
24397         Use directory-files-and-attributes to improve performance.
24398         * gnus-int.el (gnus-request-move-article):
24399         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24400         improve performance.
24401
24402         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24403         some users confused by references to .newsrc when they only have a
24404         .newsrc.eld file.
24405         (gnus-convert-mark-converter-prompt)
24406         (gnus-convert-converter-needs-prompt): Fix use of property list.
24407         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24408         New function.  Used internally to only display 'gnus converting
24409         files' message when actually necessary.
24410
24411         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24412         methods now autoloaded.
24413
24414 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24415
24416         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24417         identifiers.
24418
24419 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24420
24421         * gnus-picon.el: Fix indentation and closing parenthesis.
24422
24423 2004-09-01  Simon Josefsson  <jas@extundo.com>
24424
24425         * message.el (message-canlock-generate): Require sha1, not
24426         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24427         to require within a function.  Sadly, if sha1.el isn't loaded, the
24428         let binding in m-c-g will hide the defcustom definition, which is
24429         bad.)
24430
24431         * canlock.el: Require sha1, not sha1-el.
24432
24433         * message.el: Don't autoload sha1 (there is a autoload cookie in
24434         sha1.el).
24435
24436         * sha1-el.el: Rename to sha1.el.
24437
24438 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24439
24440         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24441
24442 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24443
24444         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24445
24446 2004-08-30  Kim F. Storm  <storm@cua.dk>
24447
24448         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24449
24450         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24451         Add :group 'nnimap.
24452
24453 2004-08-30  Andreas Schwab  <schwab@suse.de>
24454
24455         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24456         ?* and ?\;.
24457
24458         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24459         and ?\' to symbol instead of whitespace.
24460
24461 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24462
24463         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24464
24465         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24466         instead of re-search-forward.
24467
24468         * gnus-uu.el (gnus-uu-save-article): Ditto.
24469         (gnus-uu-post-encode-uuencode): Ditto.
24470
24471         * html2text.el (html2text-clean-list-items): Ditto.
24472         (html2text-clean-dtdd): Ditto.
24473         (html2text-format-tags): Ditto.
24474
24475         * message.el (message-send-mail-with-sendmail): Fix regexp.
24476         (message-fill-field-general): Use search-forward instead of
24477         re-search-forward.
24478         (unbold-region): Ditto.
24479
24480         * nnrss.el (nnrss-request-article): Ditto.
24481
24482         * nnslashdot.el (nnslashdot-request-article): Ditto.
24483
24484         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24485
24486         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24487         "Unrecognized menu descriptor" error in XEmacs.
24488
24489 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24490
24491         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24492         parent article of a sparse article in the thread hashtb.
24493
24494 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24495
24496         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24497         (nnmail-expand-newtext): Lowercase expanded entries if
24498         nnmail-split-lowercase-expanded is non-nil.
24499
24500 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24501
24502         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24503
24504         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24505         of gnus-tmp-news-method into string under XEmacs.  It will be
24506         passed to gnus-correct-length which takes only a string argument.
24507
24508 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24509
24510         * gnus-util.el (gnus-bind-print-variables): New macro.
24511         (gnus-prin1): Use it.
24512         (gnus-prin1-to-string): Use it.
24513         (gnus-pp): New function.
24514         (gnus-pp-to-string): New function.
24515
24516         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24517         Replace pp-to-string with gnus-pp-to-string.
24518         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24519         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24520         * gnus-msg.el (gnus-debug): Ditto.
24521         * gnus-score.el (gnus-score-save): Ditto.
24522         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24523         gnus-pp-to-string.
24524         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24525         with gnus-pp.
24526         * score-mode.el (gnus-score-pretty-print): Ditto.
24527         * webmail.el (webmail-debug): Ditto.
24528
24529 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24530
24531         * gnus-art.el (article-display-face, article-display-x-face):
24532         Use buffer-read-only.
24533
24534 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24535
24536         * gnus-art.el (article-hide-list-identifiers):
24537         Bind inhibit-read-only as t.
24538
24539 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24540
24541         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24542
24543 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24544
24545         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24546         (gnus-narrow-to-page): Don't assume point-min == 1.
24547         (gnus-article-edit-mode): Derive from message-mode.
24548
24549         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24550         point-min == 1.
24551
24552         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24553         Disable incorrect use of `assert'.
24554
24555         * message.el (message-mode): Set comment-start-skip.
24556
24557
24558 2004-08-22  Sam Steingold  <sds@gnu.org>
24559
24560         * pop3.el (pop3-leave-mail-on-server): New user variable.
24561         (pop3-movemail): Delete mail only when it is nil.
24562
24563 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24564
24565         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24566
24567         * mml.el (mml-preview): Use `pop-to-buffer'.
24568
24569         * message.el (message-goto-mail-followup-to): Insert after "To".
24570         (message-carefully-insert-headers): Add comment.
24571
24572         * gnus.el: Remove unused variable `gnus-article-check-size'.
24573
24574         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24575
24576         * gnus-art.el (gnus-button-alist):
24577         Improve `gnus-button-handle-library' entry.
24578
24579 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24580
24581         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24582         Use downcase, since XEmacs capitalizes error messages differently.
24583
24584 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24585
24586         * nntp.el: Add (require 'gnus) due to reference to
24587         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24588
24589 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24590
24591         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24592         Bind `mm-fill-flowed'.
24593
24594         * mm-decode.el (mm-dissect-singlepart): Check it.
24595
24596 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24597
24598         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24599         'imap' for netrc parsing.
24600
24601 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24602
24603         * mailcap.el (mailcap-mime-data): Mark as risky.
24604
24605 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24606
24607         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24608         may be included in the encoded word.
24609         (rfc2047-encode): Don't append a space if the encoded word
24610         includes close parenthesis.
24611
24612 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24613
24614         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24615         of text within parentheses.
24616
24617 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24618
24619         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24620         (gnus-encrypt-write-file-contents): Make the password key the file
24621         name PLUS the cipher, not just the cipher.  Also remove failed
24622         passwords from the cache.
24623
24624 2004-08-06  Simon Josefsson  <jas@extundo.com>
24625
24626         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24627         Doc fix.
24628
24629 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24630
24631         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24632         LWSP.
24633
24634 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24635
24636         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24637         Try to append in-reply-to: data to the references: header.
24638
24639         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24640         (netrc-parse): Use gnus-encrypt.el functions.
24641
24642         * gnus-encrypt.el: Add new file for encryption support; currently
24643         does only a few GPG ciphers and an internal XOR cipher.
24644
24645         * password.el: Add comments on using password-read-and-add.
24646         (password-read-and-add): Add function to read and add the
24647         password to the cache at once.
24648
24649 2004-07-28  Simon Josefsson  <jas@extundo.com>
24650
24651         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24652         parameter (but don't use it, for now).
24653
24654         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24655         instead of hard coding to nil.
24656
24657 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24658
24659         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24660         as mm-inline-image-xemacs does.
24661
24662 2004-07-26  Simon Josefsson  <jas@extundo.com>
24663
24664         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24665         Revert part of 2004-07-17 change below.
24666
24667 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24668
24669         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24670         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24671
24672 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24673
24674         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24675         quotes that actually start with ">" at the beginning of the
24676         lines.
24677
24678 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24679
24680         * rfc2047.el (rfc2047-encode-region): Fix last change.
24681         (rfc2047-encode-parameter): Remove useless concat.
24682
24683 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24684
24685         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24686         encode special characters; fix some kind of misconfigured headers;
24687         signal a real error if debug-on-quit or debug-on-error is non-nil.
24688         (rfc2047-encode-max-chars): New variable.
24689         (rfc2047-encode-1): Use it.
24690         (rfc2047-encode-parameter): New function.
24691
24692         * mml.el (mml-insert-parameter): Remove an excessive space.
24693
24694 2004-07-17  Simon Josefsson  <jas@extundo.com>
24695
24696         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24697         Kai Grossjohann <kai@emptydomain.de>.
24698         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24699         (gnus-group-make-menu-bar): Ditto.
24700
24701         * gnus-util.el (gnus-group-server): Add.
24702
24703 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24704
24705         * message.el (message-clone-locals): Clone sendmail and smtp
24706         variables.
24707
24708 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24709
24710         * rfc2047.el (rfc2047-encode-region): Fix last change.
24711
24712 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24713
24714         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24715         characters as non-special.
24716
24717 2004-07-09  Simon Josefsson  <jas@extundo.com>
24718
24719         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24720         Users will lose all flag changes made while unplugged with
24721         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24722         good default.  See numerous reports on ding mailing list.
24723
24724 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24725
24726         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24727         add generate-head-function and generate-article-function to the
24728         rfc822-forward entry.
24729         (nndoc-rfc822-forward-generate-article): New function.
24730         (nndoc-rfc822-forward-generate-head): New function.
24731
24732         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24733
24734 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24735
24736         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24737         respect display group parameter and gnus-summary-expunge-below.
24738         (gnus-articles-to-read): Remove unused reference to display group
24739         parameter.
24740
24741 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24742
24743         * nnheader.el (nnheader-uniquify-message-id): New experimental
24744         variable.
24745         (nnheader-nov-read-message-id): Use it.
24746
24747         * spam-report.el (spam-report-gmane): Add interactive.
24748
24749 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24750
24751         * mm-encode.el (mm-content-transfer-encoding-defaults):
24752         Use qp-or-base64 for the application/* types.
24753
24754 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24755
24756         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24757
24758 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24759
24760         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24761         trim value.
24762
24763 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24764
24765         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24766         New macro and function.
24767         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24768
24769 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24770
24771         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24772         after-load-alist.
24773
24774 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24775
24776         * gnus-group.el (gnus-group-get-new-news-this-group):
24777         Don't update info that isn't there.
24778
24779 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24780
24781         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24782         entry.
24783
24784 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24785
24786         * mm-view.el (mm-inline-render-with-function): Use multibyte
24787         buffer; decode html source by charset.
24788
24789         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24790
24791         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24792         Mule-UCS is loaded under XEmacs.
24793         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24794
24795 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24796
24797         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24798
24799 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24800
24801         * mm-util.el (mm-coding-system-p): Return a coding-system.
24802         (mm-mime-mule-charset-alist): Use shift_jis instead of
24803         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24804         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24805         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24806         instead of japanese-shift-jis and iso-latin-1 respectively in
24807         order to share the default value with both Emacs and XEmacs-mule.
24808         (mm-mule-charset-to-mime-charset):
24809         Make mm-coding-system-priorities effective.
24810         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24811         while predicating of candidates upon the priorities.
24812
24813 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24814
24815         * gnus-sum.el (gnus-summary-make-menu-bar):
24816         Add gnus-uu-invert-processable.
24817
24818         * gnus.el: Autoload gnus-uu-invert-processable.
24819
24820 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24821
24822         * mm-util.el (mm-with-multibyte-buffer): New macro.
24823
24824         * rfc2047.el (rfc2047-encode-string): Use it.
24825         (rfc2047-encode-region): Move point to the end of the region after
24826         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24827
24828 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24829
24830         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24831         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24832
24833 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24834
24835         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24836         (gnus-cite-parse): Ignore quoted envelope From_.
24837         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24838
24839 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24840
24841         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24842         invalid addresses.
24843
24844 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24845
24846         * spam.el: Change section markers, revise TODO list.
24847         (spam-backends): Make new master list of all installed backends.
24848         (spam-summary-exit-behavior): Add new variable to determine how
24849         messages moves are done at summary exit.
24850         (spam-move-spam-nonspam-groups-only)
24851         (spam-process-ham-in-nonham-groups)
24852         (spam-process-ham-in-spam-groups): Remove variables, the
24853         spam-summary-exit-behavior variable should be used to manage this
24854         behavior.
24855         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24856         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24857         and spam-old-spam-articles.
24858         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24859         Add empty variables, placeholders for the backends they represent.
24860         (spam-set-difference): Move, unchanged.
24861         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24862         unless the user has a processor variable.
24863         (spam-classifications, spam-classification-valid-p)
24864         (spam-backend-properties, spam-backend-property-valid-p)
24865         (spam-backend-function-type-valid-p)
24866         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24867         (spam-report-articles-gmane, spam-report-articles-resend):
24868         Remove functions, they are not needed.
24869         (spam-install-backend-super, spam-backend-list)
24870         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24871         (spam-backend-function, spam-backend-ham-registration-function)
24872         (spam-backend-spam-registration-function)
24873         (spam-backend-ham-unregistration-function)
24874         (spam-backend-spam-unregistration-function)
24875         (spam-backend-statistical-p, spam-backend-mover-p)
24876         (spam-install-backend-alias, spam-install-checkonly-backend)
24877         (spam-install-mover-backend, spam-install-nocheck-backend)
24878         (spam-install-backend, spam-install-statistical-backend)
24879         (spam-install-statistical-checkonly-backend): Add backend installation
24880         support.
24881         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24882         (spam-group-processor-p): Use the new backend code and respect the
24883         summary exit behavior.
24884         (spam-mark-spam-as-expired-and-move-routine): Remove.
24885         (spam-summary-prepare): Change to use the new spam-old-articles
24886         variable.
24887         (spam-copy-or-move-routine, spam-copy-spam-routine)
24888         (spam-move-spam-routine, spam-copy-ham-routine)
24889         (spam-move-ham-routine): Add code to copy/move ham or spam.
24890         (spam-fetch-field-fast): Improve doc and code, plus allow the
24891         'number request.
24892         (spam-list-of-checks, spam-list-of-statistical-checks):
24893         Remove variables.
24894         (spam-split, spam-find-spam): Use the new backend code.
24895         (spam-registration-functions): Remove variable.
24896         (spam-unregister-routine): Add convenience wrapper.
24897         (spam-log-undo-registration, spam-register-routine)
24898         (spam-log-processing-to-registry)
24899         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24900         where possible.
24901         (spam-check-gmane-xref, spam-check-regex-headers)
24902         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24903         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24904         (spam-check-bogofilter-headers, spam-check-spamoracle)
24905         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24906         (spam-check-crm114-headers): Use the spam-split-group that
24907         spam-split prepares, no need to determine it every time.
24908
24909         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24910         to the nnheader-parse-naked-head call.
24911
24912         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24913
24914         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24915         the nnheader-nov-read-message-id call.
24916
24917 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24918
24919         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24920         gnus-activate-group twice.  Suggested by Markus Peter
24921         <warp@spin.de>.
24922
24923 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24924
24925         * gnus-art.el (gnus-article-time-format): Exchange the order of
24926         day and month in the default value; fix customization type.
24927         (article-date-ut): Use add-text-properties.
24928         (article-make-date-line): Use message-make-date instead of
24929         current-time-string.
24930
24931         * message.el (message-fetch-field): Don't use set-text-properties.
24932         (message-make-date): Simplify.
24933
24934         * messagexmas.el (message-xmas-make-date): New function.
24935         (message-xmas-redefine): Defalias message-make-date to it.
24936
24937 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24938
24939         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24940         (rfc2047-encode-region): Treat text within parentheses as special;
24941         show the original text when error has occurred.
24942
24943         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24944         already-computed method to gnus-activate-group.
24945
24946         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24947         same select-methods identical Lisp objects.
24948
24949         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24950         object when modifying the info.
24951
24952 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24953
24954         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24955         gnus-opened-servers since it has never been opened with the new
24956         configuration yet.
24957
24958 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24959
24960         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24961         arg to nnheader-generate-fake-message-id.
24962
24963 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24964
24965         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24966         number and build a fake message ID localized to a group and
24967         article number (so it's repeatable from that point on).
24968         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24969         ID format.
24970
24971         * gnus-sum.el (gnus-get-newsgroup-headers):
24972         Call nnheader-generate-fake-message-id with the article number.
24973
24974 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24975
24976         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24977         end-of-buffer.
24978
24979 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24980
24981         * message.el (message-ignored-supersedes-headers): Add Approved.
24982
24983 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24984
24985         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24986         goto-char.
24987         (rfc2047-encode): Fold the line before encoding.
24988
24989 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24990
24991         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24992         folding -- not all headers can be folded, and this should be done
24993         by the message composition mode.  Probably.  I think.
24994
24995 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24996
24997         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24998         fast.
24999
25000         * gnus-ems.el (gnus-remove-image): Don't use
25001         message-text-with-property; remove only the image found first.
25002
25003         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25004         found first.
25005
25006 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25007
25008         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25009
25010 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25011
25012         * message.el (message-text-with-property): Make it fast and accept
25013         optional arguments.
25014         (message-strip-forbidden-properties): Use it.
25015         (message-fix-before-sending): Follow the m-t-w-p change.
25016
25017         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25018
25019 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25020
25021         * gnus-art.el (article-hide-headers): Don't change the buffer
25022         mistakenly when performing mml-preview even if
25023         gnus-single-article-buffer is nil.
25024
25025 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25026
25027         * message.el (message-expand-name-databases): New user option.
25028         (message-expand-name): Use it.
25029
25030 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25031
25032         * spam.el (spam-report-articles-resend)
25033         (spam-report-resend-register-routine): Allow ham reporting.
25034         (spam-report-resend-register-ham-routine): Add wrapper.
25035         (spam-registration-functions): Add ham resending functions.
25036         (spam-list-of-processors): Add ham resend processor.
25037
25038         * gnus.el (ham-resend-to): Add new group parameter.
25039         (spam-process): Add ham resend option.
25040
25041         * spam-report.el (spam-report-resend): Allow reporting ham.
25042         (spam-report-resend-ham): Add wrapper.
25043
25044 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25045
25046         * message.el (message-cite-articles-with-x-no-archive):
25047         New variable.
25048         (message-cite-original): Use it.
25049
25050 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25051
25052         * message.el (message-cite-original): Respect X-No-Archive.
25053
25054 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25055
25056         * gnus-art.el (article-hide-headers): Refer to the values for
25057         gnus-ignored-headers and gnus-visible-headers in the summary
25058         buffer since a user may have set them as group parameters.
25059
25060 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25061
25062         * assistant.el (assistant-node-name): Add convenience function.
25063         (assistant-render-text, assistant-render-node): Add error handling,
25064         plus handle multiple next nodes.
25065         (assistant-find-next-node): Comment out for now.
25066         (assistant-find-next-nodes): Add function, returns list of next
25067         nodes.
25068
25069 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25070
25071         * mail-source.el (mail-source-directory): Fix doc-string.
25072
25073 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25074
25075         * assistant.el (assistant-render-text, assistant-eval): Add :set
25076         widget type, which is different because it takes and returns a
25077         list.  Much hilarity ensues.
25078
25079 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25080
25081         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25082
25083         * gnus-group.el (gnus-group-get-new-news-this-group):
25084         Add doc-string.
25085
25086         * gnus-start.el (gnus-activate-group): Add doc-string.
25087
25088 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25089
25090         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25091
25092 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25093
25094         * assistant.el (assistant-render-text): Try to add a :set
25095         widget, more to come.
25096
25097         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25098         strings.
25099         (spam-report-articles-resend)
25100         (spam-register-routine): Do registration iff any articles warrant
25101         it.
25102         (spam-summary-prepare-exit): Change log message for nil group
25103         destinations.
25104
25105 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25106
25107         * spam.el (spam-report-resend-register-routine):
25108         Allow spam-report-resend-to to be a group parameter or a global value.
25109
25110 2004-05-26  Simon Josefsson  <jas@extundo.com>
25111
25112         * starttls.el: Merge with my GNUTLS based starttls.el.
25113         (starttls-gnutls-program, starttls-use-gnutls)
25114         (starttls-extra-arguments, starttls-process-connection-type)
25115         (starttls-connect, starttls-failure, starttls-success):
25116         New variables.
25117         (starttls-program, starttls-extra-args): Doc fix.
25118         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25119         New functions.
25120         (starttls-negotiate, starttls-open-stream):
25121         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25122         function if it is set.
25123
25124 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25125
25126         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25127         structured fields.
25128
25129 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25130
25131         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25132
25133 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25134
25135         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25136         Add variable.
25137         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25138         assigning the spam-mark to new messages.
25139
25140 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25141
25142         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25143
25144 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25145
25146         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25147
25148         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25149         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25150         default.
25151
25152 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25153
25154         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25155         correct data.
25156
25157 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25158
25159         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25160         (spam-group-processor-p): Fix function.
25161         (spam-group-processor-multiple-p)
25162         (spam-group-spam-processor-report-gmane-p)
25163         (spam-group-spam-processor-report-resend-p)
25164         (spam-group-spam-processor-bogofilter-p)
25165         (spam-group-spam-processor-blacklist-p)
25166         (spam-group-spam-processor-ifile-p)
25167         (spam-group-ham-processor-ifile-p)
25168         (spam-group-spam-processor-spamoracle-p)
25169         (spam-group-spam-processor-crm114-p)
25170         (spam-group-ham-processor-bogofilter-p)
25171         (spam-group-spam-processor-stat-p)
25172         (spam-group-ham-processor-stat-p)
25173         (spam-group-ham-processor-whitelist-p)
25174         (spam-group-ham-processor-BBDB-p)
25175         (spam-group-ham-processor-spamoracle-p)
25176         (spam-group-ham-processor-copy-p): Remove functions with some
25177         prejudice against unneeded code.
25178         (spam-report-articles-resend)
25179         (spam-report-resend-register-routine): Allow the group/topic
25180         spam-resend-to value to override spam-report-resend-to.
25181         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25182         properly now.
25183
25184         * gnus.el (spam-resend-to): Add group/topic parameter.
25185         (spam-process): Move the OBSOLETE processors to the end of the
25186         choices.
25187
25188 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25189
25190         * spam-report.el (spam-report-resend-to, spam-report-resend):
25191         Start with resend-to set to nil, and then ask the user if necessary.
25192         (spam-report-resend): spam-report-resend takes a list of articles, not
25193         separate article numbers.
25194
25195 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25196
25197         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25198         addition to emacs-w3m.
25199
25200 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25201
25202         * assistant.el (assistant-authinfo-data): New function.
25203         (assistant-eval): Eval for entire assistant.
25204
25205         * netrc.el (netrc-services-file): New variable.
25206         (netrc-parse-services): New function.
25207         (netrc-find-service-name): New function.
25208         (netrc-find-service-number): New function.
25209         (netrc-port-equal): New function.
25210         (netrc-machine): Use it.
25211
25212         * nnimap.el (nnimap-open-connection): Use netrc.
25213
25214         * gnus-util.el (gnus-netrc-get): Remove aliases.
25215
25216         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25217
25218         * assistant.el (wid-edit): Fix compilation.
25219
25220         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25221
25222 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25223
25224         * gnus-util.el (gnus-set-file-modes): New function.  (small
25225         patch).
25226
25227 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25228
25229         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25230
25231         * assistant.el (assistant-render-node): Fix up rendering and
25232         read-only text.
25233         (assistant-render-node): Reset.
25234         (assistant-make-read-only): Not sticky.
25235
25236 2004-05-20  Danny Siu  <dsiu@adobe.com>
25237
25238         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25239         centered even when gnus-auto-center-summary is t.
25240
25241 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25242
25243         * dns.el (dns-get-txt-answer): New function.
25244         (dns-read-txt): Ditto.
25245         (query-dns): Use it.
25246
25247 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25248
25249         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25250         active for foreign groups even if the group level is higher than
25251         the specified value.
25252
25253 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25254
25255         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25256         non-active groups.
25257
25258         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25259
25260 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25261
25262         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25263
25264 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25265
25266         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25267         (spam-crm114-header, spam-crm114-spam-switch)
25268         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25269         (spam-crm114-positive-spam-header)
25270         (spam-crm114-database-directory, spam-list-of-processors)
25271         (spam-group-spam-processor-crm114-p)
25272         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25273         (spam-generic-score, spam-list-of-checks)
25274         (spam-list-of-statistical-checks, spam-registration-functions)
25275         (spam-check-crm114-headers, spam-crm114-score)
25276         (spam-check-crm114, spam-crm114-register-with-crm114)
25277         (spam-crm114-register-spam-routine)
25278         (spam-crm114-unregister-spam-routine)
25279         (spam-crm114-register-ham-routine)
25280         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25281
25282 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25283
25284         * gnus.el: Add spam-use-crm114.
25285
25286         * spam.el (spam-list-of-processors, spam-registration-functions):
25287         Add spam-use-resend.
25288         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25289         (spam-report-articles-gmane): Add doc fix.
25290         (spam-report-articles-resend, spam-report-resend-register-routine):
25291         Add wrappers around spam-report-resend-to.
25292
25293         * spam-report.el (spam-report-resend-to, spam-report-resend):
25294         Add support for resending spam.
25295         (spam-report-gmane): Fix line length >80.
25296
25297         * gnus.el (spam-process): Add spam-use-resend.
25298
25299 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25300
25301         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25302         number of processed spam messages.
25303         (spam-ham-copy-or-move-routine): Return the number of processed
25304         ham messages.
25305         (spam-summary-prepare-exit): Use the above values to decide
25306         whether status messages shouled be displayed.
25307
25308 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25309
25310         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25311         `rfc2047-encoding-function-alist' in order to avoid conflicting
25312         with the old version.
25313         (rfc2047-encode-region): Concatenate words containing non-ASCII
25314         characters in structured fields; don't encode space-delimited
25315         ASCII words even in unstructured fields; don't break words at
25316         char-category boundaries.
25317         (rfc2047-encode-1): New function.
25318         (rfc2047-encode): Use it; encode text so that it occupies the
25319         maximum width within 76-column; work correctly on Q encoding for
25320         iso-2022-* charsets.
25321         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25322         sure not to break a line just after the header name.
25323         (rfc2047-b-encode-region): Remove.
25324         (rfc2047-b-encode-string): New function.
25325         (rfc2047-q-encode-region): Remove.
25326         (rfc2047-q-encode-string): New function.
25327
25328         * mm-util.el (mm-replace-in-string): New function.
25329
25330 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25331
25332         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25333         Really get it right.
25334         (gnus-inews-make-draft): Really.
25335
25336 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25337
25338         * nnmh.el (nnmh-request-list-1): Don't check the link count
25339         before descending.  (small patch)
25340
25341 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25342
25343         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25344         stuff.
25345
25346         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25347         Match on real group name.
25348
25349         * gnus-art.el (gnus-signature-limit): Doc fix.
25350
25351         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25352
25353         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25354
25355 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25356
25357         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25358         isn't a string.
25359
25360 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25361
25362         * gnus-draft.el (gnus-draft-send):
25363         Bind rfc2047-encode-encoded-words.
25364
25365         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25366         (rfc2047-encodable-p): Say that =? needs encoding.
25367         (rfc2047-encode-encoded-words): New variable.
25368
25369         * gnus-group.el (gnus-group-select-group): Doc fix.
25370
25371         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25372
25373         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25374         to nil.
25375
25376         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25377
25378         * nnheader.el (nnheader-get-lines-and-char): New function.
25379
25380 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25381
25382         * gnus-msg.el (gnus-summary-followup-with-original):
25383         Document yanking of region when active.
25384
25385 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25386
25387         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25388         groups if the group level is higher than the specified value.
25389
25390 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25391
25392         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25393         (gnus-group-jump-to-group): Add prefix argument using
25394         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25395         non-active group.
25396
25397         * compface.el (uncompface): Be verbose when changing
25398         `uncompface-use-external'.
25399
25400         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25401         handle manual section.
25402
25403 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25404
25405         * gnus-art.el (gnus-button-alist): Revert previous change.
25406
25407 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25408
25409         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25410
25411 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25412
25413         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25414         whether backend can accept message.
25415
25416         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25417
25418 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25419
25420         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25421         Avoid creating directory when nntp-marks-is-evil is true.
25422         Reported by Reiner Steib.
25423
25424 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25425
25426         * gnus-picon.el (gnus-picon-insert-glyph):
25427         Add optional `nostring' argument.
25428
25429 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25430
25431         * gnus-picon.el (gnus-picon-style): New variable.
25432         (gnus-picon-transform-address): Support `gnus-picon-style'.
25433
25434 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25435
25436         * message.el (message-fill-field): Return point.
25437         (message-generate-headers): Go to end of field.
25438
25439         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25440         stuff for non-living groups.
25441
25442 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25443
25444         * gnus-art.el (gnus-article-followup-with-original)
25445         (gnus-article-reply-with-original): gnus-mark-active-p ->
25446         gnus-region-active-p.
25447
25448 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25449
25450         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25451         only when there is spam or ham to be processed.
25452
25453 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25454
25455         * mail-source.el (mail-source-delete-crash-box): Refactor.
25456         (mail-source-fetch): Use it.
25457         (mail-source-fetch-file): Ditto.
25458         (mail-source-fetch-directory): Run postscript in loop.
25459         (mail-source-fetch-pop): Delete.
25460         (mail-source-fetch-maildir): Ditto.
25461         (mail-source-fetch-imap): Ditto.
25462
25463         * imap.el (imap-authenticators): Comment out sasl.
25464
25465         * message.el (message-skip-to-next-address): New function.
25466         (message-fill-header-address): Refactor.
25467         (message-fill-address): Use it.
25468         (message-delete-address): Use it.
25469         (message-fill-header-general): Refactor.
25470         (message-fill-field-address): Rename.
25471         (message-narrow-to-field): Find the start of the header.
25472         (message-header-format-alist): Don't pre-fill.
25473         (message-fill-header): Remove.
25474         (message-insert-header): New function.
25475         (message-shorten-references): Use it.
25476
25477         * rfc2047.el (rfc2047-field-value): Strip props.
25478
25479         * mail-parse.el (mail-header-make-address): New alias.
25480
25481         * ietf-drums.el (ietf-drums-make-address): New function.
25482
25483         * imap.el: Add compiler directives.
25484
25485         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25486
25487         * gnus-art.el (article-decode-idna-rhs): Don't use
25488         message-idna-inside-rhs-p.
25489
25490 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25491
25492         * message.el (message-idna-inside-rhs-p): Remove.
25493         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25494
25495         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25496         false positives.
25497
25498 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25499
25500         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25501
25502 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25503
25504         * nneething.el (nneething-file-name): Don't create spurious
25505         files.
25506
25507         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25508         (gnus-inews-do-gcc): Remove sleep.
25509
25510         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25511         part under point.
25512
25513         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25514         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25515
25516 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25517
25518         * spam.el (spam-summary-prepare-exit): Fix (length).
25519
25520 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25521
25522         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25523         as expired without moving it" message when there are spam
25524         messages left.
25525
25526 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25527
25528         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25529         header is not nil.
25530
25531 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25532
25533         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25534         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25535         (nntp-marks-changed-p): New arg SERVER.
25536         (nntp-request-update-info): Adjust caller.
25537
25538 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25539
25540         * nntp.el (nntp-save-marks): Pass missing arg.
25541
25542 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25543
25544         * nntp.el: Support marks.
25545         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25546         (nntp-marks-modtime, nntp-marks-directory): New variables.
25547         (nntp-request-set-mark, nntp-request-update-info)
25548         (nntp-possibly-create-directory, nntp-marks-changed-p)
25549         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25550         New functions.
25551
25552 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25553
25554         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25555         (gnus-xmas-redefine): Rename.
25556
25557         * gnus-score.el (gnus-score-insert-help):
25558         Use gnus-select-lowest-window.
25559
25560         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25561         appt-select-lowest-window and rename to gnus-select-lowest-window.
25562
25563         * gnus.el: do.
25564
25565 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25566
25567         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25568         encodings of MIME-encoded words, in order to improve
25569         interoperability with several broken MUAs.
25570
25571 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25572
25573         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25574         tags, only when charsets are not specified in headers.
25575         (mm-inline-text-html-render-with-w3m): Ditto.
25576
25577         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25578         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25579
25580 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25581
25582         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25583         instead of MIME-decoded from fields when checking
25584         `gnus-article-address-banner-alist'.
25585
25586 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25587
25588         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25589         description rather than subject.
25590
25591 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25592
25593         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25594
25595 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25596
25597         * gnus.el (gnus-version-number): Bump.
25598
25599 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25600
25601         * gnus.el: No Gnus v0.2 is released.
25602
25603 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25604
25605         * gnus-agent.el (gnus-agent-read-agentview):
25606         Inline gnus-uncompress-range.
25607
25608 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25609
25610         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25611         `exec-installed-p'.
25612
25613 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25614
25615         * gnus.el (spam-process, spam-autodetect-methods):
25616         Add bsfilter and bsfilter-headers.
25617
25618         * spam.el (spam-bsfilter): New customize group.
25619         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25620         (spam-bsfilter-header, spam-bsfilter-probability-header)
25621         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25622         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25623         (spam-bsfilter-database-directory): New options.
25624         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25625         (spam-list-of-statistical-checks, spam-registration-functions):
25626         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25627         (spam-bsfilter-score): New command.
25628         (spam-check-bsfilter-headers, spam-check-bsfilter)
25629         (spam-bsfilter-register-with-bsfilter)
25630         (spam-bsfilter-register-spam-routine)
25631         (spam-bsfilter-unregister-spam-routine)
25632         (spam-bsfilter-register-ham-routine)
25633         (spam-bsfilter-unregister-ham-routine): New functions.
25634         (spam-generic-score): Support bsfilter; Accept an optional argument
25635         to recalcurate spam score even if scoring header has already been
25636         added.
25637         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25638         optional argument to recalcurate spam score even if scoring header
25639         has already been added.
25640
25641 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25642
25643         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25644         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25645         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25646         link is missing.
25647
25648 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25649
25650         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25651         (html2text-get-attr): Rewrite.
25652
25653         * message.el (message-setup-1): Remove redundant put-text-property
25654         on mail-header-separator.
25655
25656 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25657
25658         * gnus-registry.el (gnus-registry-cache-whitespace)
25659         (gnus-registry-action, gnus-registry-spool-action)
25660         (gnus-registry-split-fancy-with-parent): Change message levels
25661         from 5 to 3 or 7, as needed.
25662
25663         * spam.el (spam-summary-prepare-exit)
25664         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25665         (spam-split, spam-find-spam, spam-log-undo-registration)
25666         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25667         level from 5 to 6.
25668
25669 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25670
25671         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25672         2004-03-04 change).
25673
25674 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25675
25676         * sieve-manage.el (sieve-manage-open):
25677         * nnweb.el (nnweb-insert-html):
25678         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25679         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25680         * nnspool.el (nnspool-request-group):
25681         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25682         * nnml.el (nnml-request-update-info):
25683         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25684         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25685         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25686         (nnimap-request-set-mark):
25687         * nnfolder.el (nnfolder-request-update-info):
25688         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25689         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25690         * gnus-uu.el (gnus-uu-find-articles-matching):
25691         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25692         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25693         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25694         * gnus-nocem.el (gnus-nocem-scan-groups):
25695         * gnus-int.el (gnus-start-news-server):
25696         * gnus-group.el (gnus-group-make-kiboze-group)
25697         (gnus-group-browse-foreign-server):
25698         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25699         Use mapc when appropriate.
25700
25701 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25702             Adam Sjøgren  <asjo@koldfront.dk>
25703             Wes Hardaker  <wes@hardakers.net>
25704             Michael Shields  <shields@msrl.com>
25705
25706         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25707         may need for spam sorting and scoring.
25708         (spam-user-format-function-S): Add user format function suitable for
25709         general use.
25710         (spam-article-sort-by-spam-status): Add sorting function for summary
25711         sorting.
25712         (spam-extra-header-to-number): Add function to get a score from a
25713         header.
25714         (spam-summary-score): Add function to get a numeric score from the
25715         headers.
25716         (spam-generic-score): Fix function doc, was in wrong place.
25717         (spam-initialize): Take symbols when it's run, and install the
25718         extra headers that spam-necessary-extra-headers thinks we need.
25719
25720 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25721
25722         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25723         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25724
25725 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25726
25727         * gnus-sum.el (gnus-set-global-variables)
25728         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25729         (gnus-article-get-xrefs, gnus-summary-best-group)
25730         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25731         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25732         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25733         Use with-current-buffer.
25734
25735 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25736
25737         * spam.el (spam-summary-prepare-exit): Simplify logic.
25738         (spam-fetch-article-header): Read the article header if it's not
25739         available.
25740         (spam-list-articles): Simplify logic.
25741         (spam-filelist-register-routine): Fix bug with unregister-list.
25742
25743         * gnus-registry.el: Fix comments at beginning.
25744
25745 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25746
25747         * message.el (message-cater-to-broken-inn): Remove.
25748         (message-shorten-references): Make sure the total folded length of
25749         References is shorter than 998 characters to cater to a bug in INN
25750         2.3.  Also, don't pretend that references aren't folded -- this
25751         hasn't worked for a while.
25752
25753 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25754
25755         * gnus-agent.el (gnus-agentize):
25756         gnus-agent-send-mail-real-function no longer set to current value
25757         of message-send-mail-function but rather a lambda that calls
25758         message-send-mail-function.  The change makes the agent real-time
25759         responsive to user changes to message-send-mail-function.
25760
25761 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25762
25763         * legacy-gnus-agent.el
25764         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25765         help from Florian Weimer <fw@deneb.enyo.de>
25766
25767 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25768
25769         * nnmail.el (nnmail-cache-insert): Revert last change.
25770
25771 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25772
25773         * nnmail.el (nnmail-cache-insert): Always check whether
25774         nnmail-cache-ignore-groups matches a group name.
25775
25776 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25777
25778         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25779         (spam-find-spam, spam-log-processing-to-registry)
25780         (spam-log-registered-p, spam-log-unregistration-needed-p)
25781         (spam-log-undo-registration): Use gnus-message instead of
25782         gnus-error, none of these errors are fatal.
25783
25784         * gnus-registry.el (gnus-registry-clean-empty-function)
25785         (gnus-registry-clean-empty): Remove only empty entries without
25786         extra data.
25787
25788 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25789
25790         * spam-stat.el (spam-stat-buffer-change-to-spam)
25791         (spam-stat-buffer-change-to-non-spam): Change (error) to
25792         (gnus-message 8) invocation.
25793
25794 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25795
25796         * nntp.el (nntp-via-netcat-command): New variable.
25797         (nntp-via-netcat-switches): New variable.
25798         (nntp-open-via-rlogin-and-netcat): New function.
25799         (nntp-open-connection-function): Doc fix.
25800         (nntp-telnet-command): Doc fix.
25801         (nntp-end-of-line): Doc fix.
25802         (nntp-via-rlogin-command): Doc fix.
25803         (nntp-via-user-name): Doc fix.
25804         (nntp-via-address): Doc fix.
25805
25806 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25807
25808         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25809         error in Emacs 21.1.
25810
25811 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25812
25813         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25814
25815 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25816
25817         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25818         (gnus-agent-with-refreshed-group): New macro.
25819         (gnus-agent-rename-group): New function.
25820         (gnus-agent-delete-group): New function.
25821         (gnus-agent-save-group-info): Use gnus-command-method when
25822         `method' parameter is nil.  Don't write nil entries into the
25823         active file.
25824         (gnus-agent-get-group-info): New function.
25825         (gnus-agent-fetch-articles):
25826         Use gnus-agent-update-files-total-fetched-for to increment disk space
25827         used.
25828         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25829         Use gnus-agent-update-view-total-fetched-for to increment disk space
25830         used.
25831         (gnus-agent-get-local): Add optional parameters to avoid calling
25832         gnus-group-real-name and gnus-find-method-for-group.
25833         (gnus-agent-set-local): Delete stored entry if either min, or max,
25834         are nil.
25835         (gnus-agent-fetch-session): Reworded error/quit messages.
25836         On quit, use gnus-agent-regenerate-group to record existance of any
25837         articles fetched to disk before the quit occurred.
25838         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25839         gnus-agent-update-view-total-fetched-for, and
25840         gnus-agent-update-files-total-fetched-for to decrement disk space
25841         used.
25842         (gnus-agent-retrieve-headers):
25843         Use gnus-agent-update-view-total-fetched-for to increment disk space
25844         used.
25845         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25846         with gnus-agent-update-files-total-fetched-for to decrement disk
25847         space and fresh group buffer.
25848         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25849         (gnus-agent-need-update-total-fetched-for): New variable.
25850         (gnus-agent-update-files-total-fetched-for): New function.
25851         (gnus-agent-update-view-total-fetched-for): New function.
25852         (gnus-agent-total-fetched-for): New function.
25853
25854         * gnus-cache.el (gnus-cache-save-buffers):
25855         Use gnus-cache-update-overview-total-fetched-for to change disk space
25856         used by this group.
25857         (gnus-cache-possibly-enter-article):
25858         Use gnus-cache-update-file-total-fetched-for to increment disk space
25859         used by this group.
25860         (gnus-cache-possibly-remove-article):
25861         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25862         used by this group.
25863         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25864         (gnus-cache-rename-group): New function.
25865         (gnus-cache-delete-group): New function.
25866         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25867         (gnus-cache-need-update-total-fetched-for): New variable.
25868         (gnus-cache-with-refreshed-group): New macro.
25869         (gnus-cache-update-file-total-fetched-for): New function.
25870         (gnus-cache-update-overview-total-fetched-for): New function.
25871         (gnus-cache-rename-group-total-fetched-for): New function.
25872         (gnus-cache-delete-group-total-fetched-for): New function.
25873         (gnus-cache-total-fetched-for): New function.
25874
25875         * gnus-group.el: Require gnus-sum and autoload functions to
25876         resolve warnings when gnus-group.el compiled alone.
25877         (gnus-group-line-format): Documented new %F.
25878         (size of Fetched data) group line format; identifies disk space
25879         used by agent and cache.
25880         (gnus-group-line-format-alist): Defined new F format.
25881         (gnus-total-fetched-for): New function.
25882         (gnus-group-delete-group): No longer update
25883         gnus-cache-active-altered as gnus-request-delete-group now keeps
25884         the cache in sync.
25885         (gnus-group-list-active): Let the agent store a server's active
25886         list if currently plugged.
25887
25888         * gnus-int.el (gnus-request-delete-group):
25889         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25890         local disk in sync with the server.
25891         (gnus-request-rename-group):
25892         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25893         local disk in sync with the server.
25894
25895         * gnus-start.el (gnus-get-unread-articles):
25896         Cosmetic simplification to logic.
25897
25898         * gnus-util.el (gnus-rename-file): New function.
25899
25900 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25901
25902         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25903
25904 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25905
25906         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25907         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25908
25909 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25910
25911         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25912         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25913
25914 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25915
25916         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25917
25918 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25919
25920         * spam.el (spam-set-difference): Add function to replace
25921         gnus-set-difference in spam.el.
25922         (spam-summary-prepare-exit): Use spam-set-difference.
25923
25924 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25925
25926         * gnus-registry.el (gnus-registry-cache-file): Update to use
25927         gnus-dribble-directory OR gnus-home-directory OR ~.
25928         (gnus-registry-split-fancy-with-parent): Fix doc.
25929
25930 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25931
25932         * message.el (message-exchange-point-and-mark):
25933         Use message-mark-active-p.  Suggested by Jesper Harder
25934         <harder@ifa.au.dk>.
25935
25936 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25937
25938         * message.el (message-exchange-point-and-mark): Don't activate
25939         region if it was inactive.  Suggested by Hiroshi Fujishima
25940         <pooh@nature.tsukuba.ac.jp>.
25941
25942 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25943
25944         * gnus-art.el (article-display-face): Display Faces in the same
25945         order as X-Faces.
25946
25947 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25948
25949         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25950
25951 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25952
25953         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25954         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25955         (gnus-article-mime-hierarchy): Remove.
25956         (gnus-article-mime-hierarchy-next): Remove.
25957         (gnus-article-mode): Revert 2004-03-19 change.
25958         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25959         (gnus-insert-mime-button): Revert 2004-03-19 change.
25960         (gnus-mime-accumulate-hierarchy): Remove.
25961         (gnus-mime-enter-multipart): Remove.
25962         (gnus-mime-leave-multipart): Remove.
25963         (gnus-mime-display-part): Revert 2004-03-19 change.
25964         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25965
25966         * mml.el (mml-preview): Revert 2004-03-19 change.
25967
25968 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25969
25970         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25971
25972 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25973
25974         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25975         t while entering a file name using the mm-with-multibyte macro.
25976         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25977
25978         * mm-util.el (mm-with-multibyte): New macro.
25979
25980 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25981
25982         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25983         New user option.
25984         (gnus-mime-multipart-functions): Doc and customization fix.
25985         (gnus-article-mime-hierarchy): New variable.
25986         (gnus-article-mime-hierarchy-next): New variable.
25987         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25988         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25989         gnus-article-mime-hierarchy-next to nil.
25990         (gnus-insert-mime-button): Show hierarchy numbers.
25991         (gnus-mime-accumulate-hierarchy): New function.
25992         (gnus-mime-enter-multipart): New function.
25993         (gnus-mime-leave-multipart): New function.
25994         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25995         (gnus-mime-display-alternative): Show hierarchy numbers.
25996
25997         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25998         gnus-article-mime-hierarchy-next to nil.
25999
26000 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26001
26002         * dns.el: Don't require gnus-xmas.
26003
26004 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26005
26006         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26007         inline PGP.
26008         (mml-menu): Disable mml-quote-region if mark is inactive.
26009
26010 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26011
26012         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26013         when the group's active is not available.
26014
26015 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26016
26017         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26018         error.
26019
26020 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26021
26022         * imap.el (imap-store-password): New variable.
26023         (imap-interactive-login): Use it.
26024         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26025
26026 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26027
26028         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26029         window-start and hscroll to summary window.
26030
26031 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26032
26033         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26034         conversion message to newsrc-dribble when an actual conversion is
26035         performed.
26036
26037 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26038
26039         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26040
26041 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26042
26043         * mm-decode.el (mm-complicated-handles): New function reviving
26044         former definition of mm-multiple-handles.
26045
26046         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26047         (gnus-mime-delete-part): Use it.
26048
26049 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26050
26051         * gnus-agent.el (gnus-agent-read-local):
26052         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26053         avoid the implicit assumption that they will always be equal.
26054         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26055         coding-system-for-write, as the with-temp-file macro first prints
26056         to a buffer then saves the buffer.
26057
26058 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26059
26060         * gnus-art.el (gnus-article-edit-part): New function.
26061         (gnus-mime-save-part-and-strip): Use it; do query instead of
26062         signaling an error; don't use mm-multiple-handles.
26063         (gnus-mime-delete-part): Ditto.
26064
26065 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26066
26067         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26068         old file versions.
26069         (gnus-group-prepare-hook): Remove function that converted list
26070         form of gnus-agent-expire-days to group properties.
26071
26072         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26073         (gnus-request-accept-article): Re-indented.
26074
26075         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26076         converters to handle old agent file formats.  Add logic for a
26077         "backup before upgrading warning".
26078         (gnus-convert-mark-converter-prompt): Developers can mark
26079         functions as needing (default), or not needing,
26080         gnus-convert-old-newsrc's "backup before upgrading warning".
26081         (gnus-convert-converter-needs-prompt): Tests whether the user
26082         should be protected from potentially irreversable changes by the
26083         function.
26084
26085         * legacy-gnus-agent.el: New.  Provides converters that are only
26086         loaded when gnus-convert-old-newsrc needs to call them.
26087
26088 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26089
26090         * mail-source.el (mail-source-touch-pop): Doc fix.
26091
26092         * message.el (message-smtpmail-send-it): Doc fix.
26093
26094 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26095
26096         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26097
26098         * nnmail.el (nnmail-split-fancy): do.
26099
26100         * gnus-kill.el (gnus-kill, gnus-execute): do.
26101
26102 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26103
26104         * gnus-sum.el (gnus-widget-reversible-match)
26105         (gnus-widget-reversible-to-internal)
26106         (gnus-widget-reversible-to-external): New functions.
26107         (gnus-widget-reversible): New widget.
26108         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26109
26110 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26111
26112         * gnus-sum.el (gnus-thread-sort-functions)
26113         (gnus-article-sort-functions): Document `(not F)' items.
26114
26115 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26116
26117         * spam.el (spam-use-gmane-xref): Add new backend.
26118         (spam-gmane-xref-spam-group): Add variable to control the name of the
26119         Gmane spam group.
26120         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26121         (spam-regex-headers-spam, spam-regex-headers-ham)
26122         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26123         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26124         backends and checks.
26125         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26126
26127         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26128         an autodetect method.
26129
26130 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26131
26132         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26133         articles are being added to a group.
26134         (gnus-request-replace-article): Inform the agent that articles
26135         need to be uncached as the cached contents are no longer valid.
26136
26137 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26138
26139         * binhex.el: Don't autoload executable-find.
26140
26141         * canlock.el: Don't autoload mail-fetch-field.
26142
26143         * dgnushack.el: Autoload c-mode for XEmacs.
26144
26145         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26146
26147         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26148         rmail-dont-reply-to and rmail-output.
26149
26150         * gnus-score.el: Don't autoload ffap-string-at-point.
26151
26152         * gnus-setup.el: Don't autoload sc-cite-original.
26153
26154         * imap.el: Don't autoload base64-decode-string,
26155         base64-encode-string and md5.
26156
26157         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26158         and rmail-msg-restore-non-pruned-header.
26159
26160         * mm-decode.el: Don't autoload executable-find.
26161
26162         * mm-url.el: Don't autoload executable-find.
26163
26164         * mm-view.el: Don't autoload diff-mode.
26165
26166         * nndb.el: Don't autoload news-reply-mode, news-setup,
26167         cancel-timer and telnet.
26168
26169         * password.el: Don't autoload run-at-time for Emacs.
26170
26171         * sha1-el.el: Don't autoload executable-find.
26172
26173         * sieve-mode.el: Don't autoload c-mode.
26174
26175         * uudecode.el: Don't autoload executable-find.
26176
26177 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26178
26179         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26180         (gnus-agent-possibly-alter-active): Avoid null in numeric
26181         comparison.
26182         (gnus-agent-set-local): Refuse to save null in local object table.
26183         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26184         list of articles that will be marked as unread.
26185
26186 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26187
26188         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26189
26190 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26191
26192         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26193         language tags.
26194
26195 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26196
26197         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26198         Don't bind "obarray".
26199
26200         * gnus-sum.el (gnus-thread-sort-functions):
26201         Add `gnus-thread-sort-by-most-recent-number' and
26202         `gnus-thread-sort-by-most-recent-date'.
26203         Reported by Kai Grossjohann <kai@emptydomain.de>.
26204
26205 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26206
26207         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26208
26209 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26210
26211         * gnus-cus.el (gnus-agent-customize-category):
26212         Remove ignore-errors macro reference that required cl to be loaded at
26213         run-time.
26214
26215         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26216         single-interval range of the form (min . max).  Previously the
26217         range had to look like ((min . max)).  Likewise, return
26218         (min . max) rather than ((min . max)).
26219         (gnus-range-map): Use gnus-range-normalize to accept
26220         single-interval range.
26221
26222         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26223         the cache, but not the agent, now appear with their usual face.
26224
26225         * dgnushack.el (loaddir): New variable that is bound to the
26226         directory containing the dgnushack.el file.  Use loaddir, rather
26227         than srcdir, to update load-path.  Change lets dgnushack compile
26228         code in directories other than GNUS/lisp.
26229
26230 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26231
26232         * lpath.el: Don't bind w3m-safe-url-regexp.
26233
26234         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26235         w3m-safe-url-regexp variable buffer-local.
26236
26237         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26238
26239 2004-02-27  Simon Josefsson  <jas@extundo.com>
26240
26241         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26242         gnus-group-real-prefix.
26243         (gnus-summary-move-article): Use it, instead of
26244         gnus-group-real-prefix.
26245
26246 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26247
26248         * lpath.el: Bind w3m-safe-url-regexp.
26249
26250         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26251         w3m-safe-url-regexp variable buffer-local and set it as the value
26252         of mm-w3m-safe-url-regexp.
26253
26254         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26255
26256         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26257         parsing gnus-posting-styles when the message is not for replying.
26258
26259         * dgnushack.el: Autoload sgml-mode for XEmacs.
26260
26261         * nnrss.el (nnrss-opml-export):
26262         Use mm-set-buffer-file-coding-system instead of
26263         set-buffer-file-coding-system.
26264
26265 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26266
26267         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26268         of checkdoc.el).
26269         * nnrss.el: do.
26270         * gnus-mlspl.el: do.
26271         * gnus-ml.el: do.
26272         * gnus-srvr.el: do.
26273
26274         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26275
26276 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26277
26278         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26279         Corrections to custom-manual links.
26280
26281         * gnus-art.el (gnus-article): Ditto.
26282
26283         * mm-decode.el (mime-display, mime-security): Ditto.
26284
26285 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26286
26287         * flow-fill.el: Typo.
26288
26289 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26290
26291         * spam-wash.el: New file.
26292
26293 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26294
26295         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26296
26297 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26298
26299         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26300         to be run with new-articles as LIST1, not LIST2.
26301         (spam-registration-functions): Add spam-use-ham-copy as a nil
26302         registration backend.
26303
26304 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26305
26306         * spam-stat.el (spam-stat-washing-hook): New option.
26307         (spam-stat-buffer-words): Use it.
26308         (spam-stat-process-directory, spam-stat-test-directory):
26309         Use insert-file-contents-literally.
26310         (spam-stat-coding-system): New variable.
26311         (spam-stat-load, spam-stat-save): Use it.
26312
26313 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26314
26315         * spam-report.el (spam-report-plug-agent):
26316         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26317
26318 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26319
26320         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26321         Allow / in mailto URLs.
26322
26323 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26324
26325         * spam-report.el (spam-report-process-queue): Fix interactive use.
26326         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26327         (spam-report-unplug-agent): Doc fixes.
26328         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26329         (spam-report-agentize, spam-report-deagentize): Autoload.
26330
26331 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26332
26333         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26334
26335         * message.el (message-setup-fill-variables): Add mml tags to
26336         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26337         <ajk@iu.edu>.
26338         (message-mode): Don't modify paragraph-separate there.
26339
26340 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26341
26342         * compface.el (uncompface-use-external): Default to undecided.
26343         (uncompface-use-external-threshold): New variable.
26344         (uncompface-float-time): New macro.
26345         (uncompface): Determine whether to use the external decoder if
26346         uncompface-use-external is undecided.
26347
26348 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26349
26350         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26351         after images.
26352
26353         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26354
26355 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26356
26357         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26358
26359         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26360
26361         * gnus-sum.el (gnus-summary-limit-to-age)
26362         (gnus-summary-limit-children): do.
26363
26364         * gnus-int.el (gnus-request-scan): do.
26365
26366         * gnus-group.el (gnus-group-suspend): do.
26367
26368         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26369
26370         * gnus-cite.el (gnus-cite-parse-attributions): do.
26371
26372         * gnus-agent.el (gnus-summary-set-agent-mark)
26373         (gnus-agent-regenerate-group): do.
26374
26375         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26376
26377         * binhex.el (binhex-decode-region-internal): do.
26378
26379 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26380
26381         * gnus-fun.el (gnus-face-properties-alist): New user option.
26382         (gnus-display-x-face-in-from): Use it.
26383
26384         * gnus-art.el (article-display-face): Ditto.
26385
26386         * compface.el (uncompface-use-external): Default to nil.
26387
26388 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26389
26390         * nntp.el (nntp-erase-buffer): New function.
26391         (nntp-retrieve-data, nntp-send-command)
26392         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26393         (nntp-possibly-change-group): Use it.
26394
26395         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26396         Use with-current-buffer.
26397
26398 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26399
26400         * compface.el: Merge the ELisp-based uncompface program.
26401         (compface): New customization group.
26402         (uncompface-use-external): New user option.
26403         (uncompface): Call uncompface-internal if uncompface-use-external
26404         is nil.
26405         (uncompface-internal): New function.  Note that there are also
26406         some other functions and variables added for this function.
26407
26408 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26409
26410         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26411         if necessary.
26412
26413 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26414
26415         * spam-report.el (spam-report-unplug-agent)
26416         (spam-report-plug-agent, spam-report-deagentize)
26417         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26418         Add support for the Agent in spam-report: when unplugged, report to a
26419         file; when plugged, submit all the requests.
26420
26421         * spam.el (spam-register-routine): Fix message about
26422         registration.
26423
26424 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26425
26426         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26427         dependencies.
26428         (rfc2047-encode): Use it.
26429
26430         * gnus-art.el (gnus-button-marker-list): Move before first
26431         reference.
26432
26433         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26434         (imap-parse-body): Fix format string mismatch.
26435
26436         * gnus-score.el (gnus-summary-increase-score): do.
26437
26438         * nnrss.el (nnrss-close): New function.
26439
26440 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26441
26442         * nnrss.el (nnrss-make-filename): New function.
26443         (nnrss-request-delete-group, nnrss-read-server-data)
26444         (nnrss-save-server-data, nnrss-read-group-data)
26445         (nnrss-save-group-data): Use it.
26446         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26447         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26448         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26449
26450 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26451
26452         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26453
26454 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26455
26456         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26457         files.
26458
26459         * message.el (message-generate-headers-first): Don't quote nil
26460         and t in docstrings.
26461
26462         * imap.el (imap-id): do.
26463
26464         * gnus-agent.el (gnus-agent-consider-all-articles)
26465         (gnus-agent-queue-mail): do.
26466
26467 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26468
26469         * spam-report.el (spam-report-process-queue): New function.
26470         Process requests from `spam-report-requests-file'.
26471         (spam-report-process-queue): Doc fix.
26472
26473 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26474
26475         * spam.el (spam-register-routine)
26476         (spam-log-processing-to-registry, spam-log-registered-p)
26477         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26478         Change "check" to "spam-check" for semi-clarity.
26479
26480 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26481
26482         * pop3.el: Require nnheader.
26483
26484         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26485
26486         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26487
26488         * gnus-picon.el: Require cl.
26489
26490         * gnus-fun.el: Require gnus-ems and gnus-util.
26491
26492         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26493
26494         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26495
26496         * gnus-art.el (gnus-article-edit-mode): Define before first
26497         reference.
26498
26499 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26500
26501         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26502         (gnus-uu-post-encoded): Use point-at-bol.
26503
26504         * gnus-topic.el (gnus-group-active-topic-p): do.
26505
26506         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26507
26508         * gnus-group.el (gnus-group-kill-region): do.
26509
26510         * gnus-art.el (article-date-ut): do.
26511
26512         * message.el (message-fetch-field): Remove redundant
26513         case-fold-search binding.
26514         (message-narrow-to-field): Simplify.
26515
26516 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26517
26518         * spam.el (spam-directory): Derive from `gnus-directory'.
26519
26520         * spam-report.el (spam-report-url-to-file)
26521         (spam-report-requests-file): New function and variable for offline
26522         reporting.
26523         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26524         and user defined function.
26525         (spam-report-url-ping-mm-url): Remove doubled slash.
26526
26527 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26528
26529         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26530
26531 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26532
26533         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26534         Fix format string mismatch.
26535
26536         * sieve.el (sieve-deactivate-all): do.
26537
26538         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26539
26540         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26541
26542         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26543
26544         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26545
26546 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26547
26548         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26549         the list of checks.
26550
26551 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26552
26553         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26554         padding.
26555
26556 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26557
26558         * mm-view.el (mm-fill-flowed): New variable.
26559         (mm-inline-text): Use it.
26560
26561 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26562
26563         * spam.el (spam-spamassassin-register-ham-routine)
26564         (spam-spamassassin-register-spam-routine): Fix function names.
26565
26566 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26567
26568         * gnus.el (gnus-tmp-grouplens): Remove.
26569         (gnus-summary-line-format): Remove grouplens.
26570
26571         * gnus-group.el (gnus-group-line-format): Ditto.
26572
26573         * gnus-spec.el (gnus-format-specs): Ditto.
26574         (gnus-update-format-specifications): Flush the group format spec
26575         cache if there's the grouplens stuff.
26576         (gnus-parse-simple-format): Replace %l with the empty string.
26577
26578 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26579
26580         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26581         omission.
26582
26583 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26584
26585         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26586         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26587
26588 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26589
26590         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26591         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26592         New macros and functions.
26593         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26594         Handle > NLINK_MAX messages.
26595         * nnmaildir.el (nnmaildir-request-set-mark):
26596         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26597
26598 2004-01-25  Alex Schroeder  <alex@gnu.org>
26599
26600         * spam-stat.el (spam-stat-process-directory-age): New option.
26601         (spam-stat-process-directory): Use it.
26602
26603 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26604
26605         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26606         (spam-stat-save): Accept prefix argument.
26607
26608 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26609
26610         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26611         links" error.
26612
26613 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26614
26615         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26616         the rest of the and/or forms.
26617
26618 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26619
26620         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26621         compatibility with old .newsrc.eld files.
26622
26623         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26624
26625         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26626
26627         * gnus-start.el (gnus-1): do.
26628
26629         * gnus-group.el (gnus-group-line-format-alist): do.
26630
26631         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26632
26633         * gnus-gl.el: Remove.
26634
26635 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26636
26637         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26638         marks consisting of a single range {for example, (3 . 5)} rather
26639         than a list of a single range { ((3 . 5)) }.
26640
26641 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26642
26643         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26644         Use with-current-buffer.
26645         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26646         avoid consing a string.
26647
26648         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26649         Remove obsolete entries for big5 and gb2312.
26650
26651 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26652
26653         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26654         uncompressed list.
26655
26656 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26657
26658         * spam-stat.el (spam-stat-strip-xref): New function.
26659         (spam-stat-process-directory): Use it.
26660
26661         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26662         here -- it's done in message-fetch-field.
26663
26664 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26665
26666         * gnus-agent.el (gnus-agent-queue-mail)
26667         (gnus-agent-prompt-send-queue): New variables.
26668         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26669         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26670         "nndraft:queue" along to gnus-draft-send.
26671         Use gnus-agent-prompt-send-queue.
26672         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26673         is "nndraft:queue".  Suggested by Gaute Strokkenes
26674         <gs234@srcf.ucam.org>
26675
26676         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26677         (agent-enable-undownloaded-faces): Add.
26678         (gnus-agent-cat-groups): Use eval-and-compile, not
26679         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26680         method of gnus-agent-cat-groups even when the buffer has been
26681         evaled.
26682         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26683         delete gnus-agent-save-active-1.
26684         (gnus-agent-save-groups): Delete.  Identical to
26685         gnus-agent-save-active.
26686         (gnus-agent-write-active): No longer adjust agent's copy of active
26687         file as agent's adjustments are now stored in their own
26688         file.  Remove optional parameter.
26689         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26690         servers.  Add use of min/max range limits from server's local
26691         file.
26692         (gnus-agent-save-alist): Remove unused optional argument.
26693         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26694         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26695         (gnus-agent-set-local): A per-server file that keeps min/max range
26696         limits for articles known to the agent.  Provides a fast mechanism
26697         for altering many active ranges.
26698         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26699         active file (local makes it unnecessary).
26700         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26701
26702         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26703         (agent-enable-undownloaded-faces): Add.
26704
26705         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26706         disable it when sending to "nndraft:queue".
26707         (gnus-group-send-queue): Add safety check to avoid sending queue
26708         when unplugged.
26709
26710         * gnus-group.el (gnus-group-catchup): Use new
26711         gnus-sequence-of-unread-articles, not
26712         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26713         numbers of articles.  Use gnus-range-map to avoid having to
26714         uncompress the unread list.
26715         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26716         Fix invalid ange-ftp reference.
26717
26718         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26719         (gnus-sorted-range-intersection): Intersection of two ranges
26720         without requiring that they first be uncompressed.
26721
26722         * gnus-start.el (gnus-activate-group): Unless blocked by the
26723         caller, possibly expand the active range to include both cached
26724         and agentized articles.
26725         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26726         multiple version-dependent converters.
26727         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26728         gnus-agent-save-active.
26729         (gnus-save-newsrc-file): Save dirty agent range limits.
26730
26731         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26732         gnus-agent-possibly-alter-active.
26733         (gnus-adjust-marked-articles): Faster handling of simple lists.
26734
26735 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26736
26737         * spam-stat.el (spam-stat-test-directory): New optional argument
26738         displays a list of files detected.  Suggested by Andrew Cohen
26739         <cohen@andy.bu.edu>.
26740         (spam-stat-buffer-words-with-scores): Don't narrow and change
26741         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26742
26743 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26744
26745         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26746         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26747         (spam-spamassassin-arguments)
26748         (spam-spamassassin-spam-flag-header)
26749         (spam-spamassassin-positive-spam-flag-header)
26750         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26751         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26752         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26753         (spam-list-of-processors, spam-list-of-checks)
26754         (spam-list-of-statistical-checks, spam-registration-functions)
26755         (spam-check-spamassassin-headers, spam-check-spamassassin)
26756         (spam-spamassassin-score)
26757         (spam-spamassassin-register-with-sa-learn)
26758         (spam-spamassassin-register-spam-routine)
26759         (spam-spamassassin-register-ham-routine)
26760         (spam-assassin-register-spam-routine)
26761         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26762         (spam-bogofilter-score): Fix to show article before scoring.
26763
26764 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26765
26766         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26767         default scoring function.
26768         (spam-generic-score): Call spam-spamassassin-score if
26769         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26770         spam-bogofilter-score otherwise.
26771
26772         * gnus.el (spam-process, spam-autodetect-methods):
26773         Add spamassassin and spamassassin-headers.
26774
26775 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26776
26777         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26778         Suppress unnecessary messages.
26779
26780 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26781
26782         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26783         make-hash-table.
26784
26785 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26786
26787         * canlock.el (base64-encode-string): Don't autoload it.
26788
26789 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26790
26791         * run-at-time.el: Remove useless (require 'itimer),
26792         eval-and-compile and (featurep 'xemacs).
26793
26794 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26795
26796         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26797         GROUP is a virtual group.
26798
26799 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26800
26801         * gnus.el: Autoload `message-y-or-n-p'.
26802
26803 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26804
26805         * pgg-parse.el: Remove unnecessary (require 'custom).
26806
26807         * pgg-def.el: do.
26808
26809         * nnmail.el: do.
26810
26811         * gnus-undo.el: do.
26812
26813         * gnus-picon.el: do.
26814
26815         * gnus-util.el: do.
26816
26817 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26818
26819         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26820
26821 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26822
26823         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26824         handle, as well as a list.
26825
26826         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26827         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26828         (mm-w3m-cid-retrieve): Simplify.
26829
26830 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26831
26832         * message.el (message-kill-to-signature): Allow prefix arg to
26833         specify number of lines to keep before signature.
26834
26835 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26836
26837         * message.el (message-kill-to-signature): Change docstring.
26838
26839 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26840
26841         * canlock.el: Always require sha1-el.
26842         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26843
26844         * message.el: Autoload sha1 only when compiling.
26845
26846         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26847         eudc-expand-inline for XEmacs.
26848
26849 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26850
26851         * message.el (message-canlock-generate): Require sha1-el.
26852
26853 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26854
26855         * message.el (message-expand-name): Silence the byte compiler.
26856
26857         * lpath.el: Add detect-coding-system.
26858
26859         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26860         cus-edit.
26861
26862 2004-01-13  Simon Josefsson  <jas@extundo.com>
26863
26864         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26865         Invoke gnus-score-mode.
26866         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26867
26868         * gnus-range.el (gnus-compress-sequence): Doc fix.
26869         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26870
26871 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26872
26873         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26874
26875 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26876
26877         * spam.el (spam-get-article-as-string): Update to use
26878         gnus-request-article-this-buffer, much simpler.
26879         (spam-get-article-as-buffer): Remove.
26880
26881 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26882
26883         * message.el (message-expand-name): Use EUDC if the user uses that.
26884
26885 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26886
26887         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26888         character for the encoding to avoid consing a string.
26889
26890         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26891         unnecessarily.
26892
26893         * mm-util.el (mm-replace-chars-in-string): Remove.
26894
26895         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26896         of mm-replace-chars-in-string.
26897
26898 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26899
26900         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26901
26902         * mm-util.el (mm-subst-char-in-string): Support inplace.
26903
26904         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26905         a new string in every iteration.  Use shy groups.
26906
26907 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26908
26909         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26910         * gnus-soup.el (gnus-soup-group-brew):
26911         * gnus-msg.el (gnus-put-message):
26912         * gnus-move.el (gnus-group-move-group-to-server):
26913         * gnus-kill.el (gnus-batch-score):
26914         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26915         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26916         (gnus-group-update-group, gnus-group-read-group)
26917         (gnus-group-make-group, gnus-group-make-help-group)
26918         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26919         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26920         (gnus-group-sort-by-unread, gnus-group-catchup)
26921         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26922         (gnus-group-yank-group, gnus-group-set-info)
26923         (gnus-group-list-groups):
26924         * gnus.el (gnus-generate-new-group-name):
26925         * gnus-delay.el (gnus-delay-send-queue):
26926         * nnvirtual.el (nnvirtual-catchup-group):
26927         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26928         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26929         (gnus-group-prepare-topics, gnus-topic-check-topology):
26930         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26931         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26932         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26933         (gnus-group-make-articles-read):
26934         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26935         (gnus-group-change-level, gnus-kill-newsgroup)
26936         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26937         (gnus-get-unread-articles, gnus-make-articles-unread)
26938         (gnus-make-ascending-articles-unread): Use accessor
26939         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26940         to get group information for improved readability.
26941
26942
26943 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26944
26945         * gnus-art.el (article-decode-mime-words, article-babel)
26946         (gnus-article-highlight-signature, gnus-article-add-buttons)
26947         (gnus-signature-toggle): Use gnus-with-article-buffer.
26948
26949         * gnus-art.el (gnus-article-highlight-headers)
26950         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26951
26952         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26953         (gnus-article-set-globals, gnus-request-article-this-buffer)
26954         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26955         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26956         (gnus-mime-display-alternative): Use with-current-buffer.
26957
26958 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26959
26960         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26961         also under 80 char limit, and call gnus-error if needed.
26962         (spam-fetch-article-header): Fix - it was a
26963         buffer-local variable (gnus-newsgroup-data).
26964         (spam-find-spam): Use spam-generate-fake-headers, forget about
26965         spam-insert-fake-headers.
26966         (spam-insert-fake-headers): Remove.
26967
26968 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26969
26970         * deuglify.el (gnus-article-outlook-unwrap-lines)
26971         (gnus-outlook-rearrange-article)
26972         (gnus-outlook-repair-attribution-outlook)
26973         (gnus-outlook-repair-attribution-block)
26974         (gnus-outlook-repair-attribution-other): Remove redundant
26975         save-excursion.
26976
26977 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26978
26979         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26980         (spam-fetch-field-subject-fast)
26981         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26982         (spam-fetch-article-header): Add functions to deal with Gnus
26983         internals for fast retrieval of article header data.
26984         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26985
26986 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26987
26988         * pop3.el (pop3-md5): Remove.
26989         (pop3-apop): Replace pop3-md5 with md5.
26990
26991         * mm-bodies.el: base64 is always built-in.
26992
26993         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26994         Use with-current-buffer.
26995
26996 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26997
26998         * canlock.el (canlock-insert-header): Remove excessive grouping in
26999         regexp.
27000
27001         * gnus-sum.el (gnus-summary-read-document): Ditto.
27002
27003         * gnus-uu.el (gnus-uu-part-number): Ditto.
27004
27005         * html2text.el (html2text-remove-tags): Ditto.
27006         (html2text-format-tags): Ditto.
27007         (html2text-format-single-elements): Ditto.
27008
27009         * mml.el (mml-parse-1): Ditto.
27010
27011 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27012
27013         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27014
27015         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27016
27017         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27018
27019         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27020
27021 2003-11-15  Simon Josefsson  <jas@extundo.com>
27022
27023         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27024         (pgg-gpg-lookup-key): Use regexp match instead of
27025         split-string (split-string is different between emacs 21.2 and
27026         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27027
27028 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27029
27030         * gnus-art.el (gnus-mime-view-all-parts)
27031         (gnus-article-part-wrapper, gnus-article-view-part):
27032         Use with-current-buffer.
27033
27034 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27035
27036         * spam.el (spam-disable-spam-split-during-ham-respool)
27037         (spam-spamoracle-database, spam-cache-lookups)
27038         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27039         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27040         (spam-group-ham-marks, spam-group-spam-marks)
27041         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27042         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27043         also add spam-use-blackholes to the statistical checks.
27044         (spam-fetch-field-fast): Add interface to fetching fields, may
27045         become a macro.
27046         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27047         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27048         (spam-insert-fake-headers): Fake an article when needed.
27049         (spam-find-spam): Fake article when possible.
27050         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27051         (spam-check-bogofilter-headers): Use message-fetch-field instead
27052         of nnmail-fetch-field.
27053
27054 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27055
27056         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27057
27058 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27059
27060         * spam.el (spam-split): Do not require spam-use-CHECK to be
27061         enabled if that check is passed to spam-split explicitly; also
27062         fix so 'spam doesn't get converted to spam-split-group when
27063         spam-split-symbolic-return is t.
27064         (spam-find-spam): Find registrations of the article and use those
27065         instead of re-running spam-split to find the spam/ham
27066         classification of the article.
27067         (spam-log-processing-to-registry, spam-log-registered-p)
27068         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27069         Use gnus-error instead of gnus-message.
27070         (spam-log-registration-type): Add function to determine the
27071         classification of a message based on registry entries; will
27072         return nil if both 'spam and 'ham are found.
27073         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27074         a reasonably fast local cache without the loading errors.
27075         (spam-cache-lookups): Set to t by default.
27076         (spam-find-spam): Don't try to guess spam-cache-lookups.
27077         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27078         spam-caches entry.
27079         (spam-filelist-build-cache, spam-filelist-check-cache):
27080         Fix caching of whitelist/blacklist entries.
27081         (spam-check-whitelist, spam-check-blacklist):
27082         Invoke spam-from-listed-p with a type, not a cache variable.
27083         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27084
27085 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27086
27087         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27088
27089         * nnmail.el (nnmail-split-fancy): do.
27090
27091         * mml.el (mml-parse): do.
27092
27093         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27094         (gnus-score-adaptive): do.
27095
27096 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27097
27098         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27099         (gnus-mime-button-map): Don't set keymap parent.
27100         (gnus-button-ctan-directory-regexp): Use shy grouping.
27101         (gnus-prev-page-map): Don't set keymap parent.
27102         (gnus-prev-page-map): Remove duplicated one.
27103         (gnus-next-page-map): Don't set keymap parent.
27104         (gnus-mime-security-button-map): Ditto.
27105
27106         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27107         version number.
27108
27109         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27110
27111 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27112
27113         * canlock.el (canlock-sha1-function): Remove.
27114         (canlock-sha1-function-for-verify): Remove.
27115         (canlock-openssl-program): Remove.
27116         (canlock-openssl-args): Remove.
27117         (canlock-ignore-errors): Remove.
27118         (canlock-sha1-with-openssl): Remove.
27119         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27120         (canlock-verify): Don't use canlock-ignore-errors.
27121
27122         * sha1-el.el (sha1-string-external): Make it can return a string
27123         in binary form.
27124         (sha1-region-external): Ditto.
27125         (sha1-string-internal): Ditto.
27126         (sha1-region-internal): Ditto.
27127         (sha1-region): Ditto.
27128         (sha1-string): Ditto.
27129         (sha1): Ditto.
27130
27131 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27132
27133         * spam.el (spam-report-articles-gmane): New command.
27134
27135 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27136
27137         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27138
27139         * run-at-time.el (run-at-time-saved): Remove.
27140         (run-at-time): Doc fix.
27141
27142 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27143
27144         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27145         (gnus-summary-limit-map): Add it.
27146         (gnus-summary-make-menu-bar): do.
27147
27148 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27149
27150         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27151         Make attempt at some caching support (done for BBDB only now).
27152         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27153         addresses to be checked.
27154         (spam-clear-cache-BBDB): Add function, to be invoked by
27155         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27156         (spam-check-BBDB): Check and use the caches, if
27157         spam-cache-lookups is on, remove superfluous (provide).
27158
27159 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27160
27161         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27162
27163 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27164
27165         * run-at-time.el (run-at-time-saved): Move to after the definition
27166         of `run-at-time'.
27167
27168         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27169
27170 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27171
27172         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27173         mm-w3m-local-map-property.
27174
27175         * mm-view.el (mm-w3m-mode-map): Remove.
27176         (mm-w3m-local-map-property): Remove.
27177         (mm-inline-text-html-render-with-w3m): Don't use
27178         mm-w3m-local-map-property.
27179
27180 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27181
27182         * run-at-time.el: New file.
27183
27184         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27185         under Emacs.
27186
27187         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27188         of gnus-set-text-properties.
27189
27190         * gnus-uu.el (gnus-uu-save-article): Ditto.
27191
27192         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27193
27194         * gnus-cite.el (gnus-cite-parse): Ditto.
27195
27196         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27197         of gnus-.
27198
27199         * gnus-xmas.el (run-at-time): Require run-at-time.
27200
27201         * gnus.el: Change calls to nnheader-run-at-time and
27202         password-run-at-time throughout to use run-at-time directly.
27203
27204         * password.el: Remove definition of run-at-time.
27205
27206         * nnheaderxm.el: Remove definition of run-at-time.
27207
27208 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27209
27210         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27211         in prompt.
27212
27213 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27214
27215         * messagexmas.el (message-xmas-redefine): Alias
27216         `message-make-caesar-translation-table' to
27217         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27218         version.
27219
27220         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27221         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27222         `gnus-xmas-set-text-properties'.
27223         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27224         `gnus-xmas-completing-read'.
27225         (gnus-xmas-completing-read): Removed.
27226         (gnus-xmas-open-network-stream): Removed.
27227
27228         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27229         XEmacs version.
27230
27231         * dns.el (dns-make-network-process): Use `open-network-stream'
27232         instead of `gnus-xmas-open-network-stream'.
27233
27234         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27235
27236         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27237
27238 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27239
27240         * gnus-art.el (gnus-mime-display-alternative)
27241         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27242         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27243         Don't use gnus-local-map-property.
27244
27245         * gnus-util.el (gnus-local-map-property): Remove.
27246
27247         * mm-view.el (mm-view-pkcs7-decrypt):
27248         Replace gnus-completing-read-maybe-default with completing-read.
27249
27250         * gnus-util.el (gnus-completing-read): do.
27251         (gnus-completing-read-maybe-default): Remove.
27252
27253 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27254
27255         * password.el: Only autoload `run-at-time' if not XEmacs.
27256         Only autoload the itimer functions if XEmacs.
27257
27258 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27259
27260         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27261         XEmacsen.
27262
27263         * dgnushack.el: Autoload executable-find for XEmacs.
27264
27265 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27266
27267         * gnus-art.el (gnus-read-string): Remove.
27268         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27269         read-string.
27270
27271 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27272
27273         * netrc.el: Autoload password-read.
27274         (netrc): Add configuration group.
27275         (netrc-encoding-method, netrc-openssl-path):
27276         Add variables for encoding and decoding of files with symmetric
27277         ciphers.
27278         (netrc-encode): Add assistant function to encode a file with
27279         netrc-encoding-method.
27280         (netrc-parse): Add interactive parameter, added optional
27281         decoding if netrc-encoding-method is non-nil but otherwise
27282         behavior is standard.
27283         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27284         Do s/encode/encrypt/ everywhere.
27285
27286         * spam.el: Remove executable-find autoload.
27287
27288 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27289
27290         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27291
27292         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27293
27294 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27295
27296         * gnus-art.el (gnus-treat-ansi-sequences)
27297         (article-treat-ansi-sequences): New variable and function.
27298         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27299
27300         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27301         Use it.
27302
27303 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27304
27305         * mm-util.el (mm-quote-arg): Remove.
27306
27307         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27308         shell-quote-argument.
27309
27310         * gnus-uu.el (gnus-uu-command): do.
27311
27312         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27313
27314         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27315         with make-char.
27316
27317         * mm-util.el (mm-make-char): Remove.
27318
27319         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27320         add-minor-mode.
27321
27322         * gnus-undo.el (gnus-undo-mode): do.
27323
27324         * gnus-topic.el (gnus-topic-mode): do.
27325
27326         * gnus-sum.el (gnus-dead-summary-mode): do.
27327
27328         * gnus-start.el (gnus-slave-mode): do.
27329
27330         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27331
27332         * gnus-ml.el (gnus-mailing-list-mode): do.
27333
27334         * gnus-gl.el (gnus-grouplens-mode): do.
27335
27336         * gnus-draft.el (gnus-draft-mode): do.
27337
27338         * gnus-dired.el (gnus-dired-mode): do.
27339
27340         * gnus-ems.el (gnus-add-minor-mode): Remove.
27341
27342         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27343         Replace gnus-char-width with char-width.
27344
27345         * gnus-ems.el (gnus-char-width): Remove.
27346
27347         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27348         Replace gnus-char-width with char-width.
27349
27350         * gnus-ems.el (gnus-char-width): Remove.
27351
27352         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27353         definition.
27354         Remove Emacs 20 hash table compatibility code.
27355
27356         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27357         20 compatibility code.
27358
27359         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27360
27361         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27362
27363         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27364         Replace with point-at-{eol,bol}.
27365
27366         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27367
27368         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27369
27370         * flow-fill.el (fill-flowed-point-at-bol)
27371         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27372
27373         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27374         Replace with point-at-{eol,bol} throughout all files.
27375
27376 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27377
27378         * ntlm.el (ntlm-string-as-unibyte): New macro.
27379         (ntlm-build-auth-response): Use it.
27380
27381         Remove Emacs 20 stuff:
27382         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27383         (butlast, mapc, remove): Remove the compiler macros.
27384         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27385         of delq and copy-sequence.
27386         * gnus-art.el (popup-menu): Remove the compiler macro.
27387         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27388         Emacs 20.
27389
27390 2004-01-05  Simon Josefsson  <jas@extundo.com>
27391
27392         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27393         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27394         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27395         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27396         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27397         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27398         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27399         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27400         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27401         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27402         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27403         string-xor into ntlm-string-xor.
27404         Suggested by Jesper Harder <harder@myrealbox.com>.
27405
27406         * ntlm.el: Don't include poem.
27407
27408         * md4.el (print-int32, print-string-hexa): Remove.
27409         Suggested by Jesper Harder <harder@myrealbox.com>.
27410
27411         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27412
27413         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27414         probably breaks emacs with DL patch, but do we care? Is anyone
27415         still using the DL stuff?)
27416
27417         * sieve-manage.el: Use the password package.
27418         (sieve-manage-read-passwd): Remove.
27419         (sieve-manage-interactive-login): Use password.  Re-add
27420         condition-case around loop.
27421
27422         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27423         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27424         Use the password package.
27425
27426 2003-02-19  Simon Josefsson  <jas@extundo.com>
27427
27428         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27429         token.
27430
27431 2002-08-07  Simon Josefsson  <jas@extundo.com>
27432
27433         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27434         (sieve-manage-authenticators)
27435         (sieve-manage-authenticator-alist): Add some SASL mechs.
27436         (sieve-sasl-auth): New function.
27437         (sieve-manage-cram-md5-auth)
27438         (sieve-manage-plain-auth): Rewrite using SASL library.
27439         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27440         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27441         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27442         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27443
27444 2004-01-05  Simon Josefsson  <jas@extundo.com>
27445
27446         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27447         New files.
27448
27449 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27450
27451         * gnus-group.el (gnus-no-groups-message): Update.
27452
27453         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27454
27455 2003-11-09  Simon Josefsson  <jas@extundo.com>
27456
27457         * imap.el: Support for ID IMAP extension (RFC 2971).
27458         (imap-local-variables): Add imap-id.
27459         (imap-id): New variable.
27460         (imap-id): New function.
27461         (imap-parse-response): Parse untagged ID response.
27462         * nnimap.el (nnimap-id): New variable.
27463         (nnimap-open-connection): Use it.
27464
27465 2003-12-28  Simon Josefsson  <jas@extundo.com>
27466
27467         * gnus-score.el (gnus-score-edit-all-score): New.
27468         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27469
27470 2004-01-04  Simon Josefsson  <jas@extundo.com>
27471
27472         * password.el: Add.
27473
27474 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27475
27476         * dns.el (dns-query-types): Fix typo.
27477         (dns-query-types): New function.
27478         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27479         PTR and SOA replies, see RFC 1035.
27480
27481 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27482
27483         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27484
27485         * Move to Changelog.2.
27486
27487 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27488
27489         * gnus.el (gnus-version-number): Bump version.
27490
27491 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27492
27493         * gnus.el: No Gnus v0.1 is released.
27494
27495 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27496
27497         * gnus.el: No Gnus v0.0 is released.
27498
27499 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27500
27501         * gnus.el (gnus-version-number): Bump.
27502         (gnus-version): No.
27503
27504 See ChangeLog.2 for earlier changes.
27505
27506   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27507
27508   This file is part of GNU Emacs.
27509
27510   GNU Emacs is free software: you can redistribute it and/or modify
27511   it under the terms of the GNU General Public License as published by
27512   the Free Software Foundation, either version 3 of the License, or
27513   (at your option) any later version.
27514
27515   GNU Emacs is distributed in the hope that it will be useful,
27516   but WITHOUT ANY WARRANTY; without even the implied warranty of
27517   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27518   GNU General Public License for more details.
27519
27520   You should have received a copy of the GNU General Public License
27521   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27522
27523 ;; Local Variables:
27524 ;; coding: utf-8
27525 ;; fill-column: 79
27526 ;; add-log-time-zone-rule: t
27527 ;; End: