mm-view.el (mm-display-inline-fontify): Make the working buffer temporarily displayed...
[gnus] / lisp / ChangeLog
1 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-view.el (mm-display-inline-fontify): Make the working buffer
4         temporarily displayed when running a mode function (at least org-mode
5         requires it).
6
7 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
8
9         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
10         the gnus-summary-article-expire-hook should be told where the function
11         is going. In particular, the Gnus registry might want to know.
12
13 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14
15         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
16
17 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-sum.el (gnus-summary-expire-articles): Revert.
20
21 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
22
23         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
24         the gnus-summary-article-expire-hook should be told where the function
25         is going. In particular, the Gnus registry might want to know.
26
27 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28
29         Don't mishandle year-9999 dates (Bug#18176).
30         * parse-time.el (parse-time-rules):
31         Allow years up to most-positive-fixnum.
32         * time-date.el (date-to-time):
33         Pass "Specified time is not representable" errors through.
34
35 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
36
37         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
38         groups and t.
39
40 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-utils.el (gnus-recursive-directory-files):
43         Unify hard or symbolic links (bug#18063).
44
45 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
46
47         * gnus-msg.el (gnus-configure-posting-style):
48         Allow string replacements in values when matching against a header.
49
50 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
53         the dribble buffer even when it is shrunk a lot.
54         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
55
56 2014-06-26  Glenn Morris  <rgm@gnu.org>
57
58         * mm-util.el (help-function-arglist): Remove outdated declaration.
59
60 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
61
62         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
63         attribute values.  (Bug#17834)
64
65 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
66
67         * gnus-sum.el (gnus-summary-edit-article-done):
68         Prefer point-marker to copy-marker of point.
69
70 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * Makefile.in (install-el, install-el-elc): Compress .el files.
73         (uninstall): Remove compressed .el files.
74
75 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
78         (gnus-article-read-summary-keys):
79         Don't bug out when there is no article in the summary buffer.
80         (gnus-mime-buttonize-attachments-in-header):
81         Improve criterion that finds parts to display.
82
83         * gnus-art.el (gnus-mm-display-part):
84         * mm-decode.el (mm-shr):
85         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
86         (mm-insert-inline): Revert last changes.
87
88 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-art.el (gnus-mm-display-part):
91         * mm-decode.el (mm-shr):
92         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
93         (mm-insert-inline): Set insertion type of end-marker, not only
94         start-marker, of undisplayer so as to stay after inserted text.
95
96 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
97
98         * html2text.el (html2text-get-attr): Fix typo when splitting value from
99         attribute. (Bug#17613)
100
101 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
102
103         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
104         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
105
106 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
109         delete next part button; keep spacing between buttons.
110
111 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
114         Work for the last MIME part in an article.
115         (gnus-mime-display-single): Suppress excessive newlines between parts.
116
117         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
118         by leading or trailing newline.
119
120 2014-05-12  Sam Steingold  <sds@gnu.org>
121
122         * time-date.el (seconds-to-string): New function to pretty print time
123         delay in seconds.
124
125 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
128         while prompting a user for a file name, etc.
129         (gnus-mime-display-single): Display part with a common appearance no
130         matter whether MIME button is omitted or not; don't add duplicate entry
131         to gnus-article-mime-handle-alist.
132         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
133
134 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
135
136         * mml2015.el (mml2015-display-key-image): New variable.
137
138 2014-05-08  Glenn Morris  <rgm@gnu.org>
139
140         * gnus-fun.el (gnus-grab-cam-face):
141         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
142         This is CVE-2014-3421.
143
144 2014-05-04  Glenn Morris  <rgm@gnu.org>
145
146         * gnus-registry.el (gnus-registry-install-p): Doc fix.
147
148 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
151         the displaying state of a part.
152         (gnus-mm-display-part): Don't insert a newline in the beginning of
153         a part like gnus-mime-inline-part doesn't; work for XEmacs.
154
155         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
156         (mm-shr): Make undisplayer unbreakable.
157
158         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
159         insert excessive newline.
160         (mm-inline-text-html-render-with-w3m, mm-inline-text)
161         (mm-insert-inline): Make undisplayer unbreakable.
162
163 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
164
165         * gnus.el: Ma Gnus v0.11 is released.
166
167 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus-art.el (gnus-mm-display-part):
170         Highlight header attachment buttons.
171
172 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
175         a part; redisplay a button (enbugged in 2014-02-05).
176
177 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * auth-source.el (auth-source-search, auth-source-search-backends):
180         Treat :max 0 as an indicator that a boolean return is wanted, as
181         documented. Reported by Joe Bloggs.
182
183 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-icalendar.el: Require gnus-art.
186
187 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
188
189         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
190         (gnus-icalendar--update-org-event): put event timestamp in
191         the org entry body instead of the drawer.
192         (gnus-icalendar-event--get-attendee-names): list of participants should
193         contain even attendees without common name attribute.
194         (gnus-icalendar--update-org-event): don't generate duplicates of empty
195         property tags in org drawers.
196
197 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * gmm-utils.el (gmm-format-time-string): New function.
200
201         * message.el (message-insert-formatted-citation-line): Use the original
202         author's time zone to express a date string.
203
204 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
205
206         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
207         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
208         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
209         Silence compiler warnings.
210         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
211
212 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * mml.el: Require url when compiling.
215
216         * gnus-cloud.el (gnus-cloud-parse-version-1):
217         Use plist-get rather than CL's getf.
218         (gnus-activate-group, gnus-subscribe-group): Declare.
219
220         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
221
222 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
225         buttons when toggling the header off.
226
227 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
228
229         * tls.el (tls-program): Reflow docstring.
230
231 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
232
233         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
234         groups work again.
235
236 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
237
238         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
239         999 correctly (i.e. "1,342").
240
241 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
244         out if the directory doesn't exist.
245
246 2014-03-07  Daiki Ueno  <ueno@gnu.org>
247
248         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
249         commands here; instead, only check if epg-config.el is available.
250
251 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
254         messages with embedded images.
255         (mml-generate-mime): Don't bug out if you don't have libxml.
256
257 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
258
259         * message.el (message-make-html-message-with-image-files): New command.
260
261 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-group.el (gnus-group-make-group): Clarify prompt.
264
265         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
266
267 2014-02-23  David Engster  <deng@randomsample.de>
268
269         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
270         to stay compatible with older Emacsen, so replace `cl-loop' with
271         `loop'.
272
273 2014-02-22  Daniel Colascione  <dancol@dancol.org>
274
275         * auth-source.el (auth-source-secrets-listify-pattern): New function.
276         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
277         instead, build list of patterns.
278
279 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
282         Display header attachment buttons by gnus-article-prepare-display
283         rather than gnus-article-prepare so as to view in mml-preview as well.
284
285 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
288         in `auth-sources' means and link to EPA docs.
289
290 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
291
292         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
293         (bug#12375).
294
295 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
298         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
299
300 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
301
302         * message.el (message-tab): Mention what happens on normal tabs
303         (bug#11297).
304
305 2014-02-08  Glenn Morris  <rgm@gnu.org>
306
307         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
308
309 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
312         buttons that are hidden in unselected alternative part as well.
313         (gnus-mime-display-alternative): Redraw attachment buttons in header.
314
315         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
316
317 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
320         keystroke.
321         (gnus-server-toggle-cloud-server): Only allow clouding applicable
322         types.
323
324         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
325         with an empty string.
326
327 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
330         buffer-local in some buffers, so bind it explicitly in the buffer we're
331         trying to cancel the article in (bug#10808).
332
333 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
336         New functions.
337
338         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
339         New user option.
340         (gnus-mime-buttonize-attachments-in-header): New function.
341         (gnus-article-prepare): Use it.
342         (gnus-mime-inline-part): Suppress extra newline.
343         (gnus-mm-display-part): Save excursion;
344         remove useless deleting and adding of buttons.
345         (gnus-insert-mime-button): Allow insertion in the middle of a line.
346
347         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
348         Add gnus-mime-buttonize-attachments-in-header.
349
350 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
351
352         * nnimap.el (nnimap-request-articles): New command to download several
353         articles at once.
354
355         * gnus.el (gnus-variable-list): Save Cloud variables.
356
357         * gnus-int.el (gnus-request-accept-article): Doc fix.
358
359 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
360
361         * parse-time.el (parse-time-iso8601-regexp)
362         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
363         it more generally.
364
365 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-cloud.el: New file to provide the Emacs Cloud.
368
369         * dgnushack.el: Silence XEmacs w3 warning.
370
371         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
372         `url-retrieve-synchronously', apparently.
373
374         * dgnushack.el: Silence XEmacs dns.el warning.
375
376         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
377         instead of in all files.
378
379         * dns.el (network-interface-list): Define for XEmacs.
380
381         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
382         XEmacs.
383
384         * nnrss.el (libxml-parse-html-region): Silence compilation error.
385
386 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
387
388         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
389         `gnus-group-split-fancy'.
390
391 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
392
393         * message.el (message-remove-header): Doc fix.
394         (message-forward-included-headers): New variable.
395         (message-remove-ignored-headers): Use it.
396
397 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
398
399         * nnir.el (nnir-request-update-mark): Don't try to update the source
400         group if we can't find it (bug#16611).
401
402 2014-01-31  Dave Abrahams  <dave@boostpro.com>
403
404         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
405
406 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
407
408         * dns.el (dns-servers-up-to-date-p): New function to see whether the
409         network interfaces changed.
410         (dns-query): Use it to flush the data.
411
412 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
413
414         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
415         from random face commands.
416         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
417         Face.
418         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
419         (gnus--random-face-with-type): Generic function returning a face-type
420         as a string.
421         (gnus--insert-random-face-with-type): Generic function inserting a face
422         in a message buffer header.
423         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
424         (gnus-insert-random-x-face-header): Rewritten to use
425         `gnus--insert-random-face-with-type`.
426         (gnus-random-face): Return random (png) Face as string.
427         (nus-insert-random-face-header): Insert random (png) Face in a message
428         buffer.
429
430 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * mm-url.el: Remove all usage of w3.
433
434         * nnrss.el: Ditto.
435
436         * mm-decode.el: Ditto.
437
438         * mm-view.el: Ditto.
439
440         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
441         outdated and all Emacsen have url.el built-in.
442
443         * gnus-setup.el: Remove outdated file.
444
445 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
446
447         * gnus.el: Ma Gnus v0.9 is released.
448
449 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
450
451         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
452
453 2014-01-31  Dave Abrahams  <dave@boostpro.com>
454
455         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
456         in the summary buffer (bug#13769).
457
458 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
461         name if we're using a single article buffer.  Otherwise, it may point
462         to a killed buffer (bug#13756).
463
464 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
465
466         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
467         the match data, just save and restore it explictly (bug#12375).
468
469         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
470         that's needed.
471
472         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
473         the code once (bug#9069).
474
475 2014-01-18  Steinar Bang  <sb@dod.no>
476
477         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
478         reading.
479
480 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
481
482         * message.el (message-bury): Call bury-buffer with no argument
483         in the message-return-action case too.
484
485 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
488         (nnimap-split-fancy, nnimap-split-methods): Declare.
489
490         * mm-util.el (help-function-arglist): Declare.
491
492 2013-12-28  Glenn Morris  <rgm@gnu.org>
493
494         * gnus-sieve.el (gnus-sieve-select-method):
495         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
496         (gravatar-rating, gravatar-size):
497         * message.el (message-minibuffer-local-map):
498         * sieve-manage.el (sieve-manage-authenticators)
499         (sieve-manage-authenticator-alist): Specify custom types.
500
501         * hashcash.el (hashcash-program): Rename from hashcash-path.
502         Update callers.
503
504         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
505         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
506         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
507
508         * auth-source.el (auth-sources):
509         * nnmairix.el (nnmairix-propagate-marks-upon-close):
510         Fix custom types.
511
512         * tls.el (tls-certtool-program): Fix default value.
513
514 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
515
516         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
517         we get proper traces there, too.
518
519 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
520
521         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
522         value of the parameters if the current article has a Reply-To or From
523         field.
524
525 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus.el (gnus-group-buffer): Remove duplicate definition.
528
529 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-sum.el (gnus-summary-exit): Stop animations.
532
533 2013-12-19  Juri Linkov  <juri@jurta.org>
534
535         * gnus.el (gnus-suppress-keymap):
536         * gnus-art.el (gnus-article-mode-map):
537         * gnus-group.el (gnus-group-mode-map):
538         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
539         Remove [backspace] key binding because it shadows DEL (bug#16035).
540
541         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
542
543 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
546         Make sure work directory exists.
547         (gnus-uu-digest-mail-forward): Store temporary files in work directory
548         rather than tmp directory.
549         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
550         not necessarily always run, with it.
551
552 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
553
554         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
555         value of gnus-icalendar-additional-identities work without restart.
556
557 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * mm-util.el (mm-make-temp-file):
560         Alias to make-temp-file for modern Emacsen.
561
562 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
565         nnir-article-number and nnir-article-group.
566
567 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
568
569         * message.el (message-send-mail-with-sendmail):
570         Don't kill error buffer if sending fails.
571
572 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
573
574         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
575         (gnus-icalendar-event->org-entry)
576         (gnus-icalendar--update-org-event)
577         (gnus-icalendar-event->gnus-calendar): Distinguish between
578         required/optional/non-participant attendee status.  Fix bug causing
579         the first required event participant to be omitted.
580
581 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gnus-art.el (article-de-quoted-unreadable)
584         (article-de-base64-unreadable, gnus-mime-copy-part)
585         * gnus-html.el (gnus-article-html)
586         * mm-view.el (mm-inline-text-html-render-with-w3)
587         (mm-inline-text-html-render-with-w3m-standalone)
588         * rfc2231.el (rfc2231-decode-encoded-string):
589         Allow overriding charset by mm-charset-override-alist.
590
591         * gnus-art.el (gnus-article-browse-html-parts):
592         Replace LWSPs with `&nbsp;'s in header.
593
594         Work for broken Chinese articles.
595
596         * gnus-art.el (gnus-article-browse-html-save-cid-content):
597         Exclude broken handles that gnus-summary-enter-digest-group may create.
598         (gnus-article-browse-html-parts):
599         Allow overriding charset by mm-charset-override-alist.
600
601 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
602
603         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
604         (gnus-icalendar-identities): Support additional-identities.
605
606 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
607
608         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
609         org-timestamp for events ending at midnight.
610
611 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
612
613         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
614         .log files.
615
616 2013-11-20  David Engster  <deng@randomsample.de>
617
618         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
619
620 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
621
622         * message.el (message-beginning-of-line):
623         Use beginning-of-visual-line when visual-line-mode is turned on.
624
625 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
626
627         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
628         (gnus-icalendar-event-from-ical)
629         (gnus-icalendar-event->org-entry)
630         (gnus-icalendar--update-org-event): Required/optional participation,
631         list of attendees synced to org.
632
633 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
634
635         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
636         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
637         cancellations to be synced to org if the original appt has an org
638         outline.
639
640 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
641
642         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
643         (gnus-icalendar-event->org-entry)
644         (gnus-icalendar--update-org-event)
645         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
646
647 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
648
649         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
650         Fix timezone handling in gnus-icalendar export to org.
651
652 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
655
656 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
659
660 2013-10-30  Glenn Morris  <rgm@gnu.org>
661
662         * gnus-group.el (gnus-group-browse-foreign-server):
663         * gnus-int.el (gnus-start-news-server):
664         Silence compiler obsolescence warning.
665
666 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
667
668         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
669         `nnoo-current-server' first, then for the actual `nnimap-address' to
670         allow netrc entries for the nnoo server to coexist with netrc entries
671         for the `nnimap-address'.
672
673 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * mm-decode.el (mm-dissect-buffer): Revert last change.
676         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
677         The problem that motivated those changes was attributed to a broken
678         mail sender, and has been fixed.
679
680 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
683         token is missing in the Content-Type header.
684
685         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
686
687 2013-09-18  Glenn Morris  <rgm@gnu.org>
688
689         * gnus-util.el (image-size): Declare.
690
691 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
694         (gnus-icalendar-event-from-ical)
695         (gnus-icalendar-event--build-reply-event-body)
696         (gnus-icalendar-event-reply-from-buffer)
697         (gnus-icalendar-find-org-event-file)
698         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
699         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
700
701         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
702
703 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
704
705         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
706         Use save-current-buffer.
707         (gnus-tree-mode-map): Initialize in the declaration.
708         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
709         (scroll-in-place): Defvar it.
710         (gnus-tmp-*): Defvar them.
711         (gnus-get-tree-buffer): Use derived-mode-p.
712         (gnus--let-eval): New macro.
713         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
714         non-prefixed variables.
715         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
716
717         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
718         vars since it doesn't seem to be available.
719         (gnus-set-global-variables, gnus-summary-read-group-1)
720         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
721         (gnus-summary-display-article, gnus-summary-select-article)
722         (gnus-summary-next-article, gnus-offer-save-summaries)
723         (gnus-summary-generic-mark): Use derived-mode-p.
724         (gnus-summary-read-group-1, gnus-summary-exit)
725         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
726         Adjust calls to gnus-tree-close and gnus-tree-open.
727
728         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
729
730         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
731         (gnus-agent-mode): Use derived-mode-p.
732         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
733         gnus-command-method and *-command-method to nil, but bind
734         gnus-command-method to *-command-method instead!
735         (gnus-agent-fetch-articles): Remove unused var `id'.
736         (gnus-agent-fetch-headers): Remove unused arg `force'.
737         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
738         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
739         (gnus-agent-short-article, gnus-agent-long-article)
740         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
741         first use.
742         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
743         `score-param'.
744         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
745         (gnus-get-predicate): Push in front of the cache, rather than end.
746         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
747         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
748         (gnus-agent-expire-unagentized-dirs): Don't rebind
749         gnus-agent-expire-current-dirs since the defvar silences the warning.
750         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
751         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
752         (gnus-agent-regenerate): Simplify interactive spec and doc.
753
754 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-int.el (gnus-open-server): Silence compiler.
757
758         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
759
760         * message.el (message-display-completion-list): Abolish.
761         (message-completion-in-region): Use display-completion-list.
762
763 2013-09-17  Glenn Morris  <rgm@gnu.org>
764
765         * gnus-util.el (gnus-message-with-timestamp-1):
766         Use `messages-buffer' function if available.  Ignore read-only.
767
768 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * message.el (message-expand-group, message-completion-in-region):
771         Correct the order of start and end of a region.
772
773 2013-09-13  Glenn Morris  <rgm@gnu.org>
774
775         * mml2015.el (gnus-create-image): Autoload it.
776
777         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
778
779         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
780         (image-size): Declare.
781
782 2013-09-12  Glenn Morris  <rgm@gnu.org>
783
784         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
785         Avoid using `find', which i) might not be defined at runtime;
786         ii) does not work, since its default test is eql, not equal.
787         (gnus-mime-action-alist): Declare.
788
789 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
790
791         * score-mode.el (gnus-score-mode-map): Move initialization
792         into declaration.
793         (gnus-score-mode): Use define-derived-mode.
794         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
795         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
796         into declaration.
797         (gnus-kill-file-mode): Use define-derived-mode.
798         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
799         Use derived-mode-p.
800         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
801         (gnus-group-setup-buffer, gnus-group-name-at-point)
802         (gnus-group-make-web-group, gnus-group-enter-directory)
803         (gnus-group-suspend): Use derived-mode-p.
804         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
805         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
806         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
807         (gnus-article-setup-buffer, gnus-article-prepare)
808         (gnus-article-prepare-display, gnus-sticky-article)
809         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
810         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
811         (gnus-article-read-summary-keys): Use derived-mode-p.
812
813 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
816
817 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
820         shift_jis from the default value set for Japanese users.
821
822 2013-08-13  Glenn Morris  <rgm@gnu.org>
823
824         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
825
826         * gnus.el (gnus-valid-select-methods): Fix type.
827
828         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
829
830 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * mm-decode.el (mm-display-external): Run a timer for the temp files
833         deletion after a viewer exits; add a deletion timer for the needsterm
834         case, too.
835
836         * mm-decode.el (mm-display-external): Try to delete temporary files by
837         using a 1-min. timer.
838
839 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
842         New internal variables.
843         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
844         (mm-display-external): Use it to delete temporary files instead of
845         using timers.
846
847 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
850
851 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
852
853         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
854         with cond for backwards compatability.
855
856 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * mm-decode.el (mm-display-external): Bind process-connection-type to
859         nil; don't delete a temp file immediately even if a viewer finishes,
860         since it may be a shell script, like xdg-open, that launches a real
861         viewer program belatedly.
862
863 2013-08-05  Dave Abrahams  <dave@boostpro.com>
864
865         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
866         that we can create nndoc groups that excerpt other groups.
867
868 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-delay.el (gnus-delay-article): Fix typo.
871
872         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
873         articles.
874
875         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
876         we can get spell-checking etc.
877
878 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
881         a single one used for encoding the whole text in a header.
882
883 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
886         doesn't work properly on XEmacs.
887
888 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
891         before sending.
892
893         * dgnushack.el (dgnushack-compile): Add a temporary check for
894         gnus-icalendar.
895
896         * mm-decode.el (mm-command-output): New face.
897         (mm-display-external): Use it.
898
899 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
900
901         * nnmbox.el (nnmbox-request-article): Don't change point.
902
903 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
906         Include `handle' parameter.
907
908 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
909
910         * gnus-icalendar.el: New file.
911
912 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
915
916         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
917         dummy roots, too.
918
919 2013-08-01  David Edmondson  <dme@dme.org>
920
921         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
922         out on ttys.
923
924 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
927         not empty.
928
929         * nnrss.el (nnrss-discover-feed): Indent.
930
931 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
934
935 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
938         dirty to ensure nnimap data being saved.
939
940 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
941
942         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
943         menu entry.
944
945         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
946         the current thread's total score instead of the current article's
947         score.
948
949         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
950         (gnus-sort-threads-recursively): Delete defcustom.
951         (gnus-sort-threads-recursive): Adapt accordingly.
952
953 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
954
955         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
956         (gnus-sort-threads-recursive): Use it.
957         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
958         again.  Now that determines how to sort subthreads.
959
960 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
961
962         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
963         (gnus-sort-threads): Use it.
964
965 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
966
967         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
968         punctuation characters follow parentheses (bug#14950).
969
970 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus.el (gnus-continuum-version):
973         * gnus-msg.el (gnus-extended-version): Simplify.
974
975         * gnus.el (gnus-continuum-version-1): Remove.
976         * gnus-msg.el (gnus-bug): Revert.
977
978         Calculate gnus-version correctly on Cygwin.
979
980         * gnus.el (gnus-continuum-version): Do main calculations in integers.
981         (gnus-continuum-version-1): New function, return a string.
982
983         * gnus-msg.el (gnus-extended-version, gnus-bug):
984         Use gnus-continuum-version-1 instead of gnus-continuum-version.
985
986 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
987
988         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
989         (bug#13384).
990
991 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
994         that were only relevant in a development version a long time ago.
995
996 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
999         that the old Emacs 24s bundle.
1000
1001 2013-07-10  David Engster  <deng@randomsample.de>
1002
1003         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1004         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1005         fixes a bug in Emacs trunk where the 'unexist' marks were always
1006         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1007         Gnus v0.03".
1008
1009 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1010
1011         * gnus.el (gnus-summary-line-format): Reference
1012         `gnus-user-date-format-alist' for the &user-date; format, not
1013         `gnus-summary-user-date-format-alist'.
1014
1015 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1018         delete files (bug#13481).
1019
1020 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1021
1022         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1023
1024 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1027         display images.
1028
1029         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1030
1031         * message.el (message-cancel-news): According to
1032         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1033         preferred over "cmsg cancel" in the Subject.
1034
1035         * nnir.el (nnir-engines): Note that the group specs are regexps
1036         (bug#13238).
1037
1038         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1039         gotten read-only text properties, ensure that those aren't heeded when
1040         copying stuff over (bug#13434).
1041
1042         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1043         (bug#13762).
1044
1045 2013-07-05  David Kastrup  <dak@gnu.org>
1046
1047         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1048         authinfo file again (important for blank passwords).  This had been
1049         broken with 2013-06-15 change.
1050
1051 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1054         Revert 2013-01-14 change.
1055
1056 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1057
1058         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1059         of 'create-image' for XEmacs compatibility; check errors when decoding
1060         image.  Reported by Uwe Brauer.
1061
1062 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1065         gnus-button-push revised at 2011-01-19.
1066
1067 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1070         now live in the lisp/net Emacs 24 repository.
1071
1072 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * eww.el (eww-update-header-line-format): Quote % characters.
1075
1076 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * eww.el (eww-process-text-input): Display passwords as asterisks.
1079
1080         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1081
1082 2013-06-19  Tom Tromey  <tromey@redhat.com>
1083
1084         * eww.el (eww-top-url): Remove.
1085         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1086         (eww-render): Set new variables.  Don't set eww-top-url.
1087         (eww-handle-link): Handle "prev", "home", and "contents".
1088         Downcase the rel text.
1089         (eww-top-url): Choose best top URL.
1090
1091 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * eww.el: Rewrite to implement form elements "by hand" instead of
1094         relying in widget.el.  Using widget.el leads to too many
1095         user interface inconsistencies.
1096         (eww-self-insert): Implement entering commands in text fields.
1097         (eww-process-text-input): New function to make text input field editing
1098         work.
1099         (eww-submit): Rewrite to use the new-style form methods.
1100         (eww-select-display): Display the correct selected item.
1101         (eww-change-select): Implement changing the select value.
1102         (eww-toggle-checkbox): Implement radio/checkboxes.
1103         (eww-update-field): Fix compilation error.
1104         (eww-tag-textarea): Implement <textarea>.
1105
1106         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1107         don't shadow mode-specific bindings.
1108
1109         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1110         nothing to push.
1111
1112         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1113
1114 2013-06-19  Glenn Morris  <rgm@gnu.org>
1115
1116         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1117
1118 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1121
1122 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * shr.el (shr-make-table-1): Implement <td rowspan>.
1125         (shr-table-horizontal-line): Allow nil as a value, and change the
1126         default.
1127         (shr-insert-table-ruler): Respect the nil value.
1128
1129 2013-06-18  Tom Tromey  <tromey@barimba>
1130
1131         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1132         New defvars.
1133         (eww-open-file): New defun.
1134         (eww-render): Initialize new variables.
1135         (eww-display-html): Handle "link" and "a".
1136         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1137         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1138         (eww-back-url): Rename from eww-previous-url.
1139         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1140         defuns.
1141
1142 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * shr.el (shr-tag-table): Insert the images after the table, so that
1145         they're not covered by the table colourisation, which often looked
1146         awkward.
1147         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1148         <dd>.
1149         (shr-make-table-1): Implement <td colspan=> support.
1150         (shr-insert-document): Use one less than window width if `shr-width' is
1151         nil, since otherwise things may get one character too wide.
1152
1153 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * eww.el (eww-detect-charset): Improve regexp; move backward.
1156
1157 2013-06-18  Glenn Morris  <rgm@gnu.org>
1158
1159         * mm-decode.el (widget-convert-button): Autoload.
1160
1161         * sieve-manage.el (mm-enable-multibyte): Autoload.
1162
1163         * shr.el (libxml-parse-html-region): Declare.
1164         (shr-render-buffer): Explicit error if no libxml2 support.
1165
1166 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1167
1168         * auth-source.el (auth-source-current-line): New function.
1169         (auth-source-netrc-parse-entries): When a data token is "machine",
1170         assume we're in the wrong place and abort parsing the current line.
1171
1172 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1175         (eww-convert-widgets): Don't bug out if the first widget starts at the
1176         beginning of the buffer.
1177         (eww-convert-widgets): Fix last patch.
1178         (eww-tag-input): Support <input type=image>.
1179
1180         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1181         (shr-tag-base): Protect against base specs that are degenerate.
1182         (shr-ensure-paragraph): Don't delete empty lines that have text
1183         properties, because these may be input fields.
1184
1185         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1186         we can navigate to them.
1187
1188         * shr.el (shr-colorize-region): Put the colours over the entire region.
1189         (shr-inhibit-decoration): New variable.
1190         (shr-add-font): Use it to inhibit text property decorations while doing
1191         preliminary table renderings.  This speeds up typical Wikipedia page
1192         renderings by 15%.
1193         (shr-tag-span): Don't respect the <title>, because that overwrites the
1194         help-echo from links inside the spans.
1195         (shr-next-link): Use `help-echo' for navigation, so that we can
1196         navigate to form elements, too.
1197
1198         * eww.el (eww-button): New face.
1199         (eww-convert-widgets): Use it to make submit buttons more button-like.
1200
1201         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1202         that Gnus commands work.
1203
1204         * shr.el (shr-render-td): Support horizontal alignment.
1205
1206         * eww.el (eww-put-color): Removed.
1207         (eww-colorize-region): Use `add-face-text-property'.
1208
1209         * shr.el (shr-add-font): Append face data, so that we get the correct
1210         precedence: The innermost value (which is applied first) wins.
1211         (shr-make-overlay): Obsolete function.
1212
1213         * mm-decode.el (mm-convert-shr-links): New function to convert
1214         new-style shr URL links into widgets.
1215         (mm-shr): Use it.
1216
1217         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1218         widget commands, since we're no longer using widgets for links.
1219
1220         * shr.el (shr-next-link): New command.
1221         (shr-previous-link): New command.
1222         (shr-urlify): Don't use `widget-convert', because that's slow.
1223         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1224         because collecting the overlays and reapplying them when generating
1225         tables is slow.
1226         (shr-insert-table): Ditto.
1227
1228 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1229
1230         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1231         * shr.el (browse-url): Require `url'.
1232         * eww.el (url): Require format-spec.
1233
1234 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * eww.el (eww-display-html): Default to using the entire window width.
1237         (eww-browse-url): Don't add a User-Agent header (twice), because that
1238         makes Bing refuse connection.
1239
1240         * shr.el (shr-make-table): Cache the table rendering at the table
1241         level, and not the <td> level.  This is a bit faster.
1242
1243         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1244         #id.
1245
1246         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1247         browsers don't.
1248         (shr-expand-url): Respect #anchor links.
1249         (shr-parse-base): Chop off the anchor before using.
1250         (shr-descend): Respect display: none.
1251         (shr-descend): Allow marking elements that have certain IDs.
1252
1253         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1254
1255         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1256
1257         * eww.el (eww-tag-textarea): Support <textarea>.
1258
1259 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1260
1261         * shr.el (shr-dom-to-xml): Fixed function call.
1262
1263         * eww.el (eww): New group.
1264         (eww-header-line-format): New custom variable.
1265         (eww-current-title): New variable.
1266         (eww-display-html): Update header and handle title tag.
1267         (eww-update-header-line-format): New function.
1268         (eww-tag-title): New function.
1269
1270         * shr.el (shr-dom-to-xml): New function.
1271         (shr-tag-svg): Add support for the SVG tag.
1272         (shr-bullet): New custom variable.
1273         (shr-tag-li): Support custom bullet in unordered lists.
1274
1275 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * shr.el (shr-expand-url): Respect // URLs.
1278
1279         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1280         put a background colour onto the entire buffer.
1281         (eww-render): When being redirected, use the redirect URL as the new
1282         base URL.
1283
1284         * shr.el (shr-parse-base): Fix parsing error.
1285
1286         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1287
1288         * shr.el (shr-parse-base): New function.
1289         (shr-expand-url): Use it to expand relative URLs reliably.
1290
1291 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         * auth-source.el (auth-source-search-collection): Fix docstring.
1294         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1295         single-quoted strings and multiline entries.
1296         (auth-source-netrc-parse-next-interesting)
1297         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1298         functions to support parser.
1299
1300 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * eww.el (eww-submit): Get submit button logic right when hitting RET
1303         on non-submit buttons.
1304
1305         * shr.el: Remove shr-preliminary-table-render, since that can't really
1306         be used for anything in practice.
1307
1308 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1309
1310         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1311         (sieve-manage-quit).
1312
1313 2013-06-14  Glenn Morris  <rgm@gnu.org>
1314
1315         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1316
1317 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1318
1319         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1320         control the maximum size of photo ID image.
1321         (mml2015-epg-key-image-to-string): Respect it.
1322
1323 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1326         instead of the final one so that we can more easily distinguish them.
1327
1328         * eww.el (eww-submit): Compute the submission URL correctly.
1329
1330 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1333         Use plist-get rather than CL's getf.
1334         (sieve-manage-parse-capability): Avoid CL's remove-if.
1335
1336 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1337
1338         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1339         (sieve-manage-quit).
1340
1341 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1344         last slash.
1345
1346         * eww.el (eww-tag-select): Use the first value as the default value.
1347
1348 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1349
1350         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1351         (eww-mode): Use `define-derived-mode'.
1352         (eww-parse-headers): Parse headers from beginning of buffer so that
1353         file:// links work.
1354
1355 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1358
1359 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1362         to handle them at all.
1363
1364 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1367         work, too.
1368         (eww-tag-select): Implement <select>.
1369
1370 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1371
1372         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1373         stream managing functions by using open-protocol-stream to do most of
1374         the work.  Has the nice benefit of enabling STARTTLS.
1375         Wait for capabilities after STARTTLS: following RFC5804, the server
1376         sends new capabilities after successfully establishing a TLS connection
1377         with the client.  The client should update the cached list of
1378         capabilities, but we just ignore the answer for now.
1379         (sieve-manage-network-p, sieve-manage-network-open)
1380         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1381         (sieve-manage-forward, sieve-manage-streams)
1382         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1383         API, nor called by any other function.
1384         Enable Multibyte for SieveManage buffers: The parser won't properly
1385         handle umlauts and line endings unless multibyte is turned on in the
1386         process buffer.
1387
1388 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * eww.el (eww-tag-input): Support password fields.
1391         (eww-submit): Support POST.
1392
1393 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * eww.el (eww-tag-form): Protect against degenerate forms.
1396
1397         * shr.el (shr-expand-url): Expand URLs that start with a slash
1398         correctly.
1399
1400         * eww.el (eww-submit): Get submit button logic right.
1401
1402         * shr.el (shr-final-table-render): New variable to signal when we're
1403         doing the final table rendering so that we can collect more data at
1404         that point.
1405
1406         * eww.el (eww-submit): Make form submission work.
1407         (eww-tag-input): Implement submit buttons.
1408         (eww-click-radio): Implement radio and checkboxes.
1409         (eww-submit): Handle hidden elements.
1410
1411         * shr.el (shr-descend): Allow other packages to override (or provide)
1412         rendering of elements.
1413         (shr-expand-url): Strip query strings from URLs before expanding them.
1414
1415         * eww.el: Don't require cl-lib.
1416         (eww-tag-form): Start form support.
1417
1418         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1419
1420         * eww.el: Start writing a new, tiny web browser.
1421         (eww-previous-url): New command.
1422         (eww-quit): New command.
1423
1424 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1425
1426         * sieve.el: Put point at beginning of buffer when viewing a script.
1427         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1428         number in sieve-buffer's header.  Fixed code to also work with a string
1429         as port specifier.  Properly close the connection on pressing 'q'.  Make
1430         sieve-manage-quit close the connection and process buffer.  Also, remove
1431         duplicate keybinding for 'q'.
1432
1433 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1434
1435         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1436         make it easier to read.
1437         (mm-pkcs7-enveloped-magic): Ditto.
1438
1439 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1442         before `image-type-available-p' to avoid loading the image libraries
1443         needlessly.
1444
1445 2013-06-05  David Engster  <deng@randomsample.de>
1446
1447         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1448         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1449         to see whether the group was synced before.
1450
1451 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1454         when opening the connection.
1455         Suggested by João Távora <joaotavora@gmail.com> in
1456         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1457
1458 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1461         assume Date header begins with "Date", that may be customized into
1462         something like "X-Sent" using gnus-article-time-format.
1463         (article-transform-date): Allow multi-line Date header.
1464
1465 2013-06-02  David Engster  <deng@randomsample.de>
1466
1467         * registry.el (initialize-instance, registry-lookup)
1468         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1469         (registry-lookup-secondary-value, registry-search, registry-delete)
1470         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1471         not wrap methods in `eval-and-compile'.  This breaks due to latest
1472         changes in EIEIO (introduction of eieio-core.el).
1473
1474 2013-05-30  Glenn Morris  <rgm@gnu.org>
1475
1476         * nnmail.el (nnmail-fancy-expiry-target):
1477         Also bind mail-dont-reply-to-names.
1478
1479         * spam-stat.el (spam-stat-save):
1480         No need to tweak font-lock in temp buffers.
1481
1482         * shr.el (shr-put-image): Silence compiler.
1483
1484 2013-05-29  Glenn Morris  <rgm@gnu.org>
1485
1486         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1487
1488         * gnus-group.el (gnus-sequence-of-unread-articles)
1489         (gnus-summary-add-mark, gnus-mark-article-as-read)
1490         (gnus-group-make-articles-read): Declare.
1491
1492         * gnus-sum.el (gnus-parameter-list-identifier)
1493         (gnus-article-stop-animations, gnus-stop-downloads)
1494         (gnus-article-only-boring-p, article-goto-body)
1495         (gnus-flush-original-article-buffer, article-narrow-to-head)
1496         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1497         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1498
1499         * gnus.el: No need to eval-and-compile autoloads.
1500
1501         * gravatar.el (help-function-arglist): Autoload.
1502
1503         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1504
1505         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1506
1507         * spam.el: No need to load spam-report when compiling.
1508         No need to eval-and-compile autoloads.
1509         (spam-report-resend-to): Declare.
1510         (spam-report-resend-register-routine): Require 'spam-report.
1511
1512 2013-05-24  Julien Danjou  <julien@danjou.info>
1513
1514         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1515         setup.
1516
1517 2013-05-23  Glenn Morris  <rgm@gnu.org>
1518
1519         * gnus-util.el (rmail-swap-buffers-maybe)
1520         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1521         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1522         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1523
1524         * mm-decode.el: No need to load term when compiling.
1525         (term-mode, term-char-mode): Declare.
1526
1527         * mm-util.el: No need to load jka-compr when compiling.
1528         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1529
1530         * nnmaildir.el: Require is automatically eval-and-compile.
1531         (nnmail): Require at run-time too.
1532
1533         * registry.el (registry-size): Move definition before use.
1534
1535 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1536
1537         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1538         signed data to conform the standard.  (Bug#14232)
1539
1540 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1541
1542         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1543         double angle quotation mark.
1544
1545 2013-05-20  Glenn Morris  <rgm@gnu.org>
1546
1547         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1548
1549 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1550
1551         * message.el (message-insert-formatted-citation-line): handle finding
1552         first/lastname when more than 2 names appear.
1553
1554 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1555
1556         * shr.el (shr-tag-span): New function.
1557
1558 2013-05-18  Glenn Morris  <rgm@gnu.org>
1559
1560         * message.el (message-mode): Use message-mode-abbrev-table,
1561         with text-mode-abbrev-table as parent.  (Bug#14413)
1562
1563 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * message.el (message-expand-group): Decode group names.
1566
1567 2013-05-16  Julien Danjou  <julien@danjou.info>
1568
1569         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1570         app-icon.
1571
1572 2013-05-15  Glenn Morris  <rgm@gnu.org>
1573
1574         * shr-color.el (shr-color-visible-luminance-min)
1575         (shr-color-visible-distance-min): Use shr-color group.
1576
1577 2013-05-11  Glenn Morris  <rgm@gnu.org>
1578
1579         * gnus-vm.el: Make it loadable without VM.
1580         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1581         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1582
1583 2013-05-09  Glenn Morris  <rgm@gnu.org>
1584
1585         * mml1991.el: Make it loadable.  (Bug#13456)
1586
1587         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1588         * gnus-async.el (gnus-async-post-fetch-function):
1589         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1590         * gnus-html.el (gnus-html-image-cache-ttl):
1591         * gnus-notifications.el (gnus-notifications-timeout):
1592         * gnus-picon.el (gnus-picon-properties):
1593         * gnus-util.el (gnus-completion-styles):
1594         * gnus.el (gnus-other-frame-resume-function):
1595         * message.el (message-user-organization-file)
1596         (message-cite-reply-position):
1597         * nnir.el (nnir-summary-line-format)
1598         (nnir-retrieve-headers-override-function):
1599         * shr-color.el (shr-color-visible-luminance-min):
1600         * shr.el (shr-blocked-images):
1601         * spam-report.el (spam-report-resend-to):
1602         * spam.el (spam-summary-exit-behavior): Fix custom types.
1603
1604         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1605
1606 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1609         because of let-binding help-xref-following.  (Bug#14356)
1610
1611 2013-05-06  Glenn Morris  <rgm@gnu.org>
1612
1613         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1614
1615 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1616
1617         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1618         entering into the registry.
1619
1620 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1621
1622         * gnus.el: Ma Gnus v0.7 is released.
1623
1624 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1627         (Bug#14304)
1628
1629 2013-04-27  Glenn Morris  <rgm@gnu.org>
1630
1631         * gnus.el (gnus-list-debbugs):
1632         Use require rather than autoload.  (Bug#14262)
1633
1634 2013-04-27  Julien Danjou  <julien@danjou.info>
1635
1636         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1637         port to "sieve" now that it has an official IANA port assigned.
1638
1639 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1642         Don't set the MAILHOST environment variable permanently (Bug#14271).
1643
1644 2013-04-26  Glenn Morris  <rgm@gnu.org>
1645
1646         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1647
1648 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1649
1650         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1651         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1652
1653 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1654
1655         * nnir.el (nnir-close-group): Make sure we are in the right group.
1656
1657         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1658         dependency table from all newly retrieved headers.
1659
1660 2013-04-16  David Edmondson  <dme@dme.org>
1661
1662         Support <img src="data:...">.
1663
1664         * shr.el (shr-image-from-data): New function.
1665         (shr-tag-img): Use it.
1666
1667 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1668
1669         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1670         group.
1671
1672 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1675         corresponding to any existing group (Bug#14166).
1676
1677 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1678
1679         * nnir.el (number-sequence): No longer used.
1680         (nnir-request-set-mark): New function.
1681         (nnir-request-update-info): Improve marks updating.
1682         (nnir-request-scan): Don't duplicate marks updating.
1683         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1684         Use 'assq rather than 'assoc.  Quote anonymous function.
1685         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1686         Use 'gnus-group-prefixed-p.
1687         (gnus-summary-create-nnir-group): Make sure server for method is open.
1688
1689 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1690
1691         * nnir.el (gnus-nnir-group-p): New function.
1692         (nnir-possibly-change-group): Use it.
1693
1694         * gnus-msg.el (gnus-setup-message): Use it.
1695
1696 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1699         `initial-input' for the argument name.
1700         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1701
1702 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1703
1704         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1705         (used by MH-E).
1706
1707 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1708
1709         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1710         group.
1711
1712         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1713         fix compilation.
1714
1715 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1716
1717         * nnir.el (nnir-method-default-engines): And another typo.
1718
1719 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1720
1721         * nnir.el (nnir-method-default-engines): Fix typo.
1722
1723 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1724
1725         * nnir.el: Define 'number-sequence for xemacs.
1726         (gnus-summary-create-nnir-group): New function to create an nnir group
1727         from an nnir summary buffer based on the current query.
1728         (nnir-request-create-group): Update to allow nnir group creation based
1729         on the current query.
1730
1731 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * nndraft.el (nndraft-request-expire-articles):
1734         Make expiry target always `delete'.
1735
1736 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1737
1738         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1739         buffer use the posting-style and gcc of the original article group.
1740         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1741
1742         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1743         after other deffoos.
1744
1745 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1746
1747         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1748         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1749         support for real (i.e. not ephemeral) nnir groups.
1750         (gnus-summary-make-nnir-group): New function for initiating searches
1751         from a summary buffer.
1752
1753 2013-03-18  Sam Steingold  <sds@gnu.org>
1754
1755         * message.el (message-bury): Minor cleanup.
1756
1757 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1758
1759         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1760
1761 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1764         nnml-request-list.  (Bug#13873)
1765         (nndir-request-newsgroups): Remove, unused.
1766
1767         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1768
1769 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1770
1771         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1772         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1773         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1774
1775 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1776
1777         * shr.el: Make all the overlays set the `evaporate' property so that
1778         they're removed properly.
1779
1780 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1781
1782         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1783         shell-quote-argument.
1784
1785 2013-02-22  David Engster  <deng@randomsample.de>
1786
1787         * gnus-registry.el (gnus-registry-save): Provide class name when
1788         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1789         `condition-case' to stay compatible with older EIEIO versions which
1790         only accept one argument.
1791
1792 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1793
1794         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1795         (epg-user-id-validity): Autoload.
1796         (mml2015-epg-check-user-id): New function.
1797         (mml2015-epg-check-sub-key): New function split from
1798         mml2015-epg-find-usable-key.
1799         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1800         optional name-is-key-id, to handle the case when user-id is unusable.
1801         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1802
1803 2013-02-17  Glenn Morris  <rgm@gnu.org>
1804
1805         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1806
1807 2013-02-16  Glenn Morris  <rgm@gnu.org>
1808
1809         * shr.el (shr-put-image): Only animate images that specify a delay.
1810         This is consistent with the old image-animated-p behavior.
1811
1812 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1815         for XEmacs.
1816
1817 2013-02-13  Juri Linkov  <juri@jurta.org>
1818
1819         * gnus-art.el (gnus-article-mode-map):
1820         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1821         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1822
1823 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1824
1825         * auth-source.el (auth-source-format-prompt): Don't get confused by
1826         any "\" in replacement text.  (Bug#13637)
1827
1828 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1829
1830         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1831         (gnus-backend-trace): Honour gnus-backend-trace.
1832
1833         * mml.el (mml-insert-part): Insert closing tag.
1834
1835         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1836
1837 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1840         able to find the article, which can happen in debbugs groups,
1841         apparently.
1842
1843 2013-01-16  Glenn Morris  <rgm@gnu.org>
1844
1845         * smiley.el (smiley-style): Make the file loadable in batch mode.
1846
1847 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1848
1849         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1850         imap process running.
1851
1852 2013-01-14  Julien Danjou  <julien@danjou.info>
1853
1854         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1855         Compare addresses against addresses, not against the full From field.
1856
1857 2013-01-13  Richard Stallman  <rms@gnu.org>
1858
1859         * message.el (message-forward-make-body-mime): New args BEG, END
1860         specify what part of FORWARD-BUFFER to use.  Do the work directly
1861         instead of calling `mml-insert-buffer'.
1862
1863 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1864
1865         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1866         cross-reference(s).
1867
1868         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1869         cross-reference(s).
1870
1871 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1872
1873         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1874         and point-max-marker.
1875         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1876
1877 2013-01-11  Julien Danjou  <julien@danjou.info>
1878
1879         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1880         max are almost equal.  Also return the correct value for V which is
1881         already between 0 and 1.
1882
1883 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1884
1885         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1886         to mml2015-encrypt-to-self.
1887         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1888
1889 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1890
1891         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1892         mml-smime-epg-find-usable-secret-key.
1893
1894 2013-01-08  Glenn Morris  <rgm@gnu.org>
1895
1896         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1897
1898 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1899
1900         * mml-smime.el: Support signing by sender.
1901         Requested by Uwe Brauer.
1902         (mml-smime-sign-with-sender): New user option analogous
1903         to mml2015-sign-with-sender.
1904         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1905         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1906         mml2015.el.
1907
1908 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1911         isn't running, because Gnus will probably not know how to handle the
1912         Gcc header (bug#11941).
1913
1914         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1915         articles.
1916
1917 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1920         (nnfolder-generate-active-file): Make this function work with recursive
1921         folder names.
1922
1923 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1924
1925         * nntp.el (nntp-open-connection): Use HELP as the capability command
1926         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1927         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1928
1929 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1930
1931         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1932         place holder since this gives `Invalid face reference: nil' messages.
1933         Use the `default' face instead.  It has the same effect here, even
1934         though it is not no-op.
1935
1936         * gnus-util.el
1937         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1938
1939 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1942         non-string posting styles (bug#13285).
1943
1944 2012-12-27  Glenn Morris  <rgm@gnu.org>
1945
1946         * plstore.el (plstore-passphrase-callback-function):
1947         Use plstore-get-file.
1948
1949 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1950
1951         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1952         stderr.
1953
1954 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1957
1958         * gnus-compat.el (set-buffer-multibyte): Remove.
1959
1960 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1961
1962         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1963         temporary file to get PGP key image.  Pass no-show-photos when
1964         extracting image to avoid having it pop up twice.
1965
1966 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1969         eligible for treatment.
1970
1971         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1972         lines.  This makes summary commands with hidden threads work more
1973         reliably.
1974
1975         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1976         button to mark the hidden citations (bug#9395).
1977
1978 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1979
1980         * mml2015.el (mml2015-epg-signature-to-string): New function.
1981         (mml2015-epg-verify-result-to-string): New function.
1982         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1983         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1984         instead of epg-verify-result-to-string.
1985         (epg-signature-key-id, epg-signature-to-string): Autoload.
1986         (epg-verify-result-to-string): Remove autoload.
1987
1988 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1989
1990         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1991         ID image from GPG public key.
1992         (mml2015-epg-key-image-to-string): New function.
1993
1994 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1995
1996         * plstore.el (plstore-passphrase-callback-function): Fix error when
1997         error when plstore-cache-passphrase-for-symmetric-encryption is set
1998         (bug#13264).
1999
2000 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2001
2002         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2003         buffer to the article buffer here, because that clobbers multiple
2004         article buffers.
2005
2006         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2007         buffer always points to the right summary buffer.
2008
2009 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2010
2011         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2012         the password (bug#12097).
2013
2014 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2015
2016         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2017         (bug#13263).
2018
2019         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2020         buffer exists before using it (bug#12475).
2021
2022         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2023         offline groups (bug#11937).
2024
2025         * message.el (message-yank-original): When using customize to set the
2026         value of `message-cite-style', the variable it set to a symbol that's
2027         the name of the variable, which must then be dereferenced (bug#12616).
2028
2029 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2030
2031         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2032         the `face' property with a list whose car is the face specified in the
2033         format string and whose cdr is (nil).
2034         * lisp/gnus-util.el
2035         (gnus-put-text-property-excluding-characters-with-faces):
2036         Change accordingly.
2037         (gnus-get-text-property-excluding-characters-with-faces): New function.
2038         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2039         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2040         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2041
2042 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2043
2044         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2045         login methods.
2046         (nnimap-login): Respect the `nnimap-authenticator' variable.
2047
2048         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2049         mark state when moving articles.  Otherwise unticked articles will get
2050         their ticks back after moving.
2051
2052 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2055
2056         * message.el (message-ignored-news-headers): Always remove
2057         X-Message-SMTP-Method to avoid information leakage if the user
2058         mistakenly inserts the header into news messages.
2059
2060         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2061
2062         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2063         right than four characters, this command would move point to
2064         `point-max'.  Don't do that.
2065
2066         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2067         to nil to allow re-selecting groups that gain articles.
2068         (gnus-bug-group-download-format-alist): Update the URL.
2069
2070 2012-12-23  Andreas Schwab  <schwab@suse.de>
2071
2072         * shr.el (shr-tag-em): Render em as italic, not bold.
2073
2074 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2075
2076         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2077         for reuse.
2078         (gnus-open-server): Use it to add more tracing.
2079         (gnus-finish-retrieve-group-infos): Add backend tracing.
2080         (gnus-backend-trace): Also note the elapsed seconds.
2081
2082 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2083
2084         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2085         Set epa-file-encrypt-to from variable to avoid querying.
2086
2087 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2088
2089         * sieve-mode.el (sieve-font-lock-keywords):
2090         Keywords should be word delimited.  (Bug#13173)
2091
2092 2012-12-13  Andreas Schwab  <schwab@suse.de>
2093
2094         * tls.el (tls-program): Update customize type.
2095
2096 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2099         instead of <pre> to align message header.
2100
2101 2012-12-12  Sam Steingold  <sds@gnu.org>
2102
2103         * gnus.el (gnus-other-frame-resume-function): Add user option.
2104         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2105
2106 2012-12-06  Sam Steingold  <sds@gnu.org>
2107
2108         * gnus-start.el (gnus-before-resume-hook): Add.
2109         (gnus-1): Run it when Gnus is alive.
2110
2111 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2114         * gnus-art.el (article-unsplit-urls)
2115         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2116         * gnus-registry.el (gnus-registry-get-article-marks)
2117         * message.el (message-goto-body): Use it.
2118         (message-called-interactively-p): Remove.
2119
2120         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2121         (spam-stat-score-buffer): Use it.
2122
2123         * spam.el: Silence the warnings against BBDB functions when compiling.
2124
2125         * gnus-score.el (gnus-score-decode-text-parts):
2126         Use append+mapcar instead of the cl function mapcan.
2127
2128 2012-12-05  Sam Steingold  <sds@gnu.org>
2129
2130         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2131         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2132         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2133
2134 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * gmm-utils.el (gmm-called-interactively-p): Revert.
2137         This seems to cause Emacs to get stuck!
2138         * gnus-art.el (article-unsplit-urls)
2139         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2140         * gnus-registry.el (gnus-registry-get-article-marks)
2141         * message.el (message-goto-body)
2142         (message-called-interactively-p): Revert.
2143
2144         * gmm-utils.el (gmm-called-interactively-p): New function.
2145         * gnus-art.el (article-unsplit-urls)
2146         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2147         * gnus-registry.el (gnus-registry-get-article-marks)
2148         * message.el (message-goto-body): Use it.
2149         (message-called-interactively-p): Remove.
2150
2151         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2152         * gnus-sync.el (gnus-sync-lesync-call)
2153         * message.el (message-read-from-minibuffer): Use it.
2154
2155 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gmm-utils.el (gmm-flet): Remove.
2158         * gnus-sync.el (gnus-sync-lesync-call)
2159         * message.el (message-read-from-minibuffer): Don't use it.
2160
2161 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2164
2165 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2168
2169         * gnus-sync.el (gnus-sync-lesync-call)
2170         * message.el (message-read-from-minibuffer): Use gmm-flet.
2171
2172         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2173
2174         * gnus-util.el (gnus-macroexpand-all): Remove.
2175
2176 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2177
2178         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2179         to TAB, not [tab].
2180         (gnus-summary-article-map): Likewise.
2181
2182         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2183         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2184
2185 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2186
2187         * time-date.el: Commentary fix.
2188
2189 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2190
2191         * color.el: Don't require cl.
2192         (color-complement): `caddr' -> `nth 2'.
2193
2194         * time-date.el (time-to-seconds): De-obsolete.
2195
2196 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * message.el (message-get-reply-headers):
2199         Make sure the reply goes to the author if it is a wide reply.
2200
2201 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2202
2203         * gnus-score.el (gnus-score-body):
2204         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2205         scoring by body.
2206
2207 2012-11-16  Glenn Morris  <rgm@gnu.org>
2208
2209         * gnus-diary.el (nndiary-request-create-group-functions)
2210         (nndiary-request-update-info-functions)
2211         (gnus-subscribe-newsgroup-functions)
2212         (nndiary-request-accept-article-functions):
2213         Use new names for hooks rather than obsolete aliases.
2214
2215 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2218
2219 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2222         in meta tag with the one the part specifies in its header.
2223
2224 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2225
2226         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2227         by default.
2228
2229 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2232         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2233
2234 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2237         and a runtime function for it, of which the XEmacs version takes only
2238         two arguments.
2239
2240 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2241
2242         * nndiary.el (nndiary-request-create-group-functions)
2243         (nndiary-request-update-info-functions)
2244         (nndiary-request-accept-article-functions):
2245         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2246         "-hooks" suffix.
2247
2248 2012-10-19  Julien Danjou  <julien@danjou.info>
2249
2250         * gnus-art.el: Require gnus-util because it uses
2251         `gnus-timer--function'.
2252
2253 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2254
2255         * starttls.el (starttls-extra-arguments): Doc fix.
2256
2257 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2260         it.
2261
2262 2012-10-06  Glenn Morris  <rgm@gnu.org>
2263
2264         * gnus-notifications.el (gnus-notifications):
2265         Add missing group :version tag.
2266         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2267         (gnus-gcc-post-body-encode-hook):
2268         * gnus-sync.el (gnus-sync-lesync-name)
2269         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2270
2271 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2272
2273         * color.el (color-hsl-to-rgb): Fix incorrect results for
2274         small and large hue values.  (Bug#12559)
2275
2276 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         New UIDL implementation.
2279
2280         * mail-source.el (mail-sources, mail-source-keyword-map):
2281         Add :leave as a pop3 keyword.
2282         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2283
2284         * pop3.el (pop3-leave-mail-on-server): Allow number.
2285         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2286         (pop3-movemail): Add UIDL support.
2287         (pop3-send-streaming-command): Take a list of mail numbers instead of
2288         the number of mails.
2289         (pop3-write-to-file): Add X-UIDL header.
2290         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2291         (pop3-uidl-add-xheader): New functions.
2292
2293         * message.el (message-ignored-resent-headers):
2294         Add X-Content-Length and X-UIDL headers.
2295
2296 2012-10-05  Glenn Morris  <rgm@gnu.org>
2297
2298         * color.el (color-name-to-rgb, color-rgb-to-hex)
2299         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2300         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2301         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2302         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2303
2304 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2307         a user about whether to delete temp files if once a user answered as n.
2308
2309 2012-09-25  Chong Yidong  <cyd@gnu.org>
2310
2311         * password-cache.el (password-read-and-add): Use a declare form to mark
2312         this function obsolete.
2313
2314 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * lpath.el: Bind mail-encode-mml for old Emacsen.
2317
2318 2012-09-17  Richard Stallman  <rms@gnu.org>
2319
2320         * message.el (message-in-body-p): Don't set mark or modify buffer.
2321
2322         * mml.el (mml-attach-file): Doc fix.
2323         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2324         Set mail-encode-mml when in Mail mode.
2325         Simplify code to set HEAD and move back to HEAD.
2326         (mml-insert-multipart, mml-insert-part):
2327         Set mail-encode-mml when in Mail mode.
2328
2329 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-util.el (gnus-timer--function): New function.
2332
2333         * gnus-art.el (gnus-article-stop-animations): Use it.
2334
2335 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2336
2337         Fix glitches caused by addition of psec to timers.
2338         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2339         rather than raw access to timer vector.
2340
2341 2012-09-11  Julien Danjou  <julien@danjou.info>
2342
2343         * gnus-notifications.el (gnus-notifications): Check for nil values in
2344         ignored addresses check.
2345
2346 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2347
2348         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2349
2350 2012-09-07  Chong Yidong  <cyd@gnu.org>
2351
2352         * gnus-util.el
2353         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2354
2355         * gnus-salt.el (gnus-tree-highlight-node):
2356         * gnus-sum.el (gnus-summary-highlight-line):
2357         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2358
2359 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2362
2363 2012-09-06  Juri Linkov  <juri@jurta.org>
2364
2365         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2366         scheme for buffer names to be more consistent with other group and
2367         article buffer names in Gnus.
2368
2369 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-util.el
2372         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2373
2374         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2375         Jenkner.
2376
2377         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2378
2379         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2380
2381         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2382
2383 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2386         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2387
2388         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2389         string-prefix-p in Emacs >=23.2.
2390
2391         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2392         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2393         instead of string-match-p.
2394         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2395
2396 2012-09-06  Kenichi Handa  <handa@gnu.org>
2397
2398         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2399         lowercase a..f.
2400
2401 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2402
2403         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2404
2405 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2406
2407         * nnimap.el (nnimap-request-move-article): Decode the group name when
2408         doing internal moves to avoid charset issues.
2409
2410         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2411         TIME is set.
2412
2413 2012-09-05  Juri Linkov  <juri@jurta.org>
2414
2415         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2416         than one group at a time (bug#11961).
2417
2418 2012-09-05  Julien Danjou  <julien@danjou.info>
2419
2420         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2421         this hide the real reason with a message giving absolutely no hint.
2422
2423 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2424
2425         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2426         to the backend (bug#11804).
2427
2428         * message.el (message-insert-newsgroups): Don't insert newsgroup
2429         duplicates (bug#12275).
2430
2431 2012-09-05  John Wiegley  <johnw@newartisans.com>
2432
2433         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2434         sieve rules.
2435
2436 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2437
2438         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2439         function.
2440
2441         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2442
2443         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2444
2445 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2446
2447         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2448         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2449         This should make nnmaildir more usable with offlineimap.
2450
2451 2012-09-05  Julien Danjou  <julien@danjou.info>
2452
2453         * nnimap.el (nnimap-request-list): Revert change that made listing
2454         synchronous.
2455         (nnimap-get-responses): Restore.
2456
2457 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2458
2459         * dgnushack.el: XEmacs 21.5 compilation fix.
2460
2461         * gnus-notifications.el (gnus-notifications-notify): Use it.
2462
2463         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2464         warnings on XEmacs.
2465
2466 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2467
2468         Better seeds for (random).
2469         * gnus-sync.el (gnus-sync-lesync-setup):
2470         * message.el (message-canlock-generate, message-unique-id):
2471         Change (random t) to (random), now that the latter is more random.
2472
2473 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2474
2475         * nnimap.el (nnimap-change-group): Document result value
2476
2477         * auth-source.el (auth-sources): Fix macos keychain access.
2478
2479         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2480         allow the backend `request-head' function to determine the group
2481         name on its own.
2482         (gnus-request-expire-articles): Filter out negative article numbers
2483         during expiry (Bug#11980).
2484
2485         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2486         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2487
2488         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2489         you've found the article when you haven't.
2490
2491         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2492         that nnimap-change-group can return t.
2493
2494 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2495
2496         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2497
2498 2012-08-30  Julien Danjou  <julien@danjou.info>
2499
2500         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2501         `gnus-notifications-timeout'.
2502         (gnus-notifications-timeout): Add.
2503         (gnus-notifications-action): New function.
2504         (gnus-notifications-notify): Add :action using
2505         `gnus-notifications-action'.
2506         (gnus-notifications-id-to-msg): New variable.
2507         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2508         notifications id to messages.
2509
2510 2012-08-30  Kenichi Handa  <handa@gnu.org>
2511
2512         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2513         once.
2514
2515 2012-08-29  Julien Danjou  <julien@danjou.info>
2516
2517         * gnus-notifications.el: New file.
2518         (gnus-notifications-notify): New function.
2519         (gnus-notifications): Use `gnus-notifications-notify'.
2520
2521 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2524         transfer encoding first; bind gnus-newsgroup-charset to the charset
2525         that the article specifies (Bug#12209).
2526
2527 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2530         (gnus-group-customize-done): Encode values posting-style holds.
2531
2532         * gnus-msg.el (gnus-summary-resend-message)
2533         (gnus-configure-posting-styles): Decode values posting-style group
2534         parameter holds.
2535
2536 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2539         `name' and `address' in Resent-From header.
2540
2541 2012-08-14  Chong Yidong  <cyd@gnu.org>
2542
2543         * gnus-art.el (article-display-face): Handle failure in
2544         gnus-create-image (Bug#11802).
2545
2546 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2547
2548         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2549         Use defsetf.
2550
2551 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2552
2553         * auth-source.el (auth-source-plstore-search)
2554         (auth-source-secrets-search): Ignore :require and :type in search spec.
2555
2556 2012-08-06  Julien Danjou  <julien@danjou.info>
2557
2558         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2559         `nnimap-request-move-article'.
2560
2561         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2562         Remove autoload, already handled by gnus.el.
2563
2564         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2565
2566         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2567         supported by nnimap actually.  Reverts previous change.
2568
2569         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2570         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2571         to-buffer argument that is already supported.
2572
2573 2012-08-05  Julien Danjou  <julien@danjou.info>
2574
2575         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2576         Add autoload.
2577
2578 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus.el (gnus-valid-select-methods): Fix custom type.
2581
2582 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2583
2584         * auth-source.el (auth-sources, auth-source-backend-parse)
2585         (auth-source-macos-keychain-search)
2586         (auth-source-macos-keychain-search-items)
2587         (auth-source-macos-keychain-result-append)
2588         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2589         auth-source.el through the /usr/bin/security utility.
2590         (auth-sources): Fix syntax error.
2591         (auth-source-macos-keychain-result-append): Fix variable name.
2592         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2593
2594 2012-07-27  Julien Danjou  <julien@danjou.info>
2595
2596         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2597         Emacs < 24.1
2598
2599 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * message.el (message-kill-address): Don't kill last newline.
2602         (message-skip-to-next-address): Don't move to the next header.
2603         (message-fill-field-address): Work properly.
2604
2605 2012-07-25  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2608
2609 2012-07-24  Julien Danjou  <julien@danjou.info>
2610
2611         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2612
2613         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2614         (nntp-async-timer-handler): Remove, unused.
2615
2616         * nnimap.el (nnimap-get-responses): Remove, unused.
2617
2618         * nnheader.el (mail-header-set-extra): Remove, unused.
2619
2620         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2621         unused.
2622
2623         * mm-view.el (mm-view-sound-file): Remove, unused.
2624
2625         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2626         (mm-url-encode-multipart-form-data): Remove, unused.
2627
2628         * message.el (message-remove-signature, message-make-host-name)
2629         (message-fill-address): Remove, unused.
2630
2631         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2632         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2633         unused.
2634
2635         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2636         (gnus-xmas-call-region): Remove, unused.
2637
2638         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2639
2640         * gnus-util.el (gnus-extract-address-component-name)
2641         (gnus-extract-address-component-email, gnus-sortable-date)
2642         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2643         (gnus-process-live-p): Remove, unused.
2644
2645         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2646
2647         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2648         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2649         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2650         function.
2651
2652         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2653
2654         * gnus-score.el (gnus-summary-score-crossposting)
2655         (gnus-score-regexp-bad-p): Remove, unused.
2656
2657         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2658
2659         * gnus-range.el (gnus-sublist-p): Remove, unused.
2660
2661         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2662         unused.
2663
2664         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2665
2666         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2667         (gnus-request-associate-buffer): Remove, unused.
2668
2669         * gnus-group.el (gnus-group-set-method-info)
2670         (gnus-group-set-params-info): Remove, unused.
2671
2672         * gnus-fun.el (gnus-shell-command-to-string)
2673         (gnus-shell-command-on-region): Remove, unused.
2674
2675         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2676
2677         * gnus-art.el (gnus-article-text-type-exists-p)
2678         (article-translate-characters, gnus-article-hide-text-of-type)
2679         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2680         Remove, unused.
2681
2682 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2683
2684         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2685
2686 2012-07-21  Julien Danjou  <julien@danjou.info>
2687
2688         * message.el (message-dont-reply-to-names): Replace deprecated
2689         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2690         (message-get-reply-headers): Ditto.
2691
2692 2012-07-18  Julien Danjou  <julien@danjou.info>
2693
2694         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2695         `sieve-upload-and-kill'.
2696
2697         * sieve.el (sieve-bury-buffer): Remove function.
2698         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2699         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2700
2701 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2702
2703         * shr.el (shr-expand-url): Handle URL starting with `//'.
2704
2705 2012-07-13  Chong Yidong  <cyd@gnu.org>
2706
2707         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2708         instead of calling toggle-read-only with a (bogus) argument.
2709
2710 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2711
2712         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2713         of initial input when reading the author to restrict the summary to.
2714
2715 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * mm-decode.el (mm-shr):
2718         Allow overriding charset by mm-charset-override-alist.
2719
2720 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-art.el (gnus-article-view-part):
2723         Toggle subparts of multipart/alternative part.
2724
2725 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         * shr.el (shr-render-buffer): New command.
2728         (shr-visit-file): Use it.
2729
2730 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2733         Set no-byte-compile and no-update-autoloads.
2734
2735 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2738
2739 2012-06-25  Julien Danjou  <julien@danjou.info>
2740
2741         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2742         `nnimap-request-move-articles-find-limit' since we do not use it only
2743         for move operations.
2744         (nnimap-request-accept-article): Use
2745         `nnimap-request-articles-find-limit' to limit search by message-id.
2746
2747 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2748
2749         Support higher-resolution time stamps (Bug#9000).
2750
2751         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2752         VARLIST.  It's optional, for backward compatibility.
2753         (encode-time-value): New optional arg PICO.  New type 3.
2754         (time-to-seconds) [!float-time]: Support the new picoseconds
2755         component if it's used.
2756         (seconds-to-time, time-subtract, time-add):
2757         Support ps-resolution time stamps as well.
2758
2759 2012-06-19  Julien Danjou  <julien@danjou.info>
2760
2761         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2762
2763         * nnimap.el (nnimap-log-buffer): Check that
2764         `window-point-insertion-type' is boundp, since it's not available in
2765         XEmacs.
2766
2767 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2768
2769         * nnimap.el (nnimap-log-buffer): Add this, setting
2770         `window-point-insertion-type' in the buffer to t.
2771         (nnimap-log-command): Use nnimap-log-buffer.
2772
2773 2012-06-19  Julien Danjou  <julien@danjou.info>
2774
2775         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2776         argument to be able to limit the search.
2777         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2778         (nnimap-request-move-articles-find-limit): Add this to limit the search
2779         by Message-Id after a message move.
2780         (nnimap): Add defgroup.
2781
2782 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2783
2784         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2785
2786 2012-06-15  Julien Danjou  <julien@danjou.info>
2787
2788         * nnimap.el (nnimap-find-article-by-message-id): Use
2789         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2790         (nnimap-possibly-change-group): Add read-only argument.
2791         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2792         issuing EXAMINE manually.
2793         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2794         with read-only argument.
2795         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2796         cannot possibly change because we need to be sure that it's either
2797         read-write or read-only.
2798
2799 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2802         being bound to a lambda form.
2803
2804 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2805
2806         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2807         articles when fetch-old is non-nil (bug#11370).
2808
2809 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2810
2811         * gnus-picon.el (gnus-picon-properties): New defcustom.
2812         (gnus-picon-create-glyph): Use it.
2813
2814 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-group.el (gnus-group-get-new-news): Respect
2817         `gnus-group-use-permanent-levels', as documented (bug#11638).
2818
2819 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2820
2821         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2822         groups (bug#11641).
2823
2824 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2825
2826         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2827         is an integer to avoid later problems.
2828
2829 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2832         locales.
2833
2834         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2835         on a handle.
2836
2837         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2838         address as the default.
2839         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2840
2841         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2842         makes no sense to query the user about internal files.
2843
2844         * gnus-spec.el: Remove all the byte-compilation stuff, since
2845         benchmarking shows that it doesn't help when entering large summary
2846         buffers.
2847
2848         * gnus-xmas.el (gnus-xmas-define): Remove.
2849
2850         * gnus-util.el (gnus-byte-code): Remove.
2851
2852         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2853         grouplens stuff.
2854
2855 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2858         (bug#11514).
2859
2860 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2861
2862         * message.el (message-buffers): Return all buffers derived from Message
2863         to make `gnus-dired-attach' work with mu4e.
2864
2865 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * nntp.el: Stop the `letf' madness.
2868         (nntp--report-1): New var.
2869         (nntp-report): Merge nntp-report-1 into it.
2870         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2871         the nntp-report function.
2872
2873         * auth-source.el: Fix comment-style to follow the convention.
2874
2875 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2876
2877         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2878         (mm-dissect-singlepart): Don't guess the MIME type of
2879         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2880         set.
2881         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2882         toplevel MIME type is multipart/encrypted.
2883
2884 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2887         a string so that Gcc works (bug#11514).
2888
2889 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2890
2891         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2892         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2893
2894 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2897         jumping to *Server* from a dedicated *Group* window.
2898         (gnus-configure-frame): CSE.
2899
2900         * gnus-registry.el: Minor style cleanup.
2901         (gnus-registry--set/remove-mark): New function, extracted from
2902         gnus-registry-install-shortcuts.
2903         (gnus-registry-install-shortcuts): Use it.
2904
2905 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * nnspool.el (news-path): Use eval-and-compile.
2908
2909 2012-05-24  Glenn Morris  <rgm@gnu.org>
2910
2911         * nnspool.el (news-directory, news-path, news-inews-program):
2912         Move here from paths.el.  Don't see a need for these to be autoloaded.
2913
2914         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2915         Merge in doc from paths.el version.  Don't see any need for this to be
2916         autoloaded, or for the warning about users not setting it.
2917
2918 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2919
2920         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2921         format.  In particular, add an optional argument and a docstring.
2922
2923         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2924
2925         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2926         current before calling `gnus-groups-to-gnus-format'.
2927         Note that this was already the case for `gnus-active-to-gnus-format'.
2928
2929 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2930
2931         Fix minor Y10k bug.
2932         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2933
2934 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2935
2936         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2937         message once it's actually open.
2938
2939 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2940
2941         * gnus.el: Ma Gnus v0.5 is released.
2942
2943 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2944
2945         * auth-source.el (auth-source--aput-1, auth-source--aput)
2946         (auth-source--aget): New functions and macros.
2947         Use them instead of aput/aget.
2948
2949 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2950
2951         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2952
2953 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2954
2955         * plstore.el (plstore-called-interactively-p): New compat macro copied
2956         from message.el.
2957         (plstore-mode): Use it.
2958
2959 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2960
2961         * plstore.el: Revive the editing feature.
2962         (plstore-mode): New mode to edit plstore file.
2963         (plstore-mode-toggle-display, plstore-mode-original)
2964         (plstore-mode-decoded): New command.
2965         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2966         (plstore--insert-buffer, plstore--make): New function.
2967         (plstore-open, plstore-save): Simplify by using them.
2968
2969 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2972
2973 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2974
2975         * tls.el (open-tls-stream): Remove unused binding.
2976
2977 2012-04-16  Glenn Morris  <rgm@gnu.org>
2978
2979         * nndraft.el (nndraft-request-list): Fix declaration.
2980
2981 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * mm-decode.el (mm-dissect-buffer): Doc fix.
2984
2985         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2986         don't have a current group.
2987
2988         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2989         buffer if it doesn't exist.
2990
2991         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2992         given, mark the group as ephemeral with the current window conf.
2993
2994         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2995         buffer exists, which it doesn't if we haven't started Gnus.
2996         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2997
2998 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3001         type is.
3002
3003         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3004         `unexists' entries.
3005         (gnus-clean-old-newsrc): Fix last checkin.
3006
3007         * nnimap.el (nnimap-update-info): None of the articles below the active
3008         low-water mark exist.
3009
3010         * dgnushack.el: Get rid of XEmacs compilation warning.
3011
3012         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3013         would have gotten if we posted to the group, and use that to compare
3014         against the message we want to cancel (bug#10808).
3015
3016         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3017         on XEmacs.
3018
3019 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3020
3021         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3022         `scroll-margin'.
3023
3024 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3025
3026         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3027         citation prefix within a block of cited text should be considered part
3028         of that block *only* if it is a blank line.
3029
3030 2012-04-09  Chong Yidong  <cyd@gnu.org>
3031
3032         * binhex.el, hashcash.el, uudecode.el:
3033         Remove * characters from the front of variable docstrings.
3034
3035 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3038         before kinsoku-bol characters nor within kinsoku-eol characters.
3039
3040 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3043         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3044         (gnus-sync-read): Use mapc instead of mapcar.
3045
3046         * mm-archive.el: Require mm-decode for some macros.
3047         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3048         the byte compiler.
3049         (mm-archive-decoders): New function that returns the value of
3050         the mm-archive-decoders variable.
3051
3052         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3053         instead.
3054         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3055
3056         * nnimap.el (gnus-refer-thread-use-nnir):
3057         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3058
3059 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3062
3063 2012-03-12  Peter Münster  <pmrb@free.fr>
3064
3065         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3066         (gnus-demon-cancel): Ditto.
3067         (gnus-demon-run-callback): When function cannot be called due to low
3068         idleness, call it when idleness reaches the expected value, instead of
3069         waiting another timer period.
3070         (gnus-demon-init): Add `time' to arguments of call-back.
3071
3072 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3075
3076         * gnus.el: Register gnus-registry functions.
3077
3078         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3079         indent.
3080
3081         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3082         enabled before warping.
3083
3084 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3085
3086         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3087         registry about each article retrieved.
3088
3089         * gnus-int.el (gnus-select-group-with-message-id): New function.
3090         (gnus-try-warping-via-registry): Ditto.
3091         (gnus-warp-to-article): Fall back on the registry.
3092
3093 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3094
3095         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3096         inboxes.
3097
3098 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3101
3102 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3105         gnus-gcc-self-resent-messages may be a group parameter.
3106         (gnus-summary-resend-message): Don't encode encoded words in header
3107         when Gcc'ing resent message.
3108
3109 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * shr.el (shr-insert): Treat non-breaking space just like normal
3112         space.  This seems to produce more pleasing results.
3113         (shr-insert): Only insert a blank line if we're starting from an image.
3114         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3115         (shr-ensure-paragraph): Consider lines with white space to be blank.
3116
3117 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3118
3119         * Makefile.in: Respect DESTDIR.
3120
3121 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3122
3123         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3124         and gnus-gcc-post-body-encode-hook.
3125
3126 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3129         messages that don't exist.
3130
3131         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3132
3133 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3136         Remove.
3137
3138         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3139
3140         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3141
3142 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3145         have a group name.
3146
3147         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3148         a multibyte buffer (bug#7410).
3149         (article-wash-html): Parse the original article buffer to get the
3150         unencoded data (bug#7410).
3151
3152         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3153         .newsrc.el files.
3154
3155 2012-04-05  Bastien Guerry  <bzg@altern.org>
3156
3157         * color.el (color-lighten-name): Fix typo.
3158
3159 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3162         "#" to avoid having them interpreted as comments.
3163
3164 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * shr.el (shr-insert): Update the text state properly to avoid
3167         inserting spurious paragraph starts.
3168
3169 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * shr.el (shr-table-widths): Divide the extra width more fairly over
3172         the TDs (bug#10973).
3173         (shr-render-td): Don't delete too much padding.
3174         (shr-natural-width): Compute the natural width more correctly.
3175         (shr-insert): Allow the natural width to be computed for tables again.
3176         (shr-tag-table-1): Rework how the natural widths are computed by
3177         rendering the table a third time.
3178         (shr-natural-width): Removed.
3179         (shr-buffer-width): New function.
3180         (shr-expand-newlines): Use it.
3181
3182         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3183         using a `gnus-use-full-window' setup (bug#11013).
3184
3185 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3188         24.1 release.
3189
3190 2012-03-10  David Edmondson  <dme@dme.org>
3191
3192         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3193         'Forwarded Message' header and the start of the message.
3194
3195 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3196
3197         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3198         isn't running (bug#10897).
3199
3200 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3203         This is inconsistent with all the other stream functions, which leave
3204         the setting up to the higher levels (if so wanted) (bug#10931).
3205
3206 2012-02-28  Glenn Morris  <rgm@gnu.org>
3207
3208         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3209         mm-decode.el: Standardize possessive apostrophe usage.
3210
3211 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3214
3215 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3216
3217         * parse-time.el (parse-time-string): Allow extractor to return nil.
3218
3219 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3222
3223 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3224
3225         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3226
3227 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3228
3229         * mm-decode.el (mm-shr): Remove "soft hyphens".
3230
3231         * nnimap.el (nnimap-request-list): Return the group names encoded as
3232         utf8.  Otherwise non-European group names don't work.
3233         (nnimap-request-newgroups): Ditto.
3234
3235         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3236         the default in `read-string' (bug#10757).
3237
3238         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3239         topics (bug#10843).
3240
3241         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3242         buffer.  Suggested by Herbert Valerio Riedel.
3243         (nnimap-request-move-article): Delete the message from the correct IMAP
3244         server.
3245
3246 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3247
3248         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3249         Reported by Peter Münster.
3250
3251 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3252
3253         * shr.el (shr-image-fetched): Make sure we really kill the right
3254         buffer.
3255
3256 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3257
3258         * gnus-start.el (gnus-1): Avoid duplicate entries.
3259
3260 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3261
3262         * imap.el: Remove.
3263
3264         * nntp.el (nntp-coding-system-for-read): Remove.
3265         (nntp-coding-system-for-write): Ditto.
3266         (nntp-open-connection): Just use `binary' directly.
3267
3268         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3269         Gnus 0.3.
3270
3271 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3272
3273         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3274         application/octet-stream parts really is.
3275
3276         * gnus-sum.el (gnus-propagate-marks): Remove.
3277
3278 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3279
3280         * shr.el (shr-rescale-image): Undo previous change; see
3281         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3282
3283 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3284
3285         * gnus.el: Ma Gnus v0.3 is released.
3286
3287 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3288
3289         * gnus-sum.el (gnus-summary-local-variables): Make
3290         `gnus-newsgroup-unexist' into a local variable.
3291
3292 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3293
3294         * registry.el (registry-usage-test, registry-persistence-test): Move to
3295         tests/gnustest-registry.el.
3296         (registry-make-testable-db, registry-match-test)
3297         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3298
3299         * gnus-registry.el (gnus-registry-misc-test)
3300         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3301
3302         * tests/gnustest-registry.el: New file with the registry and
3303         gnus-registry ERT tests.
3304
3305 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * gnus-msg.el (gnus-summary-resend-message): Make
3308         gnus-summary-resend-message-insert-gcc be last item in
3309         message-header-setup-hook.
3310
3311 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3312
3313         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3314         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3315         Remove.
3316         (nnfolder-open-server): Don't use marks.
3317         (nnfolder-request-delete-group): Ditto.
3318         (nnfolder-request-rename-group): Ditto.
3319         (nnfolder-request-set-mark, nnfolder-request-marks)
3320         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3321         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3322
3323         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3324         (nnml-marks-modtime): Remove.
3325         (nnml-request-delete-group): Don't use marks.
3326         (nnml-request-rename-group): Ditto.
3327         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3328         (nnml-save-marks, nnml-open-marks): Remove.
3329
3330         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3331         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3332         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3333         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3334         (nntp-server-to-method-cache): Remove.
3335
3336         * shr.el (shr-rescale-image): Fix wrong merge.
3337
3338 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3339
3340         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3341         too-wide lines.
3342
3343 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnimap.el (nnimap-record-commands): New variable.
3346         (nnimap-log-command): Use it.
3347         (nnimap-make-process-buffer): Add a space to the process buffer.
3348         (nnimap-transform-headers): Don't bug out on header lines containing
3349         stuff that look like IMAP length encodings.
3350
3351         * shr.el (shr-rescale-image): Allow viewing large images.
3352
3353 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3354
3355         * nnml.el (nnml-request-compact-group): Delete the marks file after
3356         compaction (bug#10800).
3357
3358         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3359         group exit.
3360
3361         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3362         QRESYNC/FETCH output.
3363
3364 2012-02-11  Glenn Morris  <rgm@gnu.org>
3365
3366         * sieve-manage.el (sieve-manage-default-stream):
3367         * shr.el (shr):
3368         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3369         (nnir-retrieve-headers-override-function)
3370         (nnir-imap-default-search-key, nnir-notmuch-program)
3371         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3372         (nnir-method-default-engines):
3373         * message.el (message-cite-reply-position):
3374         * gssapi.el (gssapi-program):
3375         * gravatar.el (gravatar):
3376         * gnus-sum.el (gnus-refer-thread-use-nnir):
3377         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3378         (gnus-registry-max-pruned-entries):
3379         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3380         * gnus-int.el (gnus-after-set-mark-hook)
3381         (gnus-before-update-mark-hook):
3382         * gnus-async.el (gnus-async-post-fetch-function):
3383         * auth-source.el (auth-source-cache-expiry):
3384         Add missing :version tags to new defcustoms and defgroups.
3385
3386 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3389         `gnus-newsgroup-unexist'.
3390
3391         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3392         marks.
3393         (gnus-article-special-mark-lists): Put the `unexist' in the special
3394         marks list instead.
3395
3396         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3397         articles in the list of articles to be selected.
3398
3399         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3400         articles.
3401         (nnimap-update-info): Keep track of unexisting articles.
3402         (nnimap-update-qresync-info): Ditto.
3403
3404 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3405
3406         * message.el (message-default-send-mail-function): Made into own
3407         function for reuse by emacsbug.el.
3408
3409 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3410
3411         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3412         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3413
3414 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3415
3416         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3417         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3418
3419         * gnus-compat.el: Define `timer-set-function'.
3420
3421         * mm-decode.el (mm-display-external): Output the text from the command
3422         in the buffer after the command finished.  This makes text-based
3423         commands behave better.
3424
3425 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3428
3429 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3432         23.1.
3433
3434 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3437
3438 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3439
3440         * message.el (smtpmail-smtp-user): Silence compiler warning.
3441
3442 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3443
3444         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3445         SMTP user name.
3446
3447 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-sum.el (gnus-summary-show-thread):
3450         next-single-char-property-change may return nil in XEmacs.
3451         (gnus-summary-article-map): Fix typo.
3452
3453 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3456         running.
3457
3458         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3459
3460         * gnus.el (gnus-server-extend-method): Don't add an -address component
3461         if the method already has one (bug#9676).
3462
3463 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3466         of an initial-input for consistency (bug#10757).
3467
3468         * dgnushack.el: Fix XEmacs compilation warning.
3469
3470         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3471
3472         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3473
3474 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3475
3476         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3477         lines that are narrower than the window width.  Otherwise background
3478         "blocks" will look less readable.
3479
3480 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3481
3482         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3483         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3484         have newlines within the strings, and where the UID comes after the
3485         BODYSTRUCTURE element (bug#10537).
3486
3487         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3488         (bug#10732).
3489
3490         * shr.el (shr-insert-document): Add doc string.
3491         (shr-visit-file): Ditto.
3492         (shr-remove-trailing-whitespace): New function.
3493         (shr-insert-document): Use it to clean up trailing whitespace as the
3494         final step (bug#10714).
3495
3496 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3499         buffer if `gnus-kill-summary-on-exit' is nil.
3500
3501 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3504         when just reading a single group from "without" Gnus.
3505
3506 2012-02-06  Chong Yidong  <cyd@gnu.org>
3507
3508         * gnus-sum.el (gnus-summary-show-thread):
3509         next-single-char-property-change never returns nil (Bug#8657).
3510
3511 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3512
3513         * message.el (message-multi-smtp-send-mail): New function.
3514         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3515         header to implement multi-SMTP functionality.
3516
3517         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3518         (gnus-agentize): Don't set it.
3519         (gnus-agent-send-mail): Don't use it.
3520
3521         * gnus-sum.el (gnus-summary-widget-backward): New function and
3522         keystroke.
3523
3524         * gnus-compat.el: More the compat functions more compatible.
3525
3526         * shr.el (shr-put-image): Remove underlines from sliced images.
3527         (shr-zoom-image): Compute the region to be replaced more correctly.
3528
3529 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3532         (gnus-summary-resend-message-insert-gcc): New function.
3533         (gnus-summary-resend-message): Modify message-header-setup-hook and
3534         message-sent-hook to make it work for Gcc.
3535         (gnus-inews-do-gcc): Update the number of unread articles of groups
3536         that messages are Gcc'd to.
3537
3538         * message.el (message-resend): Run message-sent-hook to do Gcc.
3539
3540 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3541
3542         * lpath.el: Fix an XEmacs compilation warning.
3543
3544         * gnus-compat.el: Require `help-fns' to fix compilation error.
3545
3546         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3547         a higher level to silence compilation.
3548
3549         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3550         parameter to allow controlling the scaling.
3551
3552         * shr.el (shr-zoom-image): New command and keystroke.
3553         (shr-put-image): Take a `size' flag to say how to scale the image.
3554
3555         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3556         deletion unless already defined.
3557
3558         * gnus.el (gnus-compat): Require it.
3559
3560         * gnus-compat.el: New file.
3561
3562         * gnus-start.el (gnus-clean-old-newsrc): New function.
3563         (gnus-read-newsrc-file): Use it.
3564
3565         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3566         Use recursive deletion.
3567         (mm-dissect-archive): Add support for zip files.
3568
3569         * gnus-util.el (gnus-recursive-directory-files): New function.
3570
3571         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3572         (mm-archive-decoders): Add tgz support.
3573
3574         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3575         Otherwise inserting text into the Gnus buffer can look odd.
3576
3577         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3578
3579         * mm-archive.el (mm-archive-decoders): Add support for tar.
3580
3581         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3582
3583         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3584
3585 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3586
3587         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3588
3589         * mm-archive.el: New file.
3590
3591         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3592
3593         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3594
3595         * message.el (message-goto-*): Make all the `message-goto-*' commands
3596         push the mark before moving point.  This makes it easier to go back to
3597         where you came from after editing whatever you jumped to.
3598
3599 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3600
3601         * gnus.el: Ma Gnus v0.1 is released.
3602
3603 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3604
3605         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3606         without reconnecting.
3607         (nnimap-possibly-change-group): Ditto.
3608         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3609         connection has died before being called.
3610
3611 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3612
3613         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3614         an initial sync unless we're really doing one.
3615
3616         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3617         address parameter if one already exists (bug#9676).
3618
3619         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3620         not the prefix, as documented (bug#10689).
3621
3622 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3625         the "server".
3626
3627         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3628         the real error message with the useless "previously known to be down".
3629         Which isn't even correct.
3630
3631         * nntp.el (nntp-open-connection): Report the error message if the nntp
3632         server can't be reached.
3633
3634         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3635         groups we do a total scan for.
3636         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3637         doing that.
3638
3639 2012-01-31  Jim Meyering  <jim@meyering.net>
3640
3641         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3642         Correct a comment (insert "not") and hide nominally-doubled "to".
3643
3644 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus.el (gnus-version): Change name to "Ma Gnus".
3647
3648 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3649
3650         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3651         section in the manual.
3652
3653 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3654
3655         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3656         words.
3657         (rfc2047-encode-string): Ditto.
3658         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3659         understand folded filename="..." parameters, for instance.
3660
3661         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3662         the message for greater debuggability.
3663
3664 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3665
3666         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3667         instead of setting it locally, since the latter doesn't seem to have
3668         any effect (most of the time).
3669
3670 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3671
3672         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3673         function call.
3674
3675 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3676
3677         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3678         seconds, and make the repeat clause with HH:MM specs work as
3679         documented.
3680
3681 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3682
3683         * proto-stream.el (proto-stream-capability-open): Fall back on
3684         :end-of-command if :end-of-capability doesn't exist.
3685
3686 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3689         bound globally in old Emacsen and XEmacsen.
3690
3691 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3692
3693         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3694         so that previous errors don't prohibit getting new news.
3695
3696         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3697
3698         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3699
3700 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3701
3702         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3703         buffer, not of the string which is its name.
3704
3705 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3706
3707         * proto-stream.el (proto-stream-capability-open): Wait for
3708         :end-of-capability, not :end-of-command.
3709
3710         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3711         non-server-marks groups.
3712         (gnus-group-make-articles-read): Ditto.
3713
3714         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3715         methods (bug#9676).
3716
3717         * gnus.el (gnus-method-ephemeral-p): New function.
3718
3719 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3722         left-to-right.
3723
3724 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3725
3726         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3727         warning.
3728
3729 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3732         macroexpand the nnir things, since they haven't been defined yet, and
3733         nnir requires gnus-sum.
3734
3735 2012-01-24  Julien Danjou  <julien@danjou.info>
3736
3737         * color.el (color-rgb-to-hsl): Fix value computing.
3738         (color-hue-to-rgb): New function.
3739         (color-hsl-to-rgb): New function.
3740         (color-clamp, color-saturate-hsl, color-saturate-name)
3741         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3742         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3743
3744 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3747
3748 2012-01-19  Julien Danjou  <julien@danjou.info>
3749
3750         * color.el (color-name-to-rgb): Use the white color to find the max
3751         color component value and return correctly computed values.
3752         (color-name-to-rgb): Add missing float conversion for max value.
3753
3754 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3755
3756         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3757         logical server name in addition to the actual machine address.
3758
3759         * auth-source.el (auth-source-user-and-password): Add convenience
3760         wrapper to search by just host and optionally user.
3761
3762 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3765         after rendering.
3766
3767 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3770         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3771         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3772
3773 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3776         (bug#9693).
3777         (gnus-summary-setup-buffer): Document return value (bug#9697).
3778
3779         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3780         since ido doesn't work on symbols (bug#9632).
3781
3782         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3783         when getting a single value as when getting all the values.  This means
3784         that atoms like `gcc-self' work cumulatively, like variable settings,
3785         instead of getting the value from the last matching clause.
3786         (gnus-group-find-parameter): Protect against the group buffer not
3787         existing (bug#9585).
3788
3789 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-start.el (gnus-activate-group): Document more parameters
3792         (bug#9694).
3793
3794         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3795         (bug#9692).
3796
3797         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3798         article was fetched, so that it can be expired later (bug#9958).
3799         (gnus-agent-summary-fetch-series): Add doc string.
3800         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3801         (bug#9517).
3802
3803         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3804         retrieval is happening.
3805
3806         * gnus.el (gnus-parameters): Doc fix.
3807
3808 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3809
3810         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3811         show the thread after expansion.
3812
3813 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-art.el (article-narrow-to-head): If the head is completely
3816         empty, narrow to the empty region (bug#9764).
3817
3818         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3819         read, and then mark them as unread only when the unread mark is used.
3820         This makes `C-- T k' actually work, even though it's confusing.
3821
3822         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3823         alive before we try to find its window.
3824
3825 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3826
3827         * mm-decode.el (mm-display-external): Use a longer timeout for the
3828         deletion to allow slow programs to display the file.
3829
3830 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3833         prompt to be less confusing.
3834
3835         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3836         argument to `message-reply'.  This broke `special-display-*' frame
3837         pop-uping (bug#10238).
3838
3839 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3842         systems, since these allegedly don't work there.
3843
3844 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3845
3846         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3847         live buffer.
3848
3849 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850
3851         * nnir.el (nnir-retrieve-headers): Protect against the article not
3852         existing on the server (bug#10335).
3853
3854 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3855
3856         * gnus-agent.el (gnus-agent-load-local): Recompute
3857         gnus-agent-article-local on changing method.
3858
3859 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus.el (gnus-parameters): Note precedence.
3862
3863 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3864
3865         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3866         in the group buffer.
3867
3868 2012-01-04  Julien Danjou  <julien@danjou.info>
3869
3870         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3871         change.
3872
3873 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3876         too.
3877
3878         * nntp.el (nntp-retrieve-group-data-early): Use it.
3879
3880 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * nntp.el (nntp-retrieval-in-progress): New variable.
3883         (nntp-make-process-buffer): Make it buffer-local.
3884
3885         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3886         2010.
3887         (gnus-demon-init): Use it to compute the time if time is on the form
3888         "04:23".
3889
3890         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3891
3892         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3893         status in the correct buffer.
3894
3895 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3896
3897         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3898         when opening topics (bug#10407).
3899
3900 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3901
3902         * gnus-cus.el (gnus-score-customize):
3903         * gnus-sum.el (gnus-sort-gathered-threads):
3904         * message.el (message-shorten-references):
3905         * nnmairix.el (nnmairix-request-group):
3906         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3907
3908 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         * gnus-agent.el (gnus-agent-regenerate-group):
3911         * gnus-int.el (gnus-retrieve-group-data-early):
3912         * mm-util.el (mm-codepage-ibm-list):
3913         * nndiary.el (Commentary, nndiary-get-new-mail):
3914         * nnir.el (nnir):
3915         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3916
3917 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * mm-view.el (mm-display-inline-fontify): Add comment.
3920
3921 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3922
3923         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3924         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3925
3926 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3927
3928         * gnus-art.el (gnus-split-methods):
3929         * gnus-msg.el (gnus-configure-posting-styles):
3930         * gnus-spec.el (gnus-parse-simple-format):
3931         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3932         * message.el (message-do-actions): Spelling fix.
3933
3934 2011-12-15  Juri Linkov  <juri@jurta.org>
3935
3936         * mm-decode.el (mm-inline-media-tests): Add missing
3937         `mm-handle-media-subtype'.
3938
3939 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3940
3941         * gnus-group.el (gnus-group-tool-bar):
3942         * gnus-sum.el (gnus-summary-tool-bar):
3943         * message.el (message-tool-bar):
3944         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3945
3946 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3947
3948         * plstore.el (plstore--insert-buffer): Spelling fix.
3949
3950 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3951
3952         * message.el (message-valid-fqdn-regexp): Update with newly approved
3953         top-level domain names ".tel" and ".asia".
3954
3955 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3958         unconditionally.
3959
3960 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3963         pop-to-buffer-same-window for old Emacsen.
3964
3965 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3966
3967         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3968
3969 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3970
3971         * netrc.el (netrc-credentials): Spelling fix.
3972
3973 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3974
3975         * gnus-fun.el (gnus-fun-ppm-change-string):
3976         * gnus-msg.el (gnus-inews-do-gcc):
3977         * gnus-sum.el (gnus-summary-find-for-reselect):
3978         * gnus.el (gnus-summary-cancelled):
3979         * message.el (message-cancel-hook, message-send-news):
3980         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3981         * nnir.el (nnir-run-hyrex):
3982         * nntp.el (nntp-with-open-group-function):
3983         * pgg.el (pgg-pending-timers): Spelling fix.
3984
3985 2011-12-04  Chong Yidong  <cyd@gnu.org>
3986
3987         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3988         change (Bug#10200).
3989
3990 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * compface.el (uncompface):
3993         * gnus-art.el (gnus-article-x-face-command): Update the header format
3994         of icon data for the most recent icontopbm program.
3995
3996 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-msg.el (gnus-inews-do-gcc):
3999         * message.el (message-send-mail):
4000         * mml.el (mml-generate-mime): Share the value of the buffer-local
4001         `message-options' variable between a draft buffer and temprary working
4002         buffers.
4003
4004 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4005
4006         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4007
4008 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4011         for Cygwin.
4012
4013 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4014
4015         * gnus-group.el (gnus-group-prepare-flat):
4016         * mm-bodies.el (mm-encode-body):
4017         * mml.el (mml-preview):
4018         * nnml.el (nnml-request-compact-group):
4019         * pop3.el (pop3-stream-type): Spelling fix.
4020
4021 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4022
4023         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4024
4025 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         * color.el (color-rgb-to-hsl):
4028         * gmm-utils.el (gmm-tool-bar-style):
4029         * gnus-group.el (gnus-group-prepare-flat):
4030         * gnus-topic.el (gnus-topic-prepare-topic):
4031         * mm-decode.el (mm-discouraged-alternatives):
4032         * rfc2047.el (rfc2047-encode-1):
4033         * starttls.el: Spelling fix.
4034
4035 2011-11-24  Glenn Morris  <rgm@gnu.org>
4036
4037         * binhex.el (binhex-begin-line): Give it basic doc-string.
4038
4039         * starttls.el, tls.el: Fix case of "GnuTLS".
4040
4041 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4042
4043         * gnus-group.el (gnus-group-highlight): Fix typo.
4044
4045 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4046
4047         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4048         value of `delete-file', that returns nil for a local file but returns t
4049         for a remote file using ssh.
4050
4051 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4052
4053         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4054
4055 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4058         avoid later breakage.
4059
4060 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4063         article buffers' name.
4064
4065 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4068         by Paul Eggert's spellfixes two days ago.
4069
4070 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4073         doesn't have it.
4074
4075         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4076         buffer-local instead of binding them to avoid warnings.  Also demote
4077         errors (bug#10063).
4078         (font-lock-mode-hook): Shut up byte compiler.
4079
4080 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4081
4082         * mm-util.el (mm-charset-after):
4083         * nnir.el (nnir-run-hyrex):
4084         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4085         (ntlm-get-password-hashes, ntlm-md4hash):
4086         * smime.el: Fix typo.
4087
4088 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4089
4090         * gnus-agent.el (gnus-agent-expire-group-1):
4091         * nndiary.el (nndiary-last-occurence):
4092         * nnimap.el (nnimap-request-set-mark):
4093         * nnmairix.el (nnmairix-only-use-registry):
4094         * gnus-group.el (gnus-group-prepare-flat):
4095         * gnus-sum.el (gnus-decode-encoded-word-methods):
4096         * message.el (message-wash-subject):
4097         * nntp.el (nntp-retrieve-headers-with-xover):
4098         * smime.el (smime-certificate-directory): Spelling fix.
4099
4100 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4101
4102         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4103
4104         * color.el:
4105         * gnus-agent.el (gnus-agent-possibly-alter-active):
4106         * gnus-dired.el (gnus-dired-print):
4107         * mail-parse.el:
4108         * nnmairix.el (nnmairix-request-group):
4109         * shr.el (shr-image-displayer):
4110         * sieve-manage.el:
4111         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4112
4113 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4114
4115         * gnus-sum.el (gnus-auto-select-subject):
4116         * spam-report.el (spam-report-resend): Spelling fix.
4117
4118 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4119
4120         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4121         * gnus-art.el (gnus-default-article-saver):
4122         * gnus-srvr.el (gnus-server-copy-server):
4123         * gnus.el (gnus-sloppily-equal-method-parameters):
4124         * html2text.el (html2text-format-tag-list):
4125         * message.el (message-narrow-to-head):
4126         * nndiary.el:
4127         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4128         * sieve.el: Spelling fix.
4129
4130 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4131
4132         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4133         * gnus-sum.el (gnus-summary-make-menu-bar):
4134         * gnus-uu.el (gnus-uu-decode-postscript)
4135         (gnus-uu-decode-postscript-and-save):
4136         * mailcap.el (mailcap-print-command):
4137         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4138         Fix typos.
4139
4140 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4141
4142         * gnus-art.el (gnus-article-part-wrapper):
4143         * html2text.el (html2text-fix-paragraphs):
4144         * mm-decode.el (mm-image-fit-p):
4145         * rfc2047.el (rfc2047-encode-message-header):
4146         * shr-color.el (shr-color-visible-distance-min)
4147         (shr-color-relative-to-absolute, set-minimum-interval)
4148         (shr-color-visible): Fix typos.
4149
4150 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4151
4152         * gmm-utils.el (gmm-tool-bar-item):
4153         * gnus-art.el (gnus-treat-body-boundary):
4154         * gnus-diary.el (gnus-user-format-function-d):
4155         * gnus-start.el (gnus-get-unread-articles):
4156         * pgg-gpg.el (pgg-gpg-update-agent):
4157         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4158
4159 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4160
4161         * gnus-topic.el (gnus-group-prepare-topics):
4162         * gnus-uu.el (gnus-extract-view):
4163         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4164
4165 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4166
4167         * spam.el: Move BBDB autoloads.
4168         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4169         BBDB 2 and 3.
4170         (spam-check-BBDB): Use it.
4171         (spam-enter-ham-BBDB): Use it.
4172
4173 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4174
4175         * smime.el (smime-draw-buffer): Spelling fix.
4176
4177 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4178
4179         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4180         for scanning exactly one level.
4181         * gnus-start.el (gnus-get-unread-articles): Ditto.
4182
4183 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4186         slightly clearer.
4187
4188 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * gnus-sync.el: More commentary about setup.
4191
4192 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * message.el (message-send-and-exit): Document `arg'.
4195
4196 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4197
4198         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4199
4200 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4201
4202         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4203
4204         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4205         we don't use `bound-and-true-p'.
4206
4207 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * gnus-util.el (gnus-bound-and-true-p): Remove.
4210         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4211         * nnir.el: Use it.
4212         * nnmairix.el: Use it.
4213
4214 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4215
4216         * gnus-sync.el: Improve docs about CouchDB admins.
4217
4218         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4219         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4220         for reasons unknown.
4221         * nnir.el: Use it.
4222         * nnmairix.el: Use it.
4223
4224         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4225         * nnir.el: Ditto.
4226         * nnmairix.el: Ditto.
4227
4228         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4229
4230 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4231
4232         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4233         not needed.  Provide xmlplistread list function to produce XML plist
4234         output for non-Gnus LeSync clients.
4235
4236 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4237
4238         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4239
4240         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4241         and save against it.  Group subscriptions, read marks, other marks,
4242         subscription levels, topic names, and topic offsets (the group's
4243         position within the topic) are saved.  This is an experimental backend
4244         and may change significantly.  Load json.el from the gnus-fallback-lib
4245         if it's not available otherwise.
4246         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4247
4248 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4249
4250         * message.el (message-completion-function): Make sure
4251         message-tab-body-function is not attempted if one of
4252         message-completion-alist fails to find a completion (bug#9158).
4253
4254 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4255
4256         * mml.el (mml-quote-region): Quote <#secure> tag.
4257         (mml-generate-mime-1): Unquote <#secure> tag.
4258
4259 2011-10-20  Chong Yidong  <cyd@gnu.org>
4260
4261         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4262         calling a minor mode from Lisp with nil arg enables it, so we have to
4263         make the wording a bit ambiguous here).
4264
4265 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4268         * nnir.el (nnir-mode): Use it.
4269         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4270         Use it.
4271
4272         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4273         * nnmairix.el (gnus-registry-enabled): Ditto.
4274
4275 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4276
4277         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4278         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4279         only while we need to find out if it should be t or nil.
4280         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4281         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4282         the registry is installed.  Set it to nil when it's unloaded.
4283         (gnus-registry-install-p): Provide user guidance for the initial value
4284         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4285         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4286         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4287         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4288         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4289         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4290         `gnus-registry-install'.
4291
4292 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4293
4294         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4295         previous change.
4296         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4297         primary key is marked as disabled.
4298
4299 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4300
4301         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4302         primary key is marked as disabled.
4303
4304 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4305
4306         * html2text.el (html2text-clean-anchor): Check for quotes around
4307         `href' value.
4308
4309 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4310
4311         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4312         searching.  Drop `bbdb-cache'.
4313
4314 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * message.el (message-signed-or-encrypted-p): Exclude header when
4317         checking if there is signed or encrypted body in text/plain message.
4318
4319 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4320
4321         * html2text.el (html2text-get-attr): Correctly handle attribute values
4322         containing "=".
4323
4324 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4325
4326         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4327         handle bindings.
4328
4329 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * gnus-win.el (gnus-configure-windows): Protect against reading
4332         ephemeral groups outside of Gnus.
4333
4334 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * shr.el (shr-tag-img): Don't get images displayed in tables.
4337
4338 2011-10-03  Glenn Morris  <rgm@gnu.org>
4339
4340         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4341         the "maintainer" version of debbugs.gnu.org reports.
4342
4343 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4346         make asynchronous adjacent image insertion work better.
4347
4348 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4349
4350         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4351         documentation.
4352
4353 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4356         `gnus-asynchronous' isn't shadowed.
4357
4358 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4361
4362         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4363         (nnimap-insert-partial-structure): The charset parameter isn't
4364         case-sensitive.
4365
4366         * nnheader.el (nnheader-message-maybe): New function.
4367
4368         * shr.el (shr-tag-table): Render totally broken tables better.
4369
4370         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4371         computing the boundary.
4372
4373 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * pop3.el (pop3-number-of-responses): Remove.
4376         (pop3-wait-for-messages): Rewrite to take linear time instead of
4377         exponential time.
4378
4379 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4382         re-fetch images.
4383
4384         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4385         re-fetch images when hitting `g' in Gnus.
4386
4387 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4390         (mml-compute-boundary): Don't check collision if it is non-nil.
4391         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4392         before checking collision.
4393
4394 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * message.el (message-indent-citation): Really make sure there's a
4397         newline at the end.
4398
4399         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4400         Fix suggested by John Wiegley.
4401
4402         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4403
4404         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4405
4406         * message.el (message-default-send-rename-function): Break out into its
4407         own function.
4408
4409         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4410         doesn't work under XEmacs.
4411
4412         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4413         of "imaps" to word around Windows problems.
4414         (nnimap-open-connection-1): Use it.
4415
4416         * message.el (message-indent-citation): Revert last change which made
4417         `F' not work.
4418
4419 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4420
4421         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4422         terminal as well.
4423
4424 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4427         because it displays images using overlays that aren't easy to copy to
4428         the article buffer.
4429
4430 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4431
4432         * message.el (message-indent-citation): Fix empty line removal at the
4433         end of the citation.
4434
4435 2011-09-20  Julien Danjou  <julien@danjou.info>
4436
4437         * auth-source.el (auth-source-netrc-create): Use default value for
4438         password if specified.  Evaluate default.
4439         (auth-source-plstore-create): Ditto.
4440         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4441         value evaluation.
4442         (auth-source-netrc-create): Typo fix.
4443         (auth-source-plstore-create): Ditto.
4444
4445         * password-cache.el (password-cache-remove): Remove entries even if the
4446         value is nil, so that password with a nil value (negative caching) is
4447         possible to invalidate.
4448
4449         * auth-source.el (auth-source-format-cache-entry): New function.
4450
4451 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4454
4455 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4458
4459 2011-09-19  Julien Danjou  <julien@danjou.info>
4460
4461         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4462         which work with things that are not ASCII.
4463
4464 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4467
4468 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4471         message level.
4472
4473 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4476
4477 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4480
4481 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4482
4483         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4484         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4485
4486 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4487
4488         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4489         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4490         articles.
4491
4492 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4493
4494         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4495         (message-mail-other-window, message-mail-other-frame)
4496         (message-news-other-window, message-news-other-frame):
4497         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4498         instead of setting buffer display varibles.
4499
4500 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4503
4504         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4505
4506 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4509         duplicates" to a higher level.
4510
4511         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4512         most egregious messages.
4513
4514 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4517
4518 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4519
4520         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4521         up the file (bug#9351).
4522
4523 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4526         it does with all other backends, but decode the names immediately after
4527         getting them.
4528
4529         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4530         decoding nnimap groups.
4531
4532         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4533         newsrc file.  It doesn't seem like an important optimization any more.
4534
4535 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4536
4537         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4538         overflows.
4539
4540 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4543         (gnus-interactive-exit): Extend to `quiet'.
4544
4545         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4546
4547         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4548         string.
4549
4550         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4551         renaming function arguments from `this'.
4552
4553         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4554
4555         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4556         has been renamed.
4557         (gnus-lrm-string-p): Include RLM and PDF, too.
4558
4559         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4560         (bug#9225).
4561
4562 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4563
4564         Add autoload cookies for functions used by sendmail.el.
4565         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4566
4567         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4568
4569 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-art.el (article-date-ut): Work properly even when there are
4572         things like Date header in the body; work for forwarded parts.
4573
4574 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4575
4576         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4577         original-article-buffer.
4578
4579 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4580
4581         * nnir.el (nnir-compose-result): Fix matching of server type.
4582         (nnir-run-swish++): Ditto.
4583         (nnir-run-namazu): Ditto.
4584         (nnir-run-notmuch): Ditto.
4585
4586 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4589         (bug#9405).
4590
4591         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4592         (bug#9421).
4593
4594         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4595         (bug#9425).
4596
4597         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4598         thing (bug#9426).
4599
4600 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4603         the error message.
4604
4605 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4606
4607         * message.el (message-setup-1): Return t (Bug#9392).
4608
4609 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4610
4611         * gnus-sum.el: When adding article headers to a summary buffer also
4612         update gnus-newsgroup-articles (bug#9386).
4613
4614 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * auth-source.el: Autoload help-mode.
4617
4618 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4621         names.
4622
4623 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4624
4625         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4626         mm-replace-in-string for compatibility issues.
4627         * mml2015.el (mml2015-epg-verify): Ditto.
4628
4629 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4632
4633         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4634
4635 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4638         continue on and do the clean-up phase (bug#9188).
4639
4640         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4641         just ignore groups that can't be opened instead of erroring out
4642         (bug#9225).
4643
4644         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4645         nil since some many people are fuddy-duddies.
4646
4647         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4648         images.
4649
4650         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4651         instead.
4652
4653         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4654
4655         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4656
4657         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4658         processing.
4659
4660         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4661         buffer to avoid warnings.
4662
4663 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4664
4665         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4666         specified to reduce precision.
4667
4668 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4671         bodystructures (bug#9314).
4672
4673 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4676         Make button keymap non-sticky after buttons.
4677
4678 2011-08-18  David Engster  <dengste@eml.cc>
4679
4680         * nnmairix.el (nnmairix-request-set-mark)
4681         (nnmairix-goto-original-article): Remove adding of article to registry,
4682         since `gnus-registry-add-group' isn't available anymore.
4683         (nnmairix-determine-original-group-from-registry):
4684         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4685         available anymore.
4686
4687 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4688
4689         * starttls.el (starttls-any-program-available): Define as obsolete
4690         function.
4691
4692 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4695         versions which Gnus use when appropriate.
4696
4697         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4698         a pretty destructive command.
4699
4700         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4701
4702 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * message.el (message-fix-before-sending): Make a different warning
4705         about NUL characters (bug#9270).
4706
4707         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4708         from custom (bug#9260).
4709
4710         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4711         things work in Emacs 22 and XEmacs, too.
4712
4713         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4714         default From.
4715
4716         * gnus-spec.el (gnus-lrm-string-p): New macro.
4717         (gnus-lrm-string): New constant.
4718         (gnus-summary-line-format-spec): LRM-ify the from.
4719         (gnus-tilde-max-form): LRM-ify string chopping.
4720
4721         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4722
4723         * message.el (message-is-yours-p): Allow disabling canlock checking
4724         (bug#9295).
4725         (message-shoot-gnksa-feet): Add `canlock-verify'.
4726         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4727         message directory isn't writable (bug#9304).
4728
4729         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4730         non-world-readable.
4731
4732 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4735         articles.
4736
4737 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4738
4739         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4740         copy-list.
4741
4742 2011-08-12  Sam Steingold  <sds@gnu.org>
4743
4744         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4745         in the reverse order to avoid modifying the cache with `nreverse'.
4746         (gnus-all-score-files): Do not modify the value returned by
4747         `gnus-score-find-alist' because it lives in a cache variable.
4748         (gnus-current-home-score-file): No need to `nreverse' the return value
4749         of `gnus-score-find-alist', it is already in the correct order.
4750
4751 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4752
4753         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4754         type MESSAGE and subtype RFC822 is slightly different from those of
4755         type TEXT.
4756
4757 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4758
4759         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4760         This allows article-referral to work from an nnir group.
4761
4762 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4763
4764         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4765
4766 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4767
4768         * mml1991.el (mml1991-epg-find-usable-key)
4769         (mml1991-epg-find-usable-secret-key): New function.
4770         (mml1991-epg-sign): Check if signing key is usable.
4771         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4772
4773 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4774
4775         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4776         server-variables only.  This should fix a bug introduced with commit
4777         e1889675b7f4adf057833c5513c9374134c4e053.
4778         (nnir-run-query): 'nnir-search-engine should not be set from the global
4779         environment.
4780
4781 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4782
4783         * nnir.el (nnir-search-thread): Position point on referring article
4784         line.
4785         (nnir-warp-to-article): Clean up summary buffers.
4786
4787         * nnimap.el (nnimap-request-thread): Whitespace fix.
4788
4789 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4790
4791         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4792
4793 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * starttls.el (starttls-available-p): Rename from
4796         `starttls-any-program-available' and changed return convention.
4797
4798 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4799
4800         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4801         `unix-sync' unless it's defined.
4802
4803 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4804
4805         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4806         `aref' for XEmacs compatibiltiy.
4807
4808 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4811
4812 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4813
4814         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4815         closures, quote the form properly (bug#9194).
4816
4817 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4820         (gnus-summary-insert-new-articles): Protect against servers that are
4821         down.
4822
4823 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4824
4825         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4826         in mm handle if none is specified.
4827
4828 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4829
4830         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4831
4832 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4833
4834         * nnir.el (nnir-search-thread): New function to make an nnir group
4835         based on a thread query.
4836
4837         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4838         of nnir in thread referral.
4839         (gnus-summary-refer-thread): Use it.
4840
4841         * nnimap.el (nnimap-request-thread): Use it.
4842
4843 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * shr.el (shr-tag-comment): Ignore HTML comments.
4846
4847 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4848
4849         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4850         argument.
4851         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4852         Use `nnir-address' to handle server info rather than passing an arg.
4853
4854         * nnimap.el (nnimap-make-thread-query): New utility function to format
4855         an imap thread search query.
4856         (nnimap-request-thread): Use it.
4857
4858         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4859         right select-method if we are not going back to the group buffer.
4860
4861 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4864         enter invalid buffer configurations into the quit form (bug#9107).
4865         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4866         unplugged/plugged.
4867
4868         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4869         keep track of which ones are unread (bug#9061).
4870
4871         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4872         (bug#9055).
4873
4874         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4875         (bug#9041).
4876
4877         * gnus-html.el (mm-util): Require (bug#9073).
4878
4879         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4880         (gnus-summary-refer-thread): Use it to remove duplicates in the
4881         un-threaded view (bug#9053).
4882         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4883
4884 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4885
4886         * nnir.el (nnir-read-server-parm): Use default value from global
4887         variable.  Without this the default search engine parameters aren't
4888         used at all.
4889
4890 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * message.el (message-unique-id): Don't use the undocumented return
4893         value from (random t) (bug#9118).
4894
4895 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * message.el (message-auto-save-directory): If the ~/Mail directory
4898         doesn't exist, use ~ as the auto-save directory (bug#4432).
4899
4900         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4901         hasn't already been started.
4902
4903 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4906
4907         * message.el (message-reply): Work around mysterious bug where
4908         `message-mode' seems to overwrite the locally bound `subject' variable.
4909
4910 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4911
4912         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4913         correct group.
4914
4915         * gnus-int.el (gnus-request-thread): Add group argument.
4916
4917         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4918
4919 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920
4921         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4922
4923         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4924         renamed to `debbugs-gnu-*'.
4925
4926 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4927
4928         * plstore.el: Revert the editing feature since it is not urgent.
4929         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4930         (plstore-mode-decoded): Remove.
4931
4932 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4935         isn't very interesting any more, and it leaks potentially secret data.
4936         (gnus-debug): Remove.
4937
4938         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4939         use of :custom-show.
4940
4941 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4942
4943         * plstore.el: Add documentation.
4944         (plstore-mode): New mode to edit plstore file.
4945         (plstore-mode-toggle-display, plstore-mode-original)
4946         (plstore-mode-decoded): New command.
4947         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4948         (plstore--insert-buffer, plstore--make): New function.
4949         (plstore-open, plstore-save): Simplify by using them.
4950
4951 2011-07-06  Glenn Morris  <rgm@gnu.org>
4952
4953         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4954
4955 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4958         no longer is much used.
4959         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4960         Articles".
4961
4962 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4963
4964         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4965         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4966         `notmuch' backend.
4967
4968 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * mm-decode.el (mm-text-html-renderer): Doc fix.
4971
4972         * gnus-msg.el (gnus-bug): Fix the MML tag.
4973
4974         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4975
4976 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4977
4978         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4979         secondary methods if started with `gnus-no-server'.
4980
4981 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4982
4983         * message.el (message-return-action): Fix typo in docstring.
4984
4985 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4988         bug reports at once.
4989
4990         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4991
4992 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * nndraft.el: Require gnus-group.
4995         (nndraft-request-list): Declare.
4996
4997         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4998         no unread article unless it matches gnus-permanently-visible-groups.
4999
5000         * nndraft.el (nndraft-update-unread-articles): New function.
5001         (nndraft-request-associate-buffer): Use it to update the number of
5002         unread articles for the nndraft groups in the group buffer when saving
5003         or killing a draft message.
5004
5005 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5008         systems to binary before writing and reading the mbox files.
5009
5010         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5011         instead of trying to list them all (bug#8978).
5012
5013 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5014
5015         * pop3.el (pop3-open-server): Use :end-of-capability.
5016
5017 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5020         the id is always a number.
5021
5022         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5023
5024         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5025         debbugs mode, if possible.
5026
5027 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5028
5029         * auth-source.el (auth-source-token-passphrase-callback-function):
5030         Reindent.
5031         (epg-context-operation): Remove unnecessary autoload.
5032
5033 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus.el (gnus-list-debbugs): New command.
5036
5037         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5038         mboxstat instead of the maintbox, since the stat seems to be fuller.
5039
5040         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5041         summary buffers.
5042
5043         * message.el (message-get-reply-headers): Delete all duplicates,
5044         instead of the first.
5045         (message-get-reply-headers): Ensure that we have progress while
5046         deleting duplicates.
5047
5048         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5049         gnus-posting-style value from the summary buffer to make it easier to
5050         make that a per-buffer conf.
5051
5052 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5053
5054         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5055         found by setting `shortcut' in 'query.
5056         (nnir-request-article): Use `shortcut' setting when requesting article
5057         by Message-ID.
5058
5059 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5062         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5063         Bring the pseudo-headers back too.
5064
5065 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5066
5067         * auth-source.el (auth-source-token-passphrase-callback-function):
5068         Simplify and remove EPA dependency.
5069
5070 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5071
5072         * nnir.el (nnir-request-article): Fix error message text.
5073
5074 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5075
5076         * auth-source.el (plstore-delete): Autoload.
5077         (auth-source-plstore-search): Support delete operation.
5078         * plstore.el (plstore-delete): New function.
5079
5080 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5083         mark actually existing articles as unread rather than the ones that
5084         active asserts.
5085
5086 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * nntp.el (nntp-record-command):
5089         * gnus-util.el (gnus-message-with-timestamp-1):
5090         Use format-time-string rather than decoding time stamps by hand.
5091         This is simpler and insulates the code from potential changes to
5092         current-time format.
5093
5094 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5097
5098 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5099
5100         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5101         (plstore-save): Support public key encryption.
5102         (plstore--init-from-buffer): New function.
5103         (plstore-open): Use it; fix error when opening a non-existent file.
5104         (plstore-revert): Use plstore--init-from-buffer.
5105
5106 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5107
5108         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5109
5110 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5113         for old Emacsen.
5114
5115 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5116
5117         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5118         is not fully working.
5119
5120 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * dgnushack.el: Autoload sha1 on XEmacs.
5123
5124         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5125         quit window configuration.
5126
5127         * auth-source.el (epg-context-set-passphrase-callback):
5128         Remove duplicate autoload.
5129
5130 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5131
5132         * nnir.el (nnir-request-article): Allow requesting articles by
5133         Message-ID with nnimap.
5134
5135         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5136         current server.
5137
5138 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5139
5140         * auth-source.el: Autoload EPA/EPG functions.
5141         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5142         changed when EPA/EPG is not available.
5143         (auth-source-backend): Rename "arg" member to "data".
5144         (auth-source-backend-parse, auth-source-plstore-search)
5145         (auth-source-plstore-create): Use it.
5146
5147 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5148
5149         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5150         `gnus-refer-article-methods'.
5151
5152 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5153
5154         * auth-source.el: Require EPA and EPG.
5155         (auth-source-passphrase-alist): New variable.
5156         (auth-source-passphrase-callback-function)
5157         (auth-source-token-passphrase-callback-function): Callbacks for the
5158         netrc field encryption (GPG tokens).
5159         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5160         Symmetric encryption and decryption of the netrc GPG tokens.
5161         (auth-source-netrc-normalize): Use them, simplifying the closure.
5162
5163 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5166         is available.
5167
5168 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5171         non-nil, and `nnimap-split-methods' is nil, use the former.
5172
5173 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5174
5175         * plstore.el (plstore-revert): New function.
5176         (plstore-open): Use it; hide the buffer from user.
5177
5178 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5179
5180         * auth-source.el (auth-source-backend): New member "arg".
5181         (auth-source-backend-parse): Handle new backend 'plstore.
5182         * plstore.el: New file.
5183
5184 2011-06-30  Glenn Morris  <rgm@gnu.org>
5185
5186         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5187
5188 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5191         expiring articles to.
5192
5193         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5194         variations as ASCII (bug#5458).
5195
5196 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5199
5200 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * message.el (message-point-in-header-p): Tweak the function to default
5203         to saying that we're not in the headers if there is no separator at
5204         all.  This makes it possible to use the Message version of `M-q' in
5205         buffers with no headers (bug#7987).
5206         (message-point-in-header-p): Fix last checkin to work with an empty
5207         mail-header-separator, too.
5208
5209         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5210         again, save the choice via customize.
5211
5212 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5213
5214         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5215
5216         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5217         ended the connection, bail out before waiting infinitely on a new
5218         connection.
5219
5220 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5223         reports.
5224
5225         * gnus.el (gnus-bug-package): Use "gnus."
5226         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5227
5228 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * dgnushack.el: Make the timer warning go away on XEmacs.
5231
5232         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5233         animations going on at article exit time.
5234
5235         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5236         since removing it breaks people upgrading.
5237
5238         * shr.el (shr-put-image): Use the new interface for animating images.
5239         (shr-put-image): Animate for 60 seconds.
5240
5241         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5242         avoid compiler warnings.
5243
5244         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5245         error with `find-file-hooks' on Emacs 22.
5246         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5247         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5248         on all architectures.
5249
5250         * spam.el (spam-stat): Require in a normal fashion without binding
5251         `spam-stat-install-hooks' to avoid compilation warnings.
5252
5253         * spam-stat.el (spam-stat-install-hooks): Remove.
5254         (spam-stat-install-hooks): Don't run automatically.
5255
5256 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5257
5258         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5259         and keystroke.
5260
5261 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * auth-source.el (auth-source-netrc-cache): Move forward.
5264
5265 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * proto-stream.el (proto-stream-open-starttls): Use
5268         `gnutls-available-p' to see whether we have built-in support.
5269
5270         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5271         we already know.
5272         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5273         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5274
5275 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5278         %S format, since that looks odd.
5279         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5280         file, especially when saving.
5281
5282 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5283
5284         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5285         article found.
5286
5287 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5290         `auth-source-save-secrets' with a more sensitive alist that can be
5291         configured per file.  Experimental, so defaults to 'never.
5292         (auth-source-netrc-create): Use it.  Still experimental code.
5293         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5294         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5295
5296 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * auth-source.el (auth-source-save-secrets): New variable to control if
5299         secret tokens should be saved encrypted.
5300         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5301         to `auth-source-netrc-normalize'.
5302         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5303         on the EPA variables being defined.
5304         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5305         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5306         the lexical-let closure.
5307         (auth-source-netrc-create): Create "gpg:" tokens according to
5308         `auth-source-save-secrets'.
5309
5310 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * gnus-group.el (gnus-group-update-group): Add new argument
5313         `info-unchanged' that stops updating dribble buffer.
5314
5315         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5316         deletes lines matching to it in dribble buffer.
5317
5318         * gnus-agent.el (gnus-agent-fetch-group-1):
5319         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5320         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5321         * gnus-start.el (gnus-group-change-level):
5322         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5323
5324         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5325         if newsgroup info is not changed.
5326
5327         * gnus-group.el (gnus-group-get-new-news-this-group):
5328         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5329         Don't update dribble buffer.
5330
5331 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5332
5333         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5334         remove entries with groups we ignore.
5335
5336 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337
5338         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5339         the underline comes at the bottom.
5340
5341 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5344         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5345         (gnus-registry-article-marks-to-names): Rename from
5346         `gnus-registry-user-format-function-M2'.
5347
5348 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5351         ephemeral group.
5352
5353 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * shr.el (shr-browse-image): Copy the URL if called interactively.
5356
5357 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5360         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5361         done, then unselected articles may be marked as read.
5362
5363         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5364         since not doing this seems to lead to a race condition in pop3-logon.
5365
5366         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5367         so that the call chain it correct when we call "upwards".
5368
5369         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5370         in read-only groups.
5371
5372         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5373
5374         * message.el (message-cite-reply-position): Doc string fix.
5375
5376         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5377         avoid regexp overflow.
5378         (nnimap-transform-split-mail): Ditto.
5379
5380         * pop3.el (pop3-retr): Error out if the server closes the connection.
5381
5382 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5383
5384         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5385         mm-with-unibyte-current-buffer.  The buffer should not contain any
5386         multibyte chars anyway at this stage.
5387
5388 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5391         at the end of lines.
5392
5393 2011-05-29  Julien Danjou  <julien@danjou.info>
5394
5395         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5396
5397 2011-05-27  Glenn Morris  <rgm@gnu.org>
5398
5399         * gnus-group.el (gnus-bug-group-download-format-alist):
5400         Use the "maintainer" version of debian reports as well.
5401
5402 2011-05-26  Glenn Morris  <rgm@gnu.org>
5403
5404         * gnus-group.el (gnus-bug-group-download-format-alist):
5405         Use the "maintainer" version of debbugs.gnu.org reports.
5406
5407 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5410
5411 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5412
5413         * gnus-cus.el (gnus-agent-customize-category):
5414         * gnus-delay.el (gnus-delay-send-queue):
5415         * gnus.el (gnus-other-frame):
5416         Don't quote lambda expressions with `quote'.
5417
5418 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5421         the thread moves us backwards and so we loop forever.
5422
5423 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5426         whitespace in base64 data lines.
5427
5428 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * gnus-registry.el (gnus-registry-user-format-function-M):
5431         Use `mapconcat'.
5432         (gnus-registry-user-format-function-M2): Use to see the full text of
5433         the marks.  Make "," the mark text separator.
5434
5435         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5436         authentication with auth-source.
5437
5438 2011-05-17  Glenn Morris  <rgm@gnu.org>
5439
5440         * gnus-group.el (gnus-import-other-newsrc-file):
5441         Use insert-file-contents.
5442
5443 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5446         1000 iterations.
5447
5448 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * nntp.el (nntp-open-connection): Check if process-type is available.
5451
5452 2011-05-16  Julien Danjou  <julien@danjou.info>
5453
5454         * shr.el (shr-tag-del): Add support for del tag.
5455
5456 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * gnus-html.el (gnus-html-put-image): Register a displayer.
5459
5460         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5461
5462 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * registry.el (prune-factor): New initialization parameter defaulting
5465         to 0.1.
5466         (registry-prune-hard): Use it.
5467
5468         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5469         0.1 expicitly.
5470
5471 2011-05-13  Glenn Morris  <rgm@gnu.org>
5472
5473         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5474         is bound, since this function requires sendmail.
5475
5476 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         * registry.el (registry-usage-test): Disable pruning test.
5479
5480 2011-05-11  David Engster  <dengste@eml.cc>
5481
5482         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5483         Bind set-network-process-option for XEmacs.
5484
5485 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * registry.el (registry-prune-hard-candidates)
5488         (registry-prune-soft-candidates): Helper methods for registry pruning.
5489         (registry-prune): Use them.  Make the sort function optional.
5490
5491 2011-05-10  Jim Meyering  <meyering@redhat.com>
5492
5493         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5494
5495 2011-05-10  Julien Danjou  <julien@danjou.info>
5496
5497         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5498         symbol and not a list.
5499
5500 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-art.el (gnus-article-mode): Move binding of
5503         shr-put-image-function here from gnus-article-prepare-display.
5504
5505         * shr.el (shr-put-image-function): New variable.
5506         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5507         (shr-put-image): Return scaled image.
5508
5509         * gnus-art.el (gnus-shr-put-image): New function.
5510         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5511
5512         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5513         original ones, as deletable.
5514
5515 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5516
5517         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5518
5519 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         * registry.el (registry-full): Add convenience method.  Fix logic.
5522         (registry-insert): Use it.  Fix logic here too.
5523
5524         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5525         `registry-prune' if `registry-full' returns t.
5526         (gnus-registry-handle-action)
5527         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5528         (gnus-registry-usage-test): Use it.
5529
5530 2011-05-07  Julien Danjou  <julien@danjou.info>
5531
5532         * shr.el (shr-link): Make shr-link inherit from link by default.
5533
5534 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5537
5538 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5541         error out because the face is not a list.
5542
5543 2011-05-05  Glenn Morris  <rgm@gnu.org>
5544
5545         * proto-stream.el (gnutls-negotiate): Fix declarations.
5546
5547         * gnus-start.el (gnus-propagate-marks): Declare.
5548
5549 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5550
5551         * registry.el (registry-reindex): Fix percentage message.
5552
5553         * proto-stream.el (network-stream-open-starttls): Adjust to call
5554         `gnutls-negotiate' with :process and :hostname arguments.
5555
5556 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * shr.el: Add shr-link face for links.
5559         (shr-urlify): Use it.
5560
5561         * registry.el (registry-insert): Make error message more helpful.
5562
5563 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-html.el (gnus-html-schedule-image-fetching):
5566         Use url-queue-retrieve, if it exists.
5567
5568         * shr.el (shr-tag-img): Ditto.
5569
5570         * gnus.el: Autoload more gnus-agent functions.
5571
5572         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5573         agent if we haven't already (bug#8502).
5574
5575         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5576         into the Agent, too.
5577
5578         * gnus-agent.el (gnus-agent-store-article): New function.
5579
5580         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5581         and moved from that file for reuse.
5582
5583         * pop3.el (pop3-open-server): Error messages are "-ERR".
5584
5585 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5588         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5589
5590 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5591
5592         * gnus.el: No Gnus v0.17 is released.
5593
5594 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5597         buffer has moved to a different frame.
5598
5599 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5600
5601         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5602         to get the conversion from unibyte to multibyte buffers to work on
5603         Emacs 22.
5604
5605         * nntp.el (nntp-request-article): Slight clean-up.
5606
5607 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * shr.el (shr-strike-through): New face.
5610         (shr-tag-s): Use it to provide <s> support.
5611         (shr-tag-s): Remove duplicate definition.
5612
5613 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5614
5615         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5616         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5617
5618 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5619
5620         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5621         `gnutls-negotiate'.
5622         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5623
5624 2011-04-23  Glenn Morris  <rgm@gnu.org>
5625
5626         * gnus-sum.el (gnus-extra-headers): Bump :version.
5627
5628 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * shr.el (shr-tag-sup): New function.
5631         (shr-tag-sub): Ditto.
5632
5633 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5636         for the case where `gnus-registry-ignored-groups' is a list of lists,
5637         and don't call `gnus-parameter-registry-ignore' otherwise.
5638
5639 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5640
5641         * nnimap.el (nnimap-user): New backend variable.
5642         (nnimap-open-connection-1): Use it.
5643         (nnimap-credentials): Accept user parameter so it's explicit what user
5644         name is desired.
5645
5646         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5647         default.
5648
5649         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5650         not gnus-registry.el.
5651
5652         * gnus-registry.el: Mention in comments how to modify
5653         `gnus-extra-headers' for proper recipient tracking and that it may
5654         already have To and Cc recently, which it does as of this commit.
5655         (gnus-registry-ignored-groups): Remove defcustom.
5656         Explain why in comments.
5657         (gnus-registry-action): Fix data-header reference to use the extra
5658         headers.  Explain in package commentary how to add To and Cc headers to
5659         the gnus-extra-headers.
5660         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5661         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5662         parameter list or a string list in `gnus-registry-ignored-groups'.
5663         Fix logic error.
5664
5665 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * shr.el (shr-expand-url): Protect against null urls.
5668
5669 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * shr.el (shr-base): New binding.
5672         (shr-tag-base): Keep track of <base>.
5673         (shr-expand-url): New function used throughout.
5674
5675 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5676
5677         * gnus-registry.el
5678         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5679         (gnus-registry-ignored-groups): New variable.
5680         (gnus-registry-ignore-group-p): Use it.
5681         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5682         set the destination group to nil (same as delete) if it's ignored.
5683
5684 2011-04-20  David Engster  <dengste@eml.cc>
5685
5686         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5687
5688         * Makefile.in (test-nntp): New rule.
5689         (check): Add it.
5690         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5691
5692 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-registry.el (gnus-registry-action)
5695         (gnus-registry-fetch-header-fast):
5696         Don't use mail-header that looks an internal function of mailheader.el.
5697
5698 2011-04-19  Glenn Morris  <rgm@gnu.org>
5699
5700         * time-date.el (time-to-days): Remove unused local variables.
5701
5702 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-registry.el: Eliminate cl functions.
5705         (gnus-registry-sort-addresses): New function that replaces mapcan.
5706         (gnus-registry-action, gnus-registry-spool-action)
5707         (gnus-registry-split-fancy-with-parent)
5708         (gnus-registry-fetch-recipients-fast): Use it.
5709         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5710
5711         * registry.el (initialize-instance, registry-lookup)
5712         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5713         (registry-lookup-secondary-value, registry-search, registry-delete)
5714         (registry-insert, registry-reindex, registry-size, registry-prune):
5715         Use eval-and-compile.
5716
5717 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * registry.el (registry-reindex): New method to recreate the secondary
5720         registry indices.
5721
5722         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5723         tracked field changes.
5724         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5725         (gnus-registry-action, gnus-registry-spool-action)
5726         (gnus-registry-handle-action)
5727         (gnus-registry--split-fancy-with-parent-internal)
5728         (gnus-registry-split-fancy-with-parent)
5729         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5730         move, and delete actions, and for fancy splitting with parent.
5731         (gnus-registry-extract-addresses)
5732         (gnus-registry-fetch-recipients-fast)
5733         (gnus-registry-fetch-header-fast): Convenience functions.
5734         (gnus-registry-misc-test): ERT test of
5735         `gnus-registry-extract-addresses'.
5736
5737 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5740         Track by subject first, then sender.
5741
5742 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5743
5744         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5745
5746         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5747         Lisp.
5748
5749         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5750         (gnus-draft-send): Use it to avoid popping
5751         up frames from gnus-group-send-queue.
5752
5753 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * gnus-registry.el: Updated gnus-registry docs.
5756
5757 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5760         Fix logic bug.
5761         (gnus-registry-post-process-groups): Fix logging of no results and
5762         quote sender and subject.
5763
5764 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5767         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5768         gnutls-cli are too slow to be done opportunistically.
5769
5770         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5771         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5772         we had no early-data returned.
5773         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5774         two async commands to the same server at the same time.
5775
5776 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5777
5778         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5779
5780 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5783         "warning" level.
5784
5785         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5786         (mm-url-insert-file-contents): Don't set the package names.
5787
5788 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         * gnus-registry.el (gnus-registry-action): Remove properties and
5791         simplify subject in `gnus-registry-handle-action'.
5792         (gnus-registry-spool-action): Get subject and sender from message if
5793         they are not passed in.
5794         (gnus-registry-handle-action): Remove properties and simplify subject
5795         consistently.
5796
5797 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5798
5799         * registry.el: Require CL before using defmacro*.
5800
5801 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-art.el (article-treat-date): Assume that
5804         gnus-article-date-headers may be a group parameter.
5805
5806 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5807
5808         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5809
5810         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5811         interactively so the newsrc file can contain foreign groups too.
5812         Useful for debugging but not much for users.
5813
5814 2011-04-07  David Engster  <dengste@eml.cc>
5815
5816         * registry.el (registry-usage-test): Only do
5817         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5818         lexical binding.
5819
5820 2011-04-07  David Engster  <dengste@eml.cc>
5821
5822         * Makefile.in (check, test-registry): New rules for test-suite.
5823
5824 2011-04-06  David Engster  <dengste@eml.cc>
5825
5826         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5827         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5828
5829 2011-04-06  David Engster  <dengste@eml.cc>
5830
5831         * registry.el (initialize-instance): Change :after to :AFTER to be
5832         compatible with old EIEIO version in XEmacs.
5833
5834 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * gnus-registry.el (gnus-registry-post-process-groups)
5837         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5838         and provide better messaging.
5839
5840 2011-04-06  David Engster  <dengste@eml.cc>
5841
5842         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5843         errors.
5844
5845         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5846         dgnushack-compile with error-on-warn enabled, and to signal an error if
5847         clean compilation failed.
5848         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5849         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5850
5851 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5854         unconditionally anyway, discarding errors.
5855         (gnus-registry-delete-entries): New convenience function.
5856         (gnus-registry-import-eld): Import from old .eld registry.
5857
5858         * registry.el: Don't use ERT if it's not available.  Load it
5859         unconditionally anyway, discarding errors.
5860
5861         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5862         version from the Claudio Bley GnuTLS patch (extra optional parameters
5863         and host name).
5864
5865 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5868         fixup the parameters that can be customized by the user between
5869         save/read cycles.
5870         (gnus-registry-read): Use it.
5871         (gnus-registry-make-db): Use it.
5872         (gnus-registry-spool-action, gnus-registry-handle-action):
5873         Fix messaging.
5874         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5875         Map references to actual group names with sender and subject tracking.
5876         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5877         (gnus-registry-usage-test): Add subject lookup test.
5878
5879         * registry.el (registry-db, initialize-instance): Set up constructor
5880         instead of :initform arguments for the sake of older Emacsen.
5881         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5882         pre-lexbind merge bug.
5883         (registry-usage-test): Use it.
5884         (initialize-instance, registry-db): Move the non-function initforms
5885         back to the class definition.
5886
5887 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * registry.el: New library to manage gnus-registry-style data.
5890
5891         * gnus-registry.el: Use it (major rewrite).
5892
5893         * nnregistry.el: Use it.
5894
5895         * spam.el: Use it.
5896
5897 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5900         marks on non-selected articles.
5901
5902 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5903
5904         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5905         parameter to open-protocol-stream.
5906
5907 2011-04-01  Julien Danjou  <julien@danjou.info>
5908
5909         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5910         fundamental-mode.
5911
5912 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5915         servers.
5916
5917 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5920         made marks not propagate, again.
5921
5922 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5923
5924         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5925         Make this the default type.
5926         (proto-stream-open-plain): Rename from proto-stream-open-default.
5927         (open-protocol-stream, proto-stream-open-starttls)
5928         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5929         with `plain'.
5930
5931         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5932         value.
5933
5934         * nntp.el (nntp-open-connection-function): Document the fact that some
5935         values are not functions but are instead handled specially.
5936         Recognize nntp-open-plain-stream value.
5937         (nntp-open-connection): Recognize that value.
5938
5939 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940
5941         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5942         where it seems to be needed.
5943
5944 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5947         stuff.
5948
5949         * gnus-score.el (gnus-score-string): Fix calling convention of
5950         `gnus-simplify-buffer-fuzzy' after last patches.
5951
5952         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5953         server for articles we didn't get any headers for.  This is a sanity
5954         check.
5955
5956 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5957
5958         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5959         new CAPABILITY, use it.
5960
5961 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5964         downloading anything.
5965
5966         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5967
5968 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5969
5970         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5971         colors.
5972         (gnus-splash-svg-color-symbols): New function.
5973
5974 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5977         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5978         (gnus-simplify-subject-fuzzy): Use the local
5979         gnus-simplify-subject-fuzzy-regex instead of the global one.
5980         This makes using this variable in group parameters work.
5981
5982 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * gnus-registry.el (gnus-registry-unfollowed-groups):
5985         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5986         archive:sent-YYYY-MM-DD groups).
5987         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5988         tracking if there are more than `gnus-registry-max-track-groups'
5989         matches.
5990
5991 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5992
5993         * message.el (message--yank-original-internal): New function to do the
5994         insertion cleanly inside eval in `message-yank-original'.
5995         (message-yank-original): Use it.
5996
5997 2011-03-29  Julien Danjou  <julien@danjou.info>
5998
5999         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6000         local variables disabled rather than `normal-mode'.
6001
6002 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6003
6004         * imap.el (imap-shell-open, imap-process-connection-type):
6005         Use imap-process-connection-type for 'shell' streams as well as
6006         Kerberos, SSL, other subprocesses.
6007
6008 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6009
6010         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6011         with open-network-stream.
6012         (proto-stream-always-use-starttls): Option removed.
6013         (open-protocol-stream): Return a process object by default.  Provide a
6014         new parameter :return-list specifying a list-type return value, which
6015         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6016         :type `network' to `try-starttls', and `network-only' to `default'.
6017         Make `default' the default, for compatibility with open-network-stream.
6018         Handle the no-parameter case exactly as open-network-stream, with no
6019         additional stream processing.  Search plists using plist-get.
6020         Explicitly add :end-of-commend parameter if it is missing.
6021         (proto-stream-open-default): Rename from
6022         proto-stream-open-network-only.  Return 'default as the type.
6023         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6024         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6025         failed.  Always return a list with a (possibly dead) process as the
6026         first element, for compatibility with open-network-stream.
6027         (proto-stream-open-tls): Use plist-get.  Always return a list.
6028         (proto-stream-open-shell): Return `default' as connection type.
6029         (proto-stream-capability-open): Use plist-get.
6030         (proto-stream-eoc): Function deleted.
6031
6032         * nnimap.el (nnimap-stream, nnimap-open-connection)
6033         (nnimap-open-connection-1): Handle renaming of :type parameter for
6034         open-protocol-stream.
6035         (nnimap-open-connection-1): Pass a :return-list parameter
6036         open-protocol-stream to obtain a list return value.  Parse this list
6037         using plist-get.
6038
6039         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6040         for open-protocol-stream.  Accept open-protocol-stream return value
6041         that is a subprocess object instead of a list.  Handle the case of a
6042         dead returned process.
6043
6044 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6047
6048         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6049
6050 2011-03-21  Julien Danjou  <julien@danjou.info>
6051
6052         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6053         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6054         query.
6055         (mm-inline-text): Render normal text with fontification whenever
6056         possible.
6057
6058         * gnus-sum.el (gnus-summary-save-parts-1):
6059         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6060         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6061         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6062         Use `mm-handle-filename'.
6063
6064         * mm-util.el (mm-handle-filename): New function, return the filename of
6065         an handle.
6066
6067 2011-03-18  Julien Danjou  <julien@danjou.info>
6068
6069         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6070         (gnus-buffer-live-p): Check that buffer is not nil.
6071
6072 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6073
6074         * gnus.el: No Gnus v0.15 is released.
6075
6076 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6079         avoid warning on XEmacs.
6080
6081         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6082         on XEmacs.
6083
6084         * gnus-art.el: Require mouse, which the build bot seems to say is
6085         needed.
6086
6087         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6088
6089         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6090         XEmacs, since it doesn't have url-retrieve-synchronously.
6091
6092         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6093         since assoc-string doesn't exist in XEmacs.
6094
6095 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6096
6097         * gnus-group.el (gnus-group-list-ticked): New function.
6098         (gnus-group-make-menu-bar): Provide a menu entry for it.
6099         (gnus-group-list-map): Provide a binding for it.
6100
6101 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * shr.el (shr-visit-file): New command.
6104
6105         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6106
6107 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6108
6109         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6110         servers.
6111
6112 2011-03-16  Julien Danjou  <julien@danjou.info>
6113
6114         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6115         inline.
6116
6117         * gnus-art.el (article-hide-list-identifiers):
6118         Use gnus-group-get-list-identifiers.
6119
6120         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6121         (gnus-summary-remove-list-identifiers):
6122         Use gnus-group-get-list-identifiers to get regexp.
6123         (gnus-select-newsgroup, gnus-summary-insert-subject)
6124         (gnus-summary-insert-articles):
6125         Call gnus-summary-remove-list-identifiers unconditionally.
6126
6127 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6130         we're selecting a group with unread articles.
6131
6132         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6133
6134         * gssapi.el: New file separated out from imap.el to provide a general
6135         Kerberos 5 connection facility for Emacs.
6136
6137         * message.el (message-elide-ellipsis): Document the format spec
6138         ellipsis.
6139
6140 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * message.el (message-elide-region): Allow the ellipsis to say how many
6143         lines were removed.
6144
6145 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6146
6147         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6148         window configurations containing buffers that are now dead.
6149
6150         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6151         parsing to avoid integer overflows.
6152         (nnimap-parse-flags): Simplify the last change.
6153         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6154         too large for 32-bit Emacsen.
6155
6156 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6157
6158         * auth-source.el (auth-source-netrc-create):
6159         * message.el (message-yank-original): Fix use of `case'.
6160
6161 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6162
6163         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6164         XEmacs, which was one character too wide.
6165
6166 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6167
6168         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6169         default number of articles to display.
6170         (gnus-articles-to-read): Use pretty names for prompt.
6171
6172 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * gnus-int.el (gnus-open-server): Ditto.
6175
6176         * gnus-start.el (gnus-activate-group): Give a backtrace if
6177         debug-on-quit is set and the user hits `C-g'.
6178         (gnus-read-active-file): Ditto.
6179
6180         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6181
6182 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * message.el (message-yank-original): Use cond instead of CL case.
6185
6186 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6187
6188         * auth-source.el (auth-source-netrc-create): Use usual format for the
6189         default in prompts.
6190
6191 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * lpath.el: Fbind read-char-choice for XEmacs.
6194
6195 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * auth-source.el (auth-source-netrc-create): Show the default in the
6198         prompt when prompting for token creation.
6199
6200 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * auth-source.el (auth-source-format-prompt): Always convert the value
6203         to a string to avoid evaluating non-string arguments.
6204         (auth-source-netrc-create): Offer default properly, not as initial
6205         content in `read-string'.
6206         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6207         of line to determine if we've been run before.  If so, don't run again,
6208         but print a trivial message to indicate the cache was hit instead.
6209
6210 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6213         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6214         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6215         Gnus.
6216
6217 2011-03-11  Julien Danjou  <julien@danjou.info>
6218
6219         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6220         modified file".
6221
6222 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6223
6224         * auth-source.el (auth-source-read-char-choice): New function to read a
6225         character choice using `dropdown-list', `read-char-choice', or
6226         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6227         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6228         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6229         (auth-source-netrc-saver): Use it.
6230         (auth-source-pick-first-password): New convenience function.
6231
6232 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6233
6234         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6235         parameter in the credentials.
6236         (nnimap-open-connection-1): Use it after a successful login.
6237         (nnimap-credentials): Add IMAP-specific user and password prompt.
6238
6239         * auth-source.el (auth-source-search): Add :require parameter, taking a
6240         list.  Document it and the :save-function return token.  Pass :require
6241         down.  Change the CREATED message from a warning to a debug statement.
6242         (auth-source-search-backends): Pass :require down.
6243         (auth-source-netrc-search): Pass :require down.
6244         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6245         Change save prompt to indicate all modifications saved here are
6246         deletions.
6247         (auth-source-netrc-create): Take user login name as default in user
6248         prompt.  Move all the save functionality to a lexically bound function
6249         under the :save-function token in the returned list.  Set up clearer
6250         default prompts for user, host, port, and secret.
6251         (auth-source-netrc-saver): New function, intended to be wrapped for
6252         :save-function.
6253
6254 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6257         lines to be spaces instead.
6258
6259 2011-03-07  Julien Danjou  <julien@danjou.info>
6260
6261         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6262         (sieve-sasl-auth): Check that auth-source-search did return something,
6263         or just return an empty string.
6264
6265 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6266
6267         * gnus.el (gnus-interactive): Use read-directory-name.
6268
6269         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6270         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6271         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6272         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6273         Likewise.
6274
6275         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6276
6277 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6280         onto the list of killed groups, too.  This makes killed nnimap groups,
6281         for instance, more reliably not reappear.
6282
6283         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6284         the parent.
6285
6286         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6287
6288         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6289         really have server-side marks.
6290
6291         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6292         since most backends do not usefully have server-side marks.
6293         (gnus-update-read-articles): Propagate marks to all backends that
6294         really have server-side marks.
6295
6296 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6297
6298         * message.el (message-cite-reply-position, message-cite-style):
6299         New variables.
6300         (message-yank-original): Use the new citation styles.
6301
6302 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6303
6304         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6305         buffer-local issue); don't mark it buffer-local when running under
6306         XEmacs.
6307
6308 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6309
6310         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6311         numbers too big to be `read'.
6312
6313 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6314
6315         * password-cache.el (password-in-cache-p): Add autoload.
6316
6317         * message.el (message-options): Make buffer-local two ways to attempt
6318         to fix a XEmacs bug.
6319
6320 2011-03-02  Julien Danjou  <julien@danjou.info>
6321
6322         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6323
6324 2011-03-01  Julien Danjou  <julien@danjou.info>
6325
6326         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6327         group.
6328         (article-hide-list-identifiers): Use list-identifier group parameter.
6329
6330 2011-02-28  Julien Danjou  <julien@danjou.info>
6331
6332         * sieve.el (sieve-buffer-script-name): New local variable to store
6333         sieve script name.
6334         (sieve-edit-script): Store sieve script name.
6335         (sieve-upload): Use sieve script name when uploading.
6336         (sieve-upload): Use substitute-command-keys.
6337         (sieve-edit-script): Use substitute-command-keys.
6338         (sieve-refresh-scriptlist): Use substitute-command-keys.
6339         (sieve-manage-mode-map): Define keymap properly.
6340         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6341         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6342         Remove commented code about cvs.
6343         (sieve-manage-quit): New function.
6344         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6345
6346 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6349
6350 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6351
6352         * auth-source.el (auth-source-search): Cache empty result sets.
6353
6354         * password-cache.el (password-in-cache-p): Convenience function to
6355         check if a key is in the cache, even if the value is nil.
6356
6357         * auth-source.el (auth-source-save-behavior): New variable to replace
6358         `auth-source-never-create'.
6359         (auth-source-netrc-create): Use it.
6360         (auth-source-never-save): Remove.
6361
6362 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6363
6364         * nnimap.el (nnimap-stream): Doc fix.
6365         (nnimap-open-connection-1): Reverse the order of the ports to that the
6366         prompted-for port is first.
6367
6368         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6369         retrieval by the no-group selection.
6370
6371         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6372         numerical parameters.
6373
6374 2011-02-25  Julien Danjou  <julien@danjou.info>
6375
6376         * gnus-gravatar.el: Use gnus-with-article-buffer.
6377
6378         * gnus-art.el (gnus-with-article-buffer): Check that the
6379         gnus-article-buffer is alive.
6380
6381 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6382
6383         * auth-source.el (auth-source-creation-prompts): New variable to manage
6384         creation-time prompts.
6385         (auth-source-search): Document it.
6386         (auth-source-format-prompt): Add utility function.
6387         (auth-source-netrc-create): Don't default the user name to
6388         user-login-name.  Use `auth-source-creation-prompts' and some default
6389         prompts for user, host, port, and password (the default generic prompt
6390         remains ugly).
6391         (auth-source-never-save): Add customizable option to never save info.
6392         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6393         mode excursion.
6394
6395 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6398         argument that XEmacs doesn't support.
6399
6400         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6401         compiled for Emacsen having no `libxml-parse-html-region' support.
6402
6403         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6404
6405         * lpath.el: Bind buffer-save-without-query for XEmacs.
6406
6407 2011-02-23  Julien Danjou  <julien@danjou.info>
6408
6409         * gnus-art.el (article-make-date-line): Ignore errors if time is
6410         invalid and not convertible.
6411         (article-make-date-line): Only add lapsed time if time is not nil.
6412
6413 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6414
6415         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6416         `read-char-choice' for backwards compatibility.
6417         (auth-source-netrc-element-or-first): New function to DTRT for
6418         parameter extraction.
6419         (auth-source-netrc-create): Use it and fix multiple parameter print
6420         bug.  Use the default passed from above (given-default) or the
6421         built-in (user-login-name for :user).
6422
6423 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6424
6425         * gnus-start.el (gnus-dribble-read-file):
6426         Set buffer-save-without-query, since we always want to save the dribble
6427         file, probably.
6428
6429         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6430         nnimap.
6431
6432         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6433         -summary- since it's a user-visible variable.
6434
6435         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6436         first time you use the new Gnus.
6437
6438 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * auth-source.el: Don't load netrc.el.
6441         (auth-sources): Search ~/.netrc as well by default.
6442         (auth-source-debug): Add 'trivia option for extra output.
6443         (auth-source-do-trivia): Use it.
6444         (auth-source-search): Simplify logic to use
6445         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6446         appropriate.  Don't keep a running count at this level.  Layer :create
6447         and :delete options appropriately on the first and second passes.
6448         Don't track the backend with the search results.
6449         (auth-source-search-backends): New function to search a list of
6450         backends for a processed spec.
6451         (auth-source-netrc-parse): Cache all netrc files, making
6452         auth-source-netrc-cache an alist keyed by the file name and using the
6453         file mtime as the caching criterion.  Keep the obfuscated data secret
6454         with a lexical bind.
6455         (auth-source-netrc-search): Don't calculate the length of the results
6456         unnecessarily.
6457         (auth-source-search-backends): Fix bug.
6458         (auth-source-netrc-create): Rework prompts.
6459
6460 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6461
6462         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6463         Lower case names of search constraints.
6464         (nnir-run-query): Cache and reuse search constraints for all imap
6465         servers.
6466
6467 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6468
6469         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6470         after exit.
6471         (gnus-setup-message): Define missing variable from last checkin.
6472
6473         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6474         value, show the raw article.
6475
6476 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6477
6478         * gnus.el: No Gnus v0.13 is released.
6479
6480 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6481
6482         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6483         auth-source now accepts numbers.
6484
6485         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6486         spec, too.
6487         (auth-source-ensure-strings): New function.
6488
6489         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6490         (gnus-article-setup-buffer): Always restart the date timer so that user
6491         changes to the frequency is respected.
6492
6493         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6494         port numbers, so make sure it gets that if nnimap-server-port is
6495         explicit.
6496
6497 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6498
6499         * nnimap.el (nnimap-inbox): Doc fix.
6500
6501 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6502
6503         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6504         Autoload.  Add optional arg FRAME, and pass it to color-values.
6505         (color-complement): Caller changed.  Doc fix.
6506         (color-gradient): Rewrite for better clarity and efficiency.
6507
6508 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6509
6510         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6511         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6512         color-lab-to-srgb.
6513
6514 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6515
6516         * color.el: First part of merge from hexrgb.el.
6517         (color-rgb-to-hex): Rename from color-rgb->hex.
6518         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6519         saturation to zero if the value is too small.
6520         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6521         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6522         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6523         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6524         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6525         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6526         (color-cie-de2000): Doc fix.
6527
6528 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6529
6530         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6531         given method as in the group name if we're using an extended method.
6532         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6533         command, if we're using that, instead of waiting for the beginning.
6534
6535         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6536         we're sure to get unique server names, and we don't output two async
6537         commands in the same buffer.  This fixes an NNTP hang for some users.
6538
6539 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6540
6541         * gnus.el: No Gnus v0.11 is released.
6542
6543 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6544
6545         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6546         summary buffer before reading going to the next buffer.  This avoids
6547         putting the point in the group buffer if you `C-g' the command.
6548
6549         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6550         cache (for now) to make ~/.authinfo.gpg files usable.
6551
6552         * nnfolder.el (copyright-update): Define for the compiler.
6553
6554         * auth-source.el (auth-source-search): Fix unbound variable.
6555
6556 2011-02-19  Glenn Morris  <rgm@gnu.org>
6557
6558         * gnus.el (gnus-meta): Doc fix.
6559
6560 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6561
6562         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6563         in case it's not yet loaded.
6564
6565 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6566
6567         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6568         line we're waiting for.
6569
6570 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6571
6572         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6573         face with line-width greater than zero will cause RET in gnus summary
6574         buffer to scroll down article page-wise because auto vscroll happens,
6575         it should be temporally disabled when doing a scroll-up.
6576
6577 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6578
6579         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6580         outputs from the server.
6581
6582 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6583
6584         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6585         later so that bbdb can hook in easier.
6586
6587 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6588
6589         * auth-source.el (auth-source-search): Don't try to create credentials
6590         if the caller doesn't want that.
6591         (auth-source-search): If we don't find a match, don't bug out on
6592         non-bound variables.
6593         (auth-source-search): Only ask a single backend to create the
6594         credentials.
6595
6596         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6597         logging.
6598         (nnimap-credentials): Protect against auth-source-search returning nil.
6599         (nnimap-request-list): Protect against not being able to open the
6600         server.
6601
6602 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6603
6604         * auth-source.el (auth-source-search): Do a two-phase search, one with
6605         no :create to get the responses from all backends.
6606
6607         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6608         when getting credentials.
6609
6610         * gnus-util.el (gnus-delete-duplicates): New function.
6611
6612 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6615         a creation default, pass the whole port list down.  It will be
6616         completed.
6617
6618         * auth-source.el (auth-source-search): Updated docs to talk about
6619         multiple creation choices.
6620         (auth-source-netrc-create): Accept a list as a value (from the search
6621         parameters) and do completion on that list.  Keep a separate netrc line
6622         with the password obscured for showing the user.
6623
6624         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6625         first choice to `auth-source-search' so it will be used for entry
6626         creation instead of the server's Gnus-specific name.
6627         (nnimap-credentials): Rely on the auth-source library to select which
6628         port is actually wanted in the new netrc entry, so don't override
6629         `auth-source-creation-defaults'.
6630
6631         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6632         :protocol and accept a missing user, host, or port as a wildcard match.
6633         (auth-source-debug): Default to off.
6634
6635         (auth-source-netrc-search, auth-source-netrc-create)
6636         (auth-source-secrets-search, auth-source-secrets-create)
6637         (auth-source-user-or-password, auth-source-backend, auth-sources)
6638         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6639         instead of :protocol.
6640
6641         * nnimap.el (nnimap-credentials): Pass a port default to
6642         `auth-source-search' in case an entry needs to be created.
6643         (nnimap-open-connection-1): Use :port instead of :protocol.
6644
6645 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * auth-source.el: Bind load-path when loading EIEIO from
6648         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6649         21.4 doesn't support, to `require'.
6650         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6651         delete-dups that is not available in XEmacs 21.4.
6652
6653 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6654
6655         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6656         as EIEIO must also be loaded when auth-source.el is being
6657         byte-compiled.
6658
6659 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6662
6663         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6664
6665         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6666
6667         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6668
6669         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6670
6671         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6672
6673         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6674
6675         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6676         necessary.
6677
6678 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6679
6680         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6681         nil means that nnimap doesn't get updated.
6682
6683 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6686         result when the user doesn't want to write to the file.
6687         (auth-source-netrc-search): Expect a synthetic result and proceed
6688         accordingly.
6689         (auth-source-cache-expiry): New variable to override
6690         `password-cache-expiry'.
6691         (auth-source-remember): Use it.
6692
6693         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6694         parameter.  Create entry if necessary by using :create t.
6695         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6696
6697 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6698
6699         * auth-source.el (auth-source-debug): Enable by default and don't
6700         mention the obsolete `auth-source-hide-passwords'.
6701         (auth-source-do-warn): New function to debug unconditionally.
6702         (auth-source-do-debug): Use it.
6703         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6704         and for Secrets API entries when the secrets.el library is not
6705         available.
6706
6707 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6708
6709         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6710         (gnus-summary-exit): Kill the correct article buffer on exit from a
6711         `C-d' group.
6712
6713         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6714         gnus-propagate-marks.
6715
6716         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6717         before killing the buffers so that a non-full window conf gets handled
6718         correctly.
6719         (gnus-summary-exit): Ditto.
6720         (gnus-summary-read-group-1): Ditto.
6721
6722         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6723         async code again so that we can debug it properly.
6724
6725         * message.el (message-reply): Take an optional switch-buffer parameter
6726         so that Gnus window confs are respected better.
6727
6728 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6729
6730         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6731         `plist-get' to accept non-list parameters (XEmacs issue).
6732         Fix docstring.
6733         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6734         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6735         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6736         Login collection is "Login" and not "login".
6737
6738 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6739
6740         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6741         multiple headers.
6742
6743         * nnimap.el (nnimap-inhibit-logging): New variable.
6744         (nnimap-log-command): Don't log login commands.
6745
6746         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6747         to have more parameters.
6748
6749         * nnimap.el (nnimap-send-command): Mark the command time for each
6750         command, so that we don't get NOOPs stepping on our toes.
6751
6752         * gnus-art.el (article-date-ut): Get the date from the Date header on
6753         `t'.
6754
6755 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * auth-source.el (auth-source-search): Use copy-sequence instead of
6758         the cl.el copy-list.
6759
6760 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6761
6762         * imap.el: Bring it back (revert
6763         84d800cd31de3064f0ed39617d725709a2f8f42f).
6764
6765 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6766
6767         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6768         Improve prompt.
6769
6770 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6771
6772         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6773         washing status from the default format.  It isn't very informative.
6774
6775 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6776
6777         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6778         Fix Gcc processing on imap.
6779
6780 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6781
6782         * imap.el: Remove file.  All the functionality is in nnimap.el.
6783
6784 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6785
6786         * message.el (message-bury): Don't pop up a new window when selected
6787         window is dedicated.
6788
6789 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6790
6791         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6792
6793 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * sieve-manage.el: Autoload `auth-source-search'.
6796         (sieve-sasl-auth): Use it.
6797
6798 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * nnimap.el: Autoload `auth-source-forget+'.
6801         (nnimap-open-connection-1): Use it if the connection fails.
6802
6803         * auth-source.el: Require `password-cache'.
6804         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6805         obsolete.
6806         (auth-source-magic): Marker for `password-cache' keys.
6807         (auth-source-do-cache): Update docstring.
6808         (auth-source-search): Use and check cache.
6809         (auth-source-forget-all-cached, auth-source-remember)
6810         (auth-source-recall, auth-source-forget, auth-source-forget+)
6811         (auth-source-specmatchp): Caching support functions.
6812         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6813         Remove and obsolete.
6814         (auth-source-user-or-password): Remove caching to further discourage
6815         using it.  Always hide passwords.
6816
6817         * password-cache.el (password-cache-remove): Accept secrets that are
6818         not strings.
6819
6820 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6821
6822         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6823         code for now, since it doesn't work for all users.
6824
6825 2011-02-09  Julien Danjou  <julien@danjou.info>
6826
6827         * message.el (message-options): Make message-options really buffer
6828         local.
6829
6830 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6831
6832         * mail-source.el: Autoload `auth-source-search'.
6833         (mail-source-keyword-map): Note order matters.
6834         (mail-source-set-1): Get all the mail-source source values and
6835         defaults and search auth-source on those if needed.  This can all
6836         probably be simplified.
6837
6838         * nnimap.el: Autoload `auth-source-search'.
6839         (nnimap-credentials): Use it.
6840         (nnimap-open-connection-1): Ask for the virtual server and physical
6841         address in one shot.
6842
6843         * nntp.el: Autoload `auth-source-search'.
6844         (nntp-send-authinfo): Use it.  Note TODO.
6845
6846 2011-02-08  Julien Danjou  <julien@danjou.info>
6847
6848         * shr.el (shr-tag-body): Add support for text attribute in body
6849         markups.
6850
6851         * message.el (message-options): Make message-options a local variable.
6852
6853 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6854
6855         * auth-source.el (auth-source-secrets-search)
6856         (auth-source-user-or-password): Use `append' instead of `nconc'.
6857         (auth-source-user-or-password): Build return list better and protect
6858         against nil :secret.
6859
6860 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6861
6862         * nnimap.el (nnimap-update-info): Refactor slightly.
6863         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6864         (nnimap-update-info): Clean up slightly.
6865         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6866         characters.
6867         (nnimap-process-quirk): Rename function to avoid collision.
6868         (nnimap-update-info): Fix macrology bug-out.
6869         (nnimap-update-info): Simplify split history test.
6870
6871 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6872
6873         * auth-source.el (top): Require 'eieio unconditionally.
6874         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6875         (auth-source-secrets-search): Limit search when `max' is greater than
6876         number of results.
6877
6878 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6879
6880         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6881         part not returning any data.
6882
6883         * proto-stream.el (open-protocol-stream): Document the return value.
6884
6885 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * auth-source.el (auth-source-secrets-search): Add examples.
6888
6889 2011-02-06  Julien Danjou  <julien@danjou.info>
6890
6891         * message.el (message-setup-1): Handle message-generate-headers-first
6892         set to t.
6893
6894 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6895
6896         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6897         API with a string "secrets:collection-name" and with 'default.
6898         (auth-source-backend-parse): Parse "secrets:collection-name" and
6899         'default.  Recurse on parses instead of repeating code.  Use the
6900         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6901         message when ignoring a source.
6902         (auth-source-search): List ignored search keys at the top level.
6903         (auth-source-netrc-create): Use `case' instead of `cond'.
6904         (auth-source-secrets-search): Created with TODOs.
6905         (auth-source-secrets-create): Created with TODOs.
6906         (auth-source-retrieve, auth-source-create, auth-source-delete)
6907         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6908         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6909         (auth-source-user-or-password-sftp)
6910         (auth-source-user-or-password-smtp): Remove.
6911         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6912         around `auth-source-search'.  Not tested thoroughly.
6913
6914 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6915
6916         * auth-source.el: Bring in assoc and eioeio libraries.
6917         (secrets-enabled): New variable to track the status of the Secrets API.
6918         (auth-source-backend): New EIOEIO class to represent a backend.
6919         (auth-source-creation-defaults): New variable to set prompt defaults
6920         during token creation (see the `auth-source-search' docstring for
6921         details).
6922         (auth-sources): Simplify to allow a simple string as a netrc backend
6923         spec.
6924         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6925         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6926         (auth-source-search): Main auth-source API entry point.
6927         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6928         (auth-source-search-collection): Helper function for searching.
6929         (auth-source-netrc-parse, auth-source-netrc-normalize)
6930         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6931         Supports search, create, and delete.
6932         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6933         backend stubs.
6934         (auth-source-user-or-password): Call `auth-source-search' but it's not
6935         ready yet.
6936
6937 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6938
6939         * message.el (message-setup-1): Remove the read-only stuff, since it
6940         doesn't work under XEmacs, for some reason.
6941
6942         * gnus-sum.el (gnus-user-date): Rename back from
6943         gnus-summary-user-date since user code refers to it.
6944
6945         * shr.el (shr-render-td): Store the actual background color used.
6946
6947         * message.el (message-setup-1): Don't bind the constant
6948         -forbidden-properties.
6949         (message-setup-1): Revert previous change, since it needs to bind the
6950         props to insert them.
6951         (message-resend): Allow removing the read-only separator line.
6952
6953 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6954
6955         * nnimap.el (nnimap-request-accept-article): Give an error message if
6956         the APPEND wasn't successful.
6957
6958 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6959
6960         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6961         that have no groups.
6962
6963 2011-02-03  Julien Danjou  <julien@danjou.info>
6964
6965         * gnus-draft.el: Remove progn around gnus-draft-setup.
6966
6967 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-start.el (gnus-read-active-for-groups): This function is never
6970         called with a nil `infos', so clean that up.
6971         (gnus-get-unread-articles): Request active files from primary/secondary
6972         methods that have no groups (yet).
6973
6974 2011-02-03  Julien Danjou  <julien@danjou.info>
6975
6976         * message.el (message-setup-1): Always generate References first.
6977         (message-mail): Return the return value of message-setup, not always t.
6978         (message-setup-1): Insert mail-header-separator with read-only and
6979         intangible properties set.
6980
6981         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6982         user-date in docstring.
6983
6984         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6985
6986         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6987         docstring.
6988
6989         * gnus.el (gnus-user-date-format-alist): Change default value.
6990         Use defcustom, with type and group.  Move from gnus-util.el.
6991         Rename to gnus-summary-user-date-format-alist.
6992
6993 2011-02-03  Glenn Morris  <rgm@gnu.org>
6994
6995         * nnimap.el (gnus-fetch-headers): Declare.
6996
6997         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6998
6999 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7000
7001         * message.el (message-forward-make-body-digest-plain)
7002         (message-followup, message-reply): Clean up things noted by Stefan.
7003
7004         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7005         gnus-article-update-date-headers is nil.
7006         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7007         it didn't really work with defcustom.
7008         (article-update-date-lapsed): Make sure the window start doesn't move,
7009         either.
7010
7011 2011-02-01  Julien Danjou  <julien@danjou.info>
7012
7013         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7014         format.
7015
7016         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7017         standard in Emacs nowadays.
7018
7019         * color.el (color-gradient): Add a color-gradient function.
7020
7021 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7022
7023         * message.el (message-expand-name): Don't trust the return value of
7024         bbdb-complete-name.
7025         (message-check-news-header-syntax): Remove unused var `start'.
7026         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7027         (message-inhibit-body-encoding): Move to before first use.
7028         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7029         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7030         (Organization, Message-ID, Date, mh-previous-window-config):
7031         Defvar the vars using dynamic scoping.
7032
7033 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7034
7035         * shr.el (shr-render-td): Only do colors at the final rendering.
7036         Should be slightly faster.
7037         (shr-insert-table): Fix up TD background colors when doing the
7038         vertical padding.
7039
7040         * gnus-art.el (article-date-ut): Protect against articles with no Date
7041         header.
7042         (article-update-date-lapsed): Don't use current-column to find the
7043         horizontal position.  It's fragile in the presence of \003 characters.
7044
7045         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7046
7047 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7048
7049         * gnus-art.el (article-transform-date): Rewrite to still work when
7050         there are several rfc2822 parts.
7051         (article-transform-date): Fix infinite recursion.
7052         (article-date-ut): Replace infinitely many Date headers with a single
7053         one when called interactively.
7054
7055         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7056         secure manner.
7057
7058         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7059         move around by not using save-window-excursion.  It seems to work...
7060
7061 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-art.el (article-make-date-line): Work for user-defined format.
7064
7065 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7066
7067         * nntp.el (nntp-retrieve-group-data-early)
7068         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7069         fetching functions.
7070
7071         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7072         thoroughly for all backends that have no known groups.  This should
7073         allow new nnml methods to retrieve mail.
7074
7075         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7076         that Gnus doesn't know exists again.
7077
7078         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7079         (gnus-treat-date-ut): Ditto.
7080         (gnus-article-update-date-header): Rename.
7081         (gnus-treat-date-local): Remove.
7082         (gnus-treat-date-english): Remove.
7083         (gnus-treat-date-lapsed): Remove.
7084         (gnus-treat-date-combined-lapsed): Remove.
7085         (gnus-treat-date-original): Remove.
7086         (gnus-treat-date-iso8601): Remove.
7087         (gnus-treat-date-user-defined): Remove.
7088         (gnus-article-date-headers): New variable to control all the date
7089         header options.
7090         (article-date-ut): Rewrite to allow using the new way to format date
7091         headers(s).
7092
7093 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7094
7095         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7096         method.
7097         (nnmail-article-group): A better test for fanciness.
7098
7099         * nnimap.el (nnimap-request-head): Protect against not finding the
7100         article by Message-ID.
7101
7102 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7105         keep point at the "same place".
7106
7107 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7108
7109         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7110         data if the group is inactive.
7111
7112 2011-01-28  Julien Danjou  <julien@danjou.info>
7113
7114         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7115         (gnus-all-windows-visible-p): Remove old compatibility code.
7116         (gnus-window-top-edge): Add docstring.
7117
7118         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7119
7120 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7121
7122         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7123         older request-update-info.
7124
7125         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7126
7127 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7128
7129         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7130         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7131
7132 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7133
7134         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7135         groups.  This makes the nndraft:queue group pop up if it's not already
7136         there.
7137
7138         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7139         messages" logic, which was reversed.
7140
7141         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7142         the "same place" even if point is on the line being replaced.
7143         (article-update-date-lapsed): Allow updating both the combined lapsed
7144         and the lapsed headers.
7145         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7146         (article-make-date-line): Limit the number of segments dynamically to
7147         avoid too-long lines.
7148
7149 2011-01-27  Julien Danjou  <julien@danjou.info>
7150
7151         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7152         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7153
7154 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7157         Use plist-get instead of the cl function getf.
7158
7159 2011-01-27  Glenn Morris  <rgm@gnu.org>
7160
7161         * gnus-util.el (float-time): Get rid of compiler warning, again.
7162
7163 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7164
7165         * shr.el (shr-put-color): Special-case background colors: Do put them
7166         at the blank parts at the front of the lines.
7167
7168         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7169         exit hook to nix out all data on readedness on group exit.
7170
7171         * gnus-util.el (float-time): If float-time is bound, always use it on
7172         all Emacsen.  It's unclear why the subrp check was there.
7173         (time-date): Require to make some autoload issues on XEmacs go away.
7174
7175         * shr.el (shr-put-color): Don't do the box padding in tables, since
7176         they're already padded.
7177
7178 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7179
7180         * gnus-art.el (gnus-article-next-page): When the last line of the
7181         article is displayed, scroll down once more instead of going to the
7182         next article at once.
7183         (article-lapsed-string): Refactor out and allow specifying how many
7184         segments you want.
7185         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7186         (gnus-article-update-lapsed-header): New variable.
7187
7188         * shr.el: Revert change that made headings use different-sized faces.
7189         The Emacs display engine isn't advanced enough that, for instance,
7190         tables can comfortably use differently-sized faces.
7191
7192 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7193
7194         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7195         used.
7196         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7197         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7198         we're using an encrypted connection.
7199
7200         * proto-stream.el: Alter the interface functions to also return the
7201         actual stream type used: network or tls.
7202
7203 2011-01-25  Julien Danjou  <julien@danjou.info>
7204
7205         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7206         (mm-display-javascript-inline): New function.
7207
7208         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7209         viewing function.
7210
7211 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * shr.el (shr-expand-newlines): Fix variable name.
7214
7215 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7216
7217         * shr.el (shr-expand-newlines): Make nested boxes work.
7218
7219 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7220
7221         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7222         backgrounds.
7223         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7224         in a more sensible manner.
7225
7226 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7227
7228         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7229         if EPG is loaded.
7230
7231 2011-01-24  Julien Danjou  <julien@danjou.info>
7232
7233         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7234         tags.
7235
7236 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7239         commands.
7240
7241         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7242         in the article buffer.
7243         (gnus-gravatar-insert): Use blank space from the current buffer to
7244         avoid breaking text properties.  This makes X-Sent updating work again.
7245
7246         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7247
7248 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7249
7250         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7251         fix the bug in url-http.el instead.
7252
7253         * shr.el (shr-image-fetched): Ditto.
7254
7255         * shr.el (shr-image-fetched): Avoid having point move in the article
7256         buffer.
7257
7258         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7259         buffer after being called.  It's apparently being killed by url.el, and
7260         killing it made point move to end-of-buffer in a random buffer.
7261
7262         * shr.el (shr-image-fetched): Ditto.
7263
7264 2011-01-23  Julien Danjou  <julien@danjou.info>
7265
7266         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7267
7268         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7269         text/x-org.
7270
7271 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7272
7273         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7274         (i.e., nnimap) returning nil as the article number.
7275
7276 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7277
7278         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7279         "DelSp" parameter in RFC3676.
7280
7281 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7282
7283         * message.el (message-check-recipients): Display the encoded version of
7284         the bogus address if they differ.
7285
7286         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7287         after sending.
7288
7289         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7290
7291         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7292
7293         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7294         group buffer after sending the queue.
7295
7296         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7297
7298 2011-01-22  Julien Danjou  <julien@danjou.info>
7299
7300         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7301
7302 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7303
7304         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7305         nested related parts.
7306
7307         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7308         unexpired articles.  This fixes the regression that led expiry marks to
7309         disappear from nnfolder groups.
7310
7311 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7312
7313         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7314         Don't confuse the "ret" of "retrograde" with RET.
7315
7316 2011-01-21  Julien Danjou  <julien@danjou.info>
7317
7318         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7319         than mm-insert-inline.
7320
7321 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7324         Widen article buffer.
7325
7326 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7327
7328         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7329         the temp buffer.
7330         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7331
7332 2011-01-20  Julien Danjou  <julien@danjou.info>
7333
7334         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7335
7336         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7337         than mm-insert-inline to insert inline part: this respect
7338         mm-inline-media-tests displayers.
7339
7340         * mm-view.el (mm-display-shell-script-inline): New function.
7341
7342         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7343
7344         * mm-uu.el (mm-uu-type-alist): Add org block.
7345         (mm-uu-org-src-code-block-extract): New function.
7346
7347         * mm-view.el (mm-display-org-inline): New function.
7348
7349         * mm-decode.el (mm-automatic-display): Add text/org.
7350
7351         * mailcap.el (mailcap-mime-extensions): Add .org.
7352
7353 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7356         gnus-article-add-buttons.
7357
7358 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7359
7360         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7361         From header with a date and "nobody" as the sender.
7362
7363 2011-01-19  Julien Danjou  <julien@danjou.info>
7364
7365         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7366         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7367         if you have the same regexp several times.
7368         (gnus-button-push): Fix matching when regexp is symbol.
7369
7370 2011-01-15  Glenn Morris  <rgm@gnu.org>
7371
7372         * message.el (message-mail): A compose-mail function should
7373         accept headers as strings.
7374
7375 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7376
7377         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7378         Add :vert-only tags.
7379         (message-mail): New arg RETURN-ACTION.
7380         (message-return-action): New var.
7381         (message-bury): Use it.
7382         (message-mode): Make it buffer-local.
7383         (message-send-and-exit): Always call message-bury.
7384
7385         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7386         message-mail.
7387
7388 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7389
7390         * nnimap.el (nnimap-convert-partial-article): Protect against
7391         zero-length body parts.
7392
7393         * mm-decode.el (mm-preferred-alternative-precedence):
7394         Discourage showing empty parts.
7395
7396         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7397         and stuff if the backend didn't return the article number.  This fixes
7398         an Exchange-related nnimap bug.
7399
7400         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7401         group window, because it does the wrong thing when a separate frame
7402         displays the group buffer.
7403
7404         * proto-stream.el (open-protocol-stream): Protect against the low-level
7405         transport functions returning nil.
7406
7407 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7408
7409         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7410         (mml2015-epg-find-usable-secret-key): New function.
7411         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7412         mml2015-epg-find-usable-key (Bug#7797).
7413         (mml2015-epg-encrypt): Ditto.
7414
7415 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * dgnushack.el (rot13-string): Fix the way to get the argument.
7418
7419 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7422
7423 2011-01-03  Glenn Morris  <rgm@gnu.org>
7424
7425         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7426
7427         * sieve.el (sieve-open-server): Give a more explicit error if
7428         sieve-manage-open returns nil.  (Bug#7720)
7429
7430 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7431
7432         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7433
7434 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7437         This avoids sending passwords in plain text over non-encrypted
7438         channels.
7439
7440         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7441
7442         * nnimap.el (nnimap-login): Refactored out into own function, and
7443         implement CRAM-MD5.
7444         (nnimap-wait-for-line): Refactored out.
7445
7446         * mm-view.el (mml-smime): Require.
7447
7448 2010-12-20  David Engster  <deng@eml.cc>
7449
7450         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7451         use EPG to decrypt S/MIME messages instead of openssl.
7452
7453 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7456
7457         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7458         status is the group clearly is unreachable.
7459
7460         * auth-source.el (auth-source-create): Add the optional second
7461         parameter to `local-variable-p' to be compatible with XEmacs.
7462
7463 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7464
7465         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7466         work when using a compressed nnml folder.
7467
7468 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7471         backends after sanitising on entry, because this never makes sense:
7472         If the articles have gone missing, then the data no longer exists on
7473         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7474         overwrite anything anyway.
7475
7476         * shr.el (shr-insert-document): Bind shr-width dynamically to
7477         window-width if it's nil.
7478
7479 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7480
7481         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7482         with the meaning of using the full emacs window width for rendering.
7483
7484 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7485
7486         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7487         case when sender is not given.
7488
7489 2010-12-23  Julien Danjou  <julien@danjou.info>
7490
7491         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7492         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7493         the addresses, otherwise we might misplaced the gravatar.
7494
7495 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7496
7497         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7498         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7499         obsolete in Emacs.
7500
7501 2010-12-20  Julien Danjou  <julien@danjou.info>
7502
7503         * gnus-util.el (gnus-rescale-image): Revert last change.
7504
7505 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7506
7507         * binhex.el: Improve commentary (Bug#7482).
7508
7509 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510
7511         * gnus-group.el (gnus-group-delete-articles): New command.
7512
7513 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7514
7515         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7516
7517 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518
7519         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7520         here, since it's up to the backends to do CRLF removal if their
7521         protocol has it.
7522
7523         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7524
7525 2010-12-17  Julien Danjou  <julien@danjou.info>
7526
7527         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7528         they are from file.  Can also scale up.
7529
7530 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7531
7532         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7533         Restore gnus-use-agent.
7534         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7535
7536         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7537
7538 2010-12-17  Julien Danjou  <julien@danjou.info>
7539
7540         * gravatar.el (gravatar-retrieve-synchronously): New function.
7541         (gravatar-get-data): Make more robust.
7542
7543 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7546
7547 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7550         to really consider the last line.
7551
7552 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7553
7554         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7555         list of recipient keys, or use symmetric encryption if not a list.
7556         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7557         EPA override, replacing the call to `netrc-store-data'.
7558
7559 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7560
7561         * gnus-srvr.el: Avoid passing nil regexp argument to
7562         delete-matching-lines.
7563
7564 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7565
7566         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7567         fetching stops when Gnus exits.
7568
7569         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7570         function.
7571         (nnfolder-request-expire-articles): Save all the buffers after doing
7572         expiry.
7573
7574         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7575         the last article", since that led to serious performance regressions
7576         when expiring nnml groups.
7577
7578 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7579
7580         * nnir.el: Improve customizations.
7581
7582 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7585
7586         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7587         group has been killed.
7588         (gnus-group-yank-group): Ditto.
7589
7590         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7591
7592         * nnimap.el (nnimap-request-update-group-status): New function.
7593
7594         * gnus-int.el (gnus-request-update-group-status): New interface
7595         function.
7596
7597         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7598         copying read-ness to the backends.
7599
7600         * nnimap.el (nnimap-quirk): New function.
7601         (nnimap-retrieve-group-data-early): Use it.
7602         (nnimap-quirks): New alist.
7603
7604 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7607         don't delete it within indentation.
7608
7609 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7610
7611         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7612         previous line.
7613
7614 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7615
7616         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7617         QRESYNC command by deleting a superfluous space which broke Cyrus
7618         servers.  This change will break other servers that are buggy the other
7619         way around.
7620
7621 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7622
7623         * spam.el: Reindent and fix long lines.
7624         (spam-copy-or-move-routine): Exclude invalid move destinations.
7625
7626 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7627
7628         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7629         installed the registry.
7630
7631 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7634
7635 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7636
7637         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7638         groupname doesn't contain "gmane".
7639
7640 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7643         and netrc-bound-and-true-p bindings.
7644         (netrc-parse): Cache the netrc contents.
7645
7646         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7647         (gnus-1): Don't create the nndrafts group twice.
7648         (gnus-setup-news): There's no need to read the active file here, since
7649         that's done again later on a per-backend basis.
7650         (gnus-start-draft-setup): Make sure that the new group is started out
7651         empty.
7652
7653         * gnus-agent.el (gnus-agentize): Don't create the queue group
7654         automatically on startup.  It'll be created later, if needed.
7655
7656         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7657         of automatically subscribed groups.
7658         (gnus-auto-subscribed-categories): New variable.
7659         (gnus-matches-options-n): Use it.
7660         (gnus-default-subscribed-newsgroups): Remove unused variable.
7661         (gnus-start-draft-setup): Message a bit less.
7662
7663 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7664
7665         * nnir.el (nnir-run-imap): Return article list in order of increasing
7666         UID.
7667
7668 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus-sum.el (gnus-summary-enter-digest-group):
7671         Mention gnus-auto-select-on-ephemeral-exit.
7672
7673         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7674         convention of the network-only option.
7675
7676 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677
7678         * proto-stream.el (proto-stream-open-network-only): New function to
7679         have a way to specify non-STARTTLS upgrade connections.
7680
7681 2010-12-10  Julien Danjou  <julien@danjou.info>
7682
7683         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7684         email address is nil.
7685
7686         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7687
7688 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7689
7690         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7691         deletion.
7692         (nnir-run-imap): Only need to parse list once.
7693
7694 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * shr.el (shr-tag-script): Ignore <script>.
7697         (shr-tag-label): Add <label> support.
7698
7699 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7702
7703         * shr.el (shr-image-displayer): Work for images lined side by side.
7704
7705 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7706
7707         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7708         parameter, since XEmacs doesn't accept t as a parameter.
7709
7710 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7711
7712         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7713         ids.
7714         (nnir-run-gmane): Simplify groupspec formatting.
7715         (nnir-request-expire-articles): New function.
7716
7717 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7720         overflow, possibly.
7721
7722         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7723         (shr-render-td): Handle td style="" better.
7724         (shr-tag-table): Use the color from the style sheet.
7725         (shr-render-td): Make sure we copy over all the overlays, too.
7726
7727 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7728
7729         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7730         (nnir-request-article): Improve article retrieval.
7731
7732 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * mm-util.el (mm-extra-numeric-entities): New variable.
7735
7736         * mm-url.el (mm-url-decode-entities):
7737         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7738
7739         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7740
7741 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7742
7743         * message.el: Use completion-at-point.
7744         (message-completion-function): New fun, extracted from message-tab.
7745         (message-mode): Use it for completion-at-point-functions.
7746         (message-tab): Use it and completion-at-point.
7747
7748 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7751         character if a non-breakable character follows.
7752
7753 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7756         any stream.
7757
7758         * shr.el (shr-tag-font): Colorize the region.
7759         (shr-tag-body): Ditto.
7760         (shr-tag-font): Actually let the styles be inherited instead of
7761         overwriting them.
7762         (shr-tag-font): Get the background color right.
7763         (shr-tag-style): Ignore all <style> tags for the moment.
7764
7765         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7766         a Message-ID to avoid having nnimap depend on gnus-sum.
7767
7768         * shr.el (shr-descend): Only colorize something if we have a node that
7769         sets colors.
7770
7771 2010-12-06  Julien Danjou  <julien@danjou.info>
7772
7773         * shr.el (shr-render-td): Render td content with shr-descend, so style
7774         will be applied to <td> too.
7775         (shr-colorize-region): Colorize region even if we only have a background.
7776         (shr-tag-body): Fix color and background color inheritance.
7777         Do not recolorize after shr-generic.
7778         (shr-tag-font): Let shr-generic colorize via inheritance.
7779
7780 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7783
7784 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7785
7786         * nnir.el (nnir-request-move-article): Remove obsolete code.
7787
7788 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7791
7792 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus-sum.el (gnus-summary-respool-article): The completion function
7795         expects a list instead of an alist.
7796
7797         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7798         string as the parameter.
7799
7800         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7801
7802         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7803         styles.
7804         (shr-colorize-region): New function.
7805         (shr-insert-background-overlay): Remove.
7806         (shr-render-td): Background setting should be taken care of on a higher
7807         level.
7808         (shr-tag-body): Use post-hoc colorizations.
7809         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7810         (shr-put-color-1): Don't overwrite old colors.
7811         (shr-colorize-region): When the background color isn't explicit, use
7812         a fixed background.
7813
7814         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7815         nnmail variables.
7816
7817 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7818
7819         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7820         unless necessary.
7821
7822 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7823
7824         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7825         server.
7826
7827 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7830         so that TAB works.
7831
7832         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7833         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7834
7835         * shr.el (shr-urlify): Show the URL before the title to avoid
7836         misleading URLs.
7837
7838 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7839
7840         * shr.el (shr-urlify): Display the title in <a> tags.
7841
7842 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7843
7844         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7845
7846 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7847
7848         * nnir.el: Rearrange code to allow macros to be autoloaded by
7849         gnus-sum.el.
7850         (nnir-retrieve-headers-override-function): Make this variable
7851         customizable.
7852         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7853
7854         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7855         from nnir.el.
7856
7857 2010-12-03  Julien Danjou  <julien@danjou.info>
7858
7859         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7860
7861 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7864         allow optional argument `environment'.
7865
7866 2010-12-03  Glenn Morris  <rgm@gnu.org>
7867
7868         * mm-extern.el (message-goto-body): Update declaration.
7869
7870 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-util.el (gnus-macroexpand-all): New function.
7873
7874         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7875         instead of macroexpand-all that is unavailable in XEmacs.
7876
7877 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7878
7879         * nnir.el (nnir-summary-line-format): New variable.
7880         (nnir-mode): Use it.
7881         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7882         (nnir-article-ids): Reimplement as defsubst.
7883         (nnir-retrieve-headers): Don't mangle the subject header.
7884         (nnir-run-imap): Use 100 as RSV score.
7885         (nnir-run-find-grep): Fix for full server searching.
7886         (nnir-run-gmane): Better restriction to gmane groups.
7887
7888         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7889         summary buffers.
7890
7891 2010-12-02  Julien Danjou  <julien@danjou.info>
7892
7893         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7894
7895         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7896
7897         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7898         support.
7899
7900 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7901
7902         * nnir.el: Update to handle the registry better.
7903         (autoload): Silence byte-compiler.
7904         (nnir-open-server): Add a hook for nnir groups.
7905         (nnir-request-move-article): Don't mangle the header.  Better to use
7906         formatting variables (which will be added in the future).
7907         (nnir-registry-action): Update the registry using the original article
7908         group name.
7909         (nnir-mode): Install nnir-specific hooks for updating the registry.
7910
7911         * gnus-sum.el
7912         (gnus-article-original-subject, gnus-newsgroup-original-name):
7913         Remove obsolete variables.
7914         (gnus-summary-move-article): Remove use of obsolete variables.
7915         (gnus-summary-local-variables): Make move and delete hooks local to
7916         summary buffers.
7917
7918 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * rtree.el: New file.
7921
7922 2010-12-01  Julien Danjou  <julien@danjou.info>
7923
7924         * message.el (message-user-organization): Do not use
7925         gnus-local-organization.
7926
7927         * gnus.el: Remove gnus-local-organization.
7928
7929         * gnus-msg.el: Remove nastygram thing.
7930
7931 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7932
7933         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7934         funcall.
7935
7936 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7939         names.
7940
7941         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7942         characters.
7943
7944         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7945         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7946         Suggested by Štěpán Němec <stepnem@gmail.com>.
7947         (gnus-gravatar-transform-address): Use mail-extract-address-components
7948         that supports non-ASCII names rather than mail-header-parse-addresses.
7949
7950 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * proto-stream.el (open-protocol-stream): All starttls connections are
7953         handled by the network handler.
7954
7955 2010-11-30  Julien Danjou  <julien@danjou.info>
7956
7957         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7958         (nnimap-open-connection-1): Fix PREAUTH.
7959
7960         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7961
7962 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7965         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7966         (shr-insert): Use them.
7967         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7968
7969 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7970
7971         * nnir.el (nnir-request-move-article): Bail out if original group
7972         doesn't support article moves.
7973         (nnir-get-active): Improve active list retrieval.
7974
7975 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7978
7979 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7980
7981         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7982         seem to accept strings-with-numbers as port numbers.
7983
7984 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7985
7986         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7987         change the registry.
7988
7989 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7992         delete-dups that is not available in XEmacs 21.4.
7993
7994         * mm-util.el (mm-delete-duplicates): Add comment.
7995
7996 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7997
7998         * nnir.el (nnir-ignored-newsgroups): New variable.
7999         (nnir-get-active): Use it.
8000
8001 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8002
8003         * proto-stream.el (proto-stream-open-network): Add some comments.
8004
8005         * nntp.el (nntp-open-connection): Provide a :success condition.
8006
8007         * nnimap.el (nnimap-open-connection-1): Ditto.
8008
8009         * proto-stream.el (proto-stream-open-network): See what the response to
8010         the STARTTLS command is.
8011
8012         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8013         backwards compatibility).
8014         (nnimap-open-connection-1): Really respect nnimap-server-port.
8015
8016         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8017         TLS upgrades we don't really care about the identity of the peer.
8018         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8019         that what we've checked for.
8020         (proto-stream-always-use-starttls): Only default to t if
8021         open-gnutls-stream exists.
8022         (proto-stream-open-network): If STARTTLS failed, then just open a
8023         normal connection.
8024         (proto-stream-open-network): Wait until the greeting before doing
8025         STARTTLS.
8026
8027         * nntp.el (nntp-open-connection): Report what the connection error is.
8028
8029         * proto-stream.el (open-protocol-stream): Rename from
8030         open-proto-stream.
8031
8032 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * nnimap.el (nnimap-stream): Change default to `undecided'.
8035         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8036         first, and then network.
8037         (nnimap-open-connection-1): Respect nnimap-server-port.
8038         (nnimap-open-connection): Be more backwards-compatible.
8039
8040         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8041         (proto-stream-open-starttls): De-duplicate the starttls code.
8042         (proto-stream-open-starttls): Folded back into the main function.
8043         (proto-stream-open-network): Fix typo in the gnutls path.
8044         (proto-stream-command): Refactor out.
8045
8046         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8047
8048         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8049         starttls.el STARTTLS.
8050
8051         * color.el (color-lab->srgb): Fix function call name.
8052
8053         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8054         if we're using tls.el.
8055         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8056         built in, then don't try to establish a STARTTLS connection.
8057
8058         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8059         servers.
8060
8061         * proto-stream.el (open-proto-stream): Use network, not stream.
8062         (open-proto-stream): Add a way to specify what the end of a command is.
8063
8064         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8065         connections types.
8066         (nntp-open-network-stream): Remove.
8067         (nntp-open-ssl-stream): Remove.
8068         (nntp-open-tls-stream): Remove.
8069         (nntp-ssl-program): Remove.
8070
8071         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8072
8073 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8074
8075         * nnir.el: Fix typos.
8076         (nnir-retrieve-headers-override-function): Rename variable to reflect
8077         new semantics.
8078         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8079         macros.
8080         (nnir-request-article, nnir-request-move-article): Use them.
8081         (nnir-categorize): New function.
8082         (nnir-run-query): Use it.
8083         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8084         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8085         sorted.
8086         (nnir-group-full-name): Use gnus-group-full-name instead.
8087         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8088         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8089
8090 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091
8092         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8093
8094         * proto-stream.el: New library to provide protocol-specific
8095         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8096         protocols.
8097         (open-proto-stream): Complete the documentation.
8098         (proto-stream-open-network): Fix some typos.
8099
8100         * nnimap.el (nnimap-open-connection): Use it.
8101
8102 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8103
8104         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8105         negotiation.
8106
8107 2010-11-26  Julien Danjou  <julien@danjou.info>
8108
8109         * color.el: Rename various rgb functions to srgb.
8110
8111 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8114         names.
8115
8116 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * shr.el (shr-insert): Revert last change.
8119         (shr-find-fill-point): Never leave point being at bol;
8120         relax the kinsoku limitation when rendering tables.
8121
8122 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8125         results from -accept-article.
8126
8127         * shr-color.el: Require cl when compiling.
8128
8129         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8130         checkin.
8131
8132         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8133
8134         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8135
8136         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8137         'add and 'delete to set backend marks.
8138
8139         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8140
8141         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8142
8143         * nntp.el (nntp-request-set-mark): Use it.
8144
8145         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8146
8147         * nnml.el (nnml-request-set-mark): Ditto.
8148
8149         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8150         introduces regressions in article selection.
8151         (nnimap-find-uid-response): New function.
8152         (nnimap-request-accept-article): Use the UID returned, if any.
8153         (nnimap-request-move-article): Use the UID returned, if any.
8154         (nnimap-get-groups): Reimplement to work with folded lines.
8155         (nnimap-find-uid-response): The UID is the last element in the list.
8156         (nnimap-request-set-mark): Extend syntax with 'set.
8157
8158         * nnml.el (nnml-request-set-mark): Ditto.
8159
8160         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8161
8162         * nntp.el (nntp-request-set-mark): Ditto.
8163
8164 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * message.el (message-called-interactively-p): A temporary macro.
8167         (message-goto-body): Use it temporarily.
8168
8169 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8172         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8173         (nnimap-last-response-string): Fix last unfolding fix.
8174
8175 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * shr.el (shr-insert): Fix the way to fold lines.
8178
8179 2010-11-25  Julien Danjou  <julien@danjou.info>
8180
8181         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8182
8183         * color.el: Rename from color-lab.el
8184         (color-rgb->hex): Add.
8185         (color-complement): Add.
8186         (color-complement-hex): Add.
8187
8188         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8189
8190 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * shr-color.el (shr-color-visible): Don't bug out if the color names
8193         don't exist.
8194
8195 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8198         assuming that article displaying or another mml-preview may be
8199         interrupted for an error or for the like.
8200
8201         * shr.el (shr-get-background): Fix argument name.
8202
8203 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8206
8207         * gnus-sum.el (gnus-summary-include-articles): New function.
8208
8209         * message.el (message-goto-body): called-interactively-p needs a
8210         parameter, so use `any'.
8211
8212         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8213         clear marks before moving, since they're synced from the Gnus side
8214         first.
8215
8216         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8217         (gnus-summary-move-article): Copy over all marks before moving, so that
8218         IMAP doesn't think a new article has arrived.
8219
8220 2010-11-24  Julien Danjou  <julien@danjou.info>
8221
8222         * shr.el (shr-insert-background-overlay): Fix typo.
8223         (shr-render-td): Copy the background before rendering.
8224
8225         * shr-color.el (shr-color-visible): Fix docstring.
8226
8227         * shr.el (shr-tag-table): Add bgcolor support.
8228         (shr-render-td): Add bgcolor support.
8229         (shr-get-background): Add.
8230         (shr-insert-foreground-overlay): Use shr-get-background.
8231
8232         * message.el (message-goto-body): Use called-interactively-p.
8233         (message-in-body-p): message-goto-body returns point.
8234
8235 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8238         Fixes something or other in Emacs 23, and is backwards compatible.
8239
8240         * message.el (message-goto-body): Remove the <#secure special-casing,
8241         which is too special.
8242
8243         * shr.el (shr-parse-style): Drop !important from styles.
8244
8245 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8246
8247         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8248         this function to return incorrect results when calling it with an
8249         explicit article argument different from
8250         (gnus-summary-article-number).
8251
8252 2010-11-24  Julien Danjou  <julien@danjou.info>
8253
8254         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8255         (shr-tag-body): Add background support.
8256         (shr-descend): Add background support.
8257         (shr-tag-title): Add.
8258
8259         * shr-color.el (shr-color-visible): Really return original background
8260         if fixed.
8261
8262 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * shr.el (shr-color-check): Protect against non-existent color names.
8265
8266 2010-11-24  Julien Danjou  <julien@danjou.info>
8267
8268         * color-lab.el: Require 'cl when compiling.
8269
8270         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8271
8272         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8273         matched part.
8274
8275         * color-lab.el: Fix all expt calls to use float type.
8276
8277 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8280         expression to shr-color-check as is.
8281
8282         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8283
8284         * color-lab.el: Add coding cookie.
8285         (float-pi): Use eval-and-compile.
8286
8287         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8288         compiled for Emacsen having no `libxml-parse-html-region' support.
8289
8290 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * shr.el (shr-insert-color-overlay): Split stuff like
8293         "#444444 !important" to find the real color.
8294         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8295         parse <font color="red"> entries.
8296
8297 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8298
8299         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8300         point when parsing headers.
8301
8302         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8303         is positioned properly when parsing headers.
8304
8305 2010-11-23  Julien Danjou  <julien@danjou.info>
8306
8307         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8308
8309         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8310
8311         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8312
8313         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8314         Use shr-color-hue-to-rgb.
8315         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8316
8317 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * shr.el (shr-color->hexadecimal): Autoload.
8320         (shr-descend): Add color to all tags.
8321
8322 2010-11-22  Julien Danjou  <julien@danjou.info>
8323
8324         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8325         shr-color->hexadecimal.
8326
8327         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8328         RGB() or HSL() color representation.
8329
8330         * shr.el (shr-tag-font): Add.
8331         (shr-tag-color-check): New function to get better colors.
8332         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8333         tag-span.
8334
8335         * shr-color.el: New file.
8336
8337         * color-lab.el: New file.
8338
8339         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8340
8341 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8342
8343         * nnir.el: Fix typo in comments.
8344         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8345         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8346
8347 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8350
8351         * nnimap.el (nnimap-get-capabilities): Refactor out.
8352         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8353
8354 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8355
8356         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8357         appearing when `mm-uu-hide-markers' is nil.
8358
8359 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * nnimap.el (nnimap-unselect-group): Make into its own function.
8362         (nnimap-request-rename-group): Unselect group before renaming.
8363         This had gotten lost somewhere.
8364         (nnimap-request-accept-article): Keep track of examined groups, and
8365         unselect the group before APPENDing to read-only groups.
8366         (nnimap-request-move-article): Clear flags before moving so that they
8367         can be re-set later.
8368
8369 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8372         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8373
8374 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (gnus-mime-display-single):
8377         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8378         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8379         parameter.
8380
8381 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8384         (shr-table-vertical-line): New variable.
8385         (shr-insert-table): Use it.
8386
8387 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-html.el (gnus-html-wash-images): Don't display images if
8390         gnus-inhibit-images is non-nil; register displayer for cid images.
8391         (gnus-html-display-image): Work for cid image.
8392         (gnus-html-insert-image): Allow arguments.
8393         (gnus-html-put-image): Inhibit read-only.
8394         (gnus-html-prefetch-images): Don't prefetch images if
8395         gnus-inhibit-images is non-nil.
8396
8397 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * shr.el (shr-put-image): Break lines when inserting big pictures.
8400
8401 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8402
8403         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8404         sender, thanks Katsumi Yamaoka.
8405
8406 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8407
8408         * nnir.el (nnir-run-imap): Reverse the article list for each group
8409         rather than the whole list.
8410
8411 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * shr.el (shr-image-displayer): Protect function against non-existent
8414         image source.
8415
8416         * gnus-art.el (gnus-inhibit-images): New user option.
8417         (gnus-mime-display-single): Don't display image if it is non-nil.
8418
8419         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8420         gnus-inhibit-images.
8421
8422         * shr.el (shr-image-displayer): New function.
8423         (shr-tag-img): Use it.
8424
8425 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8426
8427         * mml2015.el (mml2015-epg-sign): Use From header.
8428
8429 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8432
8433         * gnus-util.el (gnus-find-text-property-region): Return markers.
8434
8435         * shr.el (shr-tag-img): Put a displayer in the text property.
8436
8437         * gnus-util.el (gnus-find-text-property-region): New utility function.
8438
8439         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8440         (gnus-html-show-images): Remove.
8441
8442         * gnus-art.el (gnus-article-show-images): New, more general function.
8443
8444         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8445         image url text properties.
8446
8447         * shr.el: Ditto.
8448
8449         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8450         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8451
8452 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8455         work for two or more articles.
8456
8457 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8460         divide an image that's in an html article to two or more when washing
8461         non-ASCII characters in alt text of it.
8462
8463 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8466         smime-decrypt-region using function argument.
8467         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8468
8469         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8470
8471         * smime.el (smime-decrypt-region): Catch it.
8472
8473 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8474
8475         * smime.el (smime-mode-map): Move initialization into declaration.
8476         (gnus-run-mode-hooks): Don't autoload.
8477         (smime-mode): Use define-derived-mode.
8478
8479 2010-11-11  Glenn Morris  <rgm@gnu.org>
8480
8481         * smime.el (from): Restrict declaration to XEmacs.
8482
8483         * nnir.el (gnus-group-topic-name): Autoload.
8484
8485 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * shr.el (shr-insert): Don't break long line if it is because of
8488         kinsoku-bol characters in the line end.
8489
8490 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8491
8492         * nnir.el (nnir-request-move-article): Fix to provide original group
8493         and subject.
8494         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8495         been retrieved.
8496
8497         * gnus-sum.el (gnus-summary-move-article): Use original group and
8498         subject for virtual articles such as those in an nnir summary buffer.
8499
8500 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8503         least 21.5).
8504
8505         * smime.el (from): Declare it again for XEmacs.
8506
8507 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * message.el (message-resend): Don't disable encoding unless it's
8510         already encoded.
8511
8512         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8513         low-numbered articles.
8514
8515 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * rfc2047.el (rfc2047-syntax-table): Simplify.
8518
8519         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8520
8521         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8522         set-char-table-range for XEmacs.
8523
8524 2010-11-10  Glenn Morris  <rgm@gnu.org>
8525
8526         * time-date.el (time-to-seconds): Always an alias on Emacs,
8527         never a real function.
8528         (with-no-warnings): Remove compat stub, now unused.
8529         (time-less-p): Doc fix.
8530         (time-to-number-of-days): Simplify.
8531
8532         * smime.el (from): Remove unused declaration.
8533
8534         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8535         (gnus-float-time): On Emacs, always an alias.
8536
8537         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8538         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8539
8540 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * dgnushack.el: Don't use ignore-errors in the top level form since it
8543         is unavailable in XEmacs even if cl is loaded.
8544
8545         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8546
8547 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * shr.el (browse-url-mailto): Autoload.
8550
8551         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8552
8553         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8554         regexp doesn't need quoting.
8555
8556 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8557
8558         * message.el (message-subject-trailing-was-ask-regexp)
8559         (message-subject-trailing-was-regexp): Match was: in addition to was.
8560
8561 2010-11-09  Glenn Morris  <rgm@gnu.org>
8562
8563         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8564         (nnbabyl-check-mbox): Use point-at-bol.
8565
8566 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8569
8570         * message.el (message-mailto): New function.
8571         (message-mailto): Should accept other parameters.
8572         (message-mailto): Remove since it duplicates browse-url-mailto
8573         functionality.
8574
8575 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8578         methods.
8579         (gnus-read-active-file): Ditto.
8580
8581         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8582         ": " from the prompt.
8583         (gnus-group-make-group): Ditto.
8584
8585 2010-11-07  Glenn Morris  <rgm@gnu.org>
8586
8587         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8588         (gnus-bookmark-kill-line): Use point-at-eol.
8589
8590 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8593         asterisks in From header.
8594
8595 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8598         string to avoid making the From headers syntactically invalid.
8599
8600         * message.el (message-send-mail): Don't insert courtesy messages if the
8601         message already has List-Post and List-ID messages.
8602
8603 2010-11-06  Glenn Morris  <rgm@gnu.org>
8604
8605         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8606         `condition', `type', `length' a prefix.
8607         (gnus-treat-predicate): Update for above name changes.
8608
8609 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8610
8611         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8612         binding.  Handled by `gnus-summary-refer-thread' instead.
8613         (nnir-warp-to-article): New backend function.
8614
8615         * nnimap.el (nnimap-request-thread): Force dependency updating.
8616
8617         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8618         (gnus-summary-refer-thread): Rework to improve thread-referral.
8619
8620         * gnus-int.el (gnus-warp-to-article): New function.
8621
8622         * gnus-sum.el (gnus-summary-article-map): Bind it.
8623
8624 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8625
8626         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8627         gnus-summary-refer-thread.
8628
8629         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8630         headers.
8631         (gnus-summary-limit-include-thread): Prevent articles in thread from
8632         being cut in gnus-cut-threads.
8633         (gnus-summary-refer-thread): Limit retrieved headers to those in
8634         thread.
8635
8636 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8637
8638         * message.el (message-send-mail): Use the value of
8639         message-courtesy-message from the message buffer.
8640
8641         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8642
8643         * shr.el (shr-browse-url): Implement mailto: URLs.
8644
8645         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8646         "raw".
8647
8648         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8649         if it's already selected.
8650
8651         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8652
8653 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8656         to measure the length and truncate alt text.
8657
8658 2010-11-03  Glenn Morris  <rgm@gnu.org>
8659
8660         * nndiary.el (nndiary-generate-nov-databases-1)
8661         (nndiary-generate-active-info): Rename dynamic variable `files' to
8662         something less generic.
8663
8664 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8665
8666         * nnir.el (nnir-request-move-article): Call the underlying backend to
8667         move articles from nnir.
8668
8669 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8672
8673 2010-11-02  Julien Danjou  <julien@danjou.info>
8674
8675         * nnir.el: Remove wais support.
8676
8677 2010-11-02  Glenn Morris  <rgm@gnu.org>
8678
8679         * gnus-html.el: Reorder requirements to quieten compiler.
8680
8681 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8684         properly for XEmacs as well.
8685         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8686         (gnus-article-natural-long-line-p): Use window-width rather than
8687         frame-width.
8688
8689 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8690
8691         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8692         (nnir-read-parms): Don't modify query.
8693         (nnir-run-query): Add ability to search topic on current line.
8694         (nnir-get-active): Clean up.
8695
8696 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8699         degenerate articles.
8700
8701         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8702         (gnus-print-buffer): Just print the buffer as is, without any copying
8703         to a buffer and then re-highlighting.
8704
8705         * nnimap.el (nnimap-request-group): Store the new updated info.
8706         (nnimap-request-group): Select the group when we don't know whether it
8707         exists or not.
8708
8709         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8710         groups.
8711
8712         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8713         groups.
8714
8715         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8716         groups.
8717
8718         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8719         long-lines case by only filling the long lines.
8720
8721         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8722         (bug#7311).
8723
8724 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * shr.el: No need to declare `declare-function' since shr.el is for
8727         only Emacsen that provide `libxml-parse-html-region'.
8728
8729         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8730         effective only in a file it is referred to.
8731
8732 2010-11-01  Glenn Morris  <rgm@gnu.org>
8733
8734         * mm-util.el (gnus-completing-read): Autoload.
8735         (mm-read-coding-system): Simplify Emacs definition.
8736
8737         * nnmail.el (gnus-activate-group):
8738         * nnimap.el (gnutls-negotiate):
8739         * nntp.el (netrc-parse): Fix declarations.
8740
8741 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8744         string-match-p in Emacs >=23.
8745
8746         * gnus-msg.el (gnus-configure-posting-styles):
8747         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8748
8749 2010-11-01  Glenn Morris  <rgm@gnu.org>
8750
8751         * nnir.el (declare-function): Add compat stub.
8752         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8753         (nnir-run-gmane): Require 'mm-url.
8754
8755         * mm-util.el (mm-string-to-multibyte): Simplify.
8756
8757         * shr.el (declare-function): Add compat stub.
8758         (url-cache-create-filename): Declare.
8759         (mm-disable-multibyte, widget-convert-button): Autoload.
8760
8761         * smime.el (ldap-search): Declare.
8762         (smime-cert-by-ldap-1): Require ldap on Emacs.
8763
8764         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8765         (nnimap-keepalive): Use gnus-float-time.
8766
8767         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8768         (mail-source-delete-crash-box): Use gnus-float-time.
8769
8770         * gnus-dired.el (gnus-completing-read): Autoload.
8771
8772         * mm-view.el (gnus-rescale-image): Autoload.
8773
8774         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8775
8776         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8777
8778         * sieve-manage.el: Require 'cl when compiling.
8779
8780         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8781         (gnus-iswitchb-completing-read): Require iswitchb.
8782         (gnus-select-frame-set-input-focus): Silence compiler.
8783
8784 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * message.el (message-subject-trailing-was-query): Change default to t,
8787         since I think that's what most people want.
8788
8789         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8790         appending for easier debugging.
8791         (nnimap-wait-for-connection): Take a regexp.
8792         (nnimap-request-accept-article): Wait for the continuation line before
8793         sending anything unless we're streaming.
8794
8795         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8796         leave the header washing to take place.
8797
8798 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8799
8800         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8801         regular expression match and replace in posting styles.
8802
8803 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8804
8805         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8806         an entire server.
8807         (nnir-get-active): New function.
8808         (nnir-run-imap): Use it.
8809         (nnir-run-gmane): Who knew, gmane search returns an article score!
8810
8811         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8812         server on the current line with nnir.
8813
8814 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8817         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8818         left edge.
8819         (gnus-article-foldable-buffer): Skip past the prefix when determining
8820         raggedness.
8821
8822         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8823         the raw article, and change `C-u g' to show the article without doing
8824         treatments.
8825
8826         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8827         on to `gnus-treat-article'.
8828         (gnus-inhibit-article-treatments): New variable.
8829
8830         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8831
8832         * gnus-art.el (gnus-treatment-function-alist): Have
8833         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8834         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8835         sections.
8836
8837         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8838         parameter.
8839         (gnus-article-fill-cited-long-lines): New function.
8840         (gnus-article-fill-cited-article): Allow filling only long sections.
8841
8842         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8843         and non-punctuation (like after the apostrophe in "'We").
8844
8845         * gnus-sum.el (gnus-summary-select-article): Make sure
8846         gnus-original-article-buffer is alive.
8847
8848         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8849         reflect the order they're in in the digest.
8850
8851         * gnus.el (gnus-group-startup-message): Move point to the start of the
8852         buffer.
8853
8854         * nnimap.el (nnimap-capability): New function.
8855         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8856         is set.
8857
8858 2010-10-31  David Engster  <dengste@eml.cc>
8859
8860         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8861         conform with changes to gnus-completing-read.
8862
8863 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8866
8867 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8868
8869         * nnir.el: Move defvar, defcustom around to keep file organized
8870         and keep byte-compiler quiet.
8871         (nnir-read-parms): Accept search-engine as arg.
8872         (nnir-run-query): Pass search-engine as arg.
8873         (nnir-search-engine): Remove.
8874
8875 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * shr.el (shr-generic): The text nodes should be text, not :text.
8878
8879         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8880         later in the file.
8881
8882 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8883
8884         * nnir.el: General clean up.  Allow searching with multiple engines.
8885         Allow separate extra-parameters for each engine.
8886         Batch queries when possible.
8887         (nnir-imap-default-search-key, nnir-method-default-engines):
8888         Add customize interface.
8889         (nnir-run-gmane): New engine.
8890         (nnir-engines): Use it.  Qualify all prompts with engine name.
8891         (nnir-search-engine): Remove global variable.
8892         (nnir-run-hyrex): Restore for now.
8893         (nnir-extra-parms, nnir-search-history): New variables.
8894         (gnus-group-make-nnir-group): Use them.
8895         (nnir-group-server): Remove in favor of gnus-group-server.
8896         (nnir-request-group): Avoid searching twice.
8897         (nnir-sort-groups-by-server): New function.
8898
8899 2010-10-30  Julien Danjou  <julien@danjou.info>
8900
8901         * gnus-group.el: Remove gnus-group-fetch-control.
8902
8903         * gnus-start.el (gnus-find-new-newsgroups):
8904         Remove gnus-check-first-time-used.
8905
8906         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8907
8908 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8909
8910         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8911         set on groups that don't have \* permanentflags.
8912
8913 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8916         control the background color.
8917         (shr-tag-img): Ignore very small web bug type images.
8918         (shr-put-image): Add help-echo alt texts to the images.
8919         (shr-tag-video): Show the video poster image.
8920
8921 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * shr.el (shr-table-depth): New variable.
8924         (shr-tag-table-1): Only insert the images after the top-level table.
8925
8926         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8927
8928         * gnus-util.el (gnus-list-memq-of-list): New function.
8929
8930         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8931         selected.
8932         (nnimap-unsplittable-articles): New slot.
8933         (nnimap-new-articles): Use it.
8934
8935 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8936
8937         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8938         move to the previous line on `M-g'.
8939
8940 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8943         *-request-group, which seems unnecessary.
8944
8945         * nnimap.el (nnimap-quote-specials): Function copied over from
8946         imap.el.
8947         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8948         they support that.  Suggested by Tom Regner.
8949
8950 2010-10-29  Julien Danjou  <julien@danjou.info>
8951
8952         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8953         defalias.
8954         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8955
8956         * gnus.el: Remove `gnus-nntp-service' variable.
8957         (gnus-secondary-servers): Make obsolete.
8958         (gnus-nntp-server): Make obsolete.
8959
8960         * gnus-start.el (gnus-1): Remove x-splash calls.
8961
8962         * gnus-ems.el (gnus-x-splash): Remove.
8963
8964         * gnus.el (gnus-group-startup-message): Simplify/update code.
8965
8966         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8967         definition.
8968
8969         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8970         capability before doing anything.
8971         (gnus-group-insert-group-line): Remove useless
8972         gnus-group-remove-excess-properties.
8973
8974 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8977
8978 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8981         config after reselecting.
8982
8983 2010-10-28  Julien Danjou  <julien@danjou.info>
8984
8985         * shr.el (shr-put-image): Use point even if only inserting text.
8986         (shr-put-image): Save excursion when inserting alt text on non-graphic
8987         display, so the behavior is the same when we are on a graphic display.
8988
8989         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8990
8991 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8994         (gnus-mime-copy-part): Check coding system, not charset.
8995         (gnus-mime-view-part-externally): Never remove part.
8996         (gnus-mime-view-part-internally): Don't remove part here.
8997         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8998         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8999         multipart/alternative.
9000
9001         * mm-decode.el (mm-display-part): Take optional arg `force'.
9002
9003 2010-10-26  Julien Danjou  <julien@danjou.info>
9004
9005         * gnus-group.el (gnus-group-default-list-level): Add this function to
9006         compute the default list level.
9007         (gnus-group-default-list-level): Add possibility to use a function.
9008
9009 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9012
9013         * gnus-group.el (gnus-group-completing-read)
9014         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9015         gnus-replace-in-string.
9016
9017 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * shr.el (shr-tag-div): Add.
9020
9021         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9022
9023 2010-10-25  Julien Danjou  <julien@danjou.info>
9024
9025         * gnus-util.el: Remove `gnus-with-local-quit'.
9026
9027         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9028
9029 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9032         the original article buffer.
9033
9034 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * nnimap.el (nnimap-request-head): New function.
9037         (nnimap-request-move-article): Try to be slightly faster by not
9038         requesting the entire message when moving.
9039         (nnimap-transform-headers): Don't bug out on bodiless articles.
9040         (nnimap-send-command): Have no outstanding messages if the IMAP server
9041         doesn't support streaming.
9042         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9043
9044 2010-10-24  Julien Danjou  <julien@danjou.info>
9045
9046         * message.el (message-default-headers): Fix type.
9047
9048 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9051         prefetching images.
9052
9053         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9054         backend for unknown groups.  This is mainly useful for nnimap groups.
9055
9056         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9057         group isn't covered by the agent.
9058
9059 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9060
9061         * nnir.el (nnir-method-default-engines): New variable.
9062         (nnir-run-query): Use it.
9063         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9064         (gnus-summary-nnir-goto-thread): Change group if needed.
9065
9066         * gnus-group.el (gnus-group-group-map): Add key binding for
9067         gnus-group-make-nnir-group.
9068
9069 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * shr.el (shr-tag-object): Add.
9072
9073         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9074         original article buffer live.
9075         (gnus-summary-select-article-buffer):
9076         Mention gnus-widen-article-buffer.
9077
9078 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * shr.el (shr-tag-strong): Add.
9081
9082 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9085         group names.  They mess up the group buffer badly.
9086
9087         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9088
9089         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9090         instead of the summary one.
9091
9092 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * mml.el (mml-preview): Work properly when editing article.
9095
9096         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9097         gnus-have-read-active-file if it's already been in.
9098
9099 2010-10-22  Tom Tromey  <tromey@redhat.com>
9100
9101         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9102         gnus-group-completing-read.
9103
9104 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * message.el (message-mode-map): Don't bind M-; to comment region, to
9107         allow the global comment-dwim to work.
9108
9109 2010-10-21  Julien Danjou  <julien@danjou.info>
9110
9111         * message.el (message-setup-1): Allow message-default-headers to be a
9112         function.
9113
9114 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * shr.el (shr-tag-table): Simplify.
9117
9118 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119
9120         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9121         to avoid trying to snarf invalid stuff.
9122
9123         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9124
9125         * gnus.el (gnus-message-archive-group): Quote value.
9126         (gnus-message-archive-group): Mark as changed.
9127
9128         * shr.el (shr-add-font): Don't put the font properties on the newline
9129         or the indentation.
9130
9131         * message.el (message-fix-before-sending): Change options when sending
9132         non-printable characters.
9133
9134         * gnus.el (gnus-message-archive-method): Change the default to
9135         monthly outgoing groups.
9136
9137         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9138         that have gotten new numbers.
9139
9140         * nnimap.el (nnimap-request-replace-article): New function.
9141
9142 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9145         (nnrss-request-article): Don't use special html washing code.
9146
9147 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * shr.el (shr-tag-table): Remove useless nconc.
9150
9151 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * gnus-art.el (article-wash-html): Simplify and remove the charset
9154         stuff.  Use the normal html rendering code instead of the special html
9155         washing code.
9156
9157         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9158         `gnus-w3m' symbols.
9159         (mm-text-html-washer-alist): Remove.
9160
9161         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9162         (mm-inline-media-tests): Remove use.
9163         (mm-text-html-renderer): Change default to the `shr' symbol.
9164
9165         * mm-view.el (mm-inline-text-html): Remove use.
9166
9167         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9168         `gnus-blocked-images' to be a function.
9169         (gnus-article-wash-function): Remove.
9170
9171 2010-10-20  Julien Danjou  <julien@danjou.info>
9172
9173         * spam.el (spam-list-of-processors): Mark as obsolete.
9174
9175         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9176         (nnimap-insert-partial-structure): Fix boundary detection.
9177
9178 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9179
9180         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9181         run file-truename on remote files.  This can be expensive and even
9182         prevent one from editing drafts if some unrelated buffer has a stale
9183         connection.
9184
9185 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9188         kinsoku-eol regardless of shr-kinsoku-shorten.
9189         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9190         (shr-tag-table): Support caption, thead, and tfoot.
9191
9192 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9195         lines.
9196         (shr-save-contents): New command and keystroke.
9197
9198         * nndoc.el (nndoc-type-alist): Add git support.
9199         (nndoc-git-type-p): New function.
9200         (nndoc-transform-git-article): Ditto.
9201         (nndoc-transform-git-headers): Ditto.
9202         (nndoc-transform-git-headers): Generate Subject headers.
9203
9204         * shr.el (shr-parse-style): New function.
9205         (shr-tag-span): Ditto.
9206
9207         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9208         to `G G' to avoid collisions.
9209
9210 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * shr.el: Load kinsoku if necessary.
9213         (shr-kinsoku-shorten): New internal variable.
9214         (shr-find-fill-point): Make kinsoku shorten text line if
9215         shr-kinsoku-shorten is bound to non-nil.
9216         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9217         shr-indentation too when testing if table is wider than frame width.
9218         (shr-insert-table): Use `string-width' instead of `length' to measure
9219         text width.
9220         (shr-insert-table-ruler): Make sure indentation is done at bol.
9221
9222 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9223
9224         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9225         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9226         undecoded network data.
9227
9228 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9231         name in the mode line spec so that the mode line menu works
9232         (bug#2431).
9233
9234         * message.el (message-get-reply-headers): If we're fed `to-address',
9235         then always use that.
9236
9237         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9238         aren't so wide as to need to switch off the edit menu.
9239
9240         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9241         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9242
9243         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9244         `M-g'.
9245         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9246         the permanent marks.
9247
9248 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9249
9250         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9251         Splitting according to references/in-reply-to obeys the ignore-groups
9252         variable, while splitting by sender and subject do not.
9253
9254 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9257         alist, so that we can look for non-Unicode chars.
9258         (article-translate-strings): Allow both character and string maps.
9259
9260 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * shr.el (shr-insert): Don't insert space behind a wide character
9263         categorized as kinsoku-bol, or between characters both categorized as
9264         nospace.
9265
9266 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9267
9268         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9269         headers to gnus-newsgroup-headers.
9270
9271 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * shr.el (shr-tag-img): Don't align images -- since we're not
9274         rescaling, this often leads to ugly displays.
9275
9276 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9277
9278         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9279         duplicates.
9280
9281 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9282
9283         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9284         call.
9285
9286 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9287
9288         * gnus.el: Autoload gnus-html-show-images.
9289
9290         * nnimap.el: Use nnheader-message throughout.
9291
9292         * shr.el (shr-tag-img): Ignore images with no data.
9293
9294 2010-10-15  Julien Danjou  <julien@danjou.info>
9295
9296         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9297         a possibility to disable format=flow encoding when using hard newlines.
9298
9299 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * shr.el (shr-insert): Remove space inserted before or after a
9302         breakable character or at the beginning or the end of a line.
9303         (shr-find-fill-point): Do kinsoku; find the second best point or give
9304         it up if there's no breakable point.
9305
9306 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * nnimap.el (nnimap-open-connection): Message when opening connection
9309         for debugging purposes.
9310
9311         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9312         on every setup buffer call to allow this to change from article to
9313         article.
9314
9315         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9316         buffers where we have a wide table.
9317
9318 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9319
9320         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9321         uses *-request-thread.
9322
9323 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9326         incantation, which is no longer valid.
9327
9328 2010-10-14  Julien Danjou  <julien@danjou.info>
9329
9330         * shr.el: Fix defcustom type (char -> character).
9331
9332 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9335         programs.
9336
9337 2010-10-14  Julien Danjou  <julien@danjou.info>
9338
9339         * shr.el (shr-tag-a): Use url-link as widget type.
9340
9341         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9342         `gnus-group-get-icon'.
9343
9344 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9347         This should make server editing work better.
9348
9349         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9350
9351         * tls.el (tls-program): Remove spurious %s from openssl.
9352
9353         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9354         (nnimap-parse-flags): Fix regexp.
9355
9356         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9357         probably work for CJVK text, too.
9358
9359         * nnimap.el (nnimap-extend-tls-programs): Remove.
9360         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9361
9362         * tls.el (tls-starttls-switches): Remove starttls hack.
9363         (open-tls-stream): Ditto.
9364         (tls-find-starttls-argument): Ditto.
9365
9366 2010-10-13  Julien Danjou  <julien@danjou.info>
9367
9368         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9369         responses.
9370
9371 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9374
9375         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9376         anything in Emacs.
9377
9378         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9379
9380 2010-10-13  Julien Danjou  <julien@danjou.info>
9381
9382         * shr.el (shr-width): Make shr-width a defcustom with default to
9383         fill-column.
9384         (shr-tag-img): Use shr-width rather than fill-column.
9385
9386 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * dgnushack.el (byte-optimize-apply):
9389         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9390
9391         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9392         position when (X-)Faces exist.
9393         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9394         avatars when called interactively.
9395
9396 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9399         gnus-article-x-face-too-ugly is bound.
9400
9401 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9404
9405         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9406         mailbox that doesn't exist.
9407
9408 2010-10-12  Julien Danjou  <julien@danjou.info>
9409
9410         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9411         (shr-get-image-data): Encode URL properly when fetching from cache.
9412         (shr-tag-img): Use aligned-to spaces to align correctly images.
9413
9414         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9415         before inserting the Gravatar.
9416
9417         * shr.el (shr-tag-img): Add align attribute support for <img>.
9418
9419 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * gnus-gravatar.el (gnus-art): Require.
9422
9423         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9424         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9425         Remove long obsoleted functions.
9426
9427 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9430
9431         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9432
9433         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9434         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9435         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9436         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9437         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9438         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9439         * sieve-manage.el, smime.el, spam.el:
9440         Fix comment for declare-function.
9441
9442 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * nnimap.el (nnimap-request-rename-group): Select group read-only
9445         before renaming it.
9446
9447         * shr.el (shr-insert): Fix up the white space only regexp.
9448
9449         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9450         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9451
9452         * shr.el (shr-current-column): New function.
9453         (shr-find-fill-point): New function.
9454
9455 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9456
9457         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9458         numbers.
9459
9460 2010-10-11  Julien Danjou  <julien@danjou.info>
9461
9462         * shr.el (shr-hr-line): Add.
9463         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9464         display hr lines.
9465         (shr-max-columns): Do not change state to nil if we just inserting
9466         spaces.
9467
9468 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9471         select the last group.
9472
9473 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9474
9475         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9476
9477 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9478
9479         * dig.el (dig-mode-map): Declare and define in one step.
9480
9481 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482
9483         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9484         for Gnus.
9485         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9486         (nnimap-update-qresync-info): Mark \Seen articles as read.
9487
9488         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9489         non-variable, too.
9490
9491         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9492         available.
9493         (nnimap-update-info): Rely more on the current active than the param
9494         active to avoid marking articles as read too much.
9495
9496         * auth-source.el (auth-source-create): Use (user-login-name) for the
9497         user name default.
9498
9499         * nnimap.el (nnimap-update-info): If the server doesn't return any
9500         useful info, just use the previous info.
9501         (nnimap-update-info): Prefer old info over start-article.
9502         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9503
9504 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9505
9506         * nnir.el (autoload): Clean up autoloads.
9507         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9508         Use key rather than value.
9509         (nnir-imap-search-other): New variable.
9510         (nnir-read-parm): Use it.
9511         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9512         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9513
9514 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9515
9516         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9517         the process, too.
9518
9519 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * spam.el (gnus-summary-mode-map): Bind to "$".
9522         Suggested by Russ Allbery.
9523
9524         * shr.el: Rework the way things are indented by <li> slightly.
9525
9526         * gnus.el (gnus-group-set-parameter): Fix typo.
9527
9528         * nnimap.el: Start implementing QRESYNC support.
9529
9530 2010-10-09  Julien Danjou  <julien@danjou.info>
9531
9532         * nnir.el (nnir-engines): Fix too many arguments.
9533
9534 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9537         group is the "last", so that the backends like nnfolder actually save
9538         their folders.
9539
9540         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9541         try to use that for the tls stream.
9542         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9543         UIDVALIDITY and find out which groups are read-only and not.
9544         (nnimap-get-flags): Use the same marks parsing code as the rest of
9545         nnimap.
9546
9547 2010-10-09  Julien Danjou  <julien@danjou.info>
9548
9549         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9550
9551         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9552         retrieving gravatars.
9553
9554         * shr.el (shr-table-corner): Add.
9555         (shr-table-line): Add.
9556         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9557
9558 2010-10-08  Julien Danjou  <julien@danjou.info>
9559
9560         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9561
9562 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9563
9564         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9565
9566         * gnus-sum.el (gnus-mark-article-as-unread)
9567         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9568         (gnus-summary-set-bookmark): Use it.
9569
9570         * gnus-msg.el (gnus-setup-message): Use it.
9571
9572         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9573
9574         * gnus.el (gnus-group-remove-parameter): Use it.
9575
9576         * gnus-group.el (gnus-group-make-web-group): Use it.
9577
9578         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9579
9580         * nnregistry.el: Update docs to mention manual.
9581
9582         * gnus-registry.el: Update docs to mention nnregistry.el.
9583         (gnus-registry-initialize): Don't install nnregistry refer method
9584         automatically.
9585         (gnus-registry-install-nnregistry): Remove it.
9586
9587 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * shr.el (shr-insert): Don't insert double spaces.
9590
9591 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-gravatar.el (gnus-treat-from-gravatar)
9594         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9595         called interactively.
9596
9597         * gnus-art.el (gnus-mime-view-part-externally)
9598         (gnus-mime-view-part-internally): Make predicate function passed to
9599         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9600         of a mime type.
9601
9602         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9603
9604 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605
9606         * shr.el (require): Require cl when compiling.
9607         (shr-tag-hr): New function.
9608
9609         * nnimap.el (nnimap-update-info): Remove double setting of high.
9610         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9611         This makes nnimap work properly on Courier again.
9612
9613         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9614         the variable for backwards compatibility.
9615
9616         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9617         the file name before using to avoid setting mm-default-directory to
9618         nil.
9619
9620         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9621         bidning gnus-agent variables.
9622
9623         * shr.el (shr-render-td): Use a cache for the table rendering function
9624         to avoid getting an exponential rendering behavior in nested tables.
9625         (shr-insert): Rework the line-breaking algorithm.
9626         (shr-insert): Don't leave trailing spaces.
9627         (shr-insert-table): Also insert empty TDs.
9628         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9629
9630 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9631
9632         * gnus-sum.el (gnus-number): Rename from `number'.
9633         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9634         (gnus-summary-limit-children): Update uses correspondingly.
9635
9636 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9639         (gnus-gravatar-transform-address): Don't show avatars of people of
9640         which mail addresses match gnus-gravatar-too-ugly.
9641
9642 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * shr.el (shr-table-widths): Expand TD elements to fill available
9645         space.
9646
9647 2010-10-07  Julien Danjou  <julien@danjou.info>
9648
9649         * nnimap.el (nnimap-request-rename-group): Add this method.
9650
9651 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9654         name from XEmacs' function-arglist.
9655
9656         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9657         gravatar under XEmacs.
9658
9659 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9660
9661         * auth-source.el: Update docs with TODO items.
9662
9663         * gnus-sync.el: Update docs to explain state and plans.
9664
9665         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9666         Hooks for mark updates.
9667         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9668
9669         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9670         hooks with arguments, which is needed for mark update hooks.
9671
9672 2010-10-06  Julien Danjou  <julien@danjou.info>
9673
9674         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9675         was matched.
9676
9677         * sieve-manage.el: Update example in `Commentary'.
9678
9679         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9680
9681         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9682         not 2000.
9683         (sieve-manage-authenticate): Re-add function.
9684
9685 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * shr.el (shr-insert): Get 'space transition right.
9688         (shr-render-td): Only delete space at the end of the TD.
9689
9690         * nnimap.el (nnimap-open-connection): Prepare to support
9691         open-gnutls-stream.
9692
9693         * shr.el: Rearrange function order to be more logical.
9694
9695 2010-10-06  Julien Danjou  <julien@danjou.info>
9696
9697         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9698         (nnrss-discover-feed): Remove 404 URL in docstring.
9699
9700         * nnir.el: Fix Swish-E URL.
9701         Fix Namazu URL.
9702
9703         * message.el (message-change-subject): Remove 404 URL in a comment.
9704
9705 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9708         called interactively.
9709
9710         * gnus-util.el (gnus-remove-if): Allow hash table.
9711         (gnus-remove-if-not): New function.
9712
9713         * gnus-art.el (gnus-mime-view-part-as-type):
9714         * gnus-score.el (gnus-summary-score-effect):
9715         * gnus-sum.el (gnus-read-move-group-name):
9716         Replace remove-if-not with gnus-remove-if-not.
9717
9718         * gnus-group.el (gnus-group-completing-read):
9719         Regard collection as a hash table if it is not a list.
9720
9721 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9722
9723         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9724
9725         * shr.el: Document the table-rendering algorithm.
9726
9727 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9730         for Emacsen having no `libxml-parse-html-region' support.
9731
9732 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9735         invalid URLs.
9736
9737         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9738         line-broken.
9739         (shr-tag-img): Ignore image fetching errors.
9740         (shr-overlays-in-region): Compute overlay positions correctly.
9741
9742         * mm-decode.el (mm-shr): Require shr.
9743
9744         * gnus-art.el (gnus-blocked-images): Move variable here.
9745
9746         * shr.el (shr-insert-table): Bind free variable.
9747
9748         * mm-decode.el (mm-shr): Bind shr-content-function.
9749
9750         * shr.el (shr-content-function): New variable.
9751
9752         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9753         added for symmetry.
9754
9755         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9756
9757         * gnus-group.el (gnus-group-make-group): Doc fix.
9758
9759         * nnimap.el (nnimap-request-newgroups): Return success.
9760
9761         * shr.el (shr-find-elements): New function.
9762         (shr-tag-table): Put all the images after the table.
9763         (shr-tag-table): Really inhibit images inside the table.
9764         (shr-collect-overlays): Copy over overlays from the TD elements to the
9765         main document.
9766
9767         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9768         gnus-blocked-images.
9769
9770 2010-10-05  Julien Danjou  <julien@danjou.info>
9771
9772         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9773
9774         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9775         (gnus-html-maximum-image-size): Add this function.
9776         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9777
9778         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9779         server-value of the capability is nil.
9780
9781 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * shr.el (shr-tag-em): Add <EM> tag.
9784
9785 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9786
9787         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9788         customizable.
9789
9790         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9791         handing broken links to browse-url.
9792
9793 2010-10-05  Julien Danjou  <julien@danjou.info>
9794
9795         * gnus-util.el (gnus-emacs-completing-read)
9796         (gnus-iswitchb-completing-read): Use autoload rather than require.
9797
9798 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9801         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9802         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9803         iswitchb-temp-buflist for XEmacs.
9804
9805         * gnus-util.el (gnus-completing-read-function): Exclude
9806         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9807         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9808         XEmacs.
9809
9810         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9811         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9812
9813         * gnus-html.el: Don't require help-fns under XEmacs.
9814         (gnus-html-schedule-image-fetching): Work for XEmacs.
9815
9816         * mm-decode.el (mm-shr): Decode contents by charset.
9817
9818 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9821         unknown.
9822
9823         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9824         (shr-get-image-data): Ensure against the cache file missing.
9825
9826         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9827         for data.
9828
9829         * spam-report.el (spam-report-url-ping-plain): Don't query about
9830         killing the process.
9831
9832         * shr.el (shr-render-td): Protect against too-wide text.
9833
9834 2010-10-04  Julien Danjou  <julien@danjou.info>
9835
9836         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9837         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9838
9839         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9840         retrieved.
9841
9842 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * shr.el (browse-url): Require.
9845         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9846         lines.
9847         (shr-show-alt-text, shr-browse-image): New commands.
9848         (shr-browse-url, shr-copy-url): New commands.
9849
9850         * gnus-sum.el (gnus-widen-article-window): New variable.
9851         (gnus-summary-select-article-buffer): Use it.
9852
9853         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9854         without @ signs.
9855
9856 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9857
9858         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9859
9860 2010-10-04  Julien Danjou  <julien@danjou.info>
9861
9862         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9863         for XEmacs.
9864
9865 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9868
9869         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9870         (nnimap-close-server): Implement.
9871
9872         * dgnushack.el (iswitchb): Require to shut up the compiler.
9873
9874         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9875         (shr-insert): Tweak line breaking.
9876         (shr-insert): Handle <pre> better.
9877         (shr-tag-li): Get <li> indentation right.
9878         (shr-tag-li): Get <li> indentation even righter.
9879         (shr-tag-blockquote): Ensure paragraph start.
9880         (shr-make-table): Tweak table generation.
9881         (shr-make-table): Fix typo.
9882
9883         * shr.el: Implement table rendering.
9884
9885 2010-10-04  Julien Danjou  <julien@danjou.info>
9886
9887         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9888
9889 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9890
9891         * shr.el (shr-insert): Use string anchors instead of line anchors.
9892
9893 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894
9895         * shr.el: Add headings.
9896         (shr-ensure-paragraph): Actually work.
9897         (shr-tag-li): Make <ul> prettier.
9898         (shr-insert): Get white space at the beginning/end of elements right.
9899         (shr-tag-p): Collapse subsequent <p>s.
9900         (shr-ensure-paragraph): Don't insert double line feeds after blank
9901         lines.
9902         (shr-insert): \t is also space.
9903         (shr-tag-s): Fix "s" tag name function.
9904         (shr-tag-s): Fix face prop name.
9905
9906 2010-10-03  Julien Danjou  <julien@danjou.info>
9907
9908         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9909
9910         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9911         gnus-window-inside-pixel-edges.
9912
9913         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9914         gnus-ems.
9915
9916         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9917
9918         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9919         function.
9920
9921         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9922         resize choice.
9923
9924 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9927         beginning of the buffer.
9928
9929         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9930         article buffer again.
9931
9932         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9933
9934         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9935         when it's at the start of the buffer.
9936
9937         * shr.el (shr-tag-blockquote): Convert name.
9938         (shr-rescale-image): Use the right image-size variant.
9939
9940         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9941         buffer isn't shown, then select the current article first instead of
9942         bugging out.
9943         (gnus-summary-select-article-buffer): Show both the article and summary
9944         buffers again.
9945
9946         * shr.el (shr-fontize-cont): Protect against regions with no text.
9947         Rename tag functions to shr-tag-* for enhanced security.
9948         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9949
9950 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9951
9952         * shr.el (shr-insert):
9953         * pop3.el (pop3-movemail):
9954         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9955         loaded.
9956
9957 2010-10-03  Glenn Morris  <rgm@gnu.org>
9958
9959         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9960
9961         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9962
9963         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9964
9965         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9966
9967         * gnus-util.el (gnus-make-local-hook): Simplify.
9968
9969 2010-10-02  Julien Danjou  <julien@danjou.info>
9970
9971         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9972         (gnus-ido-completing-read): New function.
9973         (gnus-emacs-completing-read): New function.
9974         (gnus-completing-read): Use gnus-completing-read-function.
9975         Add gnus-completing-read-function.
9976
9977 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * shr.el (shr-insert-document): Autoload.
9980         (shr-img): Be silent.
9981         (shr-insert): Add a newline after every picture before text.
9982         (shr-add-font): Use overlays for combining faces.
9983         (shr-insert): Pass upwards the text start point.
9984
9985         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9986         possible.
9987         (mm-shr): New function.
9988
9989 2010-10-02  Julien Danjou  <julien@danjou.info>
9990
9991         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9992         should go backward.
9993
9994 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9995
9996         * shr.el (shr): Fix typo in provide call.
9997
9998 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * shr.el: New file.
10001
10002         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10003
10004         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10005         completing read.
10006
10007 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10010         we're being queried about.  Suggested by Dan Jacobson.
10011
10012         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10013         Suggested by Jason Eisner.
10014
10015         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10016         table, too.  Suggested by Stefan Wiens.
10017         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10018         the table unnecessary.  Suggested by Stefan Wiens.
10019
10020         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10021         longer needed, and probably doesn't work either, as pointed out by
10022         Stefan Wiens.
10023         (gnus-summary-exit): Remove call to the clearing function.
10024         (gnus-summary-exit-no-update): Ditto.
10025
10026         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10027         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10028         Reported by Stefan Monnier.
10029         (gnus-summary-save-in-rmail): Ditto.
10030
10031         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10032         article buffer, instead of both the article buffer and the summary
10033         buffer.  Sort of suggested by Dan Jacobson.
10034
10035         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10036
10037         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10038         Suggested by Dan Jacobson.
10039
10040         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10041         documentation clearer.
10042
10043         * message.el (message-shorten-references): Comment on the number "21".
10044         Suggested by Stefan Monnier.
10045
10046         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10047         Suggested by Dan Jacobson.
10048
10049         * gnus.el (gnus-large-newsgroup):
10050         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10051
10052         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10053         externalize attachments.  Bug reported by Steve Wen.
10054
10055         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10056         really message anything to the user.
10057
10058         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10059         directly.
10060
10061         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10062         messages in empty groups.
10063
10064 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10065
10066         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10067         non-UIDNEXT group.
10068
10069 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10072         not the value from the collection.
10073
10074         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10075         values.  This sometimes happens on some groups that have no info.
10076         (nnimap-request-newgroups): New function.
10077
10078 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10079
10080         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10081         check into `gnus-registry-initialize'.
10082         (gnus-registry-initialize): Ditto.
10083         Fix and extend header docs.
10084
10085 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10086
10087         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10088         regexp backtrace overflows.
10089
10090         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10091         for starttls that tls.el implements; i.e. openssl.
10092
10093         * tls.el (tls-starttls-switches): Give up on using starttls with
10094         gnutls-cli.
10095         (tls-program): Add --insecure to be consistent with the defaults from
10096         openssl s_client.  Now all three commands are insecure.
10097
10098 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * lpath.el: Bind completion-styles-alist for XEmacs.
10101
10102         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10103         (gravatar-create-image): New function that's an alias to
10104         gnus-xmas-create-image, gnus-create-image, or create-image.
10105         (gravatar-data->image): Use it.
10106
10107 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10108
10109         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10110         install the nnregistry refer method.
10111         (gnus-registry-install-hooks): Use it.
10112         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10113         unfollowed groups.
10114
10115 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10116
10117         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10118         expanding threads.
10119
10120 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121
10122         * nnir.el: Use the server names without suffixes (bug#7009).
10123
10124         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10125         unencrypted to STARTTLS, if possible.
10126
10127 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10128
10129         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10130         headers before superseding.
10131
10132 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * nnrss.el (nnrss-use-local): Add documentation.
10135
10136         * nnimap.el (nnimap-extend-tls-programs): New function.
10137         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10138         (nnimap-wait-for-connection): Accept the greeting from the stupid
10139         output from openssl s_client -starttls, too.
10140
10141         * tls.el (tls-starttls-switches): New variable.
10142         (tls-find-starttls-argument): Use it.
10143         (open-tls-stream): Ditto.
10144
10145         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10146         (netrc-machine): Ditto.
10147
10148         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10149         article number.
10150         (nnimap-split-fancy): New variable.
10151         (nnimap-split-incoming-mail): Use it.
10152
10153         * nntp.el (nntp-server-list-active-group): Document.
10154
10155         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10156         SELECT to get the message-id.
10157
10158         * mail-source.el (mail-sources): Remove webmail support.
10159         (defvar): Ditto.
10160         (mail-source-fetcher-alist): Ditto.
10161         (mail-source-fetch-webmail): Remove.
10162
10163         * webmail.el: Remove -- doesn't seem relevant any more.
10164
10165         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10166
10167         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10168         the \r.
10169
10170 2010-09-30  Julien Danjou  <julien@danjou.info>
10171
10172         * gnus-agent.el (gnus-agent-add-group): Fix call to
10173         gnus-completing-read.
10174
10175 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176
10177         * nndoc.el (nndoc-retrieve-groups): New function.
10178
10179         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10180         `default', use nnmail-split-methods.
10181         (nnimap-request-article): Downcase the NILs so that they are nil.
10182
10183         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10184         symbol.
10185
10186         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10187         code, since if the user has requested network, that's what they ought
10188         to get.
10189         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10190         (nnimap-split-rule): Mark as obsolete.
10191
10192         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10193         New variable.
10194
10195         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10196         correct slot, too.
10197
10198 2010-09-29  Julien Danjou  <julien@danjou.info>
10199
10200         * gnus.el (gnus-local-domain): Declare variable obsolete.
10201
10202         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10203         Fix history computing.
10204         (gnus-ido-completing-read): Require ido.
10205
10206 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207
10208         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10209         build Gnus.
10210
10211         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10212         when interpreting the structures.
10213         (nnimap-request-accept-article): Add \r\n to the lines to make this
10214         work with Cyrus.
10215
10216         * nndraft.el (nndraft-request-expire-articles): Use the group name
10217         instead if "nndraft".  Fix found by Nils Ackermann.
10218
10219 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10220
10221         * nnregistry.el: Add.
10222
10223 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10224
10225         * nnmail.el (group, group-art-list, group-art):
10226         Remove unneeded directives.
10227
10228 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10231         (mm-mime-charset):
10232         * rfc2047.el (rfc2047-syntax-table):
10233         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10234
10235         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10236         rather than `insert-file-contents' and `eval-region'.
10237
10238         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10239         construction.
10240
10241         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10242
10243         * time-date.el: No need to require cl for Emacs 21.
10244
10245 2010-09-29  Julien Danjou  <julien@danjou.info>
10246
10247         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10248         replacement of `gnus-gravatar-relief' to mimic
10249         `gnus-faces-properties-alist'.
10250         Add :version property.
10251
10252 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * mail-source.el (mail-source-report-new-mail):
10255         * message.el (message-default-mail-headers):
10256         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10257
10258         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10259
10260 2010-09-28  Julien Danjou  <julien@danjou.info>
10261
10262         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10263         mail-address contains the same string as real-name.
10264
10265         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10266         non-blank in header, otherwise it'll get stripped.
10267
10268         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10269         real-name, and then for mail address rather than doing : or , search.
10270
10271 2010-09-27  Julien Danjou  <julien@danjou.info>
10272
10273         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10274         right completing-read function.
10275         (gnus-use-ido): New variable
10276         (gnus-completing-read-with-default): Remove.
10277         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10278         (gnus-agent-add-group):
10279         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10280         * mm-view.el (mm-view-pkcs7-decrypt):
10281         * mm-util.el (mm-codepage-setup):
10282         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10283         * mml-smime.el (mml-smime-openssl-sign-query):
10284         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10285         (mml-insert-multipart):
10286         * gnus-msg.el (gnus-summary-yank-message):
10287         * gnus-int.el (gnus-start-news-server):
10288         * mm-decode.el (mm-interactively-view-part):
10289         * gnus-dired.el (gnus-dired-attach):
10290         * gnus.el (gnus-read-method):
10291         * gnus-bookmark.el (gnus-bookmark-jump):
10292         * gnus-art.el (gnus-mime-view-part-as-type)
10293         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10294         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10295         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10296         * nnmairix.el (nnmairix-create-server-and-default-group)
10297         (nnmairix-update-groups, nnmairix-get-server)
10298         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10299         (nnmairix-get-group-from-file-path):
10300         * nnrss.el (nnrss-find-rss-via-syndic8):
10301         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10302         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10303         (gnus-group-browse-foreign-server):
10304         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10305         (gnus-summary-execute-command, gnus-summary-respool-article)
10306         (gnus-read-move-group-name):
10307         * gnus-score.el (gnus-summary-increase-score)
10308         (gnus-summary-score-effect):
10309         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10310
10311 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10314         x-focus-frame.
10315
10316         * nnimap.el (auth-source-forget-user-or-password)
10317         (auth-source-user-or-password): Autoload.
10318
10319         * message.el (message-from-style, message-interactive)
10320         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10321         (message-yank-prefix, message-indentation-spaces, message-signature)
10322         (message-signature-file): Add comment.
10323
10324 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10327         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10328         new articles.
10329
10330         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10331         parts.
10332         (nnimap-request-article): Work with the t setting, too.
10333
10334         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10335         that you don't get flashes of other buffers.
10336         (gnus-summary-show-complete-article): Intern before setting.
10337
10338 2010-09-27  David Engster  <dengste@eml.cc>
10339
10340         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10341         well as HEADERS.
10342         (nnmairix-retrieve-headers): Provide new argument for the above.
10343
10344 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * gnus-sum.el (gnus-summary-move-article): Don't alter
10347         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10348         group.
10349
10350         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10351
10352         * message.el (message-cite-prefix-regexp): Revert my last edit.
10353
10354         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10355         variable instead of the Gnus variable.
10356
10357         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10358
10359         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10360
10361         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10362         since some servers don't like it.
10363         (nnimap-open-connection): Forget credentials if the server says the
10364         password was wrong.
10365         (nnimap-parse-line): Protect against invalid data.
10366
10367         * gnus-sum.el (gnus-summary-move-article): Add comment.
10368         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10369         nothing alters it while scanning for new messages.
10370
10371         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10372         which may or may not help.
10373         (nnimap-open-connection): If we're doing a stream connection, and then
10374         discover we're on a STARTTLS-capable server, then open a STARTTLS
10375         connection instead.
10376
10377 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * nnimap.el (utf7): Require.
10380
10381         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10382         prefix.
10383
10384 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10385
10386         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10387
10388 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * nnimap.el (nnimap-request-accept-article): Message the error on
10391         error.
10392
10393 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10396
10397 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * nndoc.el (nndoc-request-list): Return success always.
10400
10401         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10402         `fetch-old' -- we only want to fetch the articles we've requested.
10403         The rest are in the agent, probably.
10404         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10405         disappeared server" to something low.  It's not important.
10406
10407         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10408         arrived before the FETCH data.
10409
10410         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10411         target here, because we don't know the Gnus name of the group.
10412
10413         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10414         for the correct group.
10415
10416         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10417
10418         * gnus.el (gnus): Give a final warning after startup.
10419
10420         * gnus-util.el (gnus-action-message-log): New variable.
10421         (gnus-message): Use it.
10422         (gnus-final-warning): New function.
10423
10424         * nnimap.el (nnimap-open-connection): Record the greeting.
10425         (nnimap): Add greeting.
10426
10427 2010-09-26  Julien Danjou  <julien@danjou.info>
10428
10429         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10430         arguments.
10431         (gnus-html-wash-images): Fix spec computing to include start/end.
10432
10433         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10434
10435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10438         deletion.
10439         (nnimap-retrieve-headers): Don't select the group, because that's
10440         already done by nnimap-possibly-change-group.
10441
10442         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10443         (gnus-picon-transform-address): Use it.
10444
10445         * mail-source.el (mail-source-value): Revert previous patch.
10446
10447         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10448         on failure.
10449         (nnimap-open-connection): Look up both virtual and physical server name
10450         credentials.
10451
10452         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10453
10454 2009-02-07  Dave Love  <fx@gnu.org>
10455
10456         * tls.el (open-tls-stream): Don't query killing process.
10457
10458 2009-02-08  Dave Love  <fx@gnu.org>
10459
10460         * gnus-win.el (gnus-window-to-buffer-helper)
10461         (gnus-all-windows-visible-p): Function needn't be a symbol.
10462
10463         * mail-source.el (mail-source-value): Function needn't be a symbol.
10464
10465 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * message.el (message-cite-prefix-regexp): Remove } from the cite
10468         prefix.
10469
10470         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10471         highlight again, so that the highlight is correct.
10472
10473         * gnus-picon.el (gnus-picon): Remove again.
10474         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10475
10476         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10477         doing the header highlightling, so that the background color of the
10478         picon is correct.
10479
10480         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10481         (gnus-picon): Ditto.
10482         (gnus-picon): Reinstate.  The background color for picons is white.
10483         (gnus-picon-insert-glyph): Make the background white.
10484
10485         * nnml.el (nnml-open-nov): Don't return dead buffers.
10486
10487         * auth-source.el (auth-source-create): Query the user for whether to
10488         store the credentials.
10489
10490         * netrc.el (netrc-store-data): New function.
10491
10492         * auth-source.el (auth-source-user-or-password): Use the existing auth
10493         sources, if any, for creation.
10494
10495         * gnus.el (gnus-group-fast-parameter): Return the last matching
10496         parameter instead of the first matching parameter.
10497
10498 2010-09-26  Julien Danjou  <julien@danjou.info>
10499
10500         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10501
10502 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * mml2015.el (mml2015-use): Remove gpg support.
10505
10506         * mml1991.el (mml1991-function-alist): Remove gpg function.
10507         (mml1991-gpg-sign): Remove.
10508
10509 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10510
10511         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10512         (gnus-browse-unsubscribe-current-group): Document it.
10513         (gnus-browse-unsubscribe-group): Use it.
10514
10515 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10516
10517         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10518         address to the To list for easier response.
10519
10520         * gnus.el (gnus-play-startup-jingle): Remove.
10521         (gnus-splash): Don't play jingle.
10522         (gnus): Silence gnus-load message.
10523
10524         * gnus-art.el (gnus-treat-play-sounds): Remove.
10525
10526         * gnus.el (gnus-play-jingle): Remove audio support.
10527
10528         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10529
10530         * earcon.el: Remove -- no users.
10531
10532         * gnus-audio.el: Remove -- no users of this package.
10533
10534         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10535
10536         * gnus-start.el (gnus-setup-news): Remove nocem support.
10537
10538         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10539
10540         * gnus.el (gnus-use-nocem): Remove.
10541
10542         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10543         Remove.
10544
10545         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10546         uses NoCeM any more.
10547
10548         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10549         (gnus-button-ctan-handler): Ditto.
10550         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10551         (gnus-button-ctan-directory-regexp): Ditto.
10552         (gnus-button-handle-ctan): Ditto.
10553         (gnus-button-tex-level): Ditto.
10554         (gnus-button-alist): Remove CTAN stuff.
10555
10556 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10559         nnimap-streaming test.
10560
10561         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10562         servers twice.
10563
10564         * nnimap.el (nnimap-open-connection): Add more error reporting when
10565         nnimap fails early.
10566
10567         * nnheader.el (nnheader-get-report-string): New function.
10568         (nnheader-get-report): Use it.
10569
10570         * gnus-int.el (gnus-check-server): Say what the error was when opening
10571         failed.
10572
10573         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10574         using streaming.
10575
10576 2010-09-25  Julien Danjou  <julien@danjou.info>
10577
10578         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10579         gnus-window-inside-pixel-edges.
10580
10581 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10582
10583         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10584
10585         * mm-decode.el (mm-save-part): Allow saving to other directories the
10586         normal Emacs way.
10587
10588         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10589         Suggested by Jay Berkenbilt.
10590
10591         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10592         there isn't a single byte.
10593
10594         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10595         just do it.  It doesn't really seem to matter what the user responds
10596         here, I think, so it's just a confusing question.
10597
10598         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10599         non-streaming case.
10600
10601         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10602         (gnus-article-encrypt-body): Use it.
10603
10604         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10605         keystroke.
10606
10607         * nnimap.el (nnimap-find-wanted-parts-1):
10608         Use gnus-fetch-partial-articles.
10609
10610         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10611
10612         * nnimap.el (nnimap-insert-partial-structure): New function.
10613         (nnimap-get-partial-article): New function.
10614         (nnimap-request-article): Use it.
10615         (nnimap-wait-for-response): Return whether the wait was successful.
10616         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10617         retrieval wasn't successful.
10618         (nnimap-retrieve-group-data-early): Allow throttling servers.
10619         (nnimap-streaming): New variable.
10620         (nnimap-fetch-partial-articles): Remove.
10621
10622         * mm-decode.el (mm-with-part): Protect against killed buffers.
10623
10624         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10625         for prettier summary display.
10626
10627 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10628
10629         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10630
10631 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10634         apparently third-party libraries depend on it.
10635
10636         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10637         before starting negotiation.
10638
10639         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10640         privacy reasons.
10641         (gnus-treat-mail-gravatar): Ditto.
10642
10643         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10644         buffer when inserting images.  Inserting text into the headers, for
10645         instance, can make them invalid.
10646
10647 2010-09-25  Julien Danjou  <julien@danjou.info>
10648
10649         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10650         variables.
10651
10652         * nnheader.el: Remove useless variables news-reply-yank-from and
10653         news-reply-yank-message-id.
10654
10655         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10656         variables.
10657
10658         * mml1991.el: Remove useless mml1991-verbose.
10659
10660         * gnus.el: Remove useless variable gnus-use-generic-from.
10661         Remove obsolete variable gnus-topic-indentation.
10662
10663         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10664
10665         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10666
10667         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10668
10669         * gnus-group.el: Remove useless gnus-group-icon-cache.
10670         Remove useless gnus-ephemeral-group-server.
10671
10672         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10673
10674         * mml2015.el: Remove useless mml2015-verbose.
10675
10676         * mml-smime.el: Remove useless mml-smime-verbose.
10677
10678         * gnus.el: Remove useless gnus-local-domain.
10679
10680         * gnus-gravatar.el (gnus-gravatar-transform-address):
10681         Use gnus-gravatar-size.
10682
10683         * gnus-art.el: Remove useless gnus-treat-translate.
10684
10685 2010-09-24  Julien Danjou  <julien@danjou.info>
10686
10687         * gnus-sum.el: Add support for Gravatars.
10688
10689         * gnus-art.el: Add support for Gravatars.
10690
10691         * gnus-gravatar.el: Add this file.
10692
10693         * gravatar.el: Add this file.
10694
10695 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10698
10699         * gnus-group.el (gnus-group-fetch-faq): Remove.
10700
10701         * gnus.el (gnus-group-faq-directory): Remove.
10702
10703         * gnus-group.el (gnus-group-fetch-charter): Remove.
10704
10705         * gnus.el (gnus-group-charter-alist): Remove.
10706
10707         * gnus-group.el (gnus-group-archive-directory): Remove.
10708         (gnus-group-recent-archive-directory): Ditto.
10709         (gnus-group-make-archive-group): Remove.
10710
10711         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10712
10713         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10714         use the same article number for all the cached articles.
10715
10716         * nnimap.el (nnimap-command): Register the last command time so
10717         that we can use it for idling NOOPs.
10718         (nnimap-open-connection): Start the keeplive timer.
10719         (nnimap-make-process-buffer): Store all the process buffers.
10720         (nnimap-keepalive): New function.
10721
10722         * starttls.el (starttls-open-stream): Add autoload cookie.
10723
10724 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10725
10726         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10727         handling.
10728
10729 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10732         its data structures.
10733
10734         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10735         instead of the cl.el copy-list.
10736         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10737         equalp.
10738
10739 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10742         and tool-bar-local-item-from-menu.
10743
10744         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10745         mode-line-highlight face for Emacs.
10746
10747         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10748         loading gnus-sum.elc; fix comment for canlock-verify.
10749         (gnus-article-jump-to-part): Use read-number.
10750         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10751         Remove Emacs pre-21 compatible code for help-echo.
10752         (gnus-article-next-page-1): No need to adjust the number of lines.
10753         (gnus-article-describe-bindings): Always use help-buffer.
10754
10755         * gnus-audio.el (gnus-audio-inline-sound):
10756         * gnus-cus.el (gnus-custom-mode):
10757         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10758
10759         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10760
10761         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10762         compatible code.
10763
10764 2010-09-24  Glenn Morris  <rgm@gnu.org>
10765
10766         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10767         visiting the fcc file in rmail-mode.
10768
10769         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10770
10771 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * nnir.el: Silence the byte compiler.
10774
10775         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10776         alias to browse-url-url-encode-chars if any.
10777         (gnus-html-encode-url): Use it.
10778
10779 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780
10781         * gnus-start.el (gnus-use-backend-marks): New variable.
10782         (gnus-get-unread-articles-in-group): Use it.
10783
10784         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10785         makeover.
10786
10787 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10788
10789         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10790
10791 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10794         Remove.
10795         (gnus-setup-news-hook):
10796         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10797
10798         * gnus-int.el (gnus-request-update-info): Protect against backends not
10799         having the function.
10800
10801         * nnimap.el (nnimap-stream): Mention starttls.
10802         (nnimap-open-connection): Add starttls support.
10803
10804 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10805
10806         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10807
10808 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10811         BODYSTRUCTUREs.
10812         (nnimap-transform-headers): Unfold quoted {42} headers.
10813
10814         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10815         the info.
10816         (gnus-get-unread-articles): Only call updatep on backends that support
10817         it.
10818
10819         * nnweb.el (nnweb-request-update-info): NOOP.
10820
10821         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10822
10823         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10824         since it only deals with marks.
10825
10826         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10827         gnus-request-marks, and make a new gnus-request-update-info.
10828
10829         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10830         the active instead of the high number, which is usually too low.
10831
10832 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10833
10834         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10835         * encrypt.el: Remove.
10836
10837 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10840         server in symbolic form.
10841
10842         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10843
10844 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10847         (nnimap-update-info): Fix up code slightly.
10848
10849         * gnus-int.el (gnus-open-server): Add tracing for performance
10850         debugging.
10851
10852         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10853         (gnus-group-insert-group-line): Pass the real group name so that it
10854         gets the right data.
10855
10856         * gnus-start.el (gnus-get-unread-articles): Don't have
10857         `gnus-get-unread-articles-in-group' update info, since that can be
10858         really slow and doesn't seem to be needed?
10859
10860 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10861
10862         * time-date.el (date-to-time): Try using parse-time-string first before
10863         using the slower timezone-make-date-arpa-standard.
10864
10865 2010-09-22  Julien Danjou  <julien@danjou.info>
10866
10867         * gnus-group.el (gnus-group-insert-group-line):
10868         Call gnus-group-highlight-line.
10869         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10870         default hook list.
10871         (gnus-group-update-eval-form): Add new function.
10872         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10873         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10874
10875 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10878         immediate, then expire all articles.
10879         (nnimap-update-info): Fix off-by-one errors.
10880         (nnimap-flags-to-marks): Would return no marks lists for group with no
10881         flags.  Instead return the other data.
10882
10883 2010-09-22  Julien Danjou  <julien@danjou.info>
10884
10885         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10886         Only return an icon.
10887         (gnus-group-insert-group-line): Compute icon to return.
10888
10889         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10890         (gnus-html-image-fetched): Only cache if
10891         gnus-html-image-automatic-caching is set.
10892         (gnus-html-image-fetched): Check for errors.
10893
10894 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10897         once per method on `g'.  This ensures that backends like nnfolder don't
10898         open all their folders.
10899
10900         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10901         (nnimap-request-list): Nix out group in the correct buffer.
10902         (nnimap-parse-flags): Implement by using `read' instead of
10903         hand-parsing.
10904         (nnimap-flags-to-marks): Pass on permanent-flags.
10905         (nnimap-make-process-buffer): Record the server name.
10906         (nnimap-parse-flags): Fix typo.
10907         (nnimap-request-scan): Run split on the server in general, not just a
10908         single group.
10909
10910         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10911         parameter, and propagate this downwards.
10912
10913         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10914         since EXAMINE changes it on the server.
10915
10916         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10917         this command might take a while.
10918
10919 2010-09-22  Julien Danjou  <julien@danjou.info>
10920
10921         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10922         harmful if you have 2 images side-by-side, they can't be properly
10923         update on text deletion.  Using text-property is safer here.
10924         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10925         data.
10926
10927 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * nnimap.el (nnimap-expunge-inbox): Remove.
10930         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10931         (nnimap-expunge): Flip default to t.
10932
10933         * gnus.el (gnus-method-to-server): Don't push things to the cache
10934         unless it's unique.
10935         (gnus-server-to-method): Ditto.
10936
10937 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10938
10939         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10940
10941 2010-09-22  Julien Danjou  <julien@danjou.info>
10942
10943         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10944         get the start of data.
10945         (gnus-html-encode-url): Add this function to encode special chars in
10946         URL.
10947         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10948         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10949
10950         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10951         default.
10952         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10953
10954         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10955         images alt-text.
10956         (gnus-html-put-image): Put alt-text as help-echo.
10957
10958 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10961         * mm-util.el (mm-decompress-buffer):
10962         * nnir.el (nnir-run-find-grep):
10963         * pop3.el (pop3-list): Use 3rd arg of split-string.
10964
10965         * time-date.el (format-seconds): Comment fix.
10966
10967         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10968         and byte-optimize-form-code-walker.
10969         (dgnushack-make-auto-load): Don't advise make-autoload.
10970
10971         * lpath.el: Remove Emacs 21 stuff.
10972
10973 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10976         outside the active range.  Suggested by Dan Christensen.
10977
10978         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10979         slightly later to avoid double-getting it.
10980
10981         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10982         previous patch.
10983
10984         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10985
10986 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10987
10988         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10989
10990 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * gnus-int.el (gnus-open-server): Give a better error message in the
10993         "go offline" case.
10994
10995         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10996         marks for nnimap, which is seldom the right thing to do.
10997
10998         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10999         (gnus-same-method-different-name): New function.
11000
11001         * nnimap.el (parse-time): Require.
11002
11003         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11004         method in the presence of many similar methods.
11005
11006         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11007
11008         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11009         nnml-inhibit-expiry.
11010
11011         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11012         find out whether methods are equal.
11013
11014         * nnimap.el (nnimap-find-expired-articles): New function.
11015         (nnimap-process-expiry-targets): New function.
11016         (nnimap-request-move-article): Request the article before looking at
11017         what the Message-ID is.  Fix found by Andrew Cohen.
11018         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11019
11020         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11021         for oldness in addition to being a predicate.
11022
11023         * nnimap.el (nnimap-request-group): When we have zero articles, return
11024         the right data to Gnus.
11025         (nnimap-request-expire-articles): Only delete articles immediately if
11026         the target is 'delete.
11027
11028         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11029         method, this would bug out.
11030
11031         * gnus-group.el (gnus-group-expunge-group): Rename from
11032         gnus-group-nnimap-expunge, and implemented as a normal interface
11033         function.
11034
11035         * gnus-int.el (gnus-request-expunge-group): New function.
11036
11037         * nnimap.el (nnimap-request-create-group): Implement.
11038         (nnimap-request-expunge-group): New function.
11039
11040 2010-09-21  Julien Danjou  <julien@danjou.info>
11041
11042         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11043         (gnus-html-cache-expired): Add new function.
11044         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11045         wethever we should display image for fetch it.
11046         Compute alt-text earlier to pass it to the fetching function too.
11047         (gnus-html-schedule-image-fetching): Change function argument to only
11048         get one image at a time, not a list.
11049         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11050         cache.
11051         (gnus-html-get-image-data): New function to retrieve image data from
11052         cache.
11053         (gnus-html-put-image): Change buffer argument to use image data rather
11054         than file, and place image above region rather than inserting a new
11055         one.  Do not take alt-text as argument, since it's useless now: we place
11056         the image above alt-text.
11057         (gnus-html-prune-cache): Remove.
11058         (gnus-html-show-images): Start to fetch image when we find one, do not
11059         push into a temporary list.
11060         (gnus-html-prefetch-images): Only fetch image if they have expired.
11061         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11062         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11063
11064 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11067
11068 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11071         spec inser "*" if the group isn't active instead of 0.
11072
11073         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11074         opening the server.
11075         (nnimap-request-delete-group): Implement group deletion.
11076         (nnimap-transform-headers): Return the size of the entire message in
11077         the Bytes header, not just the size of the first part.
11078         (nnimap-request-move-article): When moving an article from nnimap,
11079         request the article first so the accepting form has an article to
11080         accept.  Reported by Dan Christensen.
11081         (nnimap-command): Make sure that the error message doesn't error out.
11082
11083 2010-09-20  David Edmondson  <dme@dme.org>
11084
11085         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11086         we haven't requested anything.
11087
11088 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11091         "".  Fix found by Andrew Cohen.
11092
11093         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11094         instead of -encode-string.
11095
11096 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11099
11100         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11101         by mm-subst-char-in-string.
11102
11103 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11104
11105         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11106         waiting for the connection string.
11107
11108         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11109         arriving.
11110
11111         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11112         bogus characters.  This allows selecting certain Gmail groups.
11113
11114         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11115         (nnimap-fetch-partial-articles): New variable.
11116         (nnimap-open-connection): When looking for credentials, also use the
11117         nnimap-server-port.
11118         (nnimap-request-article): Return the group/article number, so that Gnus
11119         `^' works as expected.
11120         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11121
11122         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11123         comments.
11124         (gnus-methods-sloppily-equal): New function.
11125         (gnus): When using the development version of Gnus, load the gnus-load
11126         file.
11127
11128         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11129         `gnus-open-server' on each method before trying to scan them etc.
11130         This ensures that all the backend parameters are set correctly.
11131
11132         * nnimap.el (nnimap-authenticator): New variable.
11133         (nnimap-open-connection): Allow anonymous login.
11134         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11135         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11136
11137         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11138         patch, found by Knut Anders Hatlen.
11139
11140 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11141
11142         * gnus-agent.el (gnus-agent-batch-confirmation)
11143         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11144         to gnus-message.
11145         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11146         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11147         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11148         * gnus-int.el (gnus-open-server): Likewise.
11149         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11150         (gnus-score-check-syntax): Likewise.
11151         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11152         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11153         Likewise.
11154         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11155
11156 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11159         calling conventions so that prefetch doesn't bug out.
11160
11161 2010-09-19  Julien Danjou  <julien@danjou.info>
11162
11163         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11164         rather than `subst-char-in-region' in order to be able to replace ASCII
11165         char by UTF-8 ones.
11166
11167         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11168         than curl.
11169         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11170         the right URL and ALT text on images.
11171         (gnus-html-wash-tags): Fix tag case.
11172         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11173         (gnus-article-html): Add -o display_ins_del=2 option.
11174         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11175
11176 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11179         the extra mail headers, which sometimes seem to happen for unknown
11180         reasons.
11181
11182         * mail-parse.el (mail-header-encode-parameter): Define as
11183         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11184         (or most, perhaps?) mail readers don't understand the latter, but do
11185         understand the former.
11186
11187         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11188         to nil, so that no methods are automatically agentized.  I think this
11189         is probably what most users want.
11190
11191         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11192         from url-retrieve, for instance about invalid URLs.
11193
11194         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11195         groups that have no articles.
11196         (nnimap-request-article): Check that we really got an article when we
11197         requested one.
11198
11199         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11200         doesn't exist.
11201
11202         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11203         nntp buffer so the agent can save it.
11204         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11205         that CRLF doesn't get translated to \n.
11206         (nnimap-open-connection): Don't make 'shell commands only send \n.
11207
11208 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11209
11210         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11211         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11212         Update var name.
11213         (nnml-generate-nov-file): Use dolist.
11214         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11215         Use with-current-buffer.
11216
11217 2010-09-18  Julien Danjou  <julien@danjou.info>
11218
11219         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11220         parallel.
11221
11222 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223
11224         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11225         the range update right.
11226         (nnimap-request-group): Don't make `M-g' bug out on group with no
11227         marks.
11228         (nnoo): Require, so that other packages can require nnimap.
11229         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11230         command we're looking for.  This helps when the server sends more
11231         responses after we've gotten everything we expected.
11232         (nnimap): Add a `newlinep' field to keep track of end-of-line
11233         conventions.
11234         Don't send CRLF to things that don't want it.
11235         (nnimap-request-accept-article): Ditto.
11236
11237 2010-09-18  Julien Danjou  <julien@danjou.info>
11238
11239         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11240         than curl to retrieve images.
11241
11242 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11245         the marks.
11246         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11247         (nnimap-wait-for-connection): New function.
11248         (nnimap-open-connection): If we have PREAUTH, don't query for login
11249         credentials.
11250         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11251         when doing a partial update.
11252
11253 2010-09-18  Julien Danjou  <julien@danjou.info>
11254
11255         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11256         tags.
11257
11258 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11259
11260         * nnimap.el (nnimap-credentials): New function.
11261         (nnimap-open-connection): Use the new function to look for credentials
11262         also on the numeric equivalents of "imap" and "imaps".
11263
11264         * gnus-start.el (gnus-activate-group): Send the info to
11265         gnus-request-group.
11266
11267         * nnimap.el (nnimap-request-group): Have the "check" version of the
11268         function parse flags and update the info, so that a `M-g' get a total
11269         resync of all flags from the group.
11270
11271         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11272         to allow backends to alter the info on group selection.  Also alter all
11273         the backend -request-group functions to take the parameter.
11274
11275         * nnimap.el (nnimap-store-info): New function.
11276         (nnimap-update-info): Store the info for later usage.
11277         (nnimap-request-group): Use the stored info for the dont-check case, so
11278         that we don't retrieve all marks when we enter a group.
11279
11280         * nnimap.el: Use deffoo instead of defun for interface functions.
11281
11282         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11283         update the group info.  This makes the nndraft groups, for instance, go
11284         back to their old behavior.
11285
11286         * gnus-sum.el (gnus-select-newsgroup): Indent.
11287
11288         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11289         in.
11290         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11291         nothing.
11292
11293         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11294         from methods that are denied.
11295
11296         * gnus-int.el (gnus-method-denied-p): New function.
11297
11298         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11299         store the password instead of netrc.
11300         (nnimap-open-connection): Don't error out when we can't make a
11301         connections.
11302
11303         * auth-source.el (auth-source-create): In the password prompt, say what
11304         we're querying for.  Also prompt for user name if that hasn't been
11305         given.
11306
11307         * nnimap.el (nnimap-with-process-buffer): Remove.
11308
11309 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11310
11311         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11312         method when we're reading from the agent.
11313
11314         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11315
11316         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11317         that's probably most useful for users.
11318
11319         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11320         "failed" all the time.
11321
11322         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11323         ...)) with (with-current-buffer ... ).
11324
11325         * nntp.el (nntp-open-server): Return whether the open was successful or
11326         not.
11327
11328         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11329         select an unread unseen article first.
11330
11331         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11332         /etc/services, supply some sensible port defaults.
11333
11334         * dgnushack.el: Define netrc-credentials.
11335
11336 2010-09-17  Julien Danjou  <julien@danjou.info>
11337
11338         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11339
11340 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11341
11342         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11343         doesn't have any parameters.
11344
11345 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11348         only upcased checks.
11349
11350         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11351
11352         * nnimap.el (nnimap-open-shell-stream): New function.
11353         (nnimap-open-connection): Use it.
11354         (nnimap-transform-headers): Get the number of lines in each message.
11355         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11356         number of lines.
11357         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11358         problem.
11359
11360         * utf7.el (utf7-encode): Autoload.
11361
11362         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11363         to allow the mail splitting to not return a default group.  This is
11364         useful for nnimap, which will leave unmatched mail in the inbox.
11365
11366         * nnimap.el: Rewritten.
11367
11368         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11369         nnimap usage.
11370
11371         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11372         if the move is internal, so that nnimap can do fast internal moves.
11373
11374         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11375         data.
11376         (gnus-read-active-for-groups): Support finishing the early retrieval of
11377         data.
11378
11379         * gnus-range.el (gnus-range-nconcat): New function.
11380
11381         * gnus-int.el (gnus-finish-retrieve-group-infos)
11382         (gnus-retrieve-group-data-early): New functions.
11383
11384 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11385
11386         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11387         (nnrss-retrieve-groups):
11388         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11389         (pop3-quit): Use with-current-buffer.
11390
11391 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11394         instead of nnheader-accept-process-output.
11395
11396         * dgnushack.el (dgnushack-compile): Add comment.
11397
11398         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11399
11400         * gnus-html.el (gnus-html-schedule-image-fetching)
11401         (gnus-html-prefetch-images): Replace process-kill-without-query by
11402         gnus-set-process-query-on-exit-flag.
11403
11404 2010-09-16  Romain Francoise  <romain@orebokech.com>
11405
11406         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11407
11408 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11411         parameter to unintern is mandatory-ish in Emacs 24.
11412
11413         * gnus-html.el (gnus-html-schedule-image-fetching)
11414         (gnus-html-prefetch-images): Check for curl before using it.
11415
11416         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11417         depend on curl, which isn't essential.
11418
11419         * imap.el: Revert back to version
11420         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11421         seem problematic.
11422
11423 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11424
11425         * gnus-registry.el (gnus-registry-install-shortcuts):
11426         Explicitly pass `obarray' to `unintern' to avoid a warning.
11427
11428 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11431         change.
11432
11433         * nnrss.el (nnrss-request-list): Remove this function and related
11434         functions, including the moreover stuff.
11435
11436 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * nnrss.el (nnrss-retrieve-groups): New function.
11439
11440 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11441
11442         * .dir-locals.el: Add no-byte-compile cookie.
11443
11444 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * time-date.el (format-seconds): Comment fix.
11447
11448         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11449         for back end that doesn't support request-scan.
11450
11451 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11454         then do request scans from the backends.
11455
11456         * netrc.el (netrc-credentials): New conveniency function.
11457
11458         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11459         avoid running a hook per line, since this takes a lot of time,
11460         profiling shows.
11461         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11462         directly if gnus-visual-p is true.
11463
11464 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11467         groups; replace mapcar with dolist which is a bit faster; pass groups
11468         info to gnus-read-active-file-1.
11469         (gnus-read-active-file-1): Scan only specified groups if the new
11470         optional arg `infos' is given.
11471
11472 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11473
11474         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11475
11476         * pop3.el (pop3-movemail): Remove.
11477         (pop3-streaming-movemail): Rename to pop3-movemail.
11478
11479         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11480         don't restrict end-tag searches to the end of the line.
11481
11482 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11485         articles of every unchecked group to t, which means unknown since the
11486         server has never been opened.
11487
11488 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11489
11490         * gnus-html.el (gnus-html-show-alt-text): New command.
11491         (gnus-html-browse-image): Ditto.
11492         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11493         to browse the image directly.
11494         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11495         better.
11496
11497         * gnus-async.el (gnus-async-article-callback):
11498         Call `gnus-html-prefetch-images' unconditionally.
11499
11500         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11501         before feeding URLs to curl.
11502
11503 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11506         internal images as deletable by `W D D'.
11507
11508         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11509         (gnus-async-article-callback): Fix typo.
11510
11511 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512
11513         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11514         current line to work around bugs in the output from w3m.
11515
11516         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11517         for groups that want that.
11518
11519         * nntp.el (nntp-wait-for-string): Supply a timeout for
11520         accept-process-output to ensure progress.
11521
11522         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11523         level to get unread articles from, then use that for foreign groups,
11524         too.
11525
11526         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11527         confuses the rest of the function.
11528
11529         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11530         for the methods that support -retrieve-groups, too.
11531
11532         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11533
11534 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11537         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11538
11539         * pop3.el: Require cl when compiling.
11540         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11541
11542 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11545         that aren't going to be activated.
11546         (gnus-get-unread-articles): Fix up the last commit.
11547
11548         * gnus-html.el (gnus-article-html): Allow calling without specifying
11549         the handle.  In that case, dissect the buffer first.
11550
11551         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11552
11553         * nnimap.el (nnimap-open-connection): Revert the change that would look
11554         into authinfo for imaps instead of imap.
11555
11556         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11557         say that you don't want to call gnus-request-group with don-check, but
11558         do check the reponse.  This is for virtual groups only.
11559         (gnus-get-unread-articles): Count the archive groups as secondary, so
11560         that they're activated the same way as before.
11561
11562         * imap.el (imap-message-map): Removed optional buffer parameter, since
11563         no callers use it.
11564         (imap-message-get): Ditto.
11565         (imap-message-put): Ditto.
11566         (imap-mailbox-map): Ditto.
11567         (imap-mailbox-put): Ditto.
11568         (imap-mailbox-get): Ditto.
11569         (imap-mailbox-get): Revert last change for this function.
11570
11571         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11572         case-insensitively.
11573         (nnimap-debug): Remove.
11574
11575         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11576         callers to use `imap-fetch' instead.  According to the comments, this
11577         should be safe, since all other IMAP clients use the 1:* syntax.
11578         (imap-enable-exchange-bug-workaround): Remove.
11579         (imap-debug): Remove -- doesn't seem very useful.
11580
11581         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11582         mail from a file, and the file doesn't exist.
11583
11584         * imap.el (imap-log): New convenience function used throughout instead
11585         of repeating the same code all over the place.
11586
11587         * pop3.el (pop3-streaming-movemail): Return t for success.
11588
11589         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11590         .authinfo if we're using ssl connection.
11591
11592         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11593         already have if we're in a main Gnus `g' run.
11594
11595         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11596
11597 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11600
11601         * nnmh.el (nnmh-request-list-1): Bind `file'.
11602
11603         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11604         alias to set-process-query-on-exit-flag or process-kill-without-query.
11605         (pop3-open-server): Use it.
11606
11607 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11608
11609         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11610         box to the Incoming file.  Fixes mistake in previous checkin.
11611
11612         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11613         request loop (for debugging purposes) removed.
11614
11615         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11616         culprit is more visible.
11617         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11618         (nnml-add-incremental-nov): New functions to do "incremental" nov
11619         updates, where we just append to the end of the existing nov files
11620         without reading/writing them in full.
11621
11622         * mail-source.el (mail-source-delete-crash-box): Really only check the
11623         incoming files once in a while.
11624
11625         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11626
11627         * mail-source.el (mail-source-delete-crash-box): Only check the
11628         incoming files for deletion once per day to save a lot of file
11629         accesses.
11630
11631         * pop3.el (pop3-logon): Fix up unbound variable typo.
11632
11633         * mail-source.el (pop3-streaming-movemail): Autoload.
11634
11635         * pop3.el (pop3-streaming-movemail):
11636         Respect pop3-leave-mail-on-server.
11637
11638         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11639         retrieval.
11640
11641         * pop3.el (pop3-process-filter): Remove unused function.
11642         (pop3-streaming-movemail, pop3-send-streaming-command)
11643         (pop3-wait-for-messages, pop3-write-to-file)
11644         (pop3-number-of-responses): New functions for streaming pop3
11645         retrieval.
11646
11647         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11648         come from no known methods.
11649         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11650         list.
11651
11652         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11653         message sizes.
11654         (pop3-movemail): Use erase-buffer instead of looping and deleting
11655         regions, which seems rather odd.
11656
11657         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11658         file once per `g' run.
11659
11660         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11661         directories.  This makes the draft queue directory work.
11662
11663         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11664         data from the backends, so that we only request the list of groups from
11665         each method once.  This should speed things up considerably.
11666
11667         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11668         detect that it's not implemented.
11669
11670         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11671         we actually do recurse down into the tree, but don't stat all leaf
11672         nodes.
11673
11674         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11675         then say so instead of bugging out.
11676
11677         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11678         files exist before trying to read them.
11679
11680         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11681         around <pre_int>.
11682
11683         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11684
11685         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11686
11687 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11688
11689         * mm-util.el (mm-image-load-path): Just return the image directories,
11690         not all directories in the path in addition to the image directories.
11691         (mm-image-load-path): Maintain a cache of the image directories so that
11692         the `g' command in Gnus doesn't have to stat dozens of directories each
11693         time.
11694
11695         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11696         (gnus-html-wash-tags): Add a new `i' command to insert images.
11697         (gnus-html-insert-image): New command and keystroke.
11698         (gnus-html-redisplay-with-images): New command and keystroke.
11699         (gnus-html-show-images): Rename command.
11700         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11701         spacers.
11702         (gnus-html-wash-tags): Decode entities at the end, so that entities
11703         inside the tags don't mess up the rest of the "parsing".
11704
11705         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11706         so that nnimap methods aren't agentized by default.  There's apparently
11707         many problems related to agent/imap behavior.
11708
11709         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11710
11711         * gnus-html.el: Doc fix.
11712
11713 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11716         specifier-spec-list for Emacs 21.
11717
11718         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11719         glyph-width and glyph-height instead of display-graphic-p and
11720         image-size; make avoidance of displaying small images work for XEmacs.
11721
11722         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11723         for XEmacs.
11724
11725         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11726         of symbol that holds plist data.
11727         (gnus-process-plist): Remove plist of process after getting it.
11728
11729 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11730
11731         * message.el (message-generate-hashcash): Change default to
11732         'opportunistic if hashcash is installed.
11733
11734         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11735         (gnus-html-put-image): Only call image-size once, since it's somewhat
11736         time-consuming on remote X servers.
11737
11738 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11741         type on data, not a file name.
11742
11743         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11744         window-pixel-edges for Emacs 21.
11745
11746         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11747         decoded contents.
11748         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11749
11750 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751
11752         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11753         group line format, since it isn't very interesting.
11754
11755         * gnus-agent.el (gnus-agent-short-article),
11756         (gnus-agent-long-article): Increase values for these two variables,
11757         since most people are likely to have more network connection and
11758         storage than before.
11759
11760         * gnus.el (gnus-refer-article-method): Change default to 'current.
11761         When referring an article, the common behavior is to refer it from the
11762         current select method, not the native select method.  The chances of
11763         the native select method having the message in question is rather slim
11764         these days.
11765
11766         * gnus-sum.el (gnus-auto-select-subject): Change default to
11767         `unseen-or-unread'.  I think it's likely that most people want to
11768         select an unseen article over a previously seen, but unread one.
11769
11770         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11771         means that in the article buffer none of the minor mode elements will
11772         be shown, usually, and this is not desirable in most cases.
11773
11774         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11775         that commands like `d' (and the like) go to the next line in the
11776         buffer, instead of the next unread article.  I think this is the
11777         behavior that is most natural for most users.
11778         (gnus-single-article-buffer): Change default to nil, so that people can
11779         have as many article buffers open as they have summary buffer.  I think
11780         this is the most natural way for the groups to behave.
11781
11782         * message.el (message-generate-new-buffers): Change default to
11783         `unsent', so that all new message buffers start their names with the
11784         string "*unsent", and it's easier to find the buffers if you move from
11785         them.
11786
11787 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11788
11789         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11790         small.  They're probably tracking images.
11791         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11792         (gnus-html-rescale-image): Yet another try at getting the image sizing
11793         right.
11794
11795         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11796         nntp-marks-file-name is nil.
11797
11798 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11799
11800         * gnus-html.el (gnus-html-wash-tags)
11801         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11802         Better logging.
11803
11804 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11805
11806         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11807
11808         * gnus-html.el (gnus-html-wash-tags): Check the value of
11809         gnus-blocked-images in the summary buffer.
11810
11811 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11814
11815 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11816
11817         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11818         like "a", it seems like.
11819         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11820         since it needs to be picked from the correct buffer.
11821
11822         * nnwfm.el: Remove.
11823
11824         * nnlistserv.el: Remove.
11825
11826 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11827
11828         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11829         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11830
11831 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * nnkiboze.el: Remove.
11834
11835         * nndb.el: Remove.
11836
11837         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11838         alt text.
11839         (gnus-html-rescale-image): Try to get the rescaling logic right for
11840         images that are just wide and not tall.
11841
11842         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11843         overshadow variable bindings.
11844
11845 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11846
11847         * gnus-html.el (gnus-html-wash-tags)
11848         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11849         Add extra logging.
11850
11851 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11854         (gnus-max-image-proportion): New variable.
11855         (gnus-html-rescale-image): New function.
11856         (gnus-html-put-image): Rescale images.
11857
11858 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11859
11860         Fix up some byte-compiler warnings.
11861         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11862         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11863         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11864         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11865         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11866         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11867         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11868
11869 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-html.el (gnus-article-html): Decode contents by charset.
11872
11873 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11876         (gnus-html-frame-width, gnus-blocked-images):
11877         * message.el (message-prune-recipient-rules): Add custom version.
11878         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11879
11880         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11881         functions.
11882
11883         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11884         gnus-process-get.
11885
11886 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11887
11888         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11889         instead of lsub directly.
11890
11891 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11892
11893         * nnwarchive.el: Remove.
11894
11895         * gnus-soup.el: Remove.
11896
11897         * nnsoup.el: Remove.
11898
11899         * nnultimate.el: Remove.
11900
11901         * gnus-html.el (gnus-blocked-images): New variable.
11902
11903         * message.el (message-prune-recipients): New function.
11904         (message-prune-recipient-rules): New variable.
11905
11906         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11907         guess whether a long line is natural text or not.
11908
11909         * gnus-html.el (gnus-html-schedule-image-fetching):
11910         Use gnus-process-plist and friends for compatibility.
11911
11912 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11913
11914         * gnus-html.el: Require packages that define macros used in this file.
11915         (gnus-article-mouse-face): Declare to silence byte-compiler.
11916         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11917         process-get.
11918         (gnus-html-put-image): Use plist-get to avoid getf.
11919         (gnus-html-prefetch-images): Use with-current-buffer.
11920
11921 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-ems.el: Provide compatibility functions for
11924         gnus-set-process-plist.
11925
11926         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11927         header-line-format for XEmacs 21.4.
11928
11929         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11930         * gnus.el (gnus-valid-select-methods):
11931         * message.el (message-send-mail-partially-limit):
11932         * mm-decode.el (mm-text-html-renderer):
11933         * mml.el (mml-insert-mime-headers-always):
11934         * smiley.el (smiley-regexp-alist): Bump custom version.
11935
11936 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937
11938         * gnus-html.el: Require mm-url.
11939         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11940         with the url to `url'.
11941         (gnus-html-wash-tags): Support cid: URLs/images.
11942
11943 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11944
11945         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11946         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11947         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11948
11949         * gnus-move.el: Remove file, since it doesn't really work.
11950
11951         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11952         UTF-8.  This seems to fix problems with some German web feeds.
11953
11954         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11955         at the top so that the proper colors are applied.
11956
11957         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11958         don't have dots in their names.
11959
11960         * gnus-art.el (gnus-article-view-part): Doc fix.
11961
11962         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11963         XEmacs-compatible.
11964         (gnus-html-put-image): Don't do images on non-graphic displays.
11965
11966         * nnslashdot.el: Remove this unused backend.
11967
11968         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11969         actions.
11970         (gnus-undo-register-1): Revert last change.
11971
11972         * gnus-group.el (gnus-group-completing-read): Protect against not
11973         having completion-styles bound.
11974
11975         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11976         make broken recipients happier.
11977
11978         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11979
11980         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11981         point parameter.
11982
11983         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11984
11985         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11986         completion-styles for group selection.
11987
11988 2009-02-04  Andreas Schwab  <schwab@suse.de>
11989
11990         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11991         headers and regexp-quote the match if necessary.
11992
11993 2009-03-24  Miles Bader  <miles@gnu.org>
11994
11995         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11996         the blinking smiley.
11997
11998 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11999
12000         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12001         blink smiley.
12002
12003 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12006         where the dribbel file lives exists.
12007
12008         * message.el (message-send-mail-partially-limit): Change the default to
12009         nil, since most people don't want this.
12010
12011         * mm-url.el (mm-url-decode-entities): Also decode entities like
12012         &#x3212.
12013
12014 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12015
12016         * gnus-sum.el (gnus-summary-idna-message):
12017         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12018         Hyperlink urls in docstrings with URL `...'.
12019
12020 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12021
12022         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12023         functions.
12024
12025 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12028         say what the mouseover text should be.
12029
12030         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12031         version of the mm-w3m-safe-url-regexp variable to only download images
12032         in the groups where we want that to happen.
12033
12034         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12035
12036         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12037         easier debugging.
12038         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12039         big pictures in the article buffer.
12040
12041         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12042         gnus-article-html.
12043         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12044         w3m.
12045
12046         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12047
12048 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12049
12050         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12051         which doesn't exist.
12052
12053         * message.el (message-inhibit-ecomplete): New variable to allow some
12054         function to inhibit ecomplete address storage.
12055         (message-resend): Disable ecomplete message storage when resending
12056         messages.
12057
12058         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12059
12060 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12063         Save excursion while copying, moving, and deleting articles in order to
12064         prevent the cursor from jumping to unforeseen place.
12065
12066 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * lpath.el: No need to bind bookmark-current-buffer,
12069         bookmark-yank-point and bookmark-make-record-function.
12070
12071 2010-08-17  Glenn Morris  <rgm@gnu.org>
12072
12073         * gnus-sync.el: Require gnus components whose functions are used.
12074
12075         * gnus-art.el (bookmark-make-record-function):
12076         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12077         Declare for compiler.
12078
12079         * mm-url.el (mml-compute-boundary): Autoload.
12080
12081 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12084
12085 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12086
12087         Typo fix "hoo4a" -> "hook".
12088
12089         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12090
12091 2010-08-14  Glenn Morris  <rgm@gnu.org>
12092
12093         * gnus-sync.el (gnus-sync): Fix defgroup version.
12094
12095 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12096
12097         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12098
12099         * gnus-sync.el: Fix docs.
12100         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12101         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12102
12103 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12104
12105         Optimizations for gnus-sync.el.
12106
12107         * gnus-sync.el: Add docs about gnus-sync-backend
12108         possibilities.
12109         (gnus-sync-save): Remove unnecessary message.
12110         (gnus-sync-read): Optimize and show what groups were skipped.
12111
12112 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         Minor bug fixes for gnus-sync.el.
12115
12116         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12117         Don't read the sync on get-new-news.
12118
12119         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12120         quiet.
12121
12122         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12123         (fix typo).
12124
12125 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12126
12127         Make saving and restoring of hidden threads work with overlays.
12128         Patch applied by Ted Zlatanov.
12129
12130         * gnus-sum.el (gnus-hidden-threads-configuration)
12131         (gnus-restore-hidden-threads-configuration): Update to deal with text
12132         properties, rather than searching for a magic character.
12133
12134 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12135
12136         New gnus-sync.el library for synchronization of marks.
12137
12138         * gnus-sync.el: New library for synchronization of marks.
12139
12140         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12141         renamed from `gnus-registry-grep-in-list'.
12142
12143         * gnus-registry.el (gnus-registry-follow-group-p):
12144         Use `gnus-grep-in-list'.
12145
12146         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12147
12148 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12151         determining charset of text fails.
12152
12153 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * nnmail.el (nnmail-get-new-mail-1): Revert.
12156
12157         * nnml.el (nnml-active-number): Make sure names of newly created groups
12158         in nnml-group-alist are encoded.
12159
12160 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12163         containing non-ASCII characters in active file for nnml back end.
12164
12165 2010-07-24  David Engster  <dengste@eml.cc>
12166
12167         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12168         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12169
12170 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12171
12172         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12173         tag (Bug#6654).
12174
12175 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12178         the article buffer, not the summary buffer.
12179
12180 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12183         Emacs 23 as well.
12184
12185 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12188         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12189
12190 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12191
12192         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12193         Patch applied by Karl Fogel.
12194
12195         * gnus-sum.el (gnus-summary-bookmark-make-record):
12196         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12197
12198 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12199
12200         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12201         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12202         C-w still not working correctly from Article buffers; Thierry's
12203         patch to fix that will be applied after this.
12204
12205         * gnus-art.el (bookmark-make-record-function): New local variable.
12206
12207         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12208         article buffer.
12209         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12210
12211 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12212
12213         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12214         on changes in bookmark.el.
12215
12216 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12219         `no-log' instead of message not to log prompt string.
12220
12221 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12222
12223         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12224         the *other* type of HTML form submission.
12225
12226 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12227
12228         * auth-source.el (auth-source-pick): If choice does not contain a
12229         questioned keyword, set the check to t.
12230
12231 2010-06-12  Romain Francoise  <romain@orebokech.com>
12232
12233         * gnus-util.el (gnus-date-get-time): Move up before first use.
12234
12235 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12238         (gnus-article-edit-part): Bind it to make last part that is substituted
12239         or deleted visible.
12240         (gnus-mime-display-single): Buttonize part of which id equals to
12241         gnus-mime-buttonized-part-id.
12242
12243 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12244
12245         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12246         (gnus-dd-mmm): Use gnus-date-get-time.
12247         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12248         simplify logic.
12249         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12250         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12251
12252 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12253
12254         * auth-source.el (top): Autoload `secrets-list-collections',
12255         `secrets-create-item', `secrets-delete-item'.
12256         (auth-sources): Fix tag string.
12257         (auth-get-source, auth-source-retrieve, auth-source-create)
12258         (auth-source-delete): New defuns.
12259         (auth-source-pick): Rewrite in order to avoid 2 passes.
12260         (auth-source-forget-user-or-password): New parameter USERNAME.
12261         (auth-source-user-or-password): New parameters CREATE-MISSING and
12262         DELETE-EXISTING.  Retrieve password interactively, if needed.
12263
12264 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12265
12266         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12267         deleting unused directories when gnus-expert-user is t.
12268
12269 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12272         for each temp file when gnus-article-browse-delete-temp is ask.
12273
12274 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12275
12276         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12277         Replace Lisp calls to delete-backward-char by calls to delete-char.
12278
12279 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12280
12281         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12282
12283 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12284
12285         * password-cache.el (password-cache-remove): Fix docstring.
12286
12287 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12290         article unless decoding article to be saved.
12291
12292 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12295         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12296         generated within the mm-with-unibyte-current-buffer macro.
12297
12298 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12301         to nil when we're in a mml-preview buffer and no group is selected.
12302
12303 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12304
12305         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12306         when catching the `C-g'.  Reported by "Leo".
12307
12308 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * message.el (message-forward-make-body-plain)
12311         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12312         multibyte-string-p.
12313
12314         * lpath.el: Revert.
12315
12316 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * message.el (message-forward-make-body-mml): Assume original message
12319         is multibyte string; error on unibyte.
12320         (message-forward-make-body-plain): Ditto; don't add excessive newline
12321         in body end.
12322
12323         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12324
12325 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12326
12327         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12328         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12329
12330 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * mm-extern.el (mm-extern-url): Don't use
12333         mm-with-unibyte-current-buffer.
12334         (mm-extern-cache-contents): Use with-current-buffer instead of
12335         save-excursion + set-buffer.
12336
12337 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * mm-util.el (mm-emacs-mule): Remove.
12340
12341 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12342
12343         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12344         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12345         change.
12346
12347 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12350         bind the default value of enable-multibyte-characters to nil.
12351
12352 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * message.el (message-forward-make-body-plain)
12355         (message-forward-make-body-mml):
12356         Don't use mm-with-unibyte-current-buffer.
12357
12358 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12359
12360         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12361
12362 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12363
12364         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12365         (Bug#5592).
12366
12367 2010-05-07  Julien Danjou  <julien@danjou.info>
12368
12369         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12370         it to mm-pipe-part.
12371
12372         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12373         it is given.
12374
12375 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * binhex.el (binhex-decode-region-internal):
12378         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12379         (dns-query):
12380         * nnweb.el (nnweb-gmane-search):
12381         * pgg-parse.el (pgg-parse-armor):
12382         * pgg.el (pgg-verify-region):
12383         * sha1.el (sha1-string-external):
12384         * uudecode.el (uudecode-decode-region-internal):
12385         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12386         XEmacs.
12387
12388         * gnus-art.el (gnus-article-browse-html-parts):
12389         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12390         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12391         make-temp-file.
12392
12393         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12394         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12395         compiling.
12396
12397         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12398         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12399         XEmacs when compiling.
12400
12401         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12402         gnus-pick-mode-off-hook for XEmacs when compiling.
12403         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12404         gnus-binary-mode-off-hook for XEmacs when compiling.
12405
12406         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12407         Return nil if char-charset is not available.
12408
12409         * imap.el (imap-disable-multibyte)
12410         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12411         macros.
12412
12413         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12414         instead of encode-coding-string.
12415
12416         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12417         'xemacs) instead of mm-emacs-mule to switch function definitions.
12418         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12419
12420         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12421         bind temporary-file-directory for XEmacs;
12422         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12423         timer-set-function for XEmacs 21.4 and SXEmacs;
12424         bind timer-list for XEmacs 21.4 and SXEmacs;
12425         fbind char-charset and find-charset-region for non-Mule XEmacs;
12426         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12427         encode-coding-region and encode-coding-string for XEmacs having no
12428         file-coding feature.
12429
12430 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12431
12432         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12433
12434 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12437         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12438
12439 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12440
12441         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12442         alias `jka-compr-delete-temp-file' no longer exists.
12443
12444 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12445
12446         Use define-minor-mode in Gnus where applicable.
12447         * mml.el (mml-mode): Use define-minor-mode.
12448         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12449         (gnus-undo-mode): Use define-minor-mode.
12450         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12451         (gnus-dead-summary-mode): Use define-minor-mode.
12452         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12453         Initialize in declaration.
12454         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12455         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12456         (gnus-mailing-list-mode): Use define-minor-mode.
12457         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12458         (gnus-draft-mode): Use define-minor-mode.
12459         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12460         (gnus-dired-mode): Use define-minor-mode.
12461
12462 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12463
12464         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12465         handles on recursive mml-to-mime translation and check them for
12466         boundary delimiter collisions.  Reported by Greg Troxel.
12467
12468 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12471
12472 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12473
12474         * mm-util.el (mm-find-buffer-file-coding-system):
12475         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12476
12477 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12478
12479         * message.el (message-generate-headers): Record insertion of optional
12480         headers as well.  Otherwise the check to prevent repeated insertion of
12481         optional headers is a no-op.
12482
12483 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12484
12485         * smime.el: Don't mention CVS.
12486
12487         * nnrss.el (nnrss-fetch): Don't mention CVS.
12488
12489         * nnir.el: Don't mention CVS.
12490
12491 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12492
12493         * gnus-sum.el (gnus-summary-bookmark-make-record):
12494         Add `location' field.
12495
12496 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * lpath.el: Fbind bookmark-default-handler,
12499         bookmark-get-bookmark-record, bookmark-make-record-default,
12500         bookmark-prop-get for Emacs <23 and XEmacs.
12501
12502 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12503
12504         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12505         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12506         Use with-current-buffer to silence the byte-compiler.
12507         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12508         bother to require `gnus'.
12509         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12510
12511 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12512
12513         * gnus-sum.el (gnus-summary-bookmark-make-record)
12514         (gnus-summary-bookmark-jump): New functions.
12515         (gnus-summary-mode): Setup bookmark support.
12516
12517 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12518
12519         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12520         if set.
12521
12522 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12525         gnus-article-browse-html-save-cid-image; make it work recursively for
12526         forwarded messages as well.
12527         (gnus-article-browse-html-parts): Work when prefix arg is given.
12528         (gnus-article-browse-html-article): Doc fix.
12529
12530 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12531
12532         * message.el (message-default-mail-headers)
12533         (message-default-headers): Carry the value mail-default-headers over
12534         into message-default-mail-headers, rather than message-default-headers.
12535
12536 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12537
12538         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12539         charset.
12540
12541         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12542         charset into the <meta> tag when the article is encoded to utf-8.
12543
12544 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-art.el (gnus-article-browse-delete-temp-files):
12547         Delete directories as well.
12548         (gnus-article-browse-html-parts): Work for images that do not specify
12549         file names; delete temp directory when quitting; insert header at the
12550         right place; use file: scheme for image files.
12551
12552 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12553
12554         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12555         (gnus-article-browse-html-parts): Use it to make temporary cid image
12556         files in addition to html file so that browser may display them.
12557
12558 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12561
12562 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12563
12564         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12565
12566 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12567
12568         * auth-source.el (auth-sources): Change default to be simpler.
12569         Explain about Secret Service API sources.  Improve Customize options.
12570         (auth-source-pick): Change to accept any number of search parameters.
12571         Implement fallbacks iteratively, not recursively.  Add scoring on the
12572         second pass and sort by score.  Call Secret Service API when needed.
12573         (auth-source-user-or-password): Use it.  Call Secret Service API
12574         directly when needed to get the user name and the password.
12575
12576 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12577
12578         * message.el (message-interactive): Doc fix.
12579         (message-qmail-inject-args): Reflow.
12580         (message-kill-to-signature): Fix typo in docstring.
12581
12582         * smiley.el (smiley-buffer): Fix typo in docstring.
12583
12584 2010-03-24  Glenn Morris  <rgm@gnu.org>
12585
12586         * mail-source.el (gnus-message): Declare.
12587         (mail-source-delete-old-incoming): Require gnus-util.
12588
12589 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12592
12593         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12594
12595         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12596         password-cache's default if it is not bound.
12597         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12598         password-cache-expiry's default if it is not bound.
12599
12600         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12601         available in Emacs 21.
12602
12603         * lpath.el: Suppress compiler warnings for:
12604         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12605         XEmacs;
12606         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12607         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12608         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12609
12610 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12611
12612         * auth-source.el (auth-sources): Fix up definition so extra parameters
12613         are always inline.
12614
12615 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12616
12617         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12618         wasn't updated after mismatch.  Clear cached mailbox info correctly
12619         when uidvalidity changes.
12620         (nnimap-group-prefixed-name): New function to avoid some code
12621         duplication.
12622         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12623         (nnimap-request-group): Use it.
12624         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12625         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12626         with many imap folders.  This is done by caching the group status from
12627         the imap server persistently in a group parameter `imap-status'.  (This
12628         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12629         but not persistently, so every Gnus startup was still very slow.)
12630
12631 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12634         delete the extra newline.  Otherwise editing of :string and :number
12635         types don't work.
12636
12637 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12638
12639         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12640         secrets.el dependency.
12641         (auth-sources): Add optional user name.  Add secrets.el configuration
12642         choice (unused right now).
12643
12644 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12645
12646         * gnus-sum.el (gnus-summary-make-menu-bar):
12647         Let `gnus-registry-install-shortcuts' fill in the functions.
12648
12649         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12650         warnings.
12651         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12652         (gnus-registry-install-shortcuts): Populate and use it in a
12653         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12654
12655 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12656
12657         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12658         In-place substitutions for the group name encoding/decoding.
12659         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12660         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12661         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12662         (nnimap-update-unseen, nnimap-request-list)
12663         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12664         (nnimap-request-set-mark, nnimap-split-to-groups)
12665         (nnimap-split-articles, nnimap-request-newgroups)
12666         (nnimap-request-create-group, nnimap-request-accept-article)
12667         (nnimap-request-delete-group, nnimap-request-rename-group)
12668         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12669         `encoded-mbx' for consistency.
12670         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12671         variable `imap-current-mailbox'.
12672
12673         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12674         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12675
12676 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12677
12678         * pop3.el (pop3-display-message-size-flag): Display message size byte
12679         counts during POP3 download.
12680         (pop3-movemail): Use it.
12681         (pop3-list): Implement listing of available messages.
12682
12683 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12684
12685         * nnir.el (nnir-get-article-nov-override-function): New function to
12686         override the normal NOV retrieval.
12687         (nnir-retrieve-headers): Use it.
12688
12689 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12690
12691         * auth-source.el (netrc-machine-user-or-password): Autoload.
12692
12693 2010-03-19  Glenn Morris  <rgm@gnu.org>
12694
12695         Stop message.el from loading about 40 libraries it doesn't always need.
12696         The general approach is to autoload rather than require, and to
12697         require in the specific functions rather than the file.  (Bug#5642)
12698
12699         * gmm-utils.el: Don't require wid-edit.
12700         (widget-create-child-value, widget-convert, widget-default-get):
12701         Autoload.
12702
12703         * gnus-util.el: Don't require time-date, netrc.
12704         (message-fetch-field, gnus-group-name-decode): Declare rather than
12705         autoloading.
12706         (gnus-fetch-field): Require message.
12707         (gnus-decode-newsgroups): Require gnus-group.
12708
12709         * ietf-drums.el: Don't require time-date.
12710
12711         * message.el: Don't require hashcash, canlock, ecomplete.
12712         Do require mail-utils.  Require nnheader only when compiling.
12713         (smtpmail-default-smtp-server): Remove declaration.
12714         (message-send-mail-function): Check smtpmail-default-smtp-server
12715         is bound rather than requiring smtpmail.
12716         (message-auto-save-directory, message-insert-signature):
12717         Use expand-file-name rather than nnheader-concat.
12718         (nnheader-insert-file-contents): Autoload.
12719         (hashcash-wait-async): Declare.
12720         (message-send-mail): Only call gnus-setup-posting-charset if
12721         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12722         (message-send-mail-with-sendmail): Require sendmail.
12723         (canlock-password, canlock-password-for-verify): Declare.
12724         (message-canlock-password): Require canlock.
12725         (nnheader-get-report): Autoload.
12726         (gnus-setup-posting-charset): Declare.
12727         (message-send-news): Require gnus-msg.
12728         (message-make-references, message-make-in-reply-to): Use mail-header-id
12729         rather than the alias mail-header-message-id.
12730         (ecomplete-add-item, ecomplete-save): Declare.
12731         (message-put-addresses-in-ecomplete): Require ecomplete.
12732         (ecomplete-display-matches): Autoload.
12733
12734         * mm-decode.el: Don't require mailcap, gnus-util.
12735         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12736         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12737         Autoload.
12738         (mailcap-mime-extensions): Declare.
12739
12740         * mm-encode.el: Don't require mailcap.
12741         (mailcap-extension-to-mime): Autoload.
12742
12743         * mml-sec.el: Don't require password-cache.
12744
12745         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12746         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12747         (mml-minibuffer-read-type): Require mailcap.
12748         (mml-preview): Require gnus-msg.
12749
12750         * mml1991.el: Require password-cache.
12751         (password-cache-expiry): Remove declaration.
12752
12753         * mml2015.el: Require password-cache.
12754         (password-cache-expiry): Remove declaration.
12755
12756         * nneething.el (mailcap): Require mailcap.
12757
12758         * nnheader.el (declare-function): Add compatibility stub.
12759         (message-remove-header): Declare rather than autoload.
12760         (nnheader-replace-header): Require message.
12761
12762         * nnimap.el (declare-function): Add compatibility stub.
12763         (netrc-parse, netrc-machine-user-or-password): Declare.
12764         (nnimap-open-connection): Require netrc.
12765
12766         * nntp.el (declare-function): Add compatibility stub.
12767         (netrc-parse, netrc-machine, netrc-get): Declare.
12768         (nntp-send-authinfo): Require netrc.
12769
12770         * rfc2047.el: Don't require qp.
12771         (quoted-printable-encode-region, quoted-printable-decode-string):
12772         Autoload.
12773
12774         * sieve-mode.el: Don't require easymenu.
12775         (easy-menu-add-item): Autoload it.
12776
12777         * spam-stat.el (time-to-number-of-days): Autoload it.
12778
12779 2010-03-19  Glenn Morris  <rgm@gnu.org>
12780
12781         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12782
12783 2010-03-18  Glenn Morris  <rgm@gnu.org>
12784
12785         * hashcash.el (declare-function): Remove duplicate definition.
12786
12787 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12788
12789         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12790         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12791         value if any backslash escapes).
12792
12793 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12796         if it is available.  (bug#5647)
12797
12798         * lpath.el: Suppress compiler warning for coding-system-from-name for
12799         Emacs 21 and XEmacs.
12800
12801 2010-03-14  Juri Linkov  <juri@jurta.org>
12802
12803         * hmac-def.el:
12804         * hmac-md5.el:
12805         * netrc.el: Fix keywords.
12806
12807 2010-02-26  Glenn Morris  <rgm@gnu.org>
12808
12809         * message.el (message-send-mail-function): Change the default, so that
12810         it inherits from a customized send-mail-function.  (Bug#5643)
12811
12812 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12813
12814         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12815         shell-command-to-string signals an error (bug#5299).
12816
12817 2010-02-24  Glenn Morris  <rgm@gnu.org>
12818
12819         * message.el (message-smtpmail-send-it)
12820         (message-send-mail-with-mailclient): Doc fixes.
12821
12822 2010-02-16  Glenn Morris  <rgm@gnu.org>
12823
12824         * message.el (message-default-mail-headers): Change the default value
12825         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12826
12827 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12830         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12831
12832 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12833
12834         * time-date.el (date-to-time): Doc fix (Bug#5408).
12835
12836 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12837
12838         * message.el (message-mail): Just pass yank-action on to message-setup.
12839         (message-setup): Handle (FUN . ARGS) form of yank-action.
12840         (message-with-reply-buffer, message-widen-reply)
12841         (message-yank-original): Handle non-buffer values of
12842         message-reply-buffer (Bug#4080).
12843         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12844
12845 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12846
12847         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12848         Fix typo in docstring.
12849
12850 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12851
12852         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12853         response.
12854
12855 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12858
12859         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12860
12861         * message.el (message-check-news-header-syntax): Protect against a
12862         string that `rfc822-addresses' returns when parsing fails.
12863
12864 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12867         (gnus-previous-char-property-change): New functions.
12868
12869         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12870
12871 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12872
12873         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12874         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12875
12876 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12877
12878         * message.el (message-exchange-point-and-mark): Rework last change to
12879         avoid using optional arg of exchange-point-and-mark, for backward
12880         compatibility.
12881
12882 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12883
12884         * message.el (message-exchange-point-and-mark):
12885         Call exchange-point-and-mark with an argument rather than setting
12886         mark-active by hand (Bug#5175).
12887
12888 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * nntp.el (nntp-service-to-port): Work for service expressed with
12891         numeric string; replace [:digit:] with [0-9] for XEmacs.
12892
12893 2009-12-17  Glenn Morris  <rgm@gnu.org>
12894
12895         * gnus-group.el (gnus-bug-group-download-format-alist):
12896         Change emacs entry to debbugs.gnu.org.  Bump :version.
12897
12898 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12901
12902 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * message.el (message-info): Explain why we use `Info-goto-node'.
12905
12906 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12909
12910 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12911
12912         * message.el (message-completion-in-region): New compatibility function.
12913         (message-expand-group): Use it.
12914
12915 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12918         with no unread article should be listed if the 2nd arg `predicate' is
12919         given.
12920
12921 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12924
12925 2009-11-29  Juri Linkov  <juri@jurta.org>
12926
12927         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12928         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12929         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12930
12931 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12932
12933         * sha1.el (sha1-string-external): default-directory "/" in case
12934         otherwise non-existent.  process-connection-type pipe for touch of
12935         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12936
12937 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12938
12939         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12940         it's comms related and sgml-mode.el has "comm" on that basis too.
12941
12942 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12945         containing tspecial characters if they have been already quoted.
12946
12947 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12948
12949         * dns-mode.el (auto-mode-alist): Purecopy string.
12950
12951 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12952
12953         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12954
12955 2009-10-24  Glenn Morris  <rgm@gnu.org>
12956
12957         * gnus-art.el (help-xref-stack-item): Define for compiler.
12958
12959 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12960
12961         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12962
12963 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12966
12967 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12970         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12971
12972 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12975         (gnus-overlays-in): New alias to overlays-in.
12976
12977         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12978         gnus-overlay-get, and gnus-delete-overlay.
12979         (gnus-summary-show-thread): Make it work as well for systems in which
12980         next-single-char-property-change is not available.
12981         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12982
12983         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12984         (gnus-overlay-get): New alias to extent-property.
12985         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12986
12987         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12988         SXEmacs.
12989
12990         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12991         SXEmacs.
12992
12993 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12996
12997 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12998
12999         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13000         and XEmacs that don't have `remove-overlays'.
13001
13002 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13003
13004         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13005         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13006         selective display.  Use overlays instead.
13007
13008 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13009
13010         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13011
13012 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13013
13014         * spam-stat.el (spam-stat-load): Fix typo in message.
13015
13016 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13017
13018         * dig.el (dig-invoke): Fix typo in docstring.
13019         (query-dig): Reflow docstring.
13020
13021 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13022
13023         * gnus-art.el (gnus-article-encrypt-body):
13024         * message.el (message-check-recipients):
13025         * mm-util.el (mm-codepage-setup):
13026         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13027         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13028
13029 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13030
13031         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13032         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13033         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13034         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13035         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13036
13037 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13038
13039         * dig.el: Add "Keywords: comm", as per net-utils.el.
13040
13041 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13042
13043         * dig.el (dig-mode): Use define-derived-mode.
13044
13045 2009-09-19  Glenn Morris  <rgm@gnu.org>
13046
13047         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13048
13049 2009-09-18  Glenn Morris  <rgm@gnu.org>
13050
13051         * gnus-diary.el (gnus-diary-check-message):
13052         * message.el (message-insert-formatted-citation-line):
13053         * nnbabyl.el (top-level):
13054         * nndiary.el (nndiary-schedule):
13055         Fix typos in condition-case handlers.
13056
13057 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13060         configuration that provides the sole article window in a frame;
13061         position point correctly after deleting a part.
13062
13063 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13064
13065         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13066         (spam-resolve-registrations-routine): Use it to unregister articles
13067         that change status.
13068
13069 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13072         with XEmacs.
13073         (parse-time-string-chars): Use it.
13074
13075 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13076
13077         * imap.el (imap-interactive-login): Better messages.
13078         (imap-open): Fix bug with renamed buffer on reconnect.
13079         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13080         for easier debugging and cleaner code.  On successful (guessed based on
13081         server capabilities) secondary authentication, set imap-state
13082         correctly.
13083         (imap-last-authenticator): Define imap-last-authenticator as a variable
13084         to avoid warnings.
13085
13086 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * nnrss.el (nnrss-request-article): Remove binding of
13089         default-enable-multibyte-characters that has gotten needless by
13090         the 2007-07-13 change in rfc2047-encode-message-header.
13091
13092         * mml.el (mml-insert-multipart): Error on the message header.
13093         (mml-insert-part): Error on the message header; position point at
13094         the end of a MIME tag.
13095
13096 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * time-date.el (autoload): Expand define-obsolete-function-alias into
13099         defalias and make-obsolete for old Emacsen that Gnus supports.
13100         (with-no-warnings): Define it for old Emacsen.
13101         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13102         is available.
13103         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13104         float-time is available; suppress compile warning for time-to-seconds.
13105
13106         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13107         (gnus-float-time): Alias to float-time if it exists.
13108
13109         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13110         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13111         float-time is available; suppress compile warning for time-to-seconds.
13112
13113         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13114         XEmacs.
13115
13116 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         * imap.el (imap-message-map): Docstring fix.
13119
13120 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13123         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13124         Add the optional argument `encoding' that overrides the default.
13125
13126         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13127         mm-encode-buffer.
13128
13129 2009-09-04  Glenn Morris  <rgm@gnu.org>
13130
13131         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13132         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13133         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13134         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13135         * mm-util.el (mm-with-unibyte-current-buffer)
13136         (mm-find-buffer-file-coding-system):
13137         * yenc.el (yenc-decode-region): Use default-value rather than
13138         default-enable-multibyte-characters.
13139
13140 2009-09-03  Glenn Morris  <rgm@gnu.org>
13141
13142         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13143         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13144         than default-enable-multibyte-characters.
13145
13146 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13147
13148         * gnus-art.el (gnus-article-read-summary-keys):
13149         Fix gnus-buffer-configuration's value temporarily used.
13150
13151 2009-09-02  Glenn Morris  <rgm@gnu.org>
13152
13153         * gnus-util.el (gnus-float-time): New function.
13154         * gnus-delay.el (gnus-delay-article):
13155         * gnus-sum.el (gnus-thread-latest-date):
13156         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13157         * nnspool.el (nnspool-request-newgroups):
13158         Use gnus-float-time rather than time-to-seconds.
13159         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13160
13161         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13162         (gnus-header-subject-face, gnus-header-newsgroups-face)
13163         (gnus-header-name-face, gnus-header-content-face):
13164         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13165         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13166         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13167         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13168         (gnus-cite-face-11):
13169         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13170         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13171         (gnus-server-closed-face, gnus-server-denied-face)
13172         (gnus-server-offline-face):
13173         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13174         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13175         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13176         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13177         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13178         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13179         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13180         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13181         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13182         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13183         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13184         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13185         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13186         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13187         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13188         (gnus-summary-high-undownloaded-face)
13189         (gnus-summary-low-undownloaded-face)
13190         (gnus-summary-normal-undownloaded-face)
13191         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13192         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13193         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13194         (gnus-splash-face):
13195         * message.el (message-header-to-face, message-header-cc-face)
13196         (message-header-subject-face, message-header-newsgroups-face)
13197         (message-header-other-face, message-header-name-face)
13198         (message-header-xheader-face, message-separator-face)
13199         (message-cited-text-face, message-mml-face):
13200         * sieve-mode.el (sieve-control-commands-face)
13201         (sieve-action-commands-face, sieve-test-commands-face)
13202         (sieve-tagged-arguments-face):
13203         * spam.el (spam-face):
13204         Mark face aliases with "-face" in the name as obsolete.
13205
13206 2009-09-01  Glenn Morris  <rgm@gnu.org>
13207
13208         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13209         than goto-line.
13210
13211 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13214         Don't move point if the command is invoked inside the message header.
13215
13216 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13217
13218         * imap.el (imap-send-command): Simplify.
13219         (imap-wait-for-tag): point-max -> buffer-size.
13220
13221 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13222
13223         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13224         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13225         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13226         * nnir.el (nnir-swish-e-index-file):
13227         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13228         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13229         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13230         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13231         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13232         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13233
13234 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13237         Don't save excursion.
13238
13239 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13240
13241         * nnheader.el (nnheader-find-file-noselect):
13242         * mm-util.el (mm-insert-file-contents):
13243         Use (default-value 'major-mode) instead of default-major-mode.
13244
13245 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13246
13247         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13248
13249 2009-08-26  Glenn Morris  <rgm@gnu.org>
13250
13251         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13252         than placing in files.el.
13253
13254 2009-08-25  Glenn Morris  <rgm@gnu.org>
13255
13256         * nnir.el (top-level): Don't require cl at run-time.
13257         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13258         Replace cl-function substitute with gnus-replace-in-string.
13259         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13260         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13261         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13262         simplified expansions.
13263
13264 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13265
13266         * dig.el (dig): Add autoload cookie.
13267
13268 2009-08-22  Glenn Morris  <rgm@gnu.org>
13269
13270         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13271         goto-line.
13272
13273 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13274
13275         * parse-time.el (parse-time-string-chars): Save match data.
13276
13277 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13278
13279         * parse-time.el (parse-time-string-chars): Compute using character
13280         classes, to handle non-ascii characters (Bug#3190).
13281
13282 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13285
13286         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13287         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13288         (gnus-mm-display-part, gnus-mime-display-single)
13289         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13290         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13291
13292         * gnus-sum.el
13293         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13294         (gnus-summary-move-article): Add expirable mark to articles copied or
13295         moved to group that has auto-expire turned on if the option is non-nil.
13296
13297 2009-07-24  Glenn Morris  <rgm@gnu.org>
13298
13299         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13300         Fix typo.  (Bug#3903)
13301
13302 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13305         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13306         that should not be used for draft articles.
13307         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13308         that has no concern in minor mode keys.
13309         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13310         Abolish.
13311
13312 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13315         article without making inquiry to a user for unknown encoding.
13316
13317         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13318         (nnmaildir--scan): Assume i-node and device number that file-attributes
13319         returns might be cons-cell.
13320
13321         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13322
13323         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13324
13325 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13326
13327         * auth-source.el: Remove docs now in auth.texi.  Don't use
13328         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13329         `auth-source-hide-passwords' and use them.
13330
13331 2009-07-15  Glenn Morris  <rgm@gnu.org>
13332
13333         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13334
13335 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13338         excessive whitespace from the default values of title and description.
13339
13340 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13343         mail-fetch-field to fetch Content-Description header in order to
13344         exclude newlines.
13345
13346 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13347
13348         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13349         format used by GnuPG 2.0.11.
13350
13351 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13354         to deleted part.
13355
13356 2009-05-30  David Engster  <dengste@eml.cc>
13357
13358         * nnmairix.el: Remove old documentation in the commentary block.
13359         (nnmairix-request-group): Do not update active file for nnml back ends.
13360         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13361         end so that overview files are ignored.
13362         (nnmairix-update-groups): Make updating the groups more robust by using
13363         marks.
13364         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13365         with dollar characters in message-id.
13366
13367 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13370         2008-12-25 in dns.el.
13371
13372 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13373
13374         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13375         could happen if the text is only composed of spaces and/or tabs.
13376
13377 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13378
13379         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13380         when sending a queued message to avoid extra mml tags.
13381
13382 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13385
13386 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13389         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13390         rmail-toggle-header for XEmacs;
13391         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13392
13393 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-dired.el: Remove autoload for gnus-setup-message.
13396         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13397         displaying Gnus logo; always use compose-mail.
13398
13399 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13402
13403 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13406         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13407         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13408         available.
13409         (gnus-nocem-epg-verify): New function.
13410
13411 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13414
13415 2009-02-15  Glenn Morris  <rgm@gnu.org>
13416
13417         * gnus-util.el (rmail-insert-rmail-file-header)
13418         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13419         autoloads.
13420         (rmail-default-rmail-file): Remove unnecessary declaration.
13421         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13422
13423 2009-02-14  Glenn Morris  <rgm@gnu.org>
13424
13425         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13426         variable (only used in gnus-util, which declares it anyway).
13427         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13428         which was only needed by gnus-art (changed to not use it any more).
13429         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13430         only used in gnus-util, which autoloads it itself.
13431         (rmail-update-summary): Fix autoload.
13432
13433         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13434         rather than rmail-output-to-rmail-file.
13435
13436 2009-02-07  Glenn Morris  <rgm@gnu.org>
13437
13438         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13439         autoload of function that no longer exists.
13440         (rmail-toggle-header): Declare.
13441         (message-forward-rmail-make-body): Handle mbox Rmail.
13442
13443 2009-01-31  Glenn Morris  <rgm@gnu.org>
13444
13445         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13446         2009-01-09 change.
13447
13448 2009-01-31  Dave Love  <fx@gnu.org>
13449
13450         * imap.el (imap-fetch-safe): Bind debug-on-error.
13451         (imap-debug): Add imap-fetch-safe.
13452
13453 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13454
13455         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13456         (auth-source-forget-all-cached): New convenience function.
13457         (auth-source-user-or-password): Accept list of modes or a single mode.
13458
13459         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13460         auth-source modes.
13461
13462         * netrc.el (netrc-machine-user-or-password): Use list of
13463         auth-source modes.
13464
13465         * nnimap.el (nnimap-open-connection): Use list of
13466         auth-source modes.
13467
13468         * nntp.el (nntp-send-authinfo): Use list of
13469         auth-source modes.
13470
13471 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13472
13473         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13474         now.
13475
13476 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13479         coding system in XEmacs; add a workaround for XEmacs.
13480
13481         * lpath.el: Fbind coding-system-aliasee.
13482
13483 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13486         of current-language-environment.
13487
13488 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13491         available at runtime.
13492
13493 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13496
13497 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13498
13499         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13500         the greatest positive fixnum value doesn't work under an XEmacs with
13501         bignum support; use the most-positive-fixnum constant instead,
13502         available since Emacs 21.1 with cl and XEmacs 21.1.
13503
13504 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13507         XEmacs gets not to work.
13508
13509 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * mm-util.el (mm-coding-system-priorities): Allow the value like
13512         "Japanese (UTF-8)" of current-language-environment.
13513
13514 2009-01-09  Glenn Morris  <rgm@gnu.org>
13515
13516         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13517         with last-command-event.
13518
13519 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13520
13521         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13522         in the doc string.
13523
13524         * message.el (message-fix-before-sending): Amend comment.
13525
13526 2009-01-08  Dave Love  <fx@gnu.org>
13527
13528         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13529
13530 2009-01-07  David Engster  <dengste@eml.cc>
13531
13532         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13533         simplified server definitions by converting it via
13534         gnus-server-to-method.
13535
13536 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13539         parameter's operands.
13540
13541 2009-01-06  David Engster  <dengste@eml.cc>
13542
13543         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13544         primary select method (for gnus-group-mark-article-as-read).
13545
13546 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13547
13548         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13549         `(gnus)Face', not `(gnus)X-Face'.
13550
13551 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * mm-util.el (mm-ucs-to-char): New function.
13554
13555         * mm-url.el (mm-url-decode-entities): Use it.
13556
13557         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13558         unicode-to-char.
13559
13560 2009-01-05  Dave Love  <fx@gnu.org>
13561
13562         * time-date.el: Require cl for `declare'.
13563
13564 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13567         Dave Love.
13568
13569 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * message.el (message-fix-before-sending): Add `eight-bit' to
13572         illegible-text check.
13573
13574 2009-01-03  Michael Olson  <mwolson@gnu.org>
13575
13576         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13577         `headers' is nil.  This can occur if the IMAP server does not have
13578         permissions to read messages from a folder, but can write new messages
13579         to the folder.
13580         (nnimap-request-article-part): Do not insert `data' if it is nil.
13581
13582         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13583         characters which will confuse `read', so skip past them.
13584
13585 2009-01-01  Dave Love  <fx@gnu.org>
13586
13587         * imap.el (imap-string-to-integer): Fix typo.
13588         (imap-fetch-safe): New function.
13589         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13590
13591         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13592
13593         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13594         (imap-parse-greeting): Fix doc strings.
13595         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13596         (imap-parse-flag-list): Make messages unique.
13597         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13598
13599         * nnimap.el: Fix author email.
13600         (nnimap-split-rule): Add FIXME comment.
13601         (nnimap-debug): Fix doc string.
13602
13603 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13606
13607 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13610         nslookup if resolv.conf isn't available.
13611         (dns-query): Rename from query-dns.
13612         (dns-query-cached): Rename from query-dns-cached.
13613
13614 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13617         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13618         to check if those variables exist (first appeared in Emacs 18.50).
13619
13620 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * mm-util.el (mm-line-number-at-pos): New function.
13623
13624         * spam-report.el (spam-report-process-queue): Use it.
13625
13626 2008-12-24  David Engster  <dengste@eml.cc>
13627
13628         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13629         parameters that haven't existed as variables as buffer-local variables.
13630
13631 2008-12-23  Dave Love  <fx@gnu.org>
13632
13633         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13634         cadar.
13635
13636         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13637         imap-starttls-p.
13638         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13639
13640 2008-12-22  Dave Love  <fx@gnu.org>
13641
13642         * imap.el: Fix author email.  Doc fixes.
13643         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13644         reply.
13645
13646 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * spam-report.el (spam-report-gmane-max-requests): New constant.
13649         (spam-report-gmane-wait): New variable.
13650         (spam-report-gmane-ham, spam-report-gmane-spam)
13651         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13652         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13653         the server.
13654
13655         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13656         Add explanations.
13657
13658         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13659         nnheader-accept-process-output and nnheader-read-timeout if available.
13660         (pop3-movemail): Use it.
13661
13662         * message.el (message-check-news-body-syntax): Fix signature check if
13663         there's an attachment.
13664
13665 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * mm-util.el: Add comments to the mm- emulating functions.
13668
13669 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13672         Reported by Stephen Berman <stephen.berman@gmx.net>.
13673
13674 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * mm-util.el (mm-substring-no-properties): New function.
13677         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13678         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13679         (mm-string-to-multibyte): Doc fix.
13680
13681         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13682
13683 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * mml.el (mml-attach-file): Strip text properties from file name.
13686         (Bug#1574)
13687
13688 2008-12-16  Glenn Morris  <rgm@gnu.org>
13689
13690         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13691
13692 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13695         knows since the charset specified might be a bogus alias that
13696         mm-charset-synonym-alist provides.
13697
13698 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13701         "ISO_8859-1".
13702
13703         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13704
13705 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * mm-util.el (mm-charset-eval-alist):
13708         Define it before mm-charset-to-coding-system.
13709         (mm-charset-to-coding-system): Add optional argument `silent';
13710         define it before mm-charset-override-alist.
13711         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13712         default value if it can be used in Emacs currently running;
13713         silence mm-charset-to-coding-system.
13714
13715 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13718         `allow-override' which says whether to use `mm-charset-override-alist'.
13719         (rfc2047-decode-encoded-words): Use it.
13720
13721         * mm-util.el (mm-charset-override-alist): Fix custom type;
13722         add `(gb2312 . gbk)' to choices.
13723
13724 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13727         fast.
13728
13729         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13730
13731         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13732
13733 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13734
13735         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13736         on links.
13737
13738         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13739
13740 2008-12-03  Lute Kamstra  <lute@gnu.org>
13741
13742         * sha1.el: Remove leading * from docstrings of defcustoms,
13743         deffaces, defconsts and defuns.
13744
13745 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13748         users' addresses that don't have domain parts.
13749         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13750         rather than message-narrow-to-head since there will be the message
13751         header separator.
13752
13753 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13754
13755         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13756         since the result is inserted in a unibyte buffer anyway.
13757         (nnimap-demule-use-string-to-multibyte): Remove.
13758         (nnimap-demule): Alias it to mm-string-to-multibyte.
13759
13760 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13761
13762         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13763         variable for debugging bug#464 and bug#1174.
13764         (nnimap-demule): Use it.
13765
13766 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13769         score calculation correctly.
13770
13771 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13772
13773         * message.el (message-send-mail): Just set the buffer to unibyte
13774         rather than use mm-with-unibyte-current-buffer which does a lot more.
13775         (message-send-mail-partially): Don't bother with
13776         mm-with-unibyte-current-buffer since it's already been made unibyte by
13777         message-send-mail.
13778
13779 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13780
13781         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13782
13783 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13784
13785         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13786
13787 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13790         require itself and to remove `with-no-warnings'.
13791
13792 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13793
13794         * starttls.el (starttls-any-program-available): Get the name of the
13795         available TLS layer program.
13796         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13797         well as the host name in the "opening" message.
13798
13799         * auth-source.el (auth-source-cache, auth-source-do-cache)
13800         (auth-source-user-or-password): Cache passwords and logins by default,
13801         allow override with `auth-source-do-cache'.
13802         (auth-source-forget-user-or-password): Allow users to remove cache
13803         entries if needed.
13804
13805 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13806
13807         * md4.el (md4-buffer): Fix typo in docstring.
13808         (md4, md4-64): Doc fixes.
13809         (md4-pack-int32): Reflow docstring.
13810
13811 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13812
13813         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13814         condition-case to only the forward-sexp call.
13815
13816 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13817
13818         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13819         quotes contained.  Make it more robust regardless by an extra
13820         condition-case wrapper.
13821
13822 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13825
13826 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * nnml.el (nnml-request-expire-articles): Check if the function set to
13829         `nnmail-expiry-target' returns the symbol `delete'.
13830
13831         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13832
13833         * nnmail.el (nnmail-expiry-target): Fix custom type.
13834
13835 2008-10-02  Glenn Morris  <rgm@gnu.org>
13836
13837         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13838         Silence compiler warning.
13839
13840 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13841
13842         * tls.el (open-tls-stream): Show the actual command being
13843         executed, instead of the format string.
13844
13845 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * lpath.el: Fbind codepage-setup for Emacs 23.
13848
13849 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13850
13851         * mml.el (mml-menu): Don't assume mml2015 is bound.
13852
13853 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13856         exists.
13857
13858 2008-09-27  Glenn Morris  <rgm@gnu.org>
13859
13860         * gnus-util.el (mail-header-remove-comments): Autoload it.
13861
13862 2008-09-27  Andreas Schwab  <schwab@suse.de>
13863
13864         * gnus-util.el (gnus-split-references): Strip comments.
13865         (gnus-parent-id): Likewise.
13866
13867 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * message.el (message-confirm-send): Fix version.
13870
13871 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * message.el (message-idna-to-ascii-rhs-1): Use
13874         mail-extract-address-components rather than mail-header-parse-addresses
13875         that is an alias by default to ietf-drums-parse-addresses that does not
13876         support non-ASCII names in headers' contents.
13877
13878 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * message.el (message-confirm-send): Fix variable documentation to
13881         avoid the "y/n" wording.
13882
13883 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13884
13885         * message.el (message-set-auto-save-file-name): Save to a different
13886         filename so multiple messages (especially drafts) can be recovered.
13887
13888 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         * message.el (message-confirm-send): Add appropriate version.
13891
13892 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13893
13894         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13895         defvar.
13896
13897 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13898
13899         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13900         (mm-pkcs7-enveloped-magic): Ditto.
13901
13902 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13903
13904         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13905         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13906
13907 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13908
13909         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13910         default, it's better.
13911
13912 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13913
13914         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13915         summary line gnus-number property and ignore them (with a warning
13916         message).
13917
13918 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13921         macro caddr in the interactive form since it won't be expanded.
13922
13923 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13926         `charset'; fix name of function called recursively.
13927         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13928
13929 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13932         (gnus-mime-set-charset-parameters): New function.
13933         (gnus-mime-view-part-as-charset): Use it to correctly display part
13934         specifying wrong charset.
13935
13936 2008-09-08  David Engster  <dengste@eml.cc>
13937
13938         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13939         in completing-read for back end server.
13940
13941 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13942
13943         * message.el (message-confirm-send): New variable to confirm sending a
13944         message.
13945         (message-send): Use it.
13946
13947 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13948
13949         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13950
13951 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13954
13955 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13958         prevent tracking too many groups.
13959         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13960         Use it.
13961
13962 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13963
13964         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13965         moving point to the bottom of the window in order to avoid recentering.
13966
13967 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13968
13969         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13970
13971         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13972         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13973         (gnus-article-beginning-of-window): Fix calculation.
13974
13975 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus-msg.el (gnus-summary-supersede-article)
13978         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13979         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13980         message header.
13981
13982 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13983
13984         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13985         pending output coming after the status change.
13986
13987 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13988
13989         * message.el:
13990         * gnus-start.el:
13991         * gnus-registry.el: Remove VMS support.
13992
13993 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13996         macro.
13997         (rfc2104-hash): Use it.
13998
13999 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14002         (gnus-summary-sort-by-most-recent-date): New commands.
14003         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14004         and menu entries.
14005
14006 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14009         don't redisplay article for raw contents; remove plural articles stuff.
14010
14011         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14012         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14013         on gnus-summary-save-article; display results properly.
14014
14015 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * lpath.el: No need to fbind ns-focus-frame.
14018
14019 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14022
14023 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (gnus-summary-save-in-pipe):
14026         Consider gnus-save-all-headers.
14027
14028 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14029
14030         * gnus-util.el (ns-focus-frame): Remove declaration.
14031         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14032         like x.
14033
14034 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14035
14036         * rfc2104.el (rfc2104-zero): Delete defconst.
14037         (rfc2104-hex-alist): Likewise.
14038         (rfc2104-hex-to-int): Delete func.
14039         (rfc2104-hexstring-to-bitstring): Likewise.
14040         (rfc2104-nybbles): New defconst.
14041         (rfc2104-hash): Rewrite for speed.
14042
14043 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * tls.el (open-tls-stream): Make it work with the 2nd argument
14046         BUFFER that is a string but does not exist as a buffer object, as
14047         mentioned in the doc-string.
14048
14049 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14052         SXEmacs.
14053
14054 2008-07-16  Glenn Morris  <rgm@gnu.org>
14055
14056         * gnus-util.el (ns-focus-frame): Declare for compiler.
14057
14058 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14061         set as a group parameter.
14062         (gnus-summary-save-in-pipe): Work when it is called independently.
14063         (gnus-summary-pipe-to-muttprint): Don't modify
14064         gnus-summary-pipe-output-default-command.
14065
14066 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14067
14068         * message.el (message-send-mail-with-sendmail):
14069         Display the error message.
14070
14071 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * gnus-art.el (gnus-default-article-saver):
14074         Add gnus-summary-save-in-pipe to choices.
14075         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14076         gnus-summary-pipe-output-default-command as the default command.
14077         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14078         instead of gnus-last-shell-command.
14079
14080         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14081         New user option.
14082         (gnus-summary-muttprint-program): Mention the value will be changed.
14083         (gnus-summary-save-article): Force showing of all headers.
14084         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14085
14086 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14087
14088         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14089
14090 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14091
14092         * nnimap.el (nnimap-id):
14093         * sieve-manage.el (sieve-manage-open): Doc fixes.
14094
14095 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14096
14097         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14098         if available.
14099
14100 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14101
14102         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14103
14104         * nnkiboze.el (nnkiboze-generate-group):
14105         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14106
14107         * nnmairix.el: Require CL.
14108
14109 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * dgnushack.el: Autoload get-display-table and put-display-table for
14112         XEmacs 21.5.
14113
14114         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14115         21.4 and SXEmacs.
14116
14117 2008-06-15  David Engster  <dengste@eml.cc>
14118
14119         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14120
14121 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14122
14123         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14124         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14125         runtime choice under XEmacs.
14126
14127         * gnus-sum.el (gnus-summary-set-display-table):
14128         Use `gnus-put-display-table', `gnus-get-display-table',
14129         `gnus-set-display-table' for the display table, instead of `aset'.
14130
14131         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14132         Use `gnus-put-display-table', `gnus-get-display-table',
14133         `gnus-set-display-table' for the display table.
14134
14135 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * nnmairix.el: Add autoloads.
14138
14139 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         * nnmairix.el (nnmairix-delete-recreate-group)
14142         (nnmairix-update-and-clear-marks): Fix error messages.
14143
14144 2008-06-14  David Engster  <dengste@eml.cc>
14145
14146         * nnmairix.el: Upgrade to version 0.6.
14147         (nnmairix-group-toggle-propmarks-this-group)
14148         (nnmairix-group-toggle-readmarks-this-group)
14149         (nnmairix-group-delete-recreate-this-group)
14150         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14151         (nnmairix-remove-tick-mark-original-article): New commands.
14152         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14153         (nnmairix-propagate-marks-to-nnmairix-groups)
14154         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14155         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14156         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14157         functions needed for marks propagation and manipulation of read marks.
14158         (nnmairix-update-groups): New function.
14159         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14160         (nnmairix-determine-original-group-from-registry)
14161         (nnmairix-determine-original-group-from-path)
14162         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14163         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14164         New helper functions.
14165         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14166         keystrokes for new commands.
14167         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14168         (nnmairix-request-group): Check allow-fast group parameter.
14169         (nnmairix-request-create-group): Set allow-fast group parameter if
14170         nnmairix-allowfast-default is set.
14171         (nnmairix-close-group): Propagate marks upon closing if needed.
14172         (nnmairix-group-toggle-threads-this-group): Use new.
14173         nnmairix-group-toggle-parameter helper function.
14174         (nnmairix-search): Better check for empty search result.
14175         (nnmairix-goto-original-article): Use new helper functions for
14176         determining original article.
14177         (nnmairix-show-original-article): Make sure message-id is in brackets.
14178         (nnmairix-call-mairix-binary): Change variable name.
14179         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14180         helper function.
14181         (nnmairix-widget-toggle-activate): Fix doc string.
14182
14183 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * nnir.el: Require edmacro when compiling with XEmacs.
14186         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14187         available in Emacs 21.
14188
14189 2008-06-11  Glenn Morris  <rgm@gnu.org>
14190
14191         * gnus-util.el (x-focus-frame):
14192         * gnus.el (image-size):
14193         * mm-decode.el (image-size): Declare.
14194
14195         * gnus-picon.el (declare-function): Add compat definition.
14196         (image-size): Declare.
14197
14198         * gnus-group.el (tool-bar-map):
14199         * gnus-sum.el (tool-bar-map): Define for compiler.
14200
14201         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14202
14203         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14204
14205         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14206         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14207         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14208         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14209         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14210         * sieve-manage.el, spam-report.el, spam.el:
14211         Remove unnecessary eval-and-compile of autoloads.
14212
14213 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14214
14215         * auth-source.el: Precise Tramp doc.
14216
14217 2008-06-07  Glenn Morris  <rgm@gnu.org>
14218
14219         * nnmairix.el: Remove unnecessary eval-when-compile.
14220
14221 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * lpath.el: Fbind propertize for XEmacs 21.4.
14224
14225 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * nnir.el: Move here from ../contrib.
14228
14229 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14230
14231         * gnus-util.el (gnus-read-shell-command): New function.
14232         * mm-decode.el (mm-pipe-part):
14233         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14234
14235 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14238
14239 2008-06-03  Glenn Morris  <rgm@gnu.org>
14240
14241         * pop3.el (nnheader-accept-process-output): Autoload it.
14242
14243 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14246         are not 2-digit hexadecimal characters that follow `%'s.
14247
14248 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * message.el (message-bogus-recipient-p): Fix type in doc string.
14251         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14252         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14253         Improve custom options.
14254         (message-bogus-recipient-p): Adjust accordingly.
14255
14256 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14257
14258         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14259         long-form month and day names.
14260
14261 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * dgnushack.el: Autoload debug, eudc-expand-inline and
14264         pgg-snarf-keys-region for XEmacs.
14265
14266         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14267
14268         * nnmairix.el: Require edmacro when compiling with XEmacs.
14269
14270 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14273         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14274
14275 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14276
14277         * auth-source.el: Add more docs.
14278
14279         * netrc.el (netrc-machine): Always match if the port is not given.
14280
14281 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14282
14283         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14284         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14285         retrieval faster in some cases, but might make CPU usage larger.
14286         If this has any bad side effects, we might revert this change.
14287
14288         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14289         seems to make mail retrieval much, much faster.
14290         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14291         unconditionally.
14292
14293         * gnus-draft.el (gnus-group-send-queue):
14294         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14295
14296 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14299
14300         * message.el (message-bogus-address-regexp): Fix and improve custom
14301         type.
14302         (message-setup-hook): Add message-check-recipients as custom option.
14303
14304 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * message.el (message-cite-function): Remove bogus autoload which crept
14307         in during merge from v5-10.
14308
14309 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14310
14311         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14312
14313         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14314
14315         * auth-source.el: Preliminary Tramp docs.
14316         (auth-sources): Change the default auth-sources to use
14317         EPA .gpg files.
14318
14319 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14320
14321         * nntp.el: Autoload `auth-source-user-or-password'.
14322         (nntp-send-authinfo): Use it.
14323
14324         * nnimap.el: Autoload `auth-source-user-or-password'.
14325         (nnimap-open-connection): Use it.
14326
14327         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14328         for the gnus-message function.
14329         (auth-source-user-or-password): Use it.
14330
14331 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14332
14333         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14334         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14335         (rfc2104-hash): Use it.
14336
14337 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14338
14339         * gnus-art.el (gnus-article-toggle-truncate-lines):
14340         Don't use `iff' in docstring.
14341
14342 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14343
14344         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14345
14346         * gnus-util.el (gnus-extract-address-component-name)
14347         (gnus-extract-address-component-email): Convenience functions around
14348         `gnus-extract-address-components'.
14349
14350         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14351         Use `gnus-extract-address-component-email' to fix bug of comparing full
14352         sender name to `user-mail-address'.
14353
14354 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14355
14356         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14357         catch/throw to optimize.
14358         (gnus-registry-find-keywords): Just use member to find a keyword.
14359
14360 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14361
14362         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14363         is current before calling gnus-server-prepare.
14364         (gnus-server-setup-buffer, gnus-server-update-server)
14365         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14366
14367 2008-05-04  Juri Linkov  <juri@jurta.org>
14368
14369         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14370         (mailcap-file-default-commands): Use mailcap-replace-in-string
14371         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14372         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14373
14374 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14375
14376         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14377
14378 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14379
14380         * gnus.el: Bump version to 0.11.
14381
14382 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14383
14384         * gnus.el: No Gnus v0.10 is released.
14385
14386 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14387
14388         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14389         hooks.
14390         (gnus-update-read-articles): Speed up non-marks-using users.
14391         (gnus-use-marks): Define gnus-use-marks.
14392         (gnus-propagate-marks): Rename variable to something more sensible.
14393
14394 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14395
14396         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14397         (gmm-image-load-path-for-library): Fix typos in docstrings.
14398         (gmm-message): Reflow docstring.
14399
14400 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14401
14402         * mail-source.el (mail-source-set-1, mail-source-bind):
14403         Move auth-source code out of the macro to clean it up and fix bugs.
14404
14405 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14406
14407         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14408         by sender if it's equal to user-mail-address, it's likely to be
14409         useless.
14410
14411         * mail-source.el (mail-source-bind): Don't use user or password if they
14412         are not bound.  Unintern them if they are nil.  Don't use server unless
14413         it's bound, and default it to empty string otherwise.
14414
14415 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14416
14417         * mail-source.el: Load auth-source.el.
14418         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14419         get user name or password, if auth-sources is set up.
14420
14421         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14422         strategy of splitting with parent.
14423         (gnus-registry-split-fancy-with-parent)
14424         (gnus-registry-post-process-groups): Use it and fix prior
14425         bug (returning a list as the split result).
14426
14427         * auth-source.el (auth-sources): Remove server parameter.
14428         (auth-source-pick, auth-source-user-or-password)
14429         (auth-source-user-or-password-imap)
14430         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14431         (auth-source-user-or-password-sftp)
14432         (auth-source-user-or-password-smtp): Remove server parameter.
14433
14434 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14435
14436         * smime.el (smime-sign-region, smime-encrypt-region)
14437         (smime-decrypt-region):
14438         Remove redundant calls to `generate-new-buffer-name'.
14439
14440 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14441
14442         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14443         Don't use QP for message/rfc822.
14444         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14445
14446 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14447
14448         * sieve-manage.el (sieve-string-bytes): Remove.
14449         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14450         correct byte-length only if the process's coding-system is the same as
14451         the one used internally by Emacs to represent strings.
14452
14453 2008-04-22  Juri Linkov  <juri@jurta.org>
14454
14455         * mailcap.el (mailcap-file-default-commands): New function.
14456
14457 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * message.el (message-signature-separator, message-cite-function):
14460         Change custom version.
14461
14462 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14463
14464         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14465         commands.
14466         (tls-checktrust): Ditto.
14467
14468 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * mm-decode.el (mm-display-external): Make temp file read-only.
14471
14472 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14475         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14476         `C-c C-f d'.
14477
14478 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14479
14480         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14481
14482 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * gnus.el: Bump version to 0.9.
14485
14486 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * gnus.el: No Gnus v0.8 is released.
14489
14490 2008-04-10  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-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14496
14497         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14498         Fix last change in case the element is not even a symbol.
14499
14500 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14501
14502         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14503         Prefer fboundp to functionp so it works with macros as well.
14504
14505 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14506
14507         * auth-source.el: Add docs.
14508         (auth-sources): Modify format to support server.
14509         (auth-source-pick, auth-source-user-or-password)
14510         (auth-source-user-or-password-imap)
14511         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14512         (auth-source-user-or-password-sftp)
14513         (auth-source-user-or-password-smtp): Add server parameter.
14514
14515 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14516
14517         * gnus-registry.el: Initialize the registry when gnus-registry-install
14518         is t.
14519
14520 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * compface.el (uncompface): Make buffer unibyte.
14523
14524 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14525
14526         * mail-source.el (mail-source-value):
14527         Prefer fboundp to functionp so it works with macros as well.
14528
14529 2008-04-05  Glenn Morris  <rgm@gnu.org>
14530
14531         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14532
14533 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14534
14535         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14536         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14537
14538         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14539         multibyteness after rather than before erasing it.
14540
14541         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14542         mm-with-multibyte.
14543         (gnus-request-article-this-buffer): Make sure the proper decoding is
14544         used if gnus-original-article-buffer happens to be unibyte.
14545
14546         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14547         default-enable-multibyte-characters.
14548
14549         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14550         default-enable-multibyte-characters.
14551
14552         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14553
14554         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14555
14556 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14557
14558         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14559         Fix last change in case the element is not even a symbol.
14560
14561 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14562
14563         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14564         (imap-message-copyuid-1): Use it.
14565         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14566         J. Williams in
14567         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14568
14569         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14570         imap-enable-exchange-bug-workaround.
14571         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14572
14573 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14574
14575         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14576         a 100 byte status-checks into a 2-3MB transfer for each group.
14577         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14578         to enable bug workaround or not.
14579         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14580
14581 2008-03-31  Glenn Morris  <rgm@gnu.org>
14582
14583         * message.el (mml2015-use): Declare for compiler.
14584         (message-info): Require mml2015 when appropriate.
14585
14586 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14589         whitespace.
14590
14591 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14592
14593         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14594         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14595         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14596         (nntp-service-to-port): New function.
14597         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14598         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14599         (nntp-open-netcat-stream): New function.
14600         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14601
14602 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14603
14604         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14605
14606 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14607
14608         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14609
14610 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14611
14612         * dns.el (dns-write): Use set-buffer-multibyte.
14613
14614 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14615
14616         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14617
14618 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * message.el (message-signature-separator): Change default.
14621         Improve custom type.
14622         (message-cite-function): Change default to
14623         message-cite-original-without-signature.
14624
14625         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14626         toggle.
14627
14628         * message.el (message-check-news-body-syntax): Fix signature check.
14629         (message-setup-1): Mark buffer as unmodified _after_ running
14630         message-setup-hook and handling message-alternative-emails.
14631         (message-shorten-references): Be more strict when building list of
14632         valid references to comply with GNKSA.
14633
14634         * gnus-group.el (gnus-read-ephemeral-bug-group)
14635         (gnus-read-ephemeral-debian-bug-group)
14636         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14637
14638         * message.el (message-info): Don't use booleanp which isn't supported
14639         in Emacs 21 and XEmacs.
14640
14641 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14644         gnus-group-gmane-group-download-format.
14645         (gnus-group-read-ephemeral-gmane-group): Rename from
14646         gnus-group-read-ephemeral-gmane-group.
14647         (gnus-read-ephemeral-gmane-group-url): Rename from
14648         gnus-group-read-ephemeral-gmane-group-url.
14649         (gnus-bug-group-download-format-alist): New variable.
14650         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14651         (gnus-read-ephemeral-emacs-bug-group): New commands.
14652
14653 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14656         (gnus-visible-headers): Improve custom type.
14657
14658 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * mml.el (mml-menu): Add workarounds for XEmacs.
14661
14662         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14663         X-Boundary header.
14664
14665         * message.el (message-simplify-recipients): Fix previous commit.
14666
14667 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14668
14669         * mm-util.el (mm-set-buffer-multibyte): New function.
14670         * mm-decode.el (mm-copy-to-buffer): Use it.
14671
14672         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14673         Prefer fboundp to functionp so it works with macros as well.
14674
14675 2008-03-19  Glenn Morris  <rgm@gnu.org>
14676
14677         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14678         Accidentally removed in the sync process with Emacs.
14679
14680 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * message.el (message-alter-recipients-discard-bogus-full-name):
14683         New function.
14684         (message-alter-recipients-function): New variable.
14685         (message-get-reply-headers): Use it.
14686         (message-replace-header): New helper function.
14687         (message-recipients-without-full-name): New variable.
14688         (message-simplify-recipients): New command.
14689
14690         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14691
14692         * message.el (message-info): Handle EasyPG manual.
14693
14694         * mml.el (mml-menu): Add entry for EasyPG.
14695
14696 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14697
14698         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14699         parameter.
14700
14701         * message.el (message-disassociate-draft): Specify drafts group name
14702         fully.
14703
14704 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14705
14706         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14707         Eliminate unnecessary duplicates from the match list.
14708
14709 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14712
14713         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14714
14715         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14716         args of `how-many' of which the XEmacs version doesn't take; declare
14717         Info-index-next as function.
14718
14719 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14720
14721         * gnus-score.el (gnus-score-headers): Fix handling of
14722         gnus-inhibit-slow-scoring.
14723
14724         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14725         string.
14726         (gnus-button-url-regexp): Improve handling of parenthesis.
14727         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14728         (gnus-button-handle-info-keystrokes): Handle index entries.
14729
14730 2008-03-15  Glenn Morris  <rgm@gnu.org>
14731
14732         * parse-time.el (parse-time-string): Simplify.
14733
14734 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14737         Incoming* files.
14738
14739 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14740
14741         * auth-source.el (auth-sources): Rename from auth-source-choices.
14742         (auth-source-pick): Use it.
14743
14744 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14745
14746         * binhex.el (binhex-decode-region-internal):
14747         * uudecode.el (uudecode-decode-region-internal):
14748         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14749         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14750         setting default-enable-multibyte-characters.
14751
14752 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14753
14754         * auth-source.el (auth-source-protocols)
14755         (auth-source-protocols-customize, auth-source-choices): Add and
14756         modified variable customizations and defaults.
14757         (auth-source-pick, auth-source-user-or-password)
14758         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14759         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14760         (auth-source-user-or-password-sftp)
14761         (auth-source-user-or-password-smtp): Use new variables and provide an
14762         interface to netrc.el.
14763
14764 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14767         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14768         Make sure the nntp port to specify is a string.
14769
14770 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14771
14772         * nntp.el: Use with-current-buffer.
14773         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14774         dubious mm-with-unibyte-current-buffer.
14775         (nntp-with-open-group-function): New function extracted from
14776         nntp-with-open-group macro.
14777         (nntp-with-open-group): Use the function, so it's easier to debug.
14778         Add indentation and debugging info.
14779         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14780         Recommend the use of the netcat alternatives.
14781
14782         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14783         Avoid mm-string-as-multibyte as well.
14784
14785         * nnweb.el (nnweb-insert-html):
14786         Remove use of nnheader-string-as-multibyte.
14787
14788         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14789         (nnheader-string-as-multibyte): Remove.
14790
14791         * mm-view.el: Use inhibit-read-only.
14792         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14793         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14794         or unibyte-string.
14795
14796         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14797         (mm-uu-yenc-extract): Use with-current-buffer.
14798
14799         * gnus-soup.el (gnus-soup-send-packet): Don't use
14800         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14801
14802         * nnmh.el: Use with-current-buffer.
14803         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14804         mm-string-as-multibyte on the output of mm-encode-coding-string.
14805
14806         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14807         (nnimap-request-move-article): Use with-current-buffer.
14808
14809         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14810         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14811         conversion uses string-make-unibyte rather than string-as-unibyte.
14812
14813         * gnus-msg.el: Use with-current-buffer.
14814
14815         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14816
14817 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14818
14819         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14820         string for caching if it is 'PIN.
14821
14822 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * lpath.el: Consider the case without Emacs/W3.
14825
14826 2008-03-08  Glenn Morris  <rgm@gnu.org>
14827
14828         * time-date.el (date-to-time, time-subtract, time-add)
14829         (safe-date-to-time): Doc fixes.
14830
14831 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * mail-source.el (mail-source-delete-old-incoming-confirm):
14834         Change default to nil.
14835         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14836
14837 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * lpath.el: Rearrange.
14840
14841         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14842         (gnus-article-goto-prev-page): Work for articles having ^L's.
14843
14844         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14845
14846         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14847
14848 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14849
14850         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14851         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14852         (gnus-bookmark-jump): Adjust some variable names.
14853
14854 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * auth-source.el: New package.
14857         (auth-source-choices): Add customization entry point variable.
14858
14859         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14860         bug.
14861
14862 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14863
14864         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14865         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14866         (gnus-registry-install-shortcuts): Rename from
14867         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14868         the `gnus-registry-mark-map' keymap dynamically from
14869         `gnus-registry-marks'.  The generated functions update the summary line
14870         when a registry mark is added or deleted, and will call
14871         `gnus-registry-install-p' (see the comments in the code).
14872         (gnus-registry-user-format-function-M): Use concat intelligently.
14873
14874         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14875         the registry mark functions.
14876
14877 2008-03-05  Glenn Morris  <rgm@gnu.org>
14878
14879         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14880         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14881         gnus-art.
14882         (top-level): No need to load own source when compiling.
14883
14884 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14887         Suggested by <chris.anderton@zetnet.co.uk>.
14888
14889 2008-03-04  Glenn Morris  <rgm@gnu.org>
14890
14891         * gnus-sum.el (top-level): No need to require gnus when compiling,
14892         since unconditionally required near start of file.
14893         (gnus-summary-display-while-building): Move definition before use.
14894
14895 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14896
14897         * gnus-registry.el (gnus-registry-user-format-function-M):
14898         Add formatting function.
14899
14900 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14901
14902         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14903         with plists.
14904         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14905         Use new format.
14906
14907 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14910         `where-is-internal' that returns a range of key sequences.
14911
14912 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14913
14914         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14915
14916         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14917         (gnus-summary-jump-to-group): Consider windows on other displayed
14918         frames as well.  Similar changes might be needed elsewhere, but that's
14919         the one I've bumped into during my use.
14920
14921         * nndoc.el (nndoc-oe-dbx-type-p):
14922         * gnus-msg.el (gnus-debug):
14923         * gnus-group.el (gnus-update-group-mark-positions):
14924         Use mm-string-to-multibyte.
14925
14926 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14929         doesn't handle NotDashEscaped.
14930
14931         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14932         (mml-dnd-attach-options): Fix typo in custom choice.
14933
14934         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14935         Change nndoc-article-type to mbox.
14936         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14937
14938         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14939         to nil, instead of html2text.
14940
14941         * imap.el (imap-debug): Add `imap-ping-server'.
14942
14943         * gnus-bookmark.el: Add FIXMEs.
14944
14945         * message.el (message-form-letter-separator)
14946         (message-send-form-letter-delay): New variables.
14947         (message-send-form-letter): Use them.  New command to send form
14948         letters.  Requested by Uwe Siart.
14949         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14950
14951 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * Update copyright years.
14954
14955 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         Sync from EMACS_22_BASE.
14958
14959         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14960
14961 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14962
14963         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14964         empty author.
14965
14966 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * gnus-registry.el (gnus-registry-marks): Add variable for
14969         customization of marks and their appearance.
14970         (gnus-registry-read-mark): Use it.
14971         (gnus-registry-do-marks): Add utility function to loop through
14972         `gnus-registry-marks'.
14973         (gnus-registry-install-shortcuts-and-menus): Add function to install
14974         shortcuts and menus.
14975         (gnus-registry-initialize): Use it.
14976         (gnus-registry-default-mark): Clarify documentation.
14977
14978 2008-02-29  Glenn Morris  <rgm@gnu.org>
14979
14980         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14981         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14982         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14983         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14984         Change defcustom :version from 23.0 to 23.1.
14985
14986 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14987
14988         * gnus-registry.el (gnus-registry-follow-group-p)
14989         (gnus-registry-post-process-groups): Add functions to aid registry
14990         splitting and improve logging.  Clarify behavior in function
14991         documentation.
14992         (gnus-registry-split-fancy-with-parent): Use them.
14993
14994 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14995
14996         * gnus-art.el: Use with-current-buffer.
14997
14998 2008-02-27  David Engster  <dengste@eml.cc>
14999
15000         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15001         Express real group name in the response.
15002
15003 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15006         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15007         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15008         autoload gnus-registry-fetch-group when compiling.
15009         (nnmairix-request-group-with-article-number-correction):
15010         Remove unreferenced argument passed to nnmairix-call-backend.
15011
15012 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15015         (mm-uu-extract): Improve face for low color ttys.
15016         Reported by Sascha Wilde.
15017
15018 2008-02-27  Glenn Morris  <rgm@gnu.org>
15019
15020         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15021         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15022         variables to defconsts.  Convert comments to doc-strings.
15023         (nnmairix-last-server, nnmairix-current-server): Convert from free
15024         variables to defvars.  Convert comments to doc-strings.
15025         (gnus-registry-fetch-group): Autoload.
15026         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15027         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15028         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15029         caddr.
15030         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15031         nnmairix-request-group-with-article-number-correction call.
15032         (nnmairix-fast, nnmairix-group): New, less general names, for free
15033         variables passed from nnmairix-request-group to
15034         nnmairix-request-group-with-article-number-correction.  Declare.
15035         (nnmairix-request-group-with-article-number-correction):
15036         Use nnmairix-fast, nnmairix-group rather than fast, group.
15037
15038 2008-02-26  David Engster  <dengste@eml.cc>
15039
15040         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15041         version 0.5.
15042
15043 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15044
15045         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15046         instead of making an extra function call.  Don't add the current group
15047         to articles only when they have the group.  Use
15048         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15049         Reported by David <de_bb@arcor.de>.
15050
15051 2008-02-24  Miles Bader  <miles@gnu.org>
15052
15053         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15054         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15055         (mm-find-mime-charset-region):
15056         * mm-bodies.el (mm-encode-body):
15057         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15058
15059 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15062         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15063
15064 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * mail-source.el (mail-source-delete-incoming): Change default.
15067         Supplement doc string.
15068
15069         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15070
15071 2008-02-14  Glenn Morris  <rgm@gnu.org>
15072
15073         * time-date.el (format-seconds): New function.
15074
15075 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * nnmail.el (nnmail-message-id-cache-file): Derive from
15078         `gnus-home-directory'.
15079
15080 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15083         Document negative prefix.
15084
15085         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15086
15087 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088
15089         * message.el (message-unsent-separator): Add the Exim bounce
15090         separator.
15091
15092 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15093
15094         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15095         list.
15096         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15097         recipient/signer list.
15098
15099 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * Makefile.in (datarootdir): Define.
15102         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15103         name that might contain whitespace.
15104
15105 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15108         fbound (Emacs 23 unicode), signal an error.
15109
15110 2008-02-08  Glenn Morris  <rgm@gnu.org>
15111
15112         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15113
15114 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15115
15116         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15117         ports to the calls to `netrc-machine-user-or-password' in addition to
15118         "imap" and "imaps".
15119
15120 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15121
15122         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15123
15124         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15125
15126 2008-02-01  Kenichi Handa  <handa@m17n.org>
15127
15128         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15129         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15130         (rfc2104-hash): Convert the result of concat to unibyte string.
15131
15132 2008-02-01  Dave Love  <fx@gnu.org>
15133
15134         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15135         coding-system-for-read.
15136         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15137
15138 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15141         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15142         <hanche@math.ntnu.no>.
15143
15144 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15147
15148         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15149
15150 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15151
15152         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15153         * message.el (message-beginning-of-line): Use featurep instead of bound
15154         tests in order to resolve conditionals at compile time.
15155
15156 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15157
15158         * mail-source.el (mail-sources): Add `group' choice.
15159
15160         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15161         parameter `in-group' to control into which group the articles go.
15162         Add treatment of `group' mail-source.
15163
15164 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15167
15168         * mm-decode.el (mm-dissect-buffer): Decode description.
15169
15170         * mml.el (mml-to-mime): Encode message header first.
15171
15172 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15175         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15176
15177         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15178         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15179
15180 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15183
15184 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15187         prefix keys.
15188         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15189         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15190         gnus-xmas.el.
15191
15192         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15193         (gnus-xmas-article-describe-bindings): New function.
15194         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15195         gnus-xmas-article-describe-bindings.
15196
15197         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15198
15199 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15200
15201         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15202         Add new variables for article mark management.
15203         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15204         list of extra data entries which, when present, will indicate that the
15205         article ID should not be trimmed from the registry.
15206         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15207         functions.
15208         (gnus-registry-read-mark): New function to read a mark name from the
15209         user.
15210         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15211         (gnus-registry-set-article-mark-internal): New functions to add and
15212         remove marks.
15213         (gnus-registry-get-article-marks): New function to show the marks for
15214         an article, or retrieve them for further use.
15215
15216 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15219         keys when no argument is given.
15220
15221 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * imap.el (imap-ping-server): New variable.
15224         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15225         (imap-ping-server): Minor doc string fixes.
15226
15227 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15228
15229         * imap.el (imap-ping-server): New function.
15230         (imap-opened): Call imap-ping-server.
15231
15232 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-sum.el (gnus-article-sort-by-random)
15235         (gnus-thread-sort-by-random): Fix doc strings.
15236         Reported by jidanni@jidanni.org.
15237
15238 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus-art.el (gnus-article-describe-bindings): New function.
15241         (gnus-article-read-summary-keys): Use it.
15242         (gnus-article-mode-map): Bind `C-h b' to it.
15243
15244 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15247         XEmacs.
15248         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15249         Protect against non-character events.
15250
15251         * lpath.el: Fbind map-keymap for Emacs 21.
15252
15253 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15254
15255         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15256         New command.
15257         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15258         instead of END.  Change name of the temp file.
15259         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15260         customizable.
15261
15262 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15265         bind `S W' to gnus-article-wide-reply-with-original; set default
15266         binding to gnus-article-read-summary-send-keys.
15267         (gnus-article-read-summary-keys): Fix the order of keys; display
15268         continuation keys correctly in the echo area; describe bindings
15269         correctly when keys end with `C-h'.
15270         (gnus-article-read-summary-send-keys): New function.
15271         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15272         Work for gnus-article-read-summary-send-keys; display continuation keys
15273         correctly in the echo area.
15274         (gnus-article-reply-with-original): Ignore prefix argument.
15275         (gnus-article-wide-reply-with-original): New function.
15276
15277         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15278         Emacs 21.
15279
15280 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15283         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15284
15285 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15288         (gnus-group-read-ephemeral-gmane-group): New command.
15289
15290 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15291
15292         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15293
15294 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * message.el (message-send-mail-function): Increase custom version.
15297
15298         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15299         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15300
15301 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15302
15303         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15304         for the cases where imap-authenticate is called with a nil buffer
15305         parameter.
15306
15307 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15310         html parts correctly; support forwarded messages.
15311         (gnus-article-browse-html-article): Remove work buffers.
15312
15313         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15314         compiling.
15315         (netrc-bound-and-true-p): New macro.
15316         (netrc-parse): Use it instead of bound-and-true-p that is not available
15317         in XEmacs 21.4.
15318
15319 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * gnus-registry.el (gnus-registry-mark-article)
15322         (gnus-registry-article-marks): Add functionality to mark articles
15323         through the Gnus registry.
15324
15325         * encrypt.el: Clarify documentation for the new pgg method.
15326         (encrypt-file-alist): Add PGG option.
15327         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15328         functionality.  Abstract password key and messaging to external
15329         functions.
15330         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15331         (encrypt-message-method-and-cipher): Add new convenience external
15332         functions.
15333         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15334         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15335
15336         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15337         (netrc-parse): Use encrypt-file-alist to determine if
15338         encrypt-find-model or encrypt-insert-file-contents should be used.
15339
15340         * encrypt.el: Clarify documentation.  Load password-cache or
15341         password, whichever one is found first, instead of autoloading.
15342
15343 2007-12-19  Glenn Morris  <rgm@gnu.org>
15344
15345         * mml.el (message-options-set, message-narrow-to-head)
15346         (message-in-body-p, message-mail-p, message-encode-message-body):
15347         Autoload.
15348         (message-remove-header, message-narrow-to-headers-or-head)
15349         (message-subscribed-p, message-make-mail-followup-to)
15350         (message-position-on-field, message-news-p)
15351         (message-options-set-recipient, message-generate-headers)
15352         (message-sort-headers): Declare as functions.
15353
15354 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15357         convention in doc string.
15358
15359 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15362         title to html parts.
15363         (gnus-article-browse-html-article): Pass message header to it.
15364
15365         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15366
15367 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15368
15369         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15370         or password compatible with XEmacs.
15371
15372 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15375         format document.
15376         (gnus-mime-delete-part): Don't write description line if empty.
15377         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15378
15379 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15380
15381         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15382         (gnus-summary-mark-read-and-unread-as-read)
15383         (gnus-summary-mark-current-read-and-unread-as-read)
15384         (gnus-summary-mark-unread-as-ticked): Doc fix.
15385         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15386
15387 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15390         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15391
15392 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15395         yes-or-no-p.
15396
15397 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * mm-decode.el (mm-add-meta-html-tag): New function.
15400         (mm-save-part-to-file, mm-pipe-part): Use it.
15401
15402         * gnus-art.el (gnus-article-browse-delete-temp-files):
15403         Use gnus-y-or-n-p instead of y-or-n-p.
15404         (gnus-article-browse-html-parts): Work with message/external-body; use
15405         mm-add-meta-html-tag.
15406
15407 2007-12-11  Glenn Morris  <rgm@gnu.org>
15408
15409         * gnus-cache.el: Require gnus-sum not just when compiling.
15410
15411         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15412
15413         * gnus-int.el (gnus-server-opened, gnus-status-message):
15414         Move definitions before use.
15415
15416         * mm-decode.el: Require gnus-util.
15417         (mm-remove-part): Only call delete-annotation on XEmacs.
15418
15419         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15420
15421         * nnmail.el: Require gnus-int.
15422
15423         * spam.el: Move `require's before `eval-when-compile's.
15424
15425         * gnus-ems.el (gnus-alive-p):
15426         * gnus-fun.el (message-goto-eoh):
15427         * gnus-util.el (gnus-group-name-decode):
15428         * mail-source.el (gnus-compress-sequence):
15429         * message.el (Info-goto-node, format-spec):
15430         * mm-bodies.el (message-options-get):
15431         * mm-decode.el (mm-view-pkcs7):
15432         * mm-util.el (gmm-write-region):
15433         * mml-smime.el (mml-compute-boundary)
15434         (gnus-completing-read-with-default):
15435         * mml.el (widget-button-press, gnus-make-hashtable):
15436         * mml1991.el (mm-decode-content-transfer-encoding)
15437         (mm-encode-content-transfer-encoding)
15438         (message-options-get, message-options-set):
15439         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15440         * nnfolder.el (gnus-request-group):
15441         * nnheader.el (ietf-drums-unfold-fws):
15442         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15443         * smime.el (gnus-run-mode-hooks):
15444         * spam-stat.el (gnus-message): Autoload.
15445
15446         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15447         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15448         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15449         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15450         Add declare-function compatibility definition.
15451
15452         * gnus-cache.el (nnvirtual-find-group-art):
15453         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15454         (gnus-add-image, gnus-add-wash-type):
15455         * gnus-group.el (nnkiboze-score-file):
15456         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15457         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15458         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15459         (message-tokenize-header, gnus-get-buffer-create)
15460         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15461         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15462         * gnus.el (gnus-group-decoded-name):
15463         * mail-source.el (imap-capability):
15464         * mm-bodies.el (message-options-set):
15465         * mm-decode.el (gnus-configure-windows):
15466         * mm-extern.el (message-goto-body):
15467         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15468         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15469         (epg-sub-key-validity, message-options-set):
15470         * mml.el (widget-event-point, gnus-configure-windows):
15471         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15472         * mml2015.el (epg-check-configuration, epg-configuration)
15473         (message-options-set):
15474         * nndb.el (nndb-request-article):
15475         * nnfolder.el (gnus-request-create-group):
15476         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15477         * nnmaildir.el (gnus-group-mark-article-read):
15478         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15479         * rfc1843.el (message-fetch-field):
15480         * spam.el (gnus-extract-address-components):
15481         Declare as functions.
15482
15483 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15486
15487         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15488
15489         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15490         bind show-trailing-whitespace for XEmacs.
15491
15492 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15495         new no-op macro for backward compatibility.
15496
15497         * imap.el (imap-string-to-integer): New function.
15498
15499 2007-12-09  Glenn Morris  <rgm@gnu.org>
15500
15501         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15502
15503         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15504         * message.el, mm-view.el, sieve-manage.el, smime.el:
15505         Add declare-function compatibility definition.
15506
15507         * gnus-art.el (w3-region, w3m-region, Info-menu):
15508         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15509         * gnus-sum.el (gnus-get-predicate):
15510         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15511         * message.el (mail-abbrev-in-expansion-header-p):
15512         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15513         (w3m-detect-meta-charset, w3m-region):
15514         * sieve-manage.el (password-read, password-cache-add)
15515         (password-cache-remove):
15516         * smime.el (password-read-and-add): Declare as functions.
15517
15518 2007-12-08  David Kastrup  <dak@gnu.org>
15519
15520         * gnus-sum.el (gnus-summary-simplify-subject-query):
15521         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15522         `message'.
15523
15524 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15527         it to bind idna-program, installation-directory, defined-colors, and
15528         face-attribute for XEmacs of the version that compiles defcustom forms.
15529
15530 2007-12-07  Glenn Morris  <rgm@gnu.org>
15531
15532         * gnus-art.el (article-make-date-line): Revert previous change.
15533
15534 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15535
15536         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15537
15538 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15539
15540         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15541         Call gnus-add-to-range ranges only once with a prepared article-list.
15542
15543 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15544
15545         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15546         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15547         group names with backslashes.
15548         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15549
15550 2007-12-06  Deepak Goel  <deego3@gmail.com>
15551
15552         * gnus-art.el (article-make-date-line):
15553         * gnus-start.el (gnus-load):
15554         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15555
15556 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-art.el (gnus-use-idna):
15559         * gnus-start.el (gnus-site-init-file):
15560         * message.el (message-use-idna):
15561         * mm-uu.el (mm-uu-hide-markers):
15562         * smiley.el (smiley-style): Revert changes that suppress warnings.
15563
15564 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15567         specify charset to html source.
15568         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15569
15570 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15573         idna-program in order to suppress byte compile warning issued by XEmacs
15574         that came to byte compile the default value section of defcustom forms
15575         recently.
15576
15577         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15578         value of installation-directory.
15579
15580         * message.el (message-use-idna): Don't directly refer to the value of
15581         idna-program.
15582
15583         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15584
15585         * smiley.el (smiley-style): Don't directly call face-attribute.
15586
15587 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15590
15591         * gnus-dired.el: Reduce Gnus dependencies.
15592         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15593         Don't require.  Use autoloads instead.
15594         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15595         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15596         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15597         (gnus-dired-mode): Adjust doc string.
15598         (gnus-dired-mail-mode): New variable.
15599         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15600         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15601         (gnus-dired-mail-buffers): New function.  Return mail or message
15602         composition buffers.
15603         (gnus-dired-attach): Use it.
15604         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15605         NO-DECODE.
15606         (gnus-dired-print): Use `gnus-print-buffer' depending on
15607         `gnus-dired-mail-mode'.
15608
15609 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * rfc2047.el (rfc2047-encoded-word-regexp)
15612         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15613         explaining what regexp patterns are for.
15614
15615 2007-12-04  Glenn Morris  <rgm@gnu.org>
15616
15617         * password.el: Move to password-cache.el.
15618
15619         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15620         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15621         * mml-smime.el (password-read, password-cache-add)
15622         (password-cache-remove):
15623         No need to autoload, since mml-sec requires password.
15624
15625         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15626         * message.el (gnus-extract-address-components):
15627         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15628
15629         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15630         password.
15631
15632 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * mailcap.el: Reduce dependencies.
15635         (mail-header-parse-content-type): Autoload.
15636         (mailcap-delete-duplicates): New alias.
15637         (mailcap-mime-info): Add optional argument NO-DECODE.
15638         (mailcap-mime-types): Use mailcap-delete-duplicates.
15639
15640         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15641
15642 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15643
15644         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15645         (imap-parse-status): Upcase status-att for servers that sends them
15646         lower-case (e.g., MS Exchange 2007).
15647
15648 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15649
15650         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15651         function.
15652
15653         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15654         (gnus-uu-yenc-article): New function.
15655
15656         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15657
15658         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15659
15660 2007-12-02  Glenn Morris  <rgm@gnu.org>
15661
15662         * binhex.el (binhex): New custom group.
15663         (binhex-decoder-program, binhex-decoder-switches)
15664         (binhex-use-external): Move to the binhex custom group.
15665
15666         * uudecode.el (uudecode): New custom group.
15667         (uudecode-decoder-program, uudecode-decoder-switches)
15668         (uudecode-use-external): Move to the uudecode custom group.
15669
15670         * netrc.el (top-level): Don't load `encrypt' features.
15671         (netrc-parse): Don't use encrypt.
15672         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15673
15674         * encrypt.el: Remove file.
15675
15676 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15679         matches on patches.
15680
15681         * gnus-art.el (gnus-article-browse-html-article):
15682         Mention `mm-text-html-renderer' in the doc string.
15683
15684         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15685         string.  Add comments.
15686
15687         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15688         if rhs is ASCII.
15689
15690 2007-12-01  Glenn Morris  <rgm@gnu.org>
15691
15692         * mail-source.el (top-level): Require format-spec before
15693         eval-when-compile.
15694
15695 2007-11-30  Glenn Morris  <rgm@gnu.org>
15696
15697         * encrypt.el: Require password, rather than autoloading password-read.
15698
15699 2007-11-29  Glenn Morris  <rgm@gnu.org>
15700
15701         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15702         (sasl-make-client, sasl-next-step, sasl-step-data)
15703         (sasl-step-set-data): Declare as functions.
15704
15705 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15708
15709 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15710
15711         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15712         certs should be verified and what is to be done in the event of a
15713         verification failure.
15714
15715         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15716         caller can indicate whether the cache should be disregarded for this
15717         call.  This way the result of the call is reproducible at all times and
15718         can be considered a canonical server name for the supplied method.
15719         (gnus-agent-method-p): Canonicalize server names by pushing their
15720         method through `gnus-method-to-server' using the no-cache argument.
15721
15722         * gnus-srvr.el (gnus-server-insert-server-line):
15723         Call `gnus-method-to-server' with `no-cache' argument.
15724
15725         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15726         gnus-agent-possibly-synchronize-flags as this should be called when the
15727         server is actually being opened.
15728         (gnus-agent-possibly-synchronize-flags)
15729         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15730         flags file of an agentized server to the latter function.
15731
15732         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15733         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15734         after a connection has been established successfully.
15735
15736 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-art.el (article-display-face): Force to display face if called
15739         interactively; check if gnus-article-x-face-too-ugly matches author.
15740         (article-display-x-face): Display face even if From header is missing
15741         as article-display-face does.
15742
15743 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15744
15745         * hashcash.el (message-narrow-to-headers-or-head)
15746         (message-fetch-field, message-goto-eoh)
15747         (message-narrow-to-headers): Declare as functions.
15748
15749 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15750
15751         * mail-source.el (mail-sources): Default to fetch from file for
15752         compatibility with default of nnmail-spool-file.
15753
15754 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15757         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15758         to look for encoded word that should be encoded again.
15759         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15760         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15761         encoding pattern.
15762         (rfc2047-decode-region): Switch strict regexp and loose one according
15763         to rfc2047-allow-irregular-q-encoded-words.
15764
15765 2007-11-25  Romain Francoise  <romain@orebokech.com>
15766
15767         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15768
15769 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15770
15771         * tls.el (tls-program): Provide more custom choices from
15772         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15773         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15774
15775 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15778         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15779
15780         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15781         `nnmail-spool-file'.
15782
15783         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15784         `nnmail-spool-file'.
15785
15786         * gnus-move.el (gnus-change-server): Ditto.
15787
15788         * gnus-kill.el (gnus-batch-score): Ditto.
15789
15790         * gnus-cache.el (gnus-jog-cache): Ditto.
15791
15792         * gnus-msg.el (gnus-summary-reply):
15793         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15794
15795 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15798         version.  Minor improvement to doc strings.
15799         (tls-program): Add comment.
15800
15801 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15802
15803         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15804         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15805         mismatch between the hostname provided in the certificate and the name
15806         of the host connnecting to.
15807         (open-tls-stream): Use them.  Check certificates against trusted root
15808         certificates.
15809
15810 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15811
15812         * gnus-cache.el (gnus-cache-generate-nov-databases):
15813         Use nnml-generate-nov-databases-directory instead of
15814         nnml-generate-nov-databases-1.
15815
15816 2007-11-24  Glenn Morris  <rgm@gnu.org>
15817
15818         * message.el (message-tool-bar-retro): Update for rename
15819         mail_send.xpm->mail-send.xpm.
15820
15821 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15824         `smime-ldap-search' for Emacs 22 and up.
15825
15826 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15827
15828         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15829
15830         * message.el (message-send-mail-function): Fix error convention.
15831         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15832         (message-widen-reply, message-send-mail, message-talkative-question)
15833         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15834         (message-clone-locals, message-send-news): Use with-current-buffer.
15835         (message-insert-or-toggle-importance): Remove unused var `valid'.
15836         (message-make-references): Remove unused var `new-references'.
15837         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15838
15839 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15840
15841         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15842         (spam-split-symbolic-return-positive): Reflow docstring.
15843         (spam-backends, spam-summary-exit-behavior)
15844         (spam-mark-ham-unread-before-move-from-spam-group)
15845         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15846         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15847         (spam-clear-cache, spam-backend-check, spam-install-backend)
15848         (spam-install-statistical-backend, spam-list-of-processors)
15849         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15850         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15851         (spam-check-crm114, spam-initialize, spam-unload-hook):
15852         Fix typos in docstrings.
15853
15854 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15857         been checked if they have never been read and those group levels are
15858         higher than the one that a user specified.
15859
15860 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15863         foreign groups unless a group level is specified by a user.
15864         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15865
15866 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * message.el (message-send-mail-function): Require sendmail.
15869
15870 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * message.el (message-send-mail-function): Check for smtpmail too.
15873
15874         * utf7.el (utf7-encode, utf7-decode): Use coding system
15875         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15876
15877         * message.el (message-send-mail-function): New function.
15878         (message-send-mail-function): Set default using
15879         message-send-mail-function.  Adjust doc string.
15880         (message-send-mail-with-mailclient): New function.
15881
15882 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15883
15884         * smime.el (from):
15885         * rfc2047.el (message-posting-charset):
15886         * qp.el (mm-use-ultra-safe-encoding):
15887         * pop3.el (parse-time-months):
15888         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15889         * nnml.el (files):
15890         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15891         (jka-compr-compression-info-list, ange-ftp-path-format)
15892         (efs-path-regexp):
15893         * nndiary.el (files):
15894         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15895         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15896         (epg-digest-algorithm-alist, inhibit-redisplay)
15897         (password-cache-expiry):
15898         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15899         (pgg-output-buffer, password-cache-expiry):
15900         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15901         (efs-path-regexp):
15902         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15903         (inhibit-redisplay):
15904         * mm-uu.el (file-name, start-point, end-point, entry)
15905         (gnus-newsgroup-name, gnus-newsgroup-charset):
15906         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15907         (latin-unity-ucs-list):
15908         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15909         (mm-uu-binhex-decode-function):
15910         * message.el (gnus-message-group-art, gnus-list-identifiers)
15911         (rmail-enable-mime-composing, gnus-local-organization)
15912         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15913         (gnus-read-active-file, facemenu-add-face-function)
15914         (facemenu-remove-face-function, gnus-article-decoded-p)
15915         (tool-bar-mode):
15916         * mail-source.el (display-time-mail-function):
15917         * gnus-util.el (nnmail-pathname-coding-system)
15918         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15919         (gnus-original-article-buffer, gnus-user-agent)
15920         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15921         (xemacs-codename, sxemacs-codename, emacs-program-version):
15922         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15923         * gnus-start.el (gnus-agent-covered-methods)
15924         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15925         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15926         (gnus-newsgroup-headers, gnus-group-list-mode)
15927         (gnus-group-mark-positions, gnus-newsgroup-data)
15928         (gnus-newsgroup-unreads, nnoo-state-alist)
15929         (gnus-current-select-method, mail-sources)
15930         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15931         (nnmail-spool-file, gnus-cache-active-hashtb):
15932         * gnus-mh.el (mh-lib-progs):
15933         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15934         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15935         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15936         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15937         (gnus-group-buffer):
15938         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15939         (font-lock-set-defaults):
15940         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15941         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15942         (gnus-summary-post-menu, total-parts, type, condition, length):
15943         * gnus-agent.el (gnus-agent-read-agentview):
15944         * flow-fill.el (show-trailing-whitespace):
15945         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15946         eval-and-compile wrappers for byte compiler pacifiers.
15947
15948         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15949         (mm-display-inline-fontify): Check for featurep 'xemacs not
15950         extent-list.
15951
15952         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15953         itimer-list.
15954         (mm-create-image-xemacs): Only do something for XEmacs.
15955         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15956
15957         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15958
15959         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15960         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15961
15962 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15963
15964         * nnimap.el (nnimap-split-download-body):
15965         * gnus-demon.el (gnus-demon):
15966         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15967
15968 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15971         New macros.
15972         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15973         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15974         copy data from unibyte buffer to multibyte current buffer.
15975         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15976         to copy data from unibyte current buffer to multibyte buffer.
15977         (nntp-make-process-buffer): Make process buffer unibyte.
15978
15979         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15980
15981 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15982
15983         * pop3.el (pop3-open-server): Accept and process data more robustly at
15984         connection start to avoid spurious "POP SSL connection failed" errors.
15985
15986 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15989         read group names.
15990
15991 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15994
15995 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15998         (nnmail-save-active): Use a unibyte buffer when saving active file,
15999         which may contain non-ASCII group names.
16000
16001         * nnml.el (nnml-request-group): Decode group names in messages.
16002
16003 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16004
16005         * message.el (message-citation-line-function)
16006         (message-insert-formatted-citation-line): Fix spelling of
16007         `message-insert-formated-citation-line'.
16008
16009 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16012
16013 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16016         nnmail-pathname-coding-system.
16017
16018         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16019         that a user enters; decode group names in messages.
16020
16021         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16022
16023 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16026
16027         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16028
16029         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16030         risky local variable.
16031
16032         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16033
16034 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16035
16036         * encrypt.el: Improve documentation to fix function name typo.
16037         Reported by Daiki Ueno <ueno@unixuser.org>.
16038
16039 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16042         even if the point is not in the last page of an article.
16043         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16044         back to the previous page.
16045
16046 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16049
16050 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16053
16054 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16055
16056         * message.el (message-check-news-body-syntax):
16057         Avoid mm-string-as-multibyte.
16058         (message-hide-headers): Don't assume (point-min)==1.
16059
16060 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * message.el (message-remove-blank-cited-lines): Fix if remove is
16063         given.
16064         (message-bogus-address-regexp): New variable.
16065         (message-bogus-recipient-p): New function.
16066         (message-check-recipients): New command.
16067         (message-syntax-checks): Add `bogus-recipient'.
16068         (message-fix-before-sending): Add `bogus-recipient'.
16069
16070         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16071         (gnus-treat-body-boundary): Don't test window-system.
16072
16073 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16074
16075         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16076
16077 2007-10-28  Miles Bader  <miles@gnu.org>
16078
16079         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16080         at compile-time too.
16081
16082 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * gnus-msg.el (gnus-message-setup-hook):
16085         Add `message-remove-blank-cited-lines' to options.
16086
16087 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * message.el (message-remove-blank-cited-lines): New function.
16090         Suggested by Karl Plästerer.
16091
16092 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16095         mapc.
16096
16097         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16098         (top-level): Use mapc to set functions to be traced for debugging.
16099
16100         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16101         called for effect with while loop.
16102
16103         * message.el (message-talkative-question): Replace mapcar called for
16104         effect with mapc.
16105
16106         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16107         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16108         called for effect with dolist.
16109
16110         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16111
16112         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16113         gnus-extra-headers and nnmail-extra-headers.
16114
16115         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16116         called for effect with dolist.
16117         (top-level): Use mapc to set functions to be traced for debugging.
16118
16119         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16120         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16121         dolist.
16122
16123         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16124         Replace mapcar called for effect with mapc.
16125         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16126         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16127         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16128         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16129
16130         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16131         remove-if that's a cl function.
16132
16133         * webmail.el (webmail-debug): Replace mapcar called for effect with
16134         dolist.
16135
16136         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16137         with mapc.
16138
16139 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16142         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16143         with while loop.
16144
16145         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16146         functions from article-* functions.
16147         (gnus-multi-decode-header): Replace mapcar called for effect with
16148         dolist.
16149
16150         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16151         (gnus-bookmark-show-details): Replace mapcar called for effect with
16152         while loop.
16153
16154         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16155         called for effect with while loop.
16156
16157         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16158         with dolist.
16159
16160         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16161         Replace mapcar called for effect with dolist.
16162
16163         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16164
16165         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16166         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16167         Replace mapcar called for effect with dolist.
16168         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16169         mapc.
16170
16171         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16172         Replace mapcar called for effect with dolist.
16173         (gnus-topic-list): Replace mapcar called for effect with mapc.
16174
16175         * gnus.el: Use mapc instead of mapcar to add autoloads.
16176
16177 2007-10-23  Richard Stallman  <rms@gnu.org>
16178
16179         * gnus-group.el (gnus-group-highlight): Mark as risky.
16180
16181 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * gnus.el (gnus-server-to-method): Return method found first in
16184         gnus-newsrc-alist.
16185
16186         * gnus-art.el (gnus-article-highlight-signature)
16187         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16188         button overlay without the front stickiness.
16189
16190 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16191
16192         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16193         overview buffer needed a catch to receive its throw.
16194         (gnus-agent-flush-cache): Declare as interactive to make this function
16195         easier to use.
16196
16197 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16200         `next-line'.
16201
16202 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16205         exclude address matching message-dont-reply-to-names.
16206
16207 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * gnus-util.el (gnus-string<): New function.
16210
16211         * gnus-sum.el (gnus-article-sort-by-author)
16212         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16213
16214 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16217         the frame-focus tag is set in gnus-buffer-configuration.
16218
16219 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16222         the front stickiness.
16223
16224 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16227         url pattern; remove duplicate one.
16228         (gnus-article-extend-url-button): New function.
16229         (gnus-article-add-buttons): Use it.
16230         (gnus-button-push): Use concatenated url that it makes.
16231
16232 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16233
16234         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16235
16236 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16237
16238         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16239         Don't hardcode point-min==1.
16240
16241 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16244         Fix comment about "iso8859-1".
16245
16246 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16247
16248         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16249         ones returned from the verify-function.
16250
16251         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16252         Call mml2015-extract-cleartext-signature if extraction failed.
16253
16254 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16255
16256         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16257         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16258         failed.
16259
16260 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16261
16262         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16263
16264 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16267         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16268         recommends to use EasyPG instead of PGG.
16269
16270         * pgg.el: Revert to revision 6.23.2.16.
16271
16272         * pgg-def.el: Revert to revision 6.6.2.14.
16273
16274         * pgg-gpg.el: Revert to revision 6.23.2.34.
16275
16276 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16277
16278         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16279         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16280         thread for both the null and zero (kill/expire thread) universal prefix
16281         cases.
16282         (gnus-summary-expire-thread): Add new function to expire a thread,
16283         using gnus-summary-kill-thread.
16284         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16285         shortcuts for gnus-summary-expire-thread.
16286         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16287         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16288
16289 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16290
16291         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16292         extras value, so an extras entry can be deleted.
16293         (gnus-registry-delete-extra-entry): Use it.
16294         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16295         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16296         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16297         storage through the gnus-registry, and provide an appropriate API for
16298         it.
16299
16300 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16303         Suggested by Leo <sdl.web@gmail.com>.
16304
16305         * gnus.el: Do.
16306
16307 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16310         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16311
16312         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16313
16314         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16315         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16316
16317 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16320         newline.
16321         (nnmbox-request-accept-article): Don't change article in source buffer;
16322         narrow to header to use message-fetch-field rather than
16323         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16324         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16325         as delimiters; make sure article ends with newline.
16326         (nnmbox-delete-mail): Correct last position of article to be deleted;
16327         ignore X-Gnus-Newsgroup header in article body.
16328         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16329         positions; make sure article ends with newline.
16330
16331         * message.el (message-display-abbrev): Don't infloop when a user
16332         inserts SPC in the beginning of header.
16333
16334         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16335         coding-system-for-read and coding-system-for-write for XEmacs having no
16336         file-coding feature.
16337
16338         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16339
16340 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16341
16342         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16343         list of groups not followed by default.  Fix type to be regexp.
16344         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16345
16346 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16347
16348         * hmac-def.el (define-hmac-function): Switch from old-style to
16349         new-style backquotes.
16350
16351         * md4.el (md4-make-step): Likewise.
16352
16353 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16356         raw-text coding system when saving .newsrc file, which may contain
16357         non-ASCII group names.
16358
16359 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * gnus-cus.el (gnus-score-extra): New widget.
16362         (gnus-score-extra-convert): New function.
16363         (gnus-score-customize): Use it for Extra.
16364
16365 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16366
16367         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16368         (mml2015-mailcrypt-clear-verify): Use it.
16369         (mml2015-gpg-clear-verify): Use it.
16370         (mml2015-pgg-clear-verify): Use it.
16371         (mml2015-epg-clear-verify): Replace the current part with the output
16372         from GnuPG; don't extract the plaintext by itself.
16373
16374         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16375         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16376         mml2015-clear-verify-function; don't touch the armor headers or
16377         dash-escaped text here.
16378
16379 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16382         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16383         parts, or application/octet-stream as a last resort.
16384         (gnus-mime-view-part-as-type): Don't toggle display.
16385         (gnus-mime-view-part-as-charset): Don't turn off display before
16386         querying charset.
16387
16388         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16389         stuff to undisplayer function in Emacs.
16390         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16391
16392         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16393         text/calendar parts.
16394
16395 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16398         decoding text/calendar parts.
16399
16400         * message.el (message-forward-make-body-mime): Always mark body as
16401         having no illegible text; remove signed-or-encrypted argument.
16402         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16403
16404         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16405         (mml-generate-mime-1): Don't encode body if it is specified to be in
16406         raw form; don't make buffer be unibyte when inserting multibyte string.
16407
16408 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16409
16410         * sha1.el: Fix up comment style.
16411         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16412         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16413
16414         * hex-util.el: Fix up comment style.
16415         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16416
16417         * gnus-salt.el: Use with-current-buffer.
16418         (gnus-pick-setup-message): Fix long-standing typo.
16419
16420 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * imap.el (imap-logout-timeout): New variable.
16423         (imap-logout, imap-logout-wait): New functions.
16424         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16425
16426         * nnimap.el (nnimap-logout-timeout): New server variable.
16427         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16428         nnimap-logout-timeout.
16429
16430         * gnus-art.el (gnus-article-summary-command-nosave)
16431         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16432
16433 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus.el (gnus-maximum-newsgroup): New variable.
16436
16437         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16438         according to gnus-maximum-newsgroup.
16439
16440         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16441         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16442         Limit the range of articles according to gnus-maximum-newsgroup.
16443
16444 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16445
16446         * gnus-art.el (gnus-sticky-article): Fix problems described in
16447         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16448         Don't perform gnus-configure-windows here; reuse existing sticky
16449         article buffer.
16450
16451         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16452         it doesn't exist in gnus-article-mode.
16453
16454 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16457         (gnus-agent-decoded-group-name): New function.
16458         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16459         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16460
16461 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16462
16463         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16464         Add binding for gnus-sticky-article.
16465         (gnus-summary-exit): Don't kill sticky article buffers.
16466
16467         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16468         article buffer.
16469         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16470         (gnus-kill-sticky-article-buffers): New commands.
16471
16472 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * nntp.el (nntp-xref-number-is-evil): New server variable.
16475         (nntp-find-group-and-number): If it is non-nil, don't trust article
16476         numbers in the Xref header.
16477
16478 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-agent.el (gnus-agent-read-group): New function.
16481         (gnus-agent-flush-group, gnus-agent-expire-group)
16482         (gnus-agent-regenerate-group): Use it.
16483         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16484         nnmail-pathname-coding-system.
16485
16486 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16489
16490         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16491         that are unread as unread, and also as selected so that information of
16492         marks having been changed by a user may be updated when exiting group.
16493
16494 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16497
16498 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16501         calculated ignoring signature parts to gnus-treat-article.
16502
16503 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16506         a point here in order to keep the window start.
16507         (gnus-insert-mime-security-button): Make a button overlay without the
16508         front stickiness.
16509         (gnus-mime-display-security): Goto the end of a button.
16510
16511         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16512
16513 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16516         group-name-at-point.
16517         (gnus-group-completing-read): New function that offers decoded
16518         non-ASCII group names for completion.
16519         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16520         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16521         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16522         (gnus-group-fetch-control): Use it.
16523         (gnus-fetch-group): Use group-name-at-point for the initial value
16524         rather than the default value; use gnus-alive-p.
16525
16526         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16527         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16528         (gnus-summary-post-news): Use gnus-group-completing-read.
16529
16530         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16531         (gnus-read-move-group-name): Decode group name for completion.
16532
16533 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16534
16535         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16536         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16537         Yamaoka slightly modified the code).
16538
16539 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16542         (nnmail-split-incoming): Bind it.
16543
16544         * nnml.el (nnml-group-name-charset): New function.
16545         (nnml-decoded-group-name): Use it; don't decode group name if
16546         nnmail-group-names-not-encoded-p is non-nil.
16547         (nnml-encoded-group-name): New function.
16548         (nnml-group-pathname): Inline nnml-decoded-group-name.
16549         (nnml-request-expire-articles): Decode group name in message.
16550         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16551         nnmail-pathname-coding-system.
16552         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16553         not decoded ones according to nnmail-group-names-not-encoded-p.
16554         (nnml-generate-active-info): Use nnml-encoded-group-name.
16555
16556 2007-08-08  Glenn Morris  <rgm@gnu.org>
16557
16558         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16559         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16560         doc-strings and comments.
16561
16562 2007-07-25  Glenn Morris  <rgm@gnu.org>
16563
16564         * Relicense all FSF files to GPLv3 or later.
16565
16566 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-sum.el (gnus-summary-move-article):
16569         Make gnus-summary-respool-article work.
16570
16571 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16572
16573         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16574         string.
16575
16576 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16577
16578         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16579         that should be ignored when comparing distant RSS articles with local
16580         ones.
16581         (nnrss-make-hash-index): New function.  Create a hash index according
16582         to the ignored fields.
16583         (nnrss-check-group): Use it.
16584
16585 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16588
16589         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16590
16591         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16592         the new optional argument ENCODED is non-nil.
16593         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16594         coding system for encoding group name.
16595         (gnus-group-make-rss-group): Pass un-encoded group name to
16596         gnus-group-make-group.
16597         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16598         encoded.
16599
16600         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16601         Encode group name to which articles are moved or copied.
16602         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16603         coding system for encoding Newsgroup, Followup-To and Xref headers.
16604
16605         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16606         marks; use nnheader-file-coding-system to write a file.
16607         (nnagent-retrieve-headers): Bind file-name-coding-system to
16608         nnmail-pathname-coding-system.
16609
16610         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16611
16612         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16613         (nnml-request-article, nnml-request-create-group)
16614         (nnml-request-rename-group, nnml-find-id)
16615         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16616         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16617         (nnml-save-marks): Use nnml-group-pathname instead of
16618         nnmail-group-pathname.
16619
16620         (nnml-request-create-group, nnml-request-expire-articles)
16621         (nnml-request-move-article, nnml-request-delete-group)
16622         (nnml-deletable-article-p, nnml-possibly-create-directory)
16623         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16624         (nnml-open-marks): Bind file-name-coding-system to
16625         nnmail-pathname-coding-system.
16626
16627         (nnml-request-article): Pass server argument to nnml-find-group-number.
16628         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16629         Pass server argument to nnml-possibly-create-directory.
16630         (nnml-request-accept-article): Pass server argument to
16631         nnml-active-number and nnml-save-mail.
16632         (nnml-find-group-number): Pass server argument to nnml-find-id.
16633         (nnml-request-update-info): Pass server argument to
16634         nnml-marks-changed-p.
16635
16636         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16637         (nnml-save-mail, nnml-active-number): Add server argument.
16638
16639         (nnml-request-delete-group): Warn if group is missing.
16640         (nnml-get-nov-buffer): Decode group name.
16641         (nnml-generate-active-info): Encode group name.
16642         (nnml-open-marks): Decode group name in messages.
16643
16644 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16647         if it is not specified.
16648         (gnus-article-pipe-part, gnus-article-save-part)
16649         (gnus-article-interactively-view-part, gnus-article-copy-part)
16650         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16651         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16652         (gnus-article-replace-part, gnus-article-delete-part)
16653         (gnus-article-view-part-as-type): Pass raw prefix argument to
16654         gnus-article-part-wrapper.
16655
16656 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-agent.el (gnus-agent-save-active):
16659         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16660
16661         * gnus-cache.el (gnus-cache-save-buffers)
16662         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16663         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16664         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16665         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16666         (gnus-cache-generate-active, gnus-cache-rename-group)
16667         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16668         (gnus-cache-update-overview-total-fetched-for):
16669         Bind file-name-coding-system to nnmail-pathname-coding-system.
16670         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16671         New variables.
16672         (gnus-cache-decoded-group-name): New function.
16673         (gnus-cache-file-name): Use it.
16674         (gnus-cache-generate-active): Use non-decoded group name for active.
16675
16676         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16677         right place.
16678         (gnus-write-active-file): Don't break non-ASCII group names.
16679
16680         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16681         nnmail-pathname-coding-system.
16682
16683         * lpath.el: Bind default-file-name-coding-system,
16684         file-name-coding-system and language-info-alist for XEmacs.
16685
16686         * gnus-uu.el (gnus-uu-decode-save): Typo.
16687
16688 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16691
16692 2007-07-14  David Kastrup  <dak@gnu.org>
16693
16694         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16695         finishing actions if we did not edit the article.
16696
16697 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16700         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16701         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16702         (gnus-agent-flush-group, gnus-agent-flush-cache)
16703         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16704         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16705         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16706         (gnus-agent-regenerate-group)
16707         (gnus-agent-update-files-total-fetched-for)
16708         (gnus-agent-update-view-total-fetched-for):
16709         Bind file-name-coding-system to nnmail-pathname-coding-system.
16710         (gnus-agent-group-pathname): Don't encode file names by
16711         nnmail-pathname-coding-system.
16712         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16713         coding-system-for-write instead of buffer-file-coding-system to
16714         gnus-agent-file-coding-system.
16715
16716         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16717         Decode group name.
16718
16719         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16720
16721         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16722         (gnus-read-newsrc-el-file): Make group names unibyte.
16723
16724         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16725         nnmail-pathname-coding-system.
16726
16727         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16728         (nnrss-request-delete-group): Bind file-name-coding-system to
16729         nnmail-pathname-coding-system.
16730         (nnrss-read-server-data, nnrss-read-group-data):
16731         Bind file-name-coding-system correctly.
16732         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16733
16734         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16735         (nntp-server-to-method-cache): New variable.
16736         (nntp-group-pathname): New function that decodes non-ASCII group names.
16737         (nntp-possibly-create-directory, nntp-marks-changed-p)
16738         (nntp-save-marks, nntp-open-marks): Use it.
16739         (nntp-possibly-create-directory, nntp-open-marks):
16740         Bind file-name-coding-system to nnmail-pathname-coding-system.
16741         (nntp-open-marks): Decode group names when bootstrapping marks.
16742
16743         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16744         Newsgroups and Followup-To headers.
16745
16746 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16749         (gnus-server-closed-face, gnus-server-denied-face)
16750         (gnus-server-offline-face): Remove variable.
16751         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16752
16753         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16754         of modifying message-stack directly for XEmacs.
16755
16756         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16757         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16758         if the coding-system argument is nil for XEmacs.
16759
16760         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16761         mm-charset-override-alist.
16762
16763         * rfc2047.el: Don't require base64; require rfc2045 for the function
16764         rfc2045-encode-string.
16765         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16766         to quote the parameter value.
16767
16768 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16771         form in gnus-group-name-charset-method-alist.
16772
16773         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16774         overrides the default layout edit-form.
16775
16776         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16777
16778         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16779
16780 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16783         as unfetched articles.
16784
16785 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16786
16787         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16788
16789 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16792         original back end that keeps marks in the local system.
16793
16794 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16797         arg of pop-to-buffer for XEmacs.
16798         (gnus-article-read-summary-keys): Ditto; don't restore window
16799         configuration if summary command ends up with neither article buffer
16800         nor summary buffer; describe bindings if summary keys end with C-h.
16801
16802 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * message.el (message-fix-before-sending): Skip raw message part to be
16805         forwarded while checking illegible text.
16806         (message-forward-make-body-mime, message-forward-make-body):
16807         Mark signed or encrypted raw message as having no illegible text.
16808
16809 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16812         (gnus-message-with-timestamp-1): New macro.
16813         (gnus-message-with-timestamp): New function.
16814         (gnus-message): Use them.
16815
16816         * nnheader.el (nnheader-message): Use them.
16817
16818 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16819
16820         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16821         .newsrc.eld file.
16822
16823 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-agent.el (gnus-agent-fetch-headers)
16826         (gnus-agent-retrieve-headers):
16827         Bind gnus-decode-encoded-address-function to identity.
16828
16829         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16830         available also when the server returns simply a dot.
16831
16832         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16833
16834 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16837
16838 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-ems.el (gnus-x-splash): Make it work.
16841
16842         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16843         from being used.
16844
16845         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16846
16847 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16850         4th and the 5th arguments.
16851
16852         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16853         the front stickiness.
16854         (gnus-article-summary-command-nosave): Correct the order of the
16855         arguments passed to pop-to-buffer.
16856         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16857         summary command ends up with the article buffer.
16858
16859         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16860         the same faces.
16861
16862 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16863
16864         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16865
16866 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16867
16868         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16869         * gnus-sum.el (gnus-summary-highlight):
16870         * pgg.el (pgg-sign-region, pgg-sign):
16871         * mail-source.el (mail-source-delete-old-incoming-confirm):
16872         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16873
16874 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-art.el (gnus-mime-view-part-externally)
16877         (gnus-mime-view-part-internally): Fix predicate function passed to
16878         completing-read.
16879
16880         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16881
16882         * gnus.el (gnus-update-message-archive-method): Add :version.
16883
16884 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus.el (gnus-update-message-archive-method): New variable.
16887
16888         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16889         according to gnus-message-archive-method if
16890         gnus-update-message-archive-method is non-nil.
16891
16892 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16895         Suggested by Loic Dachary <loic@dachary.org>.
16896         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16897
16898 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * message.el (message-pop-to-buffer): Add switch-function argument.
16901         (message-mail): Pass switch-function argument to it.
16902
16903 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16906         Improve doc string.
16907
16908 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16911         (gnus-header-content):
16912         * gnus-cite.el (gnus-cite-10):
16913         * gnus-srvr.el (gnus-server-closed):
16914         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16915         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16916         (gnus-group-mail-3-empty, gnus-group-mail-low)
16917         (gnus-group-mail-low-empty, gnus-splash):
16918         * message.el (message-header-to, message-header-cc)
16919         (message-header-subject, message-header-other, message-header-name)
16920         (message-header-xheader, message-separator, message-cited-text)
16921         (message-mml): Lighten colors of faces used for dark background.
16922
16923 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16924
16925         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16926         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16927
16928 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * message.el (message-narrow-to-headers-or-head):
16931         Ignore mail-header-separator in the body.
16932
16933 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16936         same as window size.
16937
16938 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16939
16940         * message.el (message-font-lock-keywords): Use message-header-xheader
16941         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16942         ahead of the anything pattern, to get it recognized.
16943
16944 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16947         spam.el loads uses it in the compiled defadvice form.
16948
16949 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16950
16951         * gnus-sum.el (gnus-articles-to-read)
16952         (gnus-summary-insert-old-articles): Don't truncate group name for
16953         `read-string'.
16954
16955         * gnus-util.el (gnus-limit-string): Delete this function.
16956
16957         * gnus-sum.el (gnus-simplify-subject-fully):
16958         Use `truncate-string-to-width' instead.
16959
16960 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16961
16962         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16963         Tell if, on summary exit, the next group has to be selected.
16964         (gnus-summary-exit): Use it.
16965
16966 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16969         non-break space.
16970
16971 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16974         Check if group is not a directory.
16975         (nnfolder-request-expire-articles): Don't delete articles if the target
16976         group is not available.
16977
16978         * nnml.el (nnml-request-create-group): Properly check if group is not a
16979         file.
16980         (nnml-request-expire-articles): Don't delete articles if the target
16981         group is not available.
16982
16983         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16984         Don't quote characters that are within parentheses.
16985
16986 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16989         (gnus-handle-ephemeral-exit): Select article according to it.
16990
16991 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * message.el (message-insert-formated-citation-line): Remove newline.
16994         (message-citation-line-format): Add final \n here so that the user can
16995         avoid a blank line.
16996
16997 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16998
16999         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17000         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17001         Update lanl/arXiv support.
17002
17003 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * gnus.el: Bump version number.
17006
17007 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17008
17009         * gnus.el (gnus-version-number): Bump version.
17010
17011 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17012
17013         * gnus.el: No Gnus v0.6 is released.
17014
17015 2007-04-27  Didier Verna  <didier@xemacs.org>
17016
17017         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17018         * gmm-utils.el (gmm-regexp-concat): ... here.
17019         * message.el: Don't require 'gnus-util.
17020         (message-dont-reply-to-names): Handle name change above.
17021         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17022
17023 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17026         since the initial value varies according to the system.
17027
17028 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17031
17032 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17033
17034         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17035
17036 2007-04-24  Didier Verna  <didier@xemacs.org>
17037
17038         Improve the type of gnus-ignored-from-addresses.
17039         * gnus-util.el (gnus-orify-regexp): New function.
17040         * message.el (gnus-util): Require it.
17041         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17042         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17043         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17044
17045 2007-04-24  Didier Verna  <didier@xemacs.org>
17046
17047         * gnus-sum.el:
17048         * gnus-utils.el: Fix some trailing whitespaces.
17049
17050 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17053         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17054         article's Message-ID; refer parent article in summary buffer.
17055
17056         * message.el (message-bounce): Call mime-to-mml.
17057
17058         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17059         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17060         optimize and/or forms properly.
17061
17062 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17063
17064         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17065         URL.
17066
17067 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17070
17071 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17074         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17075         displayed of multipart/alternative part if it is invoked from summary
17076         buffer.
17077
17078         * mm-view.el (mm-inline-text-html-render-with-w3m)
17079         (mm-inline-text-html-render-with-w3m-standalone)
17080         (mm-inline-render-with-function): Use mail-parse-charset by default.
17081
17082 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17083
17084         * parse-time.el (parse-time-string-chars): Check if CHAR
17085         is less than the length of parse-time-syntax.
17086
17087 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17090         from gnus-newsgroup-processable.
17091
17092 2007-04-16  Didier Verna  <didier@xemacs.org>
17093
17094         * gnus-msg.el (gnus-configure-posting-styles):
17095         Handle message-signature-directory properly with :file syntax.
17096         Reported by "Leo".
17097
17098 2007-04-11  Didier Verna  <didier@xemacs.org>
17099
17100         New user option: message-signature-directory.
17101         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17102         * message.el (message-insert-signature): Ditto.
17103         * message.el (message-signature-file): Doc update.
17104         * message.el (message-signature-directory): New.
17105
17106 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-msg.el (gnus-inews-yank-articles):
17109         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17110
17111 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * message.el (message-yank-original): Make sure cited text ends with
17114         newline; don't exchange point and mark.
17115
17116 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17117
17118         * tls.el (open-tls-stream): Properly handle case where there
17119         is no associated buffer.
17120
17121 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17122
17123         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17124         message-yank-original, make sure (< mark TEXT point).
17125
17126 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * message.el (message-fill-column): New variable.
17129         (message-mode): Use it.  Add comment on a possible new hook.
17130
17131         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17132         (nnmail-get-new-mail): Reformat.
17133
17134         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17135
17136         * gmm-utils.el: Fix Commentary.
17137         (gmm-tool-bar-from-list): Fix typo in doc string.
17138
17139 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17140
17141         * message.el (message-yank-original): Don't switch point and mark
17142         unnecessarily to put point and mark as documented.
17143
17144 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17145
17146         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17147         from the message heads.
17148
17149 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17150
17151         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17152         article buffer does not have a window.  This may not be the best
17153         solution but is certainly better than setting the start of the null,
17154         that is the current, window.
17155
17156 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17157
17158         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17159         (gnus-draft-setup): Run it.
17160
17161         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17162         gnus-score-fast-scoring.  Allow regexp.
17163         (gnus-score-headers): Use it.
17164
17165         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17166         XEmacs.
17167
17168         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17169         string.
17170         (gnus-button-alist): Also catch `<f1> k ...'.
17171         (gnus-treat-display-x-face): Fix doc string.
17172
17173 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17174
17175         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17176         evaluation of gnus-extended-version to ensure correct generation of the
17177         User-Agent header when message-generate-headers-first is used.
17178
17179 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17180
17181         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17182         hashcash-path is nil.  Don't call callback with incorrect number of
17183         parameters if val is 0.
17184
17185 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17186
17187         * message.el (message-required-news-headers):
17188         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17189
17190 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17191
17192         * tls.el (open-tls-stream): In handshake-waiting loop,
17193         don't wait more if there is output available to process.
17194
17195 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17196
17197         * tls.el (tls-program): Doc fix.
17198
17199 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * message.el (message-generate-new-buffers): Change the meaning of the
17202         nil value; add `standard' to the choices; treat t as `unique'; improve
17203         doc string.
17204         (gnus-select-frame-set-input-focus): Autoload.
17205         (message-buffer-name): Search for the existing message buffer if
17206         message-generate-new-buffers is nil or `standard'; treat the value t of
17207         message-generate-new-buffers as `unique'.
17208         (message-pop-to-buffer): Raise the frame already displaying the message
17209         buffer; clear the echo area after querying.
17210         (message-setup): Pass the `continue' argument to compose-mail.
17211         (message-mail): Prefer `switch-function' if it is given; search for the
17212         existing message buffer if the `continue' argument is non-nil; pass
17213         continue and switch-function arguments to compose-mail by way of
17214         message-setup.
17215         (message-mail-other-window): Adjust argument of message-setup.
17216         (message-mail-other-frame): Ditto.
17217
17218 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17221         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17222         to turn font-lock on when turning gnus-message-citation-mode on.
17223
17224 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17225
17226         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17227         (mml-smime-function-alist): New variable; add epg as the backend.
17228         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17229         mml-smime- functions instead.
17230         * mm-view.el: Require smime.
17231
17232 2007-03-05  Didier Verna  <didier@xemacs.org>
17233
17234         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17235         instead of just inheritance for posting styles.
17236         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17237
17238 2007-02-24  Chris Moore  <dooglus@gmail.com>
17239
17240         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17241         * pgg-pgp.el (pgg-pgp-encrypt-region):
17242         * pgg-gpg.el (pgg-gpg-encrypt-region):
17243         Check pgg-encrypt-for-me if no other recipients.
17244
17245 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17246
17247         * tls.el (tls-certtool-program): Fix custom type.
17248
17249 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17252         and point-at-eol instead of line-(beginning|end)-position.
17253
17254         * assistant.el (assistant-parse-buffer): Ditto.
17255
17256         * netrc.el (netrc-parse-services): Ditto.
17257
17258 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17259
17260         * mml2015.el (mml2015-epg-find-usable-key): New function.
17261         (mml2015-epg-sign): Use it.
17262         (mml2015-epg-encrypt): Use it.
17263
17264 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * message.el (message-make-in-reply-to): Quote name containing
17267         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17268         if there are special characters.  Reported by NAKAJI Hiroyuki
17269         <nakaji@jp.freebsd.org>.
17270
17271 2007-02-27  Didier Verna  <didier@xemacs.org>
17272
17273         Include the group parameters as well as the topic ones in the
17274         inheritance filter process.
17275         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17276         argument GROUP-PARAMS-LIST.
17277         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17278
17279 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * nntp.el (nntp-never-echoes-commands)
17282         (nntp-open-connection-functions-never-echo-commands): New variables.
17283         (nntp-send-command): Use them.
17284
17285 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17286
17287         * mml2015.el (mml2015-epg-verify): Simplify.
17288
17289 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * mml.el (mml-content-disposition-alist): New user option.
17292         (mml-content-disposition): New function.
17293         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17294         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17295
17296 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17297
17298         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17299         verification.
17300
17301 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17302
17303         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17304         articles posted in the last 24 hours.
17305
17306 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17307
17308         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17309
17310 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17311
17312         * nntp.el (nntp-send-command): Don't wait for echoes when
17313         nntp-open-ssl-stream is used.
17314
17315 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17318         (gnus-message-add-citation-keywords)
17319         (gnus-message-remove-citation-keywords): Remove.
17320         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17321         directly, make the variables in font-lock-defaults buffer-local, add
17322         gnus-message-citation-keywords to them and then update the value of
17323         font-lock-keywords.
17324
17325 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * message.el (message-cite-original-1): Don't call
17328         gnus-article-highlight-citation.
17329
17330         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17331         citations; fix line count.
17332
17333 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17336         (gnus-message-add-citation-keywords)
17337         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17338         versions of font-lock-add-keywords and font-lock-remove-keywords to
17339         work with XEmacs correctly.
17340
17341 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-cite.el (gnus-cite-face-list): Set the values of
17344         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17345         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17346         (gnus-message-cite-prefix-regexp): New variable.
17347         (gnus-message-search-citation-line): Use it; protect against long
17348         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17349         the 0th match data for Emacs.
17350         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17351         (gnus-message-add-citation-keywords): Append keywords rather than
17352         prepending; emulate font-lock-add-keywords if it is not available.
17353         (gnus-message-remove-citation-keywords):
17354         Emulate font-lock-remove-keywords if it is not available.
17355
17356         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17357
17358         * message.el (message-cite-prefix-regexp): Set the value of
17359         gnus-message-cite-prefix-regexp.
17360
17361 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17362
17363         * nnweb.el (nnweb-google-parse-1): Update parser.
17364
17365 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17366
17367         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17368
17369 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17370
17371         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17372         regexp.
17373
17374 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17377         string-to-multibyte.
17378         (uudecode-decode-region-internal): Use it.
17379
17380         * lpath.el: Fbind string-as-multibyte for XEmacs.
17381
17382 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17383
17384         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17385         Fix custom choice.
17386
17387         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17388
17389 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17390
17391         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17392
17393         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17394         `write-region' to respect `mm-inhibit-file-name-handlers'.
17395
17396 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17399         Use gnus-home-directory instead of "~/" or "$HOME".
17400
17401 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17402
17403         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17404         to mention filename.
17405         Add comments at beginning regarding usage.
17406         (encrypt-write-file-contents): Change interactive so a string is
17407         acceptable.  If the file has no associated model, show an error instead
17408         of a nonsense prompt.
17409
17410 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17411
17412         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17413         Thanks to Yoshihiko Yamada for kind notification of this typo.
17414
17415 2007-01-12  Kenichi Handa  <handa@m17n.org>
17416
17417         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17418         multibyte buffer.
17419
17420 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * gnus-score.el (gnus-score-fast-scoring): New variable.
17423         (gnus-score-headers): Use it.
17424
17425         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17426
17427         * message.el (message-cite-original-1):
17428         Call gnus-article-highlight-citation if requested.
17429         (message-make-from): Allow name and address as optional arguments.
17430
17431         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17432
17433         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17434         bugs to doc string.
17435         (gnus-button-alist): Add mid\\|message-id.
17436         (gnus-button-fetch-group): Extend for use in
17437         `browse-url-browser-function'.
17438         (gnus-button-url-regexp): Try to catch paired parentheses like in
17439         Wikipedia URLs.
17440
17441         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17442         Suggested by Simon Krahnke <overlord@gmx.li>.
17443
17444 2007-01-13  Romain Francoise  <romain@orebokech.com>
17445
17446         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17447         Update copyright.
17448
17449 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17450
17451         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17452
17453 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17454
17455         * gnus-registry.el (gnus-registry-unfollowed-groups)
17456         (gnus-registry-split-fancy-with-parent): Fix documentation.
17457
17458 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17459
17460         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17461         from nnweb groups.
17462
17463 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17464
17465         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17466         Xref urls.  Erase buffer before requesting head.
17467
17468         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17469
17470 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17473         customizable.
17474
17475 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17476
17477         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17478         no signing key is found.
17479         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17480         no encrypting and/or signing key is found.
17481
17482 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17485
17486 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17487
17488         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17489         headers read from disk with the ones newly found in the current search.
17490         This should no longer cause problems, because the article numbers in
17491         Gmane's `nov.php' output are ignored since the previous change.
17492
17493 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17494
17495         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17496
17497 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17500         replace-regexp-in-string; bind url-version; fbind display-images-p and
17501         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17502         find-face and set-itimer-function for Emacs; bind itimer-list for
17503         Emacs.
17504
17505         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17506
17507 2007-01-01  Romain Francoise  <romain@orebokech.com>
17508
17509         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17510
17511 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17512
17513         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17514         `define-minor-mode' macro definition expanded properly.
17515         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17516         exclude it there.
17517
17518         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17519         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17520         `fboundp' test.
17521         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17522         This is OK to autoload in (S)XEmacs now.
17523
17524 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17525
17526         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17527         keystroke.
17528         (gnus-summary-limit-to-singletons): Fix typo.
17529
17530         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17531         else fails.
17532
17533 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17534
17535         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17536         docstring.
17537
17538         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17539         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17540         (gnus-summary-insert-dormant-articles): Fix typo in message.
17541
17542 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17543
17544         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17545         nil for XEmacs.
17546         (gnus-message-citation-mode): Don't autoload in XEmacs.
17547
17548         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17549
17550 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17551
17552         * nnimap.el (nnimap-expunge-search-string):
17553         Mention nnimap-search-uids-not-since-is-evil in docstring.
17554
17555 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * spam.el: Revert to make-obsolete-variable because
17558         define-obsolete-variable-alias is not supported in Emacs 21.
17559
17560         * spam.el (spam-ifile-path, spam-ifile-database-path)
17561         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17562         make-obsolete-variable.
17563         (spam-bsfilter-path, spam-bsfilter-program)
17564         (spam-spamassassin-path, spam-spamassassin-program)
17565         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17566         Don't use "path" inappropriately.
17567         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17568         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17569         variable names.
17570
17571 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17572
17573         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17574         summary buffer.
17575
17576         * password.el (password-cache-remove): Use clear-string to burn
17577         password, if available.
17578
17579 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17580
17581         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17582
17583         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17584
17585         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17586         (gnus-message-highlight-citation): Move defcustom here from
17587         gnus-cite.el.
17588         (gnus-message-citation-mode): Autoload.
17589
17590         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17591         checks to make it compile with XEmacs.
17592         (gnus-message-citation-mode): New minor mode.
17593         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17594         (gnus-message-highlight-citation): New variables.
17595         (gnus-message-search-citation-line)
17596         (gnus-message-add-citation-keywords)
17597         (gnus-message-remove-citation-keywords)
17598         (turn-on-gnus-message-citation-mode)
17599         (turn-off-gnus-message-citation-mode): New functions.
17600
17601 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17602
17603         * gnus-cite.el: Enable highlighting of different citation levels in
17604         message-mode.
17605
17606 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17607
17608         * message.el (message-make-fqdn): Fix comment.
17609         (message-bogus-system-names): Add ".local".
17610
17611         * spam.el (spam-ifile-path, spam-ifile-program)
17612         (spam-ifile-database-path, spam-ifile-database)
17613         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17614         Don't use "path" inappropriately.
17615         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17616         strings.
17617         (spam-check-ifile, spam-ifile-register-with-ifile)
17618         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17619         Use new variable names.
17620
17621         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17622         (gnus-treat-display-smileys): Simplify using
17623         gnus-image-type-available-p.
17624
17625         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17626         available.
17627
17628         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17629         Use `display-images-p' if available.
17630
17631 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17634         one after turning on the buffer's multibyteness instead of decoding
17635         them directly in the unibyte buffer that causes unexpected conversion
17636         in Emacs 23 (unicode).
17637
17638 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17639
17640         * message.el (message-generate-hashcash): Fix custom type.
17641
17642 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17643
17644         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17645
17646 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17647
17648         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17649         disconnect icons.  Add help text.
17650
17651 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17652
17653         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17654         negated to be consistent with the others we handle.
17655
17656 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17657
17658         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17659         version of gnus-summary-buffer to something, so that we can use two
17660         article buffers at the same time.
17661
17662 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17663
17664         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17665         trigger all the extra headers.
17666         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17667         sorting.
17668
17669 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17670
17671         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17672         solid groups.
17673
17674 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17675
17676         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17677
17678 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17679
17680         * legacy-gnus-agent.el: Add Copyright notice.
17681
17682 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17683
17684         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17685
17686 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17687
17688         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17689
17690         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17691         to make it work reliably in CVS Emacs.
17692         (gnus-summary-limit-strange-charsets-predicate)
17693         (gnus-summary-limit-to-predicate): New functions.
17694
17695 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17696
17697         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17698         specifying array size.
17699         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17700         array if it is too small.
17701         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17702         (gnus-sort-threads-loop): New function.
17703
17704 2006-12-06  Chris Moore  <dooglus@gmail.com>
17705
17706         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17707         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17708
17709 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17710
17711         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17712         options.
17713
17714 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17715
17716         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17717         DOS-ing the recipient.
17718
17719         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17720         the headers when creating the mapping to avoid mismappings.
17721         (nnweb-gmane-create-mapping): Always nix out old mapping.
17722
17723 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17726         and mm-verify-option to never.
17727
17728 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * message.el (message-signed-or-encrypted-p): New function.
17731         (message-forward-make-body): Use it.
17732
17733         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17734         Replace encode-coding-string with mm-encode-coding-string.
17735
17736 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * nneething.el (nneething-decode-file-name):
17739         Replace decode-coding-string with mm-decode-coding-string.
17740
17741         * gnus-int.el (gnus-open-server): Say failed server's name.
17742
17743 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17744
17745         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17746         strings to a single string.  Quote `errors-file-name'.
17747         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17748         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17749         Adjust calls.  Use `shell-quote-argument'.
17750
17751 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17752
17753         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17754         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17755
17756         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17757         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17758         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17759         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17760         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17761         (gnus-subscribe-newsgroup, gnus-1):
17762         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17763         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17764         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17765         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17766
17767 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17768
17769         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17770         keystroke.
17771         (gnus-summary-limit-to-bodies): Implement headersp.
17772
17773 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17774
17775         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17776
17777 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17780
17781 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782
17783         * message.el (message-generate-hashcash): Expand range of values to
17784         include `opportunistic'.
17785         (message-send-mail): Use it.
17786
17787 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17788
17789         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17790         and comment it.
17791
17792         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17793
17794 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17795
17796         * gnus-util.el (gnus-extract-address-components): Improve comment.
17797
17798 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-util.el (gnus-extract-address-components): Work with address in
17801         which the name portion contains @.
17802
17803         * lpath.el: Fbind custom-autoload.
17804
17805 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * gnus.el (gnus-start): Move custom group up.
17808         (gnus-select-method): Don't autoload, but make it available for
17809         `customize-variable'.
17810         (gnus-getenv-nntpserver): Don't autoload.
17811
17812 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17813
17814         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17815
17816 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * message.el (message-sendmail-extra-arguments): New variable.
17819         (message-send-mail-with-sendmail): Use it.
17820
17821 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17824         mm-with-unibyte-current-buffer to make string unibyte.
17825
17826         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17827         mm-string-as-multibyte.
17828
17829 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17830
17831         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17832         Reported by Werner Koch <wk@gnupg.org>.
17833
17834 2006-11-14  Daiki Ueno  <ueno@p360>
17835
17836         * mml2015.el: Autoload epa-select-keys when compiling.
17837
17838 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17839
17840         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17841         message-options.
17842         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17843
17844 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17845
17846         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17847         EasyPG (< 0.0.6).
17848         (mml2015-always-trust): New user option.
17849         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17850         prompt.
17851
17852 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * nntp.el (nntp-authinfo-force): New variable.
17855         (nntp-send-authinfo): Use it.
17856
17857 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17858
17859         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17860         decode encoded words.  Improve prompt.  Add comment about forwarding.
17861         (message-replacement-char): Move up.
17862
17863 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17864
17865         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17866         instead of gnus-intersection because arguments of gnus-sorted-nunion
17867         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17868
17869 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17870
17871         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17872         (message-simplify-subject-functions):
17873         Enable message-strip-subject-encoded-words by default.
17874
17875 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17876
17877         * message.el (message-strip-subject-encoded-words): New function.
17878         (message-simplify-subject-functions): New variable.
17879         (message-simplify-subject): Use it.  Fix typo in doc string.
17880         Support message-strip-subject-encoded-words.
17881
17882 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17883
17884         * gnus-diary.el (gnus-diary-delay-format-function):
17885         * nndiary.el (nndiary-reminders):
17886         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17887
17888 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17889
17890         * gnus-art.el (article-hide-boring-headers): Fetch date from
17891         gnus-original-article-buffer to avoid problems with localized date
17892         strings.
17893
17894 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17897
17898 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17901         New variables.
17902         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17903         (mm-charset-synonym-alist): Move some entries to
17904         mm-codepage-iso-8859-list.
17905         (mm-charset-synonym-alist, mm-charset-override-alist):
17906         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17907
17908 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17911
17912 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17913
17914         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17915         with Emacs 21 and XEmacs.
17916
17917 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17918
17919         * spam.el (spam-parse-address): New function for better parsing,
17920         catching errors, etc.
17921         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17922
17923 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17924
17925         * mm-view.el: Add interactive arg to html2text autoload.
17926
17927 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17930
17931 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17932
17933         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17934         New variables.
17935         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17936         (mm-charset-synonym-alist): Move some entries to
17937         mm-codepage-iso-8859-list.
17938
17939         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17940
17941 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17942
17943         * message.el (message-citation-line-format)
17944         (message-insert-formated-citation-line): Fix implementation of %E, %N
17945         and %n according to the doc string.
17946
17947 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17948
17949         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17950         Use car-safe to avoid bad parses.
17951
17952 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17955         names.
17956
17957         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17958
17959 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17962         header.
17963
17964         * message.el (message-draft-headers): Add Date.
17965         (message-headers-to-generate): Fix typo in docstring.
17966
17967         * nndraft.el (nndraft-required-headers): New variable.
17968         (nndraft-generate-headers): Use it.
17969
17970         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17971
17972 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17973
17974         * gnus-registry.el (gnus-registry-wash-for-keywords)
17975         (gnus-registry-find-keywords): New functions to allow easy searching of
17976         articles that are in the registry.
17977
17978 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17979
17980         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17981         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17982         Reported by Damien Elmes <damien@repose.cx>.
17983
17984 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * gnus.el (gnus-mime): Remove unused custom group.
17987
17988 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17989
17990         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17991         "blank line" when searching for end of armor headers.
17992
17993 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * gmm-utils.el (gmm-write-region): Fix variable name.
17996
17997 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * gmm-utils.el (gmm-write-region): New function based on compatibility
18000         code from `mm-make-temp-file'.
18001
18002         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18003
18004         * nnmaildir.el (nnmaildir--update-nov)
18005         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18006         Use `gmm-write-region'.
18007
18008 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18009
18010         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18011         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18012
18013         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18014
18015         * message.el (message-replacement-char): New variable.
18016         (message-fix-before-sending): Use it.
18017         (message-simplify-subject): New function to remove duplicate code.
18018         (message-reply, message-followup): Use it.
18019
18020         * gnus-sum.el (gnus-summary-make-menu-bar):
18021         Clarify gnus-summary-limit-to-articles.
18022
18023 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * gnus-util.el (gnus-with-local-quit): New macro.
18026
18027         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18028
18029 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18030
18031         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18032         ignore non-string data.
18033
18034 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18035
18036         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18037         non-string data (needs to be done in the registry too).
18038
18039 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18040
18041         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18042         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18043         (gnus-registry-split-fancy-with-parent)
18044         (gnus-registry-fetch-simplified-message-subject-fast)
18045         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18046         Remove text properties on ingress into the registry and when it's saved.
18047         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18048         registry from entries with no groups.
18049
18050 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18051
18052         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18053         function to remove string properties.
18054
18055 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18056
18057         * gmm-utils.el (gmm): Adjust custom version.
18058
18059         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18060         Adjust custom version.
18061
18062         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18063
18064 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18065
18066         * gnus-art.el (gnus-insert-prev-page-button)
18067         (gnus-insert-next-page-button): Simplify.  Reformat.
18068
18069 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18070
18071         * gnus-art.el (gnus-insert-prev-page-button)
18072         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18073
18074 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18075
18076         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18077
18078 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18079
18080         * gnus-art.el (gnus-insert-mime-button)
18081         (gnus-insert-mime-security-button):
18082         Apply gnus-article-button-face to MIME and security buttons.
18083
18084 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18087         readable.
18088
18089 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18092
18093 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18094
18095         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18096         `browse-url-of-file' instead of `browse-url'.
18097
18098 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18099
18100         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18101         regexp.  Articles containing quotation were cut prematurely.
18102
18103 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * message.el (message-cite-original-1): Use nobody by default for the
18106         value of From header.
18107         (message-reply): Ditto.
18108
18109 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18110
18111         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18112         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18113         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18114
18115 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18116
18117         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18118         mails in the doc string.  Add some URLs in comment.
18119         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18120
18121 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18124         backslashes handling and the way to find boundaries of quoted strings.
18125
18126 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18127
18128         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18129         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18130         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18131         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18132
18133 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18136         doc string.
18137         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18138
18139 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * lpath.el: Fbind epg-check-configuration.
18142
18143 2006-09-06  Simon Josefsson  <jas@extundo.com>
18144
18145         * mml2015.el (mml2015-use): Doc fix, mention epg.
18146
18147 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18148
18149         * mml2015.el (mml2015-use): Default to epg, if available.
18150
18151 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18152
18153         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18154         message-sender.
18155         (mml1991-epg-encrypt): Ditto.
18156         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18157         message-sender.
18158         (mml2015-epg-encrypt): Ditto.
18159
18160 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18161
18162         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18163         several common directories.
18164
18165 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18166
18167         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18168         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18169
18170 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-art.el (article-decode-encoded-words): Make it fast.
18173
18174 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18177
18178         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18179         in quoted string into `\'.
18180
18181 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18182
18183         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18184         Use standard-syntax-table.
18185
18186 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-art.el (gnus-decode-address-function): New variable.
18189         (article-decode-encoded-words): Use it to decode headers which are
18190         assumed to contain addresses.
18191         (gnus-mime-delete-part): Remove useless `or'.
18192
18193         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18194         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18195         (gnus-nov-parse-line): Use it to decode From header.
18196         (gnus-get-newsgroup-headers): Ditto.
18197         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18198
18199         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18200         (mail-decode-encoded-address-string): New alias.
18201
18202         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18203         New function.
18204         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18205         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18206         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18207         (rfc2047-decode-string): Ditto.
18208         (rfc2047-decode-address-region): New function.
18209         (rfc2047-decode-address-string): New function.
18210
18211 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18212
18213         * message.el (message-caesar-buffer-body): Allow rotating headers.
18214
18215         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18216
18217         * message.el (message-insert-formated-citation-line): Fix %f.
18218         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18219
18220 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18223         (gnus-bookmark-mouse-available-p): New macro.
18224         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18225         (gnus-bookmark-bmenu-show-infos): Use it.
18226         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18227         (gnus-bookmark-bmenu-hide-infos): Ditto.
18228         (gnus-bookmark-remove-properties): New function.
18229         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18230         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18231         (gnus-bookmark-write-file): Bind coding-system-for-write.
18232         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18233         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18234         group before selecting it.
18235         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18236         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18237         quit-window if it is not available; use gnus-mouse-2 and bind it to
18238         gnus-bookmark-bmenu-select-by-mouse.
18239         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18240         (gnus-bookmark-bmenu-select-by-mouse): New function.
18241
18242 2006-08-13  Romain Francoise  <romain@orebokech.com>
18243
18244         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18245         space.
18246
18247 2006-08-10  Romain Francoise  <romain@orebokech.com>
18248
18249         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18250         (dns-mode-soa-auto-increment-serial): New user option.
18251         (dns-mode-soa-maybe-increment-serial): New function.
18252         (dns-mode): Add the latter to `write-contents-functions'.
18253
18254 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * compface.el (uncompface): Use binary rather than raw-text-unix.
18257
18258 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * compface.el (uncompface): Make sure the eol conversion doesn't take
18261         place when communicating with the external programs.
18262         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18263
18264 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18267
18268 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18269
18270         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18271         Make it more robust by parsing author and date independently.
18272
18273 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18276
18277 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18278
18279         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18280         first matching secret key.
18281         (mml2015-epg-encrypt): Ditto.
18282
18283         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18284         first matching secret key.
18285         (mml1991-epg-encrypt): Ditto.
18286
18287         * mml2015.el (mml2015-encrypt-to-self): New user option.
18288         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18289         mml2015-epg-encrypt-to-self is set.
18290
18291         * mml1991.el (mml1991-encrypt-to-self): New variable.
18292         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18293         mml1991-epg-encrypt-to-self is set.
18294
18295         * mml2015.el (mml2015-signers): New user option.
18296         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18297         (mml2015-epg-encrypt): Allow to select signing keys.
18298
18299         * mml1991.el (mml1991-signers): New variable.
18300         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18301         (mml1991-epg-encrypt): Allow to select signing keys.
18302
18303 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * nnheader.el (nnheader-insert-head): Make it work even if the file
18306         uses CRLF for the line-break code.
18307
18308 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18309
18310         * mml2015.el: Require mml-sec instead of password.
18311         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18312         (mml2015-cache-passphrase): Inherit the default value from
18313         mml-secure-cache-passphrase.
18314         (mml2015-passphrase-cache-expiry): Inherit the default value from
18315         mml-secure-passphrase-cache-expiry.
18316
18317         * mml1991.el: Require mml-sec instead of password.
18318         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18319         (mml1991-cache-passphrase): Inherit the default value from
18320         mml-secure-cache-passphrase.
18321         (mml1991-passphrase-cache-expiry): Inherit the default value from
18322         mml-secure-passphrase-cache-expiry.
18323
18324         * mml-sec.el: Require password.
18325         (mml-secure-verbose): New user option.
18326         (mml-secure-cache-passphrase): New user option.
18327         (mml-secure-passphrase-cache-expiry): New user option.
18328
18329 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18330             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18331
18332         * pgg-def.el (pgg-truncate-key-identifier):
18333         Truncate the key ID to 8 letters from the end.
18334
18335 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18336
18337         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18338         workaround for the url package included with Emacs.
18339
18340         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18341
18342 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18345         correctly.  This fixes a bug caused by the 2006-05-12 change.
18346
18347 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18348
18349         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18350         some information about the error when saying that the `bogus' mail
18351         group will be used.
18352
18353 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18356         string.
18357
18358 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18359
18360         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18361
18362 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18363
18364         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18365
18366 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18367
18368         * mml1991.el (mml1991-function-alist): Add epg.
18369         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18370         (mml1991-epg-encrypt): New functions.
18371
18372 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18373
18374         * mml2015.el (mml2015-verbose): New variable.
18375         (mml2015-cache-passphrase): Ditto.
18376         (mml2015-passphrase-cache-expiry): Ditto.
18377         (mml2015-function-alist): Add epg.
18378         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18379         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18380         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18381         New functions.
18382
18383 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18384
18385         * message.el (message-cite-original-1): Preserve region when removing
18386         quoted text due to X-No-Archive in order to avoid bogus attribution
18387         when citing multiple messages.
18388
18389 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18390
18391         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18392         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18393
18394 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18395
18396         * gnus-diary.el (gnus-user-format-function-d)
18397         (gnus-user-format-function-D): Autoload.
18398
18399         * imap.el (Commentary): Fix typo.
18400
18401         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18402         2006-04-22 contribution.
18403
18404 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18405
18406         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18407         It didn't really fix the bogosity I'm seeing with solid web groups.
18408
18409 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18410
18411         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18412         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18413         created using server names.  If we use the feature without declaring
18414         it, Gnus does not properly manage server and group state.
18415
18416         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18417         bound.
18418
18419 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18420
18421         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18422         looking up the method using GROUP's prefix before inventing a new one.
18423         It is used on killed/unknown groups in various places where returning
18424         an all-new method isn't expected by the caller.
18425
18426         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18427         and match semantics of gnus-group-real-prefix.
18428
18429 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18430
18431         * nnmail.el (nnmail-broken-references-mailers): New variable.
18432         (nnmail-ignore-broken-references): New function generalizing
18433         nnmail-fix-eudora-headers.
18434         (nnmail-fix-eudora-headers): Now obsolete.
18435
18436         * gnus-art.el (gnus-button-handle-custom):
18437         Support `customize-apropos*'.
18438
18439 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18442
18443         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18444         articles.
18445
18446 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18447
18448         * message.el (message-cite-reply-above): New variable.
18449         (message-yank-original): Use it.
18450
18451 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18454
18455 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18456
18457         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18458         as read.
18459
18460         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18461
18462 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18463
18464         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18465         (gnus-bookmark-default-file): Use gnus-directory.
18466         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18467         Remove "*" in doc string.
18468         (gnus-bookmark-write-file): Simplify.
18469         (gnus-bookmark-maybe-sort-alist): Use `when'.
18470         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18471         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18472         Add FIXME about Emacs 21 and XEmacs compatibility.
18473         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18474         compatibility.
18475         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18476         compatibility.
18477         (gnus-bookmark-menu-heading): Fix version.
18478
18479 2006-06-19  Bastien Guerry  <bzg@altern.org>
18480
18481         * gnus-bookmark.el: New file.
18482
18483 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * message.el (message-syntax-checks): Doc fix.
18486
18487 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18488
18489         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18490         unsubscribed groups as if they were killed ones.  It causes duplicate
18491         entries in gnus-newsrc-alist.
18492
18493 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * message.el (message-syntax-checks): Doc fix.
18496         (message-send-mail): Add check for continuation headers.
18497         (message-check-news-header-syntax): Fix regexp used to check for
18498         continuation headers.
18499
18500 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18503
18504 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18507
18508 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18511         default-truncate-lines.
18512
18513 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18516         to fill the utf-8 entry.
18517
18518         * lpath.el: Fbind unicode-precedence-list.
18519
18520 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18521
18522         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18523
18524 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18525
18526         * gnus-agent.el (directory-files-and-attributes): Move all the way
18527         forward (the third and final move).
18528         (gnus-agent-read-agentview): Trap reconstruction errors due to
18529         nonexistent directory.  Handle by returning nil.
18530
18531 2006-05-30  Didier Verna  <didier@xemacs.org>
18532
18533         * message.el (message-dont-reply-to-names): Update the custom type.
18534         * message.el (message-dont-reply-to-names): New defsubst: potentially
18535         convert a list of regexps into a single one.
18536         * message.el (message-get-reply-headers): Use it.
18537         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18538
18539 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * gnus-agent.el (directory-files-and-attributes): Move forward.
18542
18543 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18544
18545         * gnus-ml.el (gnus-mailing-list-subscribe)
18546         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18547         (gnus-mailing-list-message): Fix doc strings.
18548
18549 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18550
18551         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18552         of doing it manually.
18553
18554 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18555
18556         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18557         comment.
18558
18559 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18560
18561         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18562         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18563         (gnus-agent-read-local): All symbols allocated in my-obarray.
18564         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18565         (gnus-agent-regenerate-group): Check numeric names to see if they are
18566         messages or groups.
18567         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18568         better way of do this...)
18569
18570         * gnus-cache.el (gnus-agent-total-fetched-for):
18571         Ignore 'dummy.group' (there should be a better way of do this...)
18572
18573 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18576         (gnus-saved-headers): Ditto.
18577         (gnus-default-article-saver): Mention functions may have properties.
18578         (gnus-article-save): Override gnus-save-all-headers and
18579         gnus-saved-headers by :headers property which saver function may have.
18580         (gnus-summary-save-in-file): Add :headers property.
18581         (gnus-summary-write-to-file): Ditto.
18582
18583         * gnus-sum.el (gnus-summary-save-article): Bind
18584         gnus-prompt-before-saving to t when saving many articles in a file;
18585         always show all headers.
18586
18587         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18588
18589 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18592         marks.
18593
18594         * message.el (message-indent-citation): Add optional arguments to allow
18595         using it outside of message buffers.
18596
18597         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18598         (gnus-article-treat-unfold-headers): Use it.
18599         (gnus-article-truncate-lines): New variable.
18600         (gnus-article-mode): Use it.
18601         (gnus-article-toggle-truncate-lines): New function.
18602
18603         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18604         Add gnus-article-toggle-truncate-lines.
18605
18606         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18607         coding system in XEmacs, use binary.
18608
18609 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18612         after-load-alist.
18613
18614         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18615         this function should save decoded articles.
18616         (gnus-summary-write-to-file): Use property to specify this function
18617         should save decoded articles and specify gnus-summary-save-in-file
18618         should be used to save articles other than the first one when saving
18619         many articles.
18620         (gnus-summary-save-body-in-file): Use property to specify this
18621         function should save decoded articles.
18622         (gnus-summary-write-body-to-file): Use property to specify this
18623         function should save decoded articles and specify
18624         gnus-summary-save-body-in-file should be used to save articles other
18625         than the first one when saving many articles.
18626
18627         * gnus-sum.el (gnus-summary-save-article): Simplify.
18628
18629 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * gnus-art.el (gnus-default-article-saver):
18632         Add gnus-summary-write-body-to-file.
18633         (gnus-article-save-coding-system): Don't use coding system object
18634         in XEmacs.
18635         (gnus-read-save-file-name): Add optional `dir-var' argument which
18636         specifies directory in which files are saved; work even if optional
18637         `variable' argument is not specified.
18638         (gnus-summary-write-to-file): Read file name.
18639         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18640         (gnus-summary-write-body-to-file): New function.
18641
18642         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18643         (gnus-summary-local-variables): Add it.
18644         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18645         (gnus-summary-save-article): Remove optional `decode' argument;
18646         determine whether to decode articles by the value of
18647         gnus-default-article-saver; when saving many files using
18648         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18649         it first and use gnus-summary-save-in-file or
18650         gnus-summary-save-body-in-file thereafter unless
18651         gnus-prompt-before-saving is always; move point to article which
18652         will be saved.
18653         (gnus-summary-save-article-file): Revert.
18654         (gnus-summary-write-article-file): Revert.
18655         (gnus-summary-save-article-body-file): Revert.
18656         (gnus-summary-write-article-body-file): New function.
18657
18658 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * gnus-art.el (gnus-default-article-saver): Doc fix.
18661         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18662         from gnus-summary-save-article-coding-system, and default to a
18663         certain coding system.
18664         (gnus-output-to-file): Add coding cookie and encode text according
18665         to gnus-article-save-coding-system; don't use mm-append-to-file.
18666
18667         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18668         gnus-art.el and rename to gnus-article-save-coding-system.
18669         (gnus-summary-save-article): Require gnus-art; don't show all
18670         headers if it decodes articles; don't add coding cookie here;
18671         don't bind mm-text-coding-system-for-write.
18672         (gnus-summary-save-article-file): Save decoded articles.
18673         (gnus-summary-write-article-file): When saving many files, use
18674         gnus-summary-write-to-file first and gnus-summary-save-in-file
18675         thereafter unless gnus-prompt-before-saving is always.
18676         (gnus-summary-save-article-body-file): Save decoded articles.
18677
18678         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18679
18680 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * nnrss.el (nnrss-check-group): Bind hash-index.
18683
18684 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18685
18686         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18687         its hash index.  Store this hash in `nnrss-group-data'.
18688         (nnrss-read-group-data): Update accordingly.
18689
18690 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18693         entry.
18694
18695         * gnus-sum.el (gnus-summary-make-menu-bar):
18696         Add gnus-article-browse-html-article.
18697
18698 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18699
18700         * gnus-sum.el (gnus-summary-mime-map):
18701         Add gnus-article-browse-html-article.
18702
18703         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18704
18705 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18708         suitable coding systems in customize.
18709
18710 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18711
18712         * mail-source.el (mail-sources): Fix custom type.
18713
18714 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18717         (gnus-summary-expire-articles-now): Shorten prompt.
18718
18719         * gmm-utils.el (wid-edit): Require.
18720         (defun-gmm): Rename from `gmm-defun-compat'.
18721         (gmm-image-search-load-path): Use it.
18722         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18723
18724 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gnus-sum.el (gnus-summary-save-article-coding-system):
18727         New variable.
18728         (gnus-summary-save-article): Add optional `decode' argument.
18729         If it is set and gnus-summary-save-article-coding-system is non-nil,
18730         save decoded article.
18731         (gnus-summary-write-article-file): Save decoded article if
18732         gnus-summary-save-article-coding-system is non-nil.
18733
18734         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18735         type.
18736
18737 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18738
18739         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18740
18741 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18744         first to test gnus-single-article-buffer which may be buffer-local.
18745
18746         * gnus-sum.el (gnus-summary-setup-buffer):
18747         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18748         group; make gnus-article-buffer, gnus-article-current, and
18749         gnus-original-article-buffer always buffer-local.
18750         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18751         group.
18752         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18753
18754 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * nnml.el (nnml-request-compact-group): Compressed files might not
18757         have .gz extension.
18758
18759 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18760
18761         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18762         (mm-copy-to-buffer): Use with-current-buffer.
18763         (mm-display-part): Simplify.
18764         (mm-inlinable-p): Add optional arg `type'.
18765
18766 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18767
18768         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18769         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18770         Try harder to show the attachment internally or externally using
18771         gnus-mime-view-part-as-type.
18772
18773 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18774
18775         * message.el (message-from-style, message-signature-separator)
18776         (message-user-organization-file, message-send-mail-function)
18777         (message-citation-line-function, message-yank-prefix)
18778         (message-indent-citation-function, message-signature)
18779         (message-signature-file, message-signature-insert-empty-line):
18780         Remove autoloads.
18781
18782         * gnus-art.el (gnus-buttonized-mime-types):
18783         Remove "multipart/signed".  Revert 2006-04-26 change.
18784
18785 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18786
18787         * gnus.el (gnus-version-number): Bump version.
18788
18789 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18790
18791         * gnus.el: No Gnus v0.5 is released.
18792
18793 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18794
18795         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18796         fetching articles by message-id.
18797
18798 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * message.el (hashcash): Require hashcash as normal.
18801
18802         * ecomplete.el (ecomplete-highlight-match-line):
18803         Use point-at-eol.
18804         (ecomplete-highlight-match-line): Use `highlight', because that
18805         face exists in both Emacs and XEmacs.
18806
18807         * message.el (message-display-abbrev): Use point-at-bol.
18808
18809         * mail-source.el: Don't require timer/timer-funcs.
18810
18811         * gnus-async.el: Ditto.
18812
18813         * password.el: Ditto.
18814
18815         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18816
18817         * mm-url.el: Ditto.
18818
18819         * gnus-xmas.el: Don't require timer-funcs.
18820
18821         * mm-util.el: Require timer/timer-funcs.
18822
18823 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18824
18825         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18826         Close.
18827
18828 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18831         unibyte after clear-decrypt function runs.
18832
18833         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18834         returns as a unibyte string.
18835
18836 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * lpath.el: Revert.
18839
18840         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18841         (pgg-gpg-process-sentinel): Revert.
18842
18843         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18844         (pgg-pgp-lookup-key): Revert.
18845
18846         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18847         (pgg-pgp5-lookup-key): Revert.
18848
18849         * pgg.el (pgg-fetch-key): Revert.
18850
18851 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * lpath.el: Fbind string-as-multibyte for XEmacs.
18854
18855         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18856         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18857         (mml1991-pgg-encrypt): Ditto.
18858
18859         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18860         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18861         a multibyte buffer.
18862
18863         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18864         (pgg-pgp-lookup-key): Ditto.
18865
18866         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18867         (pgg-pgp5-lookup-key): Ditto.
18868
18869         * pgg.el (pgg-fetch-key): Ditto.
18870
18871 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18872
18873         * message.el (message-user-organization-file): Check several
18874         locations of the organization file.
18875
18876         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18877         Add gnus-article-view-part-as-type.
18878
18879         * gnus-art.el (gnus-article-view-part-as-type): New function.
18880
18881         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18882         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18883
18884         * mml.el: Simplify autoload.
18885         (mml-mode): defvar dnd-protocol-alist instead of using
18886         symbol-value.
18887         (mml-default-directory): New variable.
18888         (mml-minibuffer-read-file): Use it.
18889         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18890
18891         * message.el (message-citation-line-format): New variable.
18892         (message-insert-formated-citation-line): New function.
18893         (message-citation-line-function):
18894         Add `message-insert-formated-citation-line' to custom type.
18895
18896         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18897         to doc string.
18898
18899         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18900         depending on mm-verify-option.
18901
18902 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18903
18904         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18905         binding pgg-* variables; reimplement the section which prevents
18906         MIME header from being signed.
18907         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18908         pgg-text-mode; remove a blank line at the top of body.
18909
18910         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18911         lines at the top of body; use gnus-newsgroup-charset if there's no
18912         Charset header.
18913
18914 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * message.el (message-self-insert-commands): Doc fix.
18917
18918         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18919         (mm-uu-pgp-encrypted-test): Ditto.
18920         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18921         between header and body; return application/pgp-encrypted handle
18922         if decryption failed; decode decrypted body by charset.
18923
18924         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18925         element match to application/pgp-*.
18926
18927 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18928
18929         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18930         HTML.
18931
18932 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933
18934         * mail-source.el (mail-source-call-script): Message the error
18935         string.
18936
18937 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18938
18939         * gnus-util.el (gnus-byte-compile): Use it.
18940
18941 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18942
18943         * gnus-util.el (kill-empty-logs): New function.
18944
18945 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946
18947         * message.el (message-mail-alias-type): Doc fix.
18948         (message-mail-alias-type-p): New function.
18949         (message-send): Use it.
18950         (message-mode): Ditto.
18951         (message-strip-forbidden-properties): Ditto.
18952
18953         * ecomplete.el (ecomplete-database-file-coding-system):
18954         New variable.
18955         (ecomplete-save): Use it.
18956         (ecomplete-setup): Use it.
18957
18958 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * message.el (message-self-insert-commands): New variable.
18961         (message-strip-forbidden-properties): Use it.
18962
18963 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18964
18965         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18966         that doesn't make XEmacs choke.
18967
18968 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18969
18970         * gnus-util.el (gnus-replace-in-string):
18971         Prefer replace-regexp-in-string over of replace-in-string.
18972
18973 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * gnus-util.el (gnus-select-frame-set-input-focus):
18976         Use select-frame-set-input-focus if it is available in XEmacs; use
18977         definition defined in Emacs 22 for old Emacsen.
18978
18979         * dgnushack.el: Autoload unmorse-region for XEmacs.
18980
18981         * lpath.el: Bind cursor-in-non-selected-windows and
18982         select-frame-set-input-focus for XEmacs.
18983
18984 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18987
18988 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18989
18990         * gnus-registry.el (gnus-registry-cache-save): Remove text
18991         properties when saving via the temp buffer.
18992
18993 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18994
18995         * message.el (message-generate-hashcash): Honor custom type.
18996
18997 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18998
18999         * message.el (message-generate-hashcash): Default to non-nil when
19000         hashcash is found.
19001
19002         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19003         (gnus-refer-thread-limit): Increase default to 500.
19004
19005         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19006
19007         * flow-fill.el (fill-flowed): Allow delete-space.
19008
19009 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19012         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19013         Remove autoloads.
19014
19015 2006-04-18  Simon Josefsson  <jas@extundo.com>
19016
19017         * message.el (message-generate-hashcash): Default to.
19018
19019 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19022         concatenating segments rather than before concatenating them.
19023
19024 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19025
19026         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19027
19028 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19029
19030         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19031
19032         * message.el (message-forward-make-body-plain):
19033         Allow message-forward-ignored-headers to be a list.
19034         (message-remove-ignored-headers): Factor out into function.
19035         (message-forward-make-body-mml): Use it.
19036
19037         * imap.el (imap-quote-specials): New function.
19038         (imap-login-auth): Quote specials.
19039
19040         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19041         (rfc2231-parse-string): Allow concatanation of parameters that
19042         aren't contiguous.  The test case is
19043           (mail-header-parse-content-type "message/external-body;
19044             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19045             access-type=LOCAL-FILE;
19046             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19047
19048 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19049
19050         * nntp.el (nntp-accept-process-output): Return the value of
19051         `nnheader-accept-process-output'.
19052
19053 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19054
19055         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19056         (gnus-button-alist): Recognize more diff formats.
19057         (gnus-button-patch): Strip directory.
19058
19059 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19060
19061         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19062         Emacs 22 when setting focus.
19063
19064 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065
19066         * gnus-art.el (gnus-article-treat-types): Do treatment of
19067         text/x-verbatim parts.
19068         (gnus-button-patch): New command.
19069
19070         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19071         addresses that contain invalid characters.
19072
19073 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19074
19075         * message.el (message-put-addresses-in-ecomplete):
19076         Use gnus-replace-in-string.
19077         (message-is-yours-p): Use the more correct
19078         mail-header-parse-address instead of
19079         mail-extract-address-components.
19080         (message-put-addresses-in-ecomplete): Fix typo.
19081
19082         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19083         keystroke.
19084
19085         * gnus-art.el (gnus-treatment-function-alist): Change order of
19086         newsgroups/generic header folding to avoid double-folding.
19087
19088         * message.el (message-hidden-headers): Add X-Draft-From.
19089
19090         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19091         New command.
19092         (gnus-summary-repeat-search-article-backward): New command.
19093
19094         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19095         groups in the parent topic.
19096
19097 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19098
19099         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19100         (spam-extra-header-to-number): Return the CRM114 number as a
19101         number instead of a string.
19102
19103 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19104
19105         * gnus-art.el (gnus-face-properties-alist): Move here from
19106         gnus-fun.
19107
19108         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19109
19110 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19111
19112         * message.el (message-strip-forbidden-properties): Only display on
19113         self-insert-command.
19114
19115         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19116         reindent.
19117         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19118
19119 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19120
19121         * smiley.el (smiley-style): Fix typo.
19122
19123 2006-03-23  Kenichi Handa  <handa@m17n.org>
19124
19125         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19126         instead of set-buffer-multibyte.
19127
19128 2006-03-23  Kenichi Handa  <handa@m17n.org>
19129
19130         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19131         buffer and then decode the buffer text if necessary.
19132         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19133         first, and after mm-encode-body, change the buffer to unibyte.
19134
19135 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19136
19137         * hashcash.el (hashcash-insert-payment-async-2):
19138         Use message-goto-eoh instead of doing it manually.
19139         (mail-add-payment): Use message-narrow-to-header instead of trying
19140         to do the same itself.
19141
19142         * message.el (message-hidden-headers): Add Face.
19143
19144         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19145         reparenting code.
19146         (gnus-summary-reparent-children): Refactored out code.
19147         (gnus-summary-thread-map): New keystroke.
19148         (gnus-summary-reparent-children): Make into command.
19149
19150         * smiley.el (smiley-style): Default to `medium' if using a large
19151         font.
19152
19153         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19154         does it itself.
19155
19156         * message.el (message-point-in-header-p): Simplify definition.
19157
19158 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19159
19160         * nnagent.el (nnagent-request-set-mark): Silence log file
19161         writing.
19162         (nnagent-request-set-mark): Use write-region instead of
19163         append-to-file.
19164
19165         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19166         strange select method.
19167
19168         * ecomplete.el (ecomplete-display-matches): Get highlightling
19169         right.
19170         (ecomplete-display-matches): Use literals.
19171         (ecomplete-display-matches): Disable message logging.
19172
19173         * message.el (message-display-abbrev): Small optimization.
19174
19175         * ecomplete.el (ecomplete-display-matches): Allow automatic
19176         display.
19177
19178         * message.el (message-strip-forbidden-properties):
19179         Display abbrevs.
19180         (message-display-abbrev): Get automatic display right.
19181
19182         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19183         keystrokes.
19184
19185 2006-04-13  Romain Francoise  <romain@orebokech.com>
19186
19187         TODO: Backport to v5-10!
19188
19189         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19190         Move here (and rename) from gnus-registry.el.
19191
19192         * gnus-registry.el: Require gnus-util.
19193         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19194
19195 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19196
19197         * gnus-group.el (gnus-group-catchup-current):
19198         Change if-then-else-if-then-else into cond.
19199         (gnus-group-catchup): Indent.
19200         (group-name-at-point): New function.
19201         (gnus-fetch-group): Provide default from thing at point.
19202
19203 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19204
19205         * message.el (message-display-abbrev): Fix regexp.
19206
19207         * ecomplete.el (ecomplete-highlight-match-line):
19208         Reimplement choosing.
19209         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19210         dead variables.
19211
19212         * message.el (message-newline-and-indent): Remove debugging.
19213         (message-display-abbrev): Use new implementation.
19214
19215 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19216
19217         * gnus-art.el (gnus-article-mode):
19218         Set cursor-in-non-selected-windows to nil.
19219
19220         * smiley.el: Revert previous change.
19221         (smiley-data-directory): defvar it before using it in the
19222         defcustom of `smiley-style'.
19223
19224 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19225
19226         * message.el (message-newline-and-indent): New function.
19227
19228         * ecomplete.el: Implement more bits.
19229
19230         * message.el (message-put-addresses-in-ecomplete): Clean up the
19231         string.
19232
19233         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19234
19235         * gnus-sum.el (gnus-summary-save-parts):
19236         Bind gnus-summary-save-parts-counter and use it to make unique file
19237         names.
19238
19239         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19240
19241         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19242         parameter to say whether to actually parse the individual
19243         addresses.
19244
19245         * message.el (message-put-addresses-in-ecomplete): New function.
19246         (ecomplete): Require.
19247         (message-mail-alias-type): Add ecomplete as an option.
19248
19249 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19250
19251         * flow-fill.el (fill-flowed): Remove trailing space from blank
19252         quoted lines.
19253
19254 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19255
19256         * smiley.el (smiley-style): Move definition later to avoid a
19257         compilation warning.
19258
19259 2006-04-12  Kenichi Handa  <handa@m17n.org>
19260
19261         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19262         buffer and then decode the buffer text if necessary.
19263         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19264         first, and after mm-encode-body, change the buffer to unibyte.
19265         Use mm-disable-multibyte instead of set-buffer-multibyte.
19266
19267 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19270         Content-Type header instead of Content-Disposition header.
19271         (gnus-mime-inline-part): Ditto.
19272         (gnus-mime-view-part-as-charset): Ignore charset that the part
19273         specifies.
19274
19275         * mm-decode.el (mm-display-part): Work with external parts and
19276         usual parts similarly.
19277
19278         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19279         instead of gnus-display-mime.
19280
19281         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19282         instead of with-temp-buffer.
19283
19284         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19285         tag to summarized topics part in order to encode non-ASCII text.
19286
19287 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19288
19289         * smiley.el (smiley-style): New variable.
19290         (smiley-directory): New function.
19291         (smiley-data-directory): Derive from `smiley-style' using
19292         `smiley-directory'.
19293         (smiley-regexp-alist): Add new entries.
19294
19295         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19296         (gnus-article-browse-delete-temp): Add :version.
19297
19298 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19299
19300         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19301         the sieve region.
19302
19303 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19304
19305         * gnus.el (gnus-version-number): Bump version.
19306
19307 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * gnus.el: No Gnus v0.4 is released.
19310
19311 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19312
19313         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19314         layout.
19315
19316         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19317         unknown charset.
19318
19319         * message.el (message-header-synonyms): Add Original-To to the
19320         default.
19321
19322         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19323         optional parameter.
19324
19325 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19326
19327         * gnus-fun.el (gnus): Require it for gnus-directory.
19328
19329 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19332
19333 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19334
19335         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19336
19337 2006-04-05  Simon Josefsson  <jas@extundo.com>
19338
19339         * password.el (password-reset): New function.
19340
19341 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19342
19343         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19344         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19345
19346 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19347
19348         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19349         Some whitespace was matched into the url, which broke browsing hits
19350         > 100 when mm-url-use-external was nil.
19351
19352 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19353
19354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19355         Check gnus-extra-headers for 'Newsgroups.
19356
19357         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19358         bound.
19359
19360 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19361
19362         * pgg-gpg.el: Clean up process buffers every time gpg processes
19363         complete.
19364
19365 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19366
19367         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19368         doc string.
19369
19370 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19371
19372         * pgg-gpg.el (pgg-gpg-process-filter)
19373         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19374
19375         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19376         lines, temporary fix.
19377
19378 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19381
19382 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19383
19384         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19385         default-enable-multibyte-characters.  This reverts the change from
19386         revision 6.17 which is no longer necessary because the passphrase
19387         is sent separately now.  GnuPG messages are unreadable under
19388         multibyte locales with default-enable-multibyte-characters set to
19389         nil.
19390
19391 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * message.el (message-tool-bar-gnome): Move "spell".
19394
19395 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19396
19397         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19398         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19399         instead.
19400
19401 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19402
19403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19404         Improve newsgroups handling for NNTP overviews which don't include
19405         Newsgroups.
19406
19407 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19408
19409         * message.el (message-resend): Bind message-generate-hashcash to nil.
19410
19411 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19412
19413         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19414         when searching for already-paid recipients.
19415
19416 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19417
19418         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19419         passphrases when it is not needed.
19420         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19421         passphrase stuff from gpg, should only be necessary when you use
19422         gpg with a smartcard.
19423
19424 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * mml.el (mml-insert-mime): Ignore cached contents of
19427         message/external-body part.
19428
19429         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19430         (mm-insert-part): Ditto.
19431
19432 2006-03-23  Simon Josefsson  <jas@extundo.com>
19433
19434         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19435         Reiner.
19436         (pgg-gpg-use-agent-p): Use it again.
19437
19438 2006-03-23  Simon Josefsson  <jas@extundo.com>
19439
19440         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19441         older emacsen.
19442         (pgg-gpg-use-agent-p): Don't use it.
19443
19444 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19445
19446         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19447         if we can.
19448
19449 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19450
19451         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19452         (pgg-gpg-update-agent): New function.
19453         (pgg-gpg-use-agent-p): New function.
19454         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19455         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19456         (pgg-gpg-sign-region): Use it.
19457
19458 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19459
19460         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19461         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19462
19463 2006-03-21  Simon Josefsson  <jas@extundo.com>
19464
19465         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19466         <wilde@sha-bang.de>.
19467         (pgg-gpg-use-agent): New variable.
19468         (pgg-gpg-process-region): Use it.
19469         (pgg-gpg-encrypt-region): Likewise.
19470         (pgg-gpg-encrypt-symmetric-region): Likewise.
19471         (pgg-gpg-decrypt-region): Likewise.
19472         (pgg-gpg-sign-region): Likewise.
19473         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19474
19475 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19476
19477         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19478
19479         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19480         Add comment on version.
19481
19482 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * smiley.el: Add missing test smiley.
19485
19486 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * mm-decode.el (mm-with-part): New macro.
19489         (mm-get-part): Use it; work with message/external-body as well.
19490         (mm-save-part): Treat name and filename equally.
19491
19492         * mm-extern.el (mm-extern-cache-contents): New function.
19493         (mm-inline-external-body): Use it; force the part to be displayed;
19494         move undisplayer added to the cached handle to the parent.
19495
19496         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19497         (gnus-mime-view-part-as-type): Work with message/external-body.
19498
19499         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19500
19501 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19504         images in image-load-path.  [Sync with image.el, revision 1.60, in
19505         Emacs.]
19506
19507 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19508
19509         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19510         path rather than symbol.  Always return list of directories.
19511         Guarantee that image directory comes first.  [Sync with image.el,
19512         revision 1.59, in Emacs.]
19513
19514         * message.el (message-make-tool-bar): Adjust to new API of
19515         `gmm-image-load-path-for-library'.
19516
19517         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19518
19519         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19520
19521 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19522
19523         * gnus-art.el (gnus-article-only-boring-p):
19524         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19525         intangible text.
19526         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19527
19528 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19529
19530         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19531         Use `defun' instead of `gmm-defun-compat'.
19532
19533 2006-03-14  Simon Josefsson  <jas@extundo.com>
19534
19535         * message.el (message-unique-id): Don't use message-number-base36
19536         if (user-uid) is a float.
19537         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19538
19539 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19542
19543         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19544         empty line between a part and a message part.
19545
19546 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19547
19548         * smiley.el: Add more test smileys.
19549         (smiley-data-directory, smiley-regexp-alist)
19550         (gnus-smiley-file-types): Fix doc strings.
19551         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19552         adding new elements.
19553         (smiley-mouse-map): Unused code.  Make it a comment.
19554
19555 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19556
19557         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19558         scan latest NoCeM messages instead of old ones.
19559         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19560         delimiters that are recently used.
19561         (gnus-nocem-load-cache): Add autoload cookie.
19562
19563         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19564
19565         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19566         level which is larger than gnus-use-nocem is specified.
19567
19568         * gnus-group.el (gnus-group-get-new-news): Ditto.
19569
19570 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19571
19572         * gnus-util.el (gnus-tool-bar-update): New function.
19573
19574         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19575         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19576
19577         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19578
19579         * gnus-group.el (gnus-group-redraw-when-idle)
19580         (gnus-group-redraw-check): Remove.
19581         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19582
19583 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19586         if optional last element is specified in splits (FIELD VALUE...).
19587
19588 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19589
19590         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19591         to gmm-image-load-path-for-library.  Call with no-error argument.
19592         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19593
19594         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19595
19596         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19597
19598         * gmm-utils.el (gmm-image-load-path): Remove alias.
19599
19600 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19601
19602         * gmm-utils.el (gmm-image-load-path): Add alias.
19603
19604         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19605         nnml-generate-nov-databases-1.
19606         (nnml-generate-nov-databases): Use it.
19607         (nnml-generate-nov-databases-directory): Document no-active
19608         argument.
19609
19610         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19611         directory if path is t.  Add no-error.
19612
19613         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19614         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19615
19616         * gnus-art.el (gnus-article-browse-delete-temp-files):
19617         Simplify resetting gnus-article-browse-html-temp-list.
19618
19619         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19620         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19621         Add example to docstring.  Rename local variables.  Move error
19622         checks to default case in cond and simplify.
19623
19624 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19627         handle is multipart when calling it recursively.
19628         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19629
19630 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19631
19632         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19633         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19634
19635 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19636
19637         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19638         is loaded.
19639
19640         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19641         loaded.
19642
19643 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19644
19645         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19646         to "Emacs 23 (unicode)" in doc string.
19647
19648         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19649         "Emacs 23 (unicode)" in comment.
19650
19651 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19654
19655         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19656         characters 160 through 255 in Emacs 23.
19657
19658 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19659
19660         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19661         gnus-article-browse-html-temp.
19662         (gnus-article-browse-delete-temp): Make it customizable.
19663         Add `file'.  Adjust doc string.
19664         (gnus-article-browse-delete-temp-files): Add argument.
19665         Allow query for each file.  Adjust doc string.
19666         (gnus-article-browse-html-parts):
19667         Add `gnus-article-browse-delete-temp-files' to
19668         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19669
19670 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19671
19672         * gnus-art.el (gnus-article-browse-html-temp)
19673         (gnus-article-browse-delete-temp): New variables.
19674         (gnus-article-browse-delete-temp-files): New function.
19675         (gnus-article-browse-html-parts): Use it.
19676
19677 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19678
19679         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19680
19681         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19682         string.
19683
19684         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19685         gnus-summary-insert-new-articles when unplugged.
19686         Remove gnus-summary-search-article-forward.
19687
19688         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19689         display-visual-class instead of display-color-cells.
19690
19691 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19692
19693         * dgnushack.el: Autoload customize-group for XEmacs.
19694
19695         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19696         message/* containing non-ASCII text properly.
19697
19698 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19699
19700         * message.el: Require gmm-utils, remove autoloads.
19701         (message-tool-bar): Set default based on
19702         gmm-tool-bar-style.
19703         (message-tool-bar-gnome): Add gmm-customize-mode.
19704
19705         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19706         gmm-tool-bar-style.
19707         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19708
19709         * gnus-group.el (gnus-group-tool-bar): Set default based on
19710         gmm-tool-bar-style.
19711         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19712
19713         * gmm-utils.el (gmm-image-directory): Rename variable from
19714         gmm-image-load-path.
19715         (gmm-image-load-path): Use gmm-image-directory.
19716         (gmm-customize-mode): New function.
19717         (gmm-tool-bar-style): New variable.
19718
19719         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19720         gnus-group-redraw-line-number.
19721         (gnus-group-redraw-check): Simplify.
19722         (gnus-group-tool-bar-update): Remove redraw check.
19723         (gnus-group-make-tool-bar): Add redraw check.
19724
19725 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19726
19727         * gnus-art.el (gnus-button): Add missing parentheses.
19728
19729 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19730
19731         * lpath.el: Fbind line-number-at-pos.
19732
19733 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19736
19737 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19738
19739         * gnus-art.el (gnus-button): New face.
19740         (gnus-article-button-face): Use it.
19741
19742         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19743         Add gnus-summary-next-page.  Re-order.
19744
19745         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19746         next-node are now included.
19747         (gnus-group-redraw-line-number): New internal variable.
19748         (gnus-group-redraw-check): Helper function for updating the tool
19749         bar.
19750         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19751
19752         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19753
19754         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19755         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19756         Use it to match format of Spamassassin 3.0 and later.
19757         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19758         (spam-check-bogofilter)
19759         (spam-bogofilter-register-with-bogofilter): Fix args of
19760         `gnus-error' calls.
19761
19762 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19763
19764         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19765         unnecessary interaction when sending queued mails.
19766         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19767
19768 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19769
19770         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19771         first or last are nil.
19772
19773 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19774
19775         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19776
19777 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19778
19779         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19780
19781 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19782
19783         * dns.el (query-dns): Protect more against buggy tcp output.
19784
19785 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19786
19787         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19788         nov.php.
19789
19790 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19791
19792         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19793         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19794         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19795         output on the server side.
19796         (nnweb-google-create-mapping): Update regexps and add some
19797         progress indication.
19798
19799 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19800
19801         * gnus-group.el (gnus-group-tool-bar-gnome):
19802         Fix gnus-agent-toggle-plugged.  Re-order icons.
19803         (gnus-group-tool-bar-gnome):
19804         Add gnus-group-{prev,next}-unread-group.
19805         (gnus-group-tool-bar-gnome): Re-order icons.
19806
19807         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19808         Move gnus-summary-insert-new-articles.
19809
19810         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19811         Fix comments.
19812
19813         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19814         also available in Emacs 21.3.
19815
19816         * message.el (message-fix-before-sending): Change "Emacs 22" to
19817         "Emacs 23 (unicode)" in comment.
19818
19819         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19820         "Emacs 23 (unicode)" in comment.
19821
19822         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19823         comment.
19824         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19825
19826         * mm-view.el (mm-fill-flowed): Add :version.
19827
19828 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19831         and load-path.
19832
19833 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19834
19835         * message.el: Autoload gmm-image-load-path.
19836         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19837         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19838         consitency.
19839
19840         * gmm-utils.el (gmm-image-load-path): Also search in
19841         "../etc/images".  Don't set gmm-image-load-path if we don't find
19842         the image.
19843
19844 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19845
19846         * gmm-utils.el (gmm-image-load-path): Don't make
19847         `gmm-image-load-path' include subdirectories which the second arg
19848         `image' might specify.
19849
19850         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19851         subdirectory to icon file names.
19852
19853         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19854
19855 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19858         gmm-image-load-path calls.
19859
19860         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19861
19862         * message.el (message-make-tool-bar): Ditto.
19863
19864         * mml.el (mml-preview): Add comment concerning tool bar icons.
19865
19866         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19867         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19868
19869         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19870         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19871
19872         * message.el (message-tool-bar-gnome): Use new icon names.
19873         (message-make-tool-bar): Use `gmm-image-load-path'.
19874
19875         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19876         New functions from MH-E.
19877         (gmm-image-load-path): New variable from MH-E.
19878         (gmm-image-load-path): New function from MH-E.  Add arguments
19879         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19880         *-image-load-path-called-flag.
19881
19882 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19883
19884         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19885
19886 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19887
19888         * nnimap.el (nnimap-request-move-article): Change folder back to
19889         source group before deleting.
19890
19891 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19892
19893         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19894
19895         * gnus-art.el (mm-url-insert-file-contents-external):
19896         Autoload mm-url.
19897
19898         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19899
19900 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19903         coding system which mm-charset-to-coding-system returns for a
19904         given charset is valid.
19905
19906 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19907
19908         * html2text.el (html2text-remove-tag-list):
19909         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19910
19911 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19912
19913         * gnus-cus.el: Revert 2005-10-17 change.
19914
19915 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * gnus-art.el (article-strip-banner):
19918         Call article-really-strip-banner only when the regexp match is made.
19919
19920 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * gnus-art.el (article-strip-banner):
19923         Use gnus-extract-address-components instead of
19924         mail-header-parse-addresses to make it work with non-ASCII text;
19925         remove mail-encode-encoded-word-string.
19926
19927         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19928         values which are surrounded with \"...\"; make it never cause a
19929         Lisp error; give up parsing of parameters if it failed in
19930         extracting type.
19931
19932 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19933
19934         * smime.el (smime-cert-by-ldap-1): Fix bug where
19935         `smime-ldap-search' returns results without userCertificates.
19936
19937 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19940
19941 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19942
19943         * spam.el (spam-check-spamassassin-headers): Adapt format for
19944         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19945         <ari@mbf.ocn.ne.jp>.
19946         (spam-list-of-processors): Add spam-use-gmane.
19947
19948 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19949
19950         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19951         make-temp-file; make it work with XEmacs as well.
19952
19953         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19954         mm-make-temp-file.
19955
19956         * mm-decode.el (mm-display-external): Use the 3rd arg of
19957         mm-make-temp-file.
19958         (mm-create-image-xemacs): Ditto.
19959
19960 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19963         with message-narrow-to-headers.
19964         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19965         (gnus-draft-check-draft-articles): New function.
19966         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19967
19968 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * gnus-art.el (gnus-article-browse-html-parts):
19971         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19972         Don't use suffix argument for mm-make-temp-file for Emacs 21
19973         compatibility.  Remove useless `format'.
19974
19975 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19976
19977         * nnweb.el (nnweb-google-wash-article): Update regexps.
19978         (nnweb-group-alist): Use defvoo instead of defvar.
19979
19980 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19983         re-loading nn* modules.
19984
19985 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19986
19987         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19988         for `tool-bar-mode' and don't check it's default-value.
19989
19990         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19991
19992         * message.el (message-make-tool-bar): Ditto.
19993
19994         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19995         `substring'.  Shorten tmp-file name.
19996
19997         * gnus.el: Remove bogus comment.
19998
19999 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20000
20001         * gnus-art.el (gnus-article-browse-html-parts): New function.
20002         (gnus-article-browse-html-article): New function for viewing html
20003         articles with a browser.
20004
20005 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20006
20007         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20008         in elisp.
20009         (pgg-gpg-encrypt-symmetric-region): Ditto.
20010         (pgg-gpg-sign-region): Ditto.
20011
20012         * pgg-def.el (pgg-text-mode): New variable.
20013
20014         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20015         (mml2015-pgg-encrypt): Ditto.
20016
20017         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20018         (mml1991-pgg-encrypt): Ditto.
20019
20020 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20021
20022         * nnfolder.el (nnfolder-insert-newsgroup-line):
20023         Use message-make-date instead of current-time-string.
20024
20025         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20026         to gnus-decoded which mm-uu might set.
20027
20028 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20031         don't decode quoted parameters; remove misimported Emacs code.
20032         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20033         (rfc2231-decode-encoded-string): Don't use split-string which
20034         behaves differently according to Emacs version; use
20035         mm-decode-coding-region to convert charset to coding-system.
20036         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20037         (rfc2231-encode-string): Remove misimported Emacs code.
20038
20039 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20042         when calling mail-header-parse-content-type.
20043         (article-de-quoted-unreadable): Ditto.
20044         (article-de-base64-unreadable): Ditto.
20045         (article-wash-html): Ditto.
20046
20047         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20048         calling mail-header-parse-content-type and
20049         mail-header-parse-content-disposition.
20050         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20051         mail-header-parse-content-type.
20052
20053         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20054         insert charset and format parameters; encode description after
20055         inserting it to buffer.
20056         (mml-insert-parameter): Fold lines properly even if a parameter is
20057         segmented into two or more lines; change the max column to 76.
20058
20059         * rfc1843.el (rfc1843-decode-article-body): Don't use
20060         ignore-errors when calling mail-header-parse-content-type.
20061
20062         * rfc2231.el (rfc2231-parse-string): Return at least type if
20063         possible; don't cause an error even if it fails in parsing of
20064         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20065         (rfc2231-encode-string): Don't break lines at the beginning, leave
20066         it to mml-insert-parameter.
20067
20068         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20069         calling mail-header-parse-content-type.
20070
20071 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20072
20073         * spam-report.el (spam-report-gmane-use-article-number):
20074         Improve doc string.
20075         (spam-report-gmane-internal): Check if a suitable header was found
20076         in the article.
20077
20078 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20081         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20082
20083 2006-02-05  Romain Francoise  <romain@orebokech.com>
20084
20085         Update copyright notices of all files in the gnus directory.
20086
20087 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20088
20089         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20090
20091 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20094         segmented lines of parameter value to cope with Thunderbird 1.5
20095         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20096         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20097         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20098
20099 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20100
20101         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20102         parts.
20103
20104 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20105
20106         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20107         there's only one active file for all servers.
20108         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20109         solid groups.  Gnus might have used a FAST request to select the group.
20110         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20111         and nnweb-search redundantly in the active file.
20112         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20113         (nnweb-request-create-group): Don't use ARGS.
20114         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20115         initializations.  Let nnoo do the work.
20116
20117 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20118
20119         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20120         Say the part has been decoded.
20121
20122         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20123
20124 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20125
20126         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20127         mailcap-viewer-test-cache when there's no 'test clause, since that
20128         will invert the meaning of a "nil" test previously determined by
20129         mailcap-mailcap-entry-passes-test.
20130
20131 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20134         compiling.
20135
20136         * gnus-sum.el: Ditto.
20137
20138         * message.el: Don't bind tool-bar-map when compiling.
20139
20140 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20141
20142         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20143
20144 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20145
20146         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20147         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20148         current Google Groups.
20149
20150 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20151
20152         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20153         and tool-bar-mode.
20154
20155         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20156         and tool-bar-mode.
20157
20158         * message.el (message-tool-bar-update): Simplify.
20159         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20160
20161         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20162         gnus-summary-buffer.
20163         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20164         gnus-summary-reply.
20165
20166         * gmm-utils.el (gmm): Add :version.
20167
20168 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20169
20170         * Makefile.in (clean): New rule.
20171         (distclean): Use it.
20172
20173 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20174
20175         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20176         Don't autoload.
20177
20178 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * gmm-utils.el (gmm-verbose): Add :group.
20181
20182 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20183
20184         * message.el: Change some comments WRT tool-bars.
20185
20186         * gnus-sum.el (gnus-summary-tool-bar)
20187         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20188         (gnus-summary-tool-bar-zap-list): New variables.
20189         (gnus-summary-make-tool-bar): Complete rewrite using
20190         `gmm-tool-bar-from-list'.
20191
20192         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20193         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20194         New variables.
20195         (gnus-group-make-tool-bar): Complete rewrite using
20196         `gmm-tool-bar-from-list'.
20197         (gnus-group-tool-bar-update): New function.
20198
20199         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20200
20201 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20204         is dissected into a single part of which the type is the same as
20205         the given one; decode charset.
20206
20207 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20208
20209         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20210         into alists as symbol not string, since that's what
20211         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20212         look for.
20213
20214 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20215
20216         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20217         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20218
20219         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20220
20221 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20224         (gnus-xmas-mime-security-button-menu): New function.
20225
20226         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20227         (gnus-mime-security-button-menu): New definition.
20228         (gnus-mime-security-button-map): Use them.
20229         (gnus-mime-security-button-menu): New function.
20230         (gnus-insert-mime-security-button): Addition to help echo.
20231         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20232         (gnus-mime-security-pipe-part): New functions.
20233
20234         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20235         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20236
20237         * mm-decode.el (mm-handle-set-disposition): Remove.
20238         (mm-handle-set-description): Remove.
20239
20240 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20243         (mm-w3m-standalone-supports-m17n-p): New function.
20244         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20245         w3m usage.
20246
20247         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20248         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20249
20250 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20251
20252         * message.el (message-tool-bar-zap-list):
20253         Use gmm-tool-bar-zap-list as custom type.
20254         (message-tool-bar-update): New function.
20255         (message-tool-bar, message-tool-bar-gnome)
20256         (message-tool-bar-retro): Add message-tool-bar-update.
20257         (message-tool-bar-gnome): Add flyspell-buffer.
20258
20259         * gnus-util.el (gnus-error): Describe `args'.
20260
20261         * gmm-utils.el (gmm-error): Describe `args'.
20262         (gmm-tool-bar-zap-list): New widget.
20263         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20264
20265 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20266
20267         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20268         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20269         the number of recursive calls.
20270
20271         * mm-decode.el (mm-handle-set-disposition): New macro.
20272         (mm-handle-set-description): New macro.
20273
20274 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20277         encoding.
20278
20279 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * message.el (message-tool-bar-zap-list, message-tool-bar)
20282         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20283         (message-tool-bar-local-item-from-menu): Remove.
20284         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20285         (message-make-tool-bar): New function.
20286         (message-mode): Use `message-make-tool-bar'.
20287
20288         * gmm-utils.el: New file.
20289         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20290         (gmm-lazy): New widget copied from `nnmail.el'.
20291         (gmm-tool-bar-from-list): New function for creating customizable
20292         tool bars.
20293         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20294         output.
20295         (gmm): Add :prefix to defgroup.
20296
20297 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20298
20299         * gmm-utils.el (gmm-widget-p): New function.
20300
20301 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20302
20303         * mml.el (mml-attach-file): Describe `description' in doc string.
20304         (mml-menu): Add Emacs MIME manual and PGG manual.
20305
20306 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20307
20308         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20309
20310 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20311
20312         * nntp.el (nntp-end-of-line): Doc fix.
20313
20314 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20315
20316         * imap.el (imap-open): Handle case where buffer is a buffer
20317         object.
20318
20319 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20320
20321         * gnus-delay.el (gnus-delay): Don't autoload.
20322         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20323         to be re-loaded when customizing the `gnus-delay' group.
20324
20325 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20326
20327         * message.el (message-insert-citation-line): Use newlines.
20328
20329 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20330
20331         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20332         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20333         these routines, so the passphrase can be managed externally and
20334         passed in to the system.
20335         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20336         pgg-add-passphrase-to-cache function.
20337
20338         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20339         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20340         these routines, so the passphrase can be managed externally and
20341         passed in to the system.
20342         (pgg-pgp5-sign-region): Use new name of
20343         pgg-add-passphrase-to-cache function.
20344
20345 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20346
20347         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20348         part of the decoded armor to find the key-identifier.
20349         (pgg-gpg-lookup-key-owner): New function to return the
20350         human-readable identifier of a key owner.
20351         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20352         itself.
20353         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20354         the key value) if we have a key and can match it against a secret
20355         key.  Also, added a note pointing out fact that the prompt only
20356         indicates the first matching key.
20357
20358         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20359         pgg-decrypt-region.
20360         (pgg-add-passphrase-to-cache): Rename from
20361         `pgg-add-passphrase-cache' to reduce confusion (all callers
20362         changed).
20363         (pgg-remove-passphrase-from-cache): Rename from
20364         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20365         changed).
20366         (pgg-read-passphrase, pgg-add-passphrase-cache)
20367         (pgg-remove-passphrase-cache): Add informative docstrings.
20368         (pgg-decrypt): Convey provided passphrase in subordinate call to
20369         pgg-decrypt-region.
20370
20371 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20372
20373         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20374         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20375         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20376         'passphrase' argument, so the passphrase can be managed externally
20377         and then passed in to the system.
20378
20379         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20380         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20381         so the passphrase cache can be used reliably with identifiers
20382         besides a pgp packet's key id.
20383
20384         * pgg-gpg.el (pgg-gpg-encrypt-region)
20385         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20386         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20387         these routines, so the passphrase can be managed externally and
20388         passed in to the system.
20389
20390         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20391         'notruncate' argument, so the passphrase cache can be used
20392         reliably with identifiers besides a pgp packet's key id.
20393
20394 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20395
20396         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20397         symmetric encryption.
20398         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20399         encrypted session key.
20400         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20401         message ask for the passphrase in a proper way.
20402
20403         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20404         New user commands for symmetric encryption.
20405
20406 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20409
20410         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20411
20412 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20413
20414         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20415
20416 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * mm-decode.el (mm-inlined-types): Add application/pgp.
20419         (mm-automatic-display): Ditto.
20420
20421         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20422         part as text.
20423
20424 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * nnrss.el: Update copyright.
20427         (nnrss-opml-import): Query whether to subscribe to each entry.
20428
20429         * gnus-art.el:
20430         * gnus-sum.el:
20431         * gnus-xmas.el:
20432         * messagexmas.el:
20433         * mm-uu.el:
20434         * mm-view.el: Update copyright.
20435
20436 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20437
20438         * message.el (message-info): New function.
20439         (message-mode-menu): Add it.
20440         Update copyright.
20441
20442         * ChangeLog: Fix and update copyright.
20443
20444 2006-01-13  Romain Francoise  <romain@orebokech.com>
20445
20446         * message.el (message-forward-subject-name-subject): Prefer the
20447         address to 'nowhere' if the sender has no name.
20448         Fix typo.  Update copyright year.
20449
20450 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20451
20452         * gnus-art.el (article-wash-html):
20453         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20454         (gnus-article-wash-html-with-w3m-standalone): New function.
20455
20456         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20457         mm-inline-text-html-render-with-w3m-standalone.
20458         (mm-text-html-washer-alist): Map w3m-standalone to
20459         gnus-article-wash-html-with-w3m-standalone.
20460         (mm-inline-text-html-render-with-w3m-standalone): New function.
20461
20462 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20463
20464         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20465         Improve LaTeX.
20466
20467 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20468
20469         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20470         (nnrss-request-article): Render text/plain parts as HTML.
20471
20472         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20473         the buffer.
20474
20475 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20476
20477         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20478         custom definition of `gnus-posting-styles'.
20479
20480         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20481         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20482
20483 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20484
20485         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20486         Use nntp for bug archive.
20487
20488 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20489
20490         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20491         parts.
20492         (nnrss-normalize-date): New function converts ISO 8601 date into
20493         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20494         (nnrss-check-group): Use it.
20495
20496 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20499
20500         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20501         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20502         (nnrss-insert-w3): Ditto.
20503
20504 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20507         the articles to be forwarded including the case where neither a
20508         number of articles nor a region is specified.
20509
20510 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20511
20512         * nnrss.el (nnrss-request-article): Fix last change; fill
20513         text/plain parts.
20514
20515 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20516
20517         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20518         in text/plain part.
20519         (nnrss-check-group): Don't add excessive newline to dc:subject.
20520
20521 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20522
20523         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20524         article.
20525
20526 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20527
20528         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20529         (nnml-use-compressed-files, nnml-save-mail): Support other
20530         comression programs such as bzip2.
20531
20532 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20533
20534         * dns.el (query-dns): Make sure we check the buffer size before
20535         removing tcp headers.
20536
20537 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20538
20539         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20540         remove MIME buttons associated with multipart/alternative parts.
20541         (gnus-mime-display-alternative): Tag buttons using `article-type'
20542         text property.
20543
20544         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20545         associated with multipart/alternative parts.
20546
20547         * gnus-art.el (gnus-signature-separator): Fix custom type.
20548
20549         * mm-decode.el (mm-inlined-types): Fix custom type.
20550         (mm-keep-viewer-alive-types): Ditto.
20551         (mm-automatic-display): Ditto.
20552         (mm-attachment-override-types): Ditto.
20553         (mm-inline-override-types): Ditto.
20554         (mm-automatic-external-display): Ditto.
20555
20556 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20557
20558         * spam-report.el (spam-report-user-mail-address)
20559         (spam-report-user-agent): New variables.
20560         (spam-report-url-ping-plain): Use spam-report-user-agent.
20561
20562 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20563
20564         * gnus-art.el (gnus-button-handle-custom): Do not just use
20565         `customize-apropos' for any "M-x customize-*" button but the
20566         function called for.  Accept both the function name and its
20567         argument in order to achieve this.
20568         (gnus-button-alist): Remove support for "custom:" URL's.
20569         Pass function name to `gnus-button-handle-custom' in case of "M-x
20570         customize-*" buttons.
20571
20572 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20573
20574         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20575         multipart/alternative and add xref to mm-discouraged-alternatives
20576         in doc string.
20577
20578         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20579         gnus-buttonized-mime-types in doc string.
20580
20581 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20582
20583         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20584         Suggest image/.* in the doc string.
20585
20586 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20587
20588         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20589         message-marks (Debian bug#342521).
20590
20591 2005-12-12  Simon Josefsson  <jas@extundo.com>
20592
20593         * password.el (password-read-from-cache): Add.
20594         (password-read): Use it.
20595
20596 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20597
20598         * rfc2047.el (rfc2047-charset-to-coding-system):
20599         Recognize us-ascii as a MIME charset.
20600
20601         * mm-bodies.el (mm-decode-content-transfer-encoding):
20602         Protect against the case where the 2nd arg TYPE is nil.
20603
20604 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20605
20606         * pop3.el (pop3-stream-type): Fix custom version.
20607
20608         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20609
20610 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20611
20612         * mm-decode.el (mm-display-external): Add missing cdr.
20613
20614 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20617         RFC1524) if it is in mailcap or add a suffix according to
20618         mailcap-mime-extensions when generating a temp filename; postpone
20619         deleting a temp file for 2 seconds for some wrappers, shell
20620         scripts, and so on, which might exit right after having started a
20621         viewer command as a background job.
20622
20623 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20624
20625         * nntp.el (nntp-marks-directory): Fix custom group.
20626
20627         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20628         steps when < 10.
20629
20630         * gnus-start.el (gnus-no-server-1):
20631         Mention `gnus-level-default-subscribed' in doc string.
20632
20633 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20634
20635         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20636         parens.
20637
20638 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * gnus-xmas.el (gnus-use-toolbar): Revert.
20641         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20642         gnus-use-toolbar is default.
20643
20644         * messagexmas.el (message-use-toolbar): Revert.
20645         (message-setup-toolbar): Use global default-toolbar if
20646         message-use-toolbar is default.
20647
20648 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20651         according to default-toolbar-visible-p.
20652
20653         * messagexmas.el (message-use-toolbar): Ditto.
20654
20655 2005-11-26  Dave Love  <fx@gnu.org>
20656
20657         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20658         (tls-program, tls-success): Provide openssl alternative.
20659
20660         * starttls.el: Doc fixes.
20661         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20662         SERVICE to PORT.
20663
20664         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20665         port null or service name.
20666         (starttls-negotiate): Autoload.
20667
20668 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20669
20670         * message.el (message-kill-to-signature): Fix interactive spec.
20671
20672 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * pop3.el (pop3-open-server): Recognize a string as a service name.
20675
20676 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20677
20678         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20679
20680 2005-11-23  Dave Love  <fx@gnu.org>
20681
20682         Add pop3s, pop3/starttls.
20683
20684         * pop3.el (pop3-authentication-scheme): Clarify doc.
20685         (open-tls-stream, starttls-open-stream): Autoload.
20686         (pop3-stream-type): New.
20687         (pop3-open-server): Use it.
20688
20689         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20690         for POP.
20691         (mail-source-keyword-map): Add :stream for POP.
20692         (mail-source-fetch-pop): Use pop3-stream-type.
20693
20694 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20697         of current-time-string.
20698
20699 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20700
20701         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20702         date header.
20703
20704 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20705
20706         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20707         it can seriously impact performance as it bypasses the agent's
20708         local caches.
20709
20710 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20711
20712         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20713         must be explicitly online rather than "not explicitly offline" for
20714         its flags to be synchronized.
20715
20716         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20717         that gnus-uu-unmark-thread will function correctly.
20718
20719         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20720         1024K is instead displayed as 1M.
20721
20722 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20723
20724         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20725
20726 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20727
20728         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20729
20730 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20731
20732         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20733         error message to display actual error condition.
20734         (gnus-agent-save-local): Avoid saving symbols that are bound to
20735         nil as they simply result in a warning message in
20736         gnus-agent-read-local.
20737
20738 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20739
20740         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20741         rather than make-variable-buffer-local for file-precious-flag.
20742
20743 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20744
20745         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20746         for duplicates which are removed.  The invalid sort check then
20747         triggers a rescan after the sort as sorting may have moved
20748         duplicate entries such that they can be cheaply detected.
20749
20750 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20753
20754 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20755
20756         * gnus-agent.el (gnus-agent-article-alist-save-format):
20757         Change internal variable to a custom variable.  Change default value
20758         from compressed(2) to uncompressed(1).
20759         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20760         support for uncompressed agentview files.  Taken together, reading
20761         the agentview file should now be 6-7 times faster.
20762
20763 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20764
20765         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20766         as a buffer-local variable.  This avoids creating truncated
20767         dribble files as a result of a hang up, eg.
20768
20769 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20770
20771         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20772         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20773         XEmacs.
20774
20775 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20776
20777         * gnus-start.el (gnus-start-draft-setup):
20778         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20779
20780         * gnus.el (gnus-splash): Change custom group.
20781         (gnus-group-get-parameter, gnus-group-parameter-value):
20782         Describe allow-list argument.
20783
20784         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20785         string.
20786
20787 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20788
20789         * gnus-art.el (gnus-default-article-saver): Add user-defined
20790         `function' to custom type.
20791
20792 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20793
20794         * imap.el (imap-open): Handle case where buffer is a buffer
20795         object.
20796
20797 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20798
20799         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20800         long lines.
20801         (gnus-cache-delete-group): Wrap doc strings.
20802
20803         * gnus-agent.el (gnus-agent-rename-group)
20804         (gnus-agent-delete-group): Wrap doc strings.
20805
20806 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20807
20808         * messagexmas.el (message-use-toolbar): Change the valid values
20809         into default, top, bottom, left, and right.
20810         (message-toolbar-thickness): New variable.
20811         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20812         well.
20813         (message-setup-toolbar): Make it work.
20814
20815         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20816         (gnus-use-toolbar): Change the valid values into default, top,
20817         bottom, left, and right.
20818         (gnus-toolbar-thickness): New variable.
20819         (gnus-xmas-setup-toolbar): New function.
20820         (gnus-xmas-setup-group-toolbar): Use it.
20821         (gnus-xmas-setup-summary-toolbar): Use it.
20822
20823 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20824
20825         * gnus-start.el (gnus-1): Add "native" to
20826         gnus-predefined-server-alist.
20827
20828         * gnus.el (gnus-method-to-server): Don't add "native" to the
20829         lists here, because that leads to problems when
20830         gnus-select-method is bound.
20831
20832 2005-11-09  Simon Josefsson  <jas@extundo.com>
20833
20834         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20835         use (not sort-by-date) instead.
20836
20837 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20838
20839         * gnus-delay.el (gnus-delay-group): Don't autoload.
20840         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20841         to be re-loaded when customizing the `gnus-delay' group.
20842
20843 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20844
20845         * message.el: Revert last changes.
20846         (message-insert-citation-line): Use newlines.
20847
20848 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20849
20850         * message.el (message-courtesy-message)
20851         (message-mark-insert-begin, message-mark-insert-end)
20852         (message-elide-ellipsis, message-cancel-message)
20853         (message-add-header, message-change-subject)
20854         (message-cross-post-followup-to-header)
20855         (message-cross-post-insert-note, message-reduce-to-to-cc)
20856         (message-widen-reply, message-delete-not-region)
20857         (message-kill-to-signature, message-insert-signature)
20858         (message-insert-importance-high, message-insert-importance-low)
20859         (message-insert-or-toggle-importance)
20860         (message-insert-disposition-notification-to)
20861         (message-indent-citation, message-yank-original)
20862         (message-cite-original-without-signature, message-cite-original)
20863         (message-insert-citation-line, message-position-on-field)
20864         (message-fix-before-sending, message-send-mail-partially)
20865         (message-send-mail, message-send-mail-with-sendmail)
20866         (message-send-mail-with-qmail, message-send-news)
20867         (message-check-news-header-syntax, message-generate-headers)
20868         (message-insert-courtesy-copy, message-fill-address)
20869         (message-fill-header, message-shorten-references)
20870         (message-setup-1, message-cancel-news)
20871         (message-forward-make-body-plain, message-forward-make-body-mime)
20872         (message-forward-make-body-mml, message-encode-message-body)
20873         (message-forward-make-body-digest-plain)
20874         (message-forward-make-body-digest-mime)
20875         (message-use-alternative-email-as-from): Insert `hard-newline'
20876         instead of ordinary newlines.
20877
20878 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * message.el (message-generate-headers): Downcase the argument
20881         given to message-check-element.
20882
20883 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20884
20885         * nntp.el (nntp-authinfo-rejected): New error condition.
20886         (nntp-wait-for): Use new error condition to signal authentication
20887         error.
20888         (nntp-retrieve-data): Rethrow new error condition to break out of
20889         recursive call to nntp-send-authinfo.
20890
20891 2005-11-08  Romain Francoise  <romain@orebokech.com>
20892
20893         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20894         (gnus-summary-exit-map): Bind to `Z p'.
20895         (gnus-summary-make-menu-bar): Add menu item.
20896
20897 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20898
20899         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20900         (gnus-treat-*): Add `first' in all doc strings.
20901
20902         * gnus-group.el (gnus-group-compact-group): Fix typo.
20903
20904 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * gnus.el (gnus-parameters-case-fold-search): New variable.
20907         (gnus-parameters-get-parameter): Use it.
20908
20909         * gnus-score.el (gnus-home-score-file): Doc fix.
20910
20911 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20912
20913         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20914
20915 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * mm-util.el (mm-special-display-p): New function.
20918
20919         * mml.el (mml-preview): Use it; doc fix.
20920
20921 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20922
20923         * imap.el (imap-open): Handle case where buffer is a buffer object.
20924
20925 2005-10-29  Romain Francoise  <romain@orebokech.com>
20926
20927         * message.el (message-fix-before-sending): Fix comment.
20928
20929 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20930
20931         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20932
20933 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20934
20935         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20936         Used in gnus-score.el.
20937
20938 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20939
20940         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20941
20942 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20943
20944         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20945         whitespace removed in revision 7.8.  Use concatenated string to
20946         protect trailing whitespace.
20947
20948 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20949
20950         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20951         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20952         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20953         Courier IMAP ("some version from 2004").  Mostly based on similar
20954         code in the same function.
20955
20956 2005-10-26  Didier Verna  <didier@xemacs.org>
20957
20958         * gnus-group.el (gnus-group-compact-group): Invalidate original
20959         article buffer.
20960         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20961         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20962         NOV database and in article itself.
20963         Invalidate article backlog.
20964
20965 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20966
20967         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20968
20969 2005-10-26  Simon Josefsson  <jas@extundo.com>
20970
20971         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20972         part of 2004-07-25 change.
20973
20974 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * message.el (message-display-completion-list): New function.
20977         (message-expand-group): Use it; make sure the Completions buffer
20978         is modifiable.
20979 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20980
20981         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20982         user-mail-name is an empty string.
20983
20984 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20985
20986         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20987         depending on gnus-score-decay-constant.
20988
20989         * encrypt.el (encrypt-insert-file-contents)
20990         (encrypt-write-file-contents): Don't use `gnus-message'.
20991
20992         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20993         arguments.
20994         (mm-uu-type-alist): Add message-marks and insert-marks.
20995         Pass arguments to mm-uu-verbatim-marks-extract.
20996         (mm-uu-hide-markers): New variable.
20997         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20998
20999         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21000         (gnus-convert-image-to-face-command): Use "convert" by default to
21001         allow other input image formats.
21002         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21003         accordingly.
21004
21005 2005-10-23  Simon Josefsson  <jas@extundo.com>
21006
21007         * imap.el (imap-gssapi-program): Align command line parameters
21008         with latest GNU SASL.
21009         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21010
21011 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21012
21013         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21014         HTML.
21015         (nnslashdot-request-article): Ditto.
21016
21017         * lpath.el (featurep): Add nobreak-char-display.
21018
21019 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21020
21021         * mail-source.el (mail-source-fetch-pop): Require pop3.
21022         (mail-source-check-pop): Ditto.
21023
21024 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21027         errors.
21028
21029 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21030
21031         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21032         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21033
21034         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21035
21036         * mm-bodies.el (mm-decode-string):
21037         Call `mm-charset-to-coding-system' with allow-override argument.
21038
21039 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21040
21041         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21042         (rfc2047-charset-to-coding-system): New function.
21043         (rfc2047-decode-encoded-words): New function.
21044         (rfc2047-decode-region): Use them.
21045         (rfc2047-decode-cte): Remove.
21046         (rfc2047-parse-and-decode): Remove.
21047         (rfc2047-decode): Remove.
21048
21049 2005-10-15  Kenichi Handa  <handa@m17n.org>
21050
21051         * rfc2047.el (rfc2047-decode-cte): New function.
21052         (rfc2047-decode-region): Change the way to decode successive
21053         encoded-words: decode B- or Q-encoding in each encoded-word,
21054         concatenate them, and decode it as charset.
21055
21056 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21057
21058         * lpath.el: Fbind codepage-setup for XEmacs.
21059
21060 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21061
21062         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21063         widget-move-and-invoke.
21064         (gnus-custom-mode): Use gnus-custom-map.
21065
21066 2005-10-15  Bill Wohler  <wohler@newt.com>
21067
21068         * message.el (message-tool-bar-map): Rename image file from
21069         mail_send to mail/send.
21070
21071 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21072
21073         * message.el (message-expand-group): Pass the common
21074         prefix substring of completion to `display-completion-list'.
21075
21076 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21077
21078         * mml-sec.el (mml-secure-method): New internal variable.
21079         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21080         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21081         New functions using mml-secure-method.
21082
21083         * mml.el (mml-mode-map): Add key bindings for those functions.
21084         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21085         Harder <harder@myrealbox.com>.
21086         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21087         Goto end of message if point is the headers of the message.
21088
21089         * message.el (message-in-body-p): New function.
21090
21091         * assistant.el: Autoload gnus-util and netrc.
21092
21093         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21094         Use `mm-charset-override-alist' only when decoding.
21095
21096         * mm-bodies.el (mm-decode-body):
21097         Call `mm-charset-to-coding-system' with allow-override argument.
21098
21099         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21100         `filename' from Content-Disposition if Content-Type doesn't
21101         provide `name'.
21102         (gnus-mime-view-part-as-type): Set default instead of
21103         initial-input.
21104
21105 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21106
21107         * format-spec.el (format-spec): Propagate text properties of % spec.
21108
21109 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * gnus-art.el (gnus-treat-predicate): Add `first'.
21112
21113 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21114
21115         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21116         (mm-charset-override-alist): New variable.
21117         (mm-charset-to-coding-system): Use it.
21118         (mm-codepage-setup): New helper function.
21119         (mm-charset-eval-alist): New variable.
21120         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21121         Warn about unknown charsets.
21122
21123         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21124
21125 2005-10-04  David Hansen  <david.hansen@gmx.net>
21126
21127         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21128         (nnrss-check-group): Ditto.
21129
21130 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21131
21132         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21133         Rename x-gnus-verbatim to x-verbatim.
21134         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21135
21136         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21137         x-verbatim.
21138
21139         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21140
21141         * gnus-util.el (gnus-remove-duplicates): Remove.
21142
21143         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21144         instead of gnus-remove-duplicates.
21145
21146         * message.el (message-remove-duplicates): Remove.
21147         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21148         message-remove-duplicates.
21149
21150         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21151         available, else use implementation from `delete-dups'.
21152
21153         * message.el (message-insert-expires): New function.
21154         (message-mode-map): Add key binding.
21155         (message-mode-field-menu): Add menu entry.
21156         (message-mode): Document it.
21157         (message-make-expires-date): Use `message-make-date'.
21158
21159 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21160
21161         * message.el (message-make-expires-date): New function.
21162
21163 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21164
21165         * Makefile.in (list-installed-shadows): New entry.
21166         (install): Use it.
21167         (remove-installed-shadows): New entry.
21168
21169         * dgnushack.el (dgnushack-default-load-path): New variable.
21170         (dgnushack-find-lisp-shadows): New function.
21171         (dgnushack-remove-lisp-shadows): New function.
21172
21173 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21174
21175         * Makefile.in (install-el-elc): New entry.
21176         (install): Use it so that .el files are necessarily installed.
21177
21178 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21179
21180         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21181
21182 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21183
21184         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21185         function rather than the diff-mode.el package.
21186         (mm-display-external): Use with-current-buffer.
21187         (mm-viewer-completion-map, mm-viewer-completion-map):
21188         Move initialization inside declaration.
21189
21190 2005-09-29  Simon Josefsson  <jas@extundo.com>
21191
21192         * spam.el: Load hashcash when compiling, to avoid warnings.
21193         Don't autoload mail-check-payment.
21194         (spam-check-hashcash): Define unconditionally, since hashcash.el
21195         is part of Gnus now.  Ignore errors from payment checking.
21196
21197 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21198
21199         * message.el (message-bold-region, message-unbold-region):
21200         Rename from `bold-region' and `unbold-region'.
21201
21202         * message.el: Remove useless autoloads.
21203
21204 2005-09-28  Simon Josefsson  <jas@extundo.com>
21205
21206         * message.el (message-use-idna): Default to t.
21207         (message-use-idna): Test whether encoding works too.  Doc fix.
21208
21209 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * nntp.el (nntp-warn-about-losing-connection): Remove.
21212
21213 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21214
21215         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21216         customizable.  Change default value.
21217         (mm-uu-diff-groups-regexp): Change default value.
21218         (mm-uu-type-alist): Add doc string.
21219         (mm-uu-configure): Add doc string.  Make it interactive.
21220         (mm-uu-tex-groups-regexp): New variable.
21221         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21222         (mm-uu-type-alist): Add LaTeX documents.
21223         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21224         of "text/verbatim".
21225         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21226
21227         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21228         instead of "text/verbatim".
21229
21230         * message.el (message-mark-inserted-region)
21231         (message-mark-insert-file): Use slrn style marks when called with
21232         prefix argument.
21233
21234 2005-09-27  Simon Josefsson  <jas@extundo.com>
21235
21236         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21237
21238 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21239
21240         * message.el (message-remove-duplicates): New function.
21241         Implementation borrowed from `gnus-remove-duplicates'.
21242         (message-idna-to-ascii-rhs): Also encode idna addresses in
21243         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21244         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21245         only ask about the same idna domain once per header and also tell
21246         in what header to replace the idna domain.
21247
21248         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21249         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21250         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21251         a header is decoded and not just the last one.
21252
21253 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21254
21255         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21256         has been decoded.
21257
21258         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21259         (mm-insert-part): Don't modify text if it has been decoded.
21260
21261         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21262         decoded.
21263
21264         * mm-view.el (mm-inline-text): Don't strip text props unless
21265         decoding enriched or richtext parts.
21266
21267 2005-09-25  Romain Francoise  <romain@orebokech.com>
21268
21269         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21270         * gnus-start.el (gnus-subscribe-interactively):
21271         * gnus-uu.el (gnus-uu-grab-articles):
21272         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21273         space.
21274
21275 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21276
21277         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21278         * mm-view.el (mm-view-pkcs7-decrypt):
21279         * gnus-sum.el (gnus-summary-limit-to-extra)
21280         (gnus-summary-respool-article, gnus-read-move-group-name):
21281         * gnus-score.el (gnus-summary-increase-score):
21282         * gnus-util.el (gnus-completing-read-with-default):
21283         * gnus-art.el (gnus-read-save-file-name)
21284         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21285         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21286         * message.el (message-check-news-header-syntax):
21287         Follow convention for reading with the minibuffer.
21288
21289 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * spam-report.el (spam-report-url-ping-plain):
21292         Use gnus-extended-version as User-Agent.
21293
21294         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21295         default value is nil.
21296
21297         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21298         (mm-uu-verbatim-marks-extract): New function.
21299         (mm-uu-extract): New face.
21300         (mm-uu-copy-to-buffer): Use it.
21301
21302         * spam-report.el (spam-report-gmane-ham): Rename from
21303         `spam-report-gmane-unspam'.
21304         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21305         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21306
21307         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21308         Autoload.
21309         (spam-report-gmane-unregister-routine):
21310         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21311
21312 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21313
21314         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21315         (spam-report-gmane-unregister-routine): Add support for gmane
21316         unregistration.
21317
21318         * spam-report.el (spam-report-gmane-unspam)
21319         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21320         (spam-report-gmane): Change to take a single article and do unspam
21321         registration.
21322
21323 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21324
21325         * mm-url.el (mm-url-decode-entities): Fix regexp.
21326
21327 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21328
21329         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21330         default to nil, to be able to use Gnus at all.  If the default
21331         switches to something else, then the function should be fixed not
21332         be exceedingly slow.
21333
21334 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21335
21336         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21337         fail hard.
21338
21339         * spam-report.el: Add better Keywords line.
21340
21341         * spam.el: Add Maintainer and better Keywords line.
21342
21343 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21344
21345         * gnus-art.el (gnus-article-replace-part)
21346         (gnus-mime-replace-part): New functions.
21347         (gnus-mime-action-alist, gnus-mime-button-commands)
21348         (gnus-mime-save-part-and-strip): Add file argument.
21349         (gnus-article-part-wrapper): Add interactive argument.
21350
21351         * gnus-sum.el (gnus-summary-mime-map):
21352         Add `gnus-article-replace-part'.
21353
21354 2005-09-19  Didier Verna  <didier@xemacs.org>
21355
21356         The nnml compaction feature:
21357         * nnml.el (nnml-request-compact-group): New function.
21358         * nnml.el (nnml-request-compact): New function.
21359         * gnus-int.el (gnus-request-compact-group): New function.
21360         * gnus-int.el (gnus-request-compact): New function.
21361         * gnus-group.el (gnus-group-compact-group): New function.
21362         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21363         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21364         * gnus-srvr.el (gnus-server-compact-server): New function.
21365         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21366         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21367
21368 2005-09-18  Deepak Goel  <deego@gnufans.org>
21369
21370         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21371         format spec.
21372
21373 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21374
21375         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21376
21377 2005-09-15  Romain Francoise  <romain@orebokech.com>
21378
21379         * message.el (message-fill-paragraph): Clarify docstring.
21380
21381 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21382
21383         * gnus-art.el (gnus-mime-display-part): Protect against broken
21384         MIME messages.
21385
21386 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21389         before parsing header.
21390
21391 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21392
21393         * html2text.el (html2text-replace-list): Add new entities.
21394
21395 2005-09-11  Romain Francoise  <romain@orebokech.com>
21396
21397         * message.el (message-alternative-emails): Improve docstring.
21398         (message-setup-1): Call `message-use-alternative-email-as-from'
21399         after `message-setup-hook' to give it precedence over posting
21400         styles, etc.
21401         (message-use-alternative-email-as-from): Add docstring.
21402         Remove the original From header if present.
21403
21404         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21405         (nnml-save-mail): Use it.
21406
21407         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21408         articles.  Add new argument `silent'.
21409         (gnus-uu-mark-all): Report the total number of marked articles.
21410
21411 2005-09-10  Romain Francoise  <romain@orebokech.com>
21412
21413         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21414         (gnus-uu-mark-series): Likewise.
21415
21416 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21417
21418         * spam-report.el (spam-report-gmane): Fix generation of spam
21419         report URL.
21420
21421 2005-09-10  Simon Josefsson  <jas@extundo.com>
21422
21423         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21424         t, based on discussion on the ding list with Robert Epprecht
21425         <epprecht@solnet.ch>.
21426
21427 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21428
21429         * spam-report.el (spam-report-gmane): Make it work without
21430         X-Report-Spam header.  Gmane now only provides Archived-At.
21431         This is only used if `spam-report-gmane-use-article-number' is nil.
21432         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21433
21434         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21435         make `gnus-summary-sort-by-recipient' work with threading.
21436
21437         * nnweb.el (nnweb-google-wash-article): Print a message if article
21438         is not available.
21439
21440 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21441
21442         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21443         change.  Decode text/* parts content before displaying.
21444
21445 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21446
21447         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21448
21449 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21450
21451         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21452
21453         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21454         url-package-name, url-package-version,
21455         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21456         w3m-display-inline-images, and w3m-minor-mode-map.
21457
21458 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21459
21460         * message.el (message-tab-body-function): Fix mismatched custom type.
21461
21462         * gnus.el (gnus-group-change-level-function): Ditto.
21463
21464         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21465
21466         * gnus-art.el (gnus-signature-limit)
21467         (gnus-article-mime-part-function): Ditto.
21468
21469 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21470
21471         * mml.el (mml-mode): Silence the byte compiler.
21472
21473         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21474         using `(sit-for 0)' before moving the point to the specified part;
21475         skip unbuttonized parts.
21476         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21477         return to the summary window if gnus-auto-select-part is non-nil.
21478
21479 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21480
21481         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21482         New variables.
21483         (mml-dnd-attach-file, mml-mode): Use them.
21484
21485         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21486         Make fetching article by MID work again for Google Groups.
21487         Add FIXME concerning gnus-group-make-web-group.
21488
21489         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21490         Don't depend on Gnus by using mail-extract-address-components if
21491         gnus-extract-address-components is not bound.
21492
21493 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21494
21495         * gnus-art.el (gnus-mime-display-security): Don't display the
21496         signature, but only the signed part.
21497
21498 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21499
21500         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21501
21502         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21503         list, not listp.
21504
21505 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21506
21507         * mm-encode.el (mm-encode-content-transfer-encoding):
21508         Likewise when encoding.
21509
21510         * mm-bodies.el (mm-decode-content-transfer-encoding):
21511         De-canonicalize CRLF for all text content types, not just
21512         text/plain.
21513
21514 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21517         valid article; point arrow and cursor at the MIME button.
21518
21519 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21520
21521         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21522         Suggested by Dan Christensen <jdc@uwo.ca>.
21523
21524         * mm-decode.el (mm-save-part): Enable change of prompt.
21525
21526 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21527
21528         * gnus-msg.el (gnus-inews-add-send-actions):
21529         Make `message-post-method' lambda parameter ARG `&optional'.
21530
21531 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21532
21533         * gnus-sum.el (gnus-summary-mime-map):
21534         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21535         gnus-article-jump-to-part.
21536
21537         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21538         (gnus-article-edit-part): Use it.
21539         (gnus-article-part-wrapper): Add no-handle argument.
21540         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21541         New functions.
21542
21543 2005-08-29  Romain Francoise  <romain@orebokech.com>
21544
21545         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21546         docstring.
21547         (gnus-face-from-file): Likewise.
21548
21549 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21550
21551         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21552         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21553         non-nil.
21554         (gnus-auto-select-part): New variable.
21555         (gnus-article-jump-to-part): New function.
21556         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21557         (gnus-mime-delete-part): Allow selecting specified part after
21558         deleting or stripping parts.
21559         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21560         part if argument is bogus.
21561
21562 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21563
21564         * gnus-art.el (w3m-minor-mode-map):
21565         * gnus-spec.el (gnus-newsrc-file-version):
21566         * gnus-util.el (nnmail-active-file-coding-system)
21567         (gnus-original-article-buffer, gnus-user-agent):
21568         * gnus.el (gnus-ham-process-destinations)
21569         (gnus-parameter-ham-marks-alist)
21570         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21571         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21572         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21573         * mm-decode.el (gnus-current-window-configuration):
21574         * mm-extern.el (gnus-article-mime-handles):
21575         * mm-url.el (url-current-object, url-package-name)
21576         (url-package-version):
21577         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21578         (smime-keys, w3m-cid-retrieve-function-alist)
21579         (w3m-current-buffer, w3m-display-inline-images)
21580         (w3m-minor-mode-map):
21581         * mml-smime.el (gnus-extract-address-components):
21582         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21583         (gnus-newsrc-hashtb, message-default-charset)
21584         (message-deletable-headers, message-options)
21585         (message-posting-charset, message-required-mail-headers)
21586         (message-required-news-headers):
21587         * mml1991.el (mc-pgp-always-sign):
21588         * mml2015.el (mc-pgp-always-sign):
21589         * nnheader.el (nnmail-extra-headers):
21590         * rfc1843.el (gnus-decode-encoded-word-function)
21591         (gnus-decode-header-function, gnus-newsgroup-name):
21592         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21593
21594 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21595
21596         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21597         the end of the date treatments.
21598
21599 2005-08-15  Simon Josefsson  <jas@extundo.com>
21600
21601         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21602         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21603         Capello and Romain Francoise.
21604         (pgg-fetch-key-function): Remove, not used?
21605         (pgg-insert-url-with-w3): Require url, to get
21606         url-insert-file-contents regardless of where it is defined.
21607
21608 2005-08-13  Romain Francoise  <romain@orebokech.com>
21609
21610         * message.el (message-cite-original-1): New function.
21611         (message-cite-original): Use it.
21612         (message-cite-original-without-signature): Ditto.
21613
21614 2005-08-08  Romain Francoise  <romain@orebokech.com>
21615
21616         * message.el (message-yank-empty-prefix): New variable.
21617         (message-indent-citation): Use it.
21618         (message-cite-original-without-signature): Respect X-No-Archive.
21619
21620 2005-08-08  Simon Josefsson  <jas@extundo.com>
21621
21622         * pgg.el: Autoload url-insert-file-contents instead of loading
21623         w3/url.
21624         (pgg-insert-url-with-w3): Don't load url here.
21625
21626 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21627
21628         * message.el (message-kill-to-signature): Don't insert newline at
21629         bol.
21630         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21631
21632 2005-08-06  Romain Francoise  <romain@orebokech.com>
21633
21634         * message.el (message-user-fqdn): Fix typo in docstring.
21635
21636 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21637
21638         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21639
21640         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21641
21642 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21643
21644         * mm-bodies.el (mm-encode-body): Use coding system rather than
21645         charset to encode text.
21646
21647         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21648         number of charsets if utf-8 is available (XEmacs).
21649
21650 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21651
21652         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21653         taken from `gnus-button-mid-or-mail-regexp'.
21654         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21655         (gnus-button-alist): Improve regexp for domain part of the MIDs
21656         for news:localpart@domain buttons.
21657         (gnus-button-ctan-directory-regexp): Update.
21658
21659 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21660
21661         * sieve-manage.el (sieve-manage-interactive-login):
21662         Use make-local-variable rather than make-variable-buffer-local.
21663         (sieve-manage-open): Ditto.
21664         (sieve-manage-authenticate): Ditto.
21665
21666         * mml.el (mml-generate-mime-1): Make the content type default to
21667         text/plain if the filename is not specified.
21668
21669 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21672         instead of insert-buffer.
21673
21674         * message.el (message-yank-original): Ditto; set the mark at the
21675         end of the yanked message.
21676
21677 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21680         lines to scroll rather than to stop it.
21681
21682         * mml.el (mml-generate-default-type): Add doc string.
21683         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21684         default to application/octet-stream when determining the content
21685         type if it is not specified for the part or the mml contents; add
21686         a comment about mml-generate-default-type.
21687
21688 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21689
21690         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21691         make it default to application/octet-stream when determining the
21692         content type if it is not specified for the external contents.
21693
21694 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21695
21696         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21697         segmented parameter but also other parameters might be there.
21698
21699 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21700
21701         * mm-decode.el (mm-display-external): Delete temp file, directory
21702         and buffer immediately if the external process is exited.
21703
21704 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21705
21706         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21707         fewer lines than that of scroll-margin.
21708         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21709
21710 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21711
21712         * gnus-art.el (gnus-article-next-page): Revert.
21713         (gnus-article-beginning-of-window): New macro.
21714         (gnus-article-next-page-1): Use it.
21715         (gnus-article-prev-page): Ditto.
21716         (gnus-article-edit-part): Use insert-buffer-substring instead of
21717         insert-buffer.
21718         (gnus-article-edit-exit): Ditto.
21719
21720         * gnus-util.el (gnus-beginning-of-window): Remove.
21721         (gnus-end-of-window): Remove.
21722
21723         * lpath.el: Don't bind header-line-format and scroll-margin.
21724
21725 2005-07-25  Simon Josefsson  <jas@extundo.com>
21726
21727         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21728         to have the url package without w3.  Reported by Daiki Ueno
21729         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21730
21731 2005-07-20  Didier Verna  <didier@xemacs.org>
21732
21733         * gnus-diary.el: Remove the description comment (nndiary is now
21734         properly documented in the Gnus manual).
21735         Fix the spelling of "Back End".
21736         * nndiary.el: Ditto.
21737         Fix the copyright notice.
21738
21739 2005-07-18  Romain Francoise  <romain@orebokech.com>
21740
21741         * gnus-sum.el (gnus-summary-to-prefix)
21742         (gnus-summary-newsgroup-prefix): New variables.
21743         (gnus-summary-from-or-to-or-newsgroups): Use them.
21744
21745 2005-07-17  Romain Francoise  <romain@orebokech.com>
21746
21747         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21748         space as it's generally not especially interesting to the user.
21749
21750 2005-07-16  Romain Francoise  <romain@orebokech.com>
21751
21752         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21753         nil to avoid prompting and file modification if one of the
21754         messages at the top of the nnfolder file contains a copyright
21755         notice.
21756         Update copyright notice.
21757
21758         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21759         instead of `current-time-string' as the latter creates a time
21760         string that is not RFC 2822 compliant (it lacks the zone).
21761         Update copyright notice.
21762
21763 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21764
21765         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21766         for text/rtf.  Display default in prompt.  Pass default for M-n.
21767
21768         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21769
21770 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21771
21772         * gnus-msg.el (gnus-button-mailto):
21773         Remove save-selected-window-window hackery because it relies on
21774         save-selected-window internals.
21775
21776 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21777
21778         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21779         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21780         (gnus-article-prev-page): Ditto.
21781
21782         * gnus-util.el (gnus-beginning-of-window): New function.
21783         (gnus-end-of-window): New function.
21784
21785         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21786
21787 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21788
21789         * gnus-score.el (gnus-score-edit-all-score):
21790         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21791         gnus-message.
21792
21793 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21794
21795         * gnus-msg.el (gnus-button-mailto):
21796         Remove save-selected-window-window hackery because it relies on
21797         save-selected-window internals.
21798
21799 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21800
21801         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21802         add-minor-mode.
21803         (gnus-binary-mode): Ditto.
21804
21805         * gnus-topic.el (gnus-topic-mode): Ditto.
21806
21807 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21808
21809         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21810         (gnus-article-prev-page): Take scroll-margin into consideration.
21811
21812 2005-07-04  Lute Kamstra  <lute@gnu.org>
21813
21814         Update FSF's address in GPL notices.
21815
21816 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21817
21818         * gnus.el (gnus-exit):
21819         * gnus-group.el (gnus-group-icons):
21820         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21821
21822         * gnus-nocem.el (gnus-nocem):
21823         * message.el (message-various, message-buffers, message-sending)
21824         (message-interface, message-forwarding, message-insertion)
21825         (message-headers, message-news, message-mail):
21826         * pgg-gpg.el (pgg-gpg):
21827         * pgg-parse.el (pgg-parse):
21828         * pgg-pgp.el (pgg-pgp):
21829         * pgg-pgp5.el (pgg-pgp5):
21830         * pop3.el (pop3): Finish `defgroup' description with period.
21831
21832 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21833
21834         * gnus-art.el (article-display-face): Improve the efficiency.
21835         (article-display-x-face): Ditto; remove gray x-face stuff.
21836
21837 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * gnus-art.el (article-display-face): Correct the position in
21840         which Faces are inserted.
21841
21842 2005-06-29  Didier Verna  <didier@xemacs.org>
21843
21844         * gnus-art.el (article-display-face): Display faces in correct
21845         order.
21846
21847 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21848
21849         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21850         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21851         (gnus-nocem-check-article): Fetch the Type header.
21852         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21853         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21854         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21855         make sure gnus-nocem-hashtb is initialized.
21856         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21857         (gnus-nocem-unwanted-article-p): Ditto.
21858
21859         * pgg.el (pgg-verify): Return the verification result.
21860
21861 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21862
21863         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21864         is ascii.
21865
21866 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21867
21868         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21869         `show-nonbreak-escape'.
21870
21871 2005-06-23  Lute Kamstra  <lute@gnu.org>
21872
21873         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21874
21875         * dig.el (dig-mode):
21876         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21877
21878 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21879
21880         * nnimap.el (nnimap-split-download-body): Fix spellings.
21881
21882 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21883
21884         * gnus-art.el (gnus-article-encrypt-body):
21885         * gnus-cus.el (gnus-score-customize):
21886         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21887         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21888
21889 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21890
21891         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21892         header by looking for magic "MII" at the beginning.
21893
21894 2005-06-16  Miles Bader  <miles@gnu.org>
21895
21896         * gnus-xmas.el (gnus-xmas-group-startup-message):
21897         Use renamed gnus-splash face.
21898
21899         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21900         (assistant-field-face): New backward-compatibility alias for renamed
21901         face.
21902         (assistant-render-text): Use renamed assistant-field face.
21903
21904         * spam.el (spam): Remove "-face" suffix from face name.
21905         (spam-face): New backward-compatibility alias for renamed face.
21906         (spam-face, spam-initialize): Use renamed spam face.
21907
21908         * message.el (message-header-to, message-header-cc)
21909         (message-header-subject, message-header-newsgroups)
21910         (message-header-other, message-header-name)
21911         (message-header-xheader, message-separator, message-cited-text)
21912         (message-mml): Remove "-face" suffix from face names.
21913         (message-header-to-face, message-header-cc-face)
21914         (message-header-subject-face, message-header-newsgroups-face)
21915         (message-header-other-face, message-header-name-face)
21916         (message-header-xheader-face, message-separator-face)
21917         (message-cited-text-face, message-mml-face):
21918         New backward-compatibility aliases for renamed faces.
21919         (message-font-lock-keywords): Use renamed message faces.
21920
21921         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21922         (sieve-test-commands, sieve-tagged-arguments):
21923         Remove "-face" suffix from face names.
21924         (sieve-control-commands-face, sieve-action-commands-face)
21925         (sieve-test-commands-face, sieve-tagged-arguments-face):
21926         New backward-compatibility aliases for renamed faces.
21927         (sieve-control-commands-face, sieve-action-commands-face)
21928         (sieve-test-commands-face, sieve-tagged-arguments-face):
21929         Use renamed sieve faces.
21930
21931         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21932         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21933         (gnus-group-news-3-empty, gnus-group-news-4)
21934         (gnus-group-news-4-empty, gnus-group-news-5)
21935         (gnus-group-news-5-empty, gnus-group-news-6)
21936         (gnus-group-news-6-empty, gnus-group-news-low)
21937         (gnus-group-news-low-empty, gnus-group-mail-1)
21938         (gnus-group-mail-1-empty, gnus-group-mail-2)
21939         (gnus-group-mail-2-empty, gnus-group-mail-3)
21940         (gnus-group-mail-3-empty, gnus-group-mail-low)
21941         (gnus-group-mail-low-empty, gnus-summary-selected)
21942         (gnus-summary-cancelled, gnus-summary-high-ticked)
21943         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21944         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21945         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21946         (gnus-summary-low-undownloaded)
21947         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21948         (gnus-summary-low-unread, gnus-summary-normal-unread)
21949         (gnus-summary-high-read, gnus-summary-low-read)
21950         (gnus-summary-normal-read, gnus-splash):
21951         Remove "-face" suffix from face names.
21952         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21953         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21954         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21955         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21956         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21957         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21958         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21959         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21960         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21961         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21962         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21963         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21964         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21965         (gnus-summary-normal-ticked-face)
21966         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21967         (gnus-summary-normal-ancient-face)
21968         (gnus-summary-high-undownloaded-face)
21969         (gnus-summary-low-undownloaded-face)
21970         (gnus-summary-normal-undownloaded-face)
21971         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21972         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21973         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21974         (gnus-splash-face):
21975         New backward-compatibility aliases for renamed faces.
21976         (gnus-group-startup-message): Use renamed gnus faces.
21977
21978         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21979         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21980         (gnus-server-agent): Remove "-face" suffix from face names.
21981         (gnus-server-agent-face, gnus-server-opened-face)
21982         (gnus-server-closed-face, gnus-server-denied-face)
21983         (gnus-server-offline-face):
21984         New backward-compatibility aliases for renamed faces.
21985         (gnus-server-agent-face, gnus-server-opened-face)
21986         (gnus-server-closed-face, gnus-server-denied-face)
21987         (gnus-server-offline-face): Use renamed gnus faces.
21988
21989         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21990         Remove "-face" suffix from face names.
21991         (gnus-picon-xbm-face, gnus-picon-face):
21992         New backward-compatibility aliases for renamed faces.
21993
21994         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21995         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21996         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21997         (gnus-cite-11): Remove "-face" suffix from face names.
21998         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21999         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22000         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22001         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22002         New backward-compatibility aliases for renamed faces.
22003         (gnus-cite-attribution-face, gnus-cite-face-list)
22004         (gnus-article-boring-faces): Use renamed gnus faces.
22005
22006         * gnus-art.el (gnus-signature, gnus-header-from)
22007         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22008         (gnus-header-content): Remove "-face" suffix from face names.
22009         (gnus-signature-face, gnus-header-from-face)
22010         (gnus-header-subject-face, gnus-header-newsgroups-face)
22011         (gnus-header-name-face, gnus-header-content-face):
22012         New backward-compatibility aliases for renamed faces.
22013         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22014
22015         * gnus-sum.el (gnus-summary-selected-face)
22016         (gnus-summary-highlight): Use renamed gnus faces.
22017         * gnus-group.el (gnus-group-highlight): Likewise.
22018
22019 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22020
22021         * gnus-sieve.el (gnus-sieve-article-add-rule):
22022         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22023         * spam-stat.el (spam-stat-buffer-change-to-spam)
22024         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22025
22026         * message.el (message-is-yours-p):
22027         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22028
22029 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22030
22031         * mm-view.el (mm-inline-text): Withdraw the last change.
22032
22033 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22034
22035         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22036         executing enriched-decode.
22037
22038 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22041         charset of tar files.
22042
22043 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22044
22045         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22046
22047 2005-06-04  Lute Kamstra  <lute@gnu.org>
22048
22049         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22050         information is never recorded.
22051
22052 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22053
22054         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22055
22056 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22057
22058         * pop3.el (pop3-apop): Run md5 in the binary mode.
22059
22060         * starttls.el (starttls-set-process-query-on-exit-flag):
22061         Use eval-and-compile.
22062
22063 2005-05-31  Simon Josefsson  <jas@extundo.com>
22064
22065         * smime.el (smime-replace-in-string): Define.
22066         (smime-cert-by-ldap-1): Use it.
22067
22068 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22069
22070         * gnus-art.el (article-display-x-face): Replace
22071         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22072
22073         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22074         set-process-query-on-exit-flag or process-kill-without-query.
22075
22076         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22077         loop instead of replace-regexp.
22078
22079         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22080         instead of process-kill-without-query if it is available.
22081
22082         * lpath.el: Fbind ldap-search-entries.
22083
22084         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22085         instead of find-file-hooks if it is available.
22086
22087         * mml1991.el: Bind pgg-default-user-id when compiling.
22088
22089         * mml2015.el: Bind pgg-default-user-id when compiling.
22090
22091         * nndraft.el (nndraft-request-associate-buffer):
22092         Use write-contents-functions instead of write-contents-hooks if it is
22093         available.
22094
22095         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22096         instead of find-file-hooks if it is available.
22097
22098         * nntp.el (nntp-open-connection): Replace
22099         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22100         (nntp-open-ssl-stream): Ditto.
22101         (nntp-open-tls-stream): Ditto.
22102
22103         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22104         set-process-query-on-exit-flag or process-kill-without-query.
22105         (starttls-open-stream-gnutls): Use it instead of
22106         process-kill-without-query.
22107         (starttls-open-stream): Ditto.
22108
22109 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22110
22111         * smime.el (smime-cert-by-ldap-1): Don't use
22112         replace-regexp-in-string.
22113
22114 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22115
22116         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22117
22118         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22119         in PEM format.  Adjust to the XEmacs compatibility.
22120
22121 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22122
22123         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22124         by `string-to-number'.
22125         * gnus-agent.el (gnus-agent-regenerate-group)
22126         (gnus-agent-fetch-articles): Ditto.
22127         * gnus-art.el (gnus-button-fetch-group): Ditto.
22128         * gnus-cache.el (gnus-cache-generate-active)
22129         (gnus-cache-articles-in-group): Ditto.
22130         * gnus-group.el (gnus-group-set-current-level)
22131         (gnus-group-insert-group-line): Ditto.
22132         * gnus-score.el (gnus-score-set-expunge-below)
22133         (gnus-score-set-mark-below, gnus-summary-score-effect)
22134         (gnus-summary-score-entry): Ditto.
22135         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22136         (gnus-soup-pack): Ditto.
22137         * gnus-spec.el (gnus-xmas-format): Ditto.
22138         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22139         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22140         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22141         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22142         * nndb.el (nndb-get-remote-expire-response): Ditto.
22143         * nndiary.el (nndiary-parse-schedule-value)
22144         (nndiary-string-to-number, nndiary-request-replace-article)
22145         (nndiary-request-article): Ditto.
22146         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22147         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22148         * nneething.el (nneething-make-head): Ditto.
22149         * nnfolder.el (nnfolder-request-article)
22150         (nnfolder-retrieve-headers): Ditto.
22151         * nnheader.el (nnheader-file-to-number): Ditto.
22152         * nnkiboze.el (nnkiboze-request-article): Ditto.
22153         * nnmail.el (nnmail-process-unix-mail-format)
22154         (nnmail-process-babyl-mail-format): Ditto.
22155         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22156         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22157         (nnmh-request-create-group, nnmh-request-list-1)
22158         (nnmh-request-group, nnmh-request-article): Ditto.
22159         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22160         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22161         * nnsoup.el (nnsoup-make-active): Ditto.
22162         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22163         * nntp.el (nntp-find-group-and-number)
22164         (nntp-retrieve-headers-with-xover): Ditto.
22165         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22166         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22167         (pgg-format-key-identifier): Ditto.
22168         * pop3.el (pop3-last, pop3-stat): Ditto.
22169         * qp.el (quoted-printable-decode-region): Ditto.
22170
22171         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22172         of concat.
22173
22174 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22175
22176         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22177
22178         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22179
22180         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22181
22182         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22183
22184         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22185
22186         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22187
22188         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22189         (gnus-carpal-mode): Ditto.
22190
22191         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22192         (gnus-browse-mode): Ditto.
22193
22194         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22195
22196         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22197
22198 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22199
22200         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22201
22202 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * gnus-util.el (gnus-run-mode-hooks): New function.
22205
22206         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22207
22208         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22209         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22210
22211 2005-05-27  Lute Kamstra  <lute@gnu.org>
22212
22213         * dns-mode.el (dns-mode): Specify customization group.
22214
22215 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22216
22217         * gnus-agent.el (gnus-agent-make-mode-line-string):
22218         Use mode-line-highlight as mouse-face.
22219
22220 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22221
22222         * canlock.el (canlock): Change the parent group to news.
22223
22224         * deuglify.el (gnus-outlook-deuglify): Add :group.
22225
22226         * dig.el (dig): Add :group.
22227
22228         * dns-mode.el (dns-mode): Add :group.
22229
22230         * encrypt.el (encrypt): Add :group.
22231
22232         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22233         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22234         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22235         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22236         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22237
22238         * gnus-diary.el (gnus-diary): Add :group.
22239
22240         * gnus.el (gnus-group-news-1-face): Add :group.
22241         (gnus-group-news-1-empty-face): Ditto.
22242         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22243         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22244         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22245         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22246         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22247         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22248         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22249         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22250         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22251         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22252         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22253         (gnus-summary-high-ticked-face): Ditto.
22254         (gnus-summary-low-ticked-face): Ditto.
22255         (gnus-summary-normal-ticked-face): Ditto.
22256         (gnus-summary-high-ancient-face): Ditto.
22257         (gnus-summary-low-ancient-face): Ditto.
22258         (gnus-summary-normal-ancient-face): Ditto.
22259         (gnus-summary-high-undownloaded-face): Ditto.
22260         (gnus-summary-low-undownloaded-face): Ditto.
22261         (gnus-summary-normal-undownloaded-face): Ditto.
22262         (gnus-summary-high-unread-face): Ditto.
22263         (gnus-summary-low-unread-face): Ditto.
22264         (gnus-summary-normal-unread-face): Ditto.
22265         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22266         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22267
22268         * hashcash.el (hashcash): New custom group.
22269         (hashcash-default-payment): Add :group.
22270         (hashcash-payment-alist): Ditto.
22271         (hashcash-default-accept-payment): Ditto.
22272         (hashcash-accept-resources): Ditto.
22273         (hashcash-path): Ditto.
22274         (hashcash-extra-generate-parameters): Ditto.
22275         (hashcash-double-spend-database): Ditto.
22276         (hashcash-in-news): Ditto.
22277
22278         * message.el (message-minibuffer-local-map): Add :group.
22279
22280         * netrc.el (netrc): Add :group.
22281
22282         * sieve-manage.el (sieve-manage-log): Add :group.
22283         (sieve-manage-default-user): Diito.
22284         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22285         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22286         (sieve-manage-authenticators): Ditto.
22287         (sieve-manage-authenticator-alist): Ditto.
22288         (sieve-manage-default-port): Ditto.
22289
22290         * sieve-mode.el (sieve-control-commands-face): Add :group.
22291         (sieve-action-commands-face): Ditto.
22292         (sieve-test-commands-face): Ditto.
22293         (sieve-tagged-arguments-face): Ditto.
22294
22295         * smime.el (smime): Add :group.
22296
22297         * spam-report.el (spam-report): Add :group.
22298
22299         * spam.el (spam, spam-face): Add :group.
22300
22301 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22302
22303         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22304         return \n.\n.\n at the end of articles.  Protect against that.
22305         (nntp-with-open-group): Allow debugging.
22306
22307         * nnheader.el (mail-header-set-extra): Make into a function
22308         because I just could't understand how to quote the list properly.
22309
22310         * dns.el (query-dns-cached): New function.
22311
22312 2005-05-26  Lute Kamstra  <lute@gnu.org>
22313
22314         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22315
22316 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22317
22318         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22319
22320         * gnus-art.el: Don't autoload mail-extract-address-components.
22321
22322         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22323         eval-and-compile to evaluate it.
22324
22325         * hashcash.el: Don't autoload executable-find.
22326
22327         * nndb.el: Don't declare the nndb back end two or more times; don't
22328         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22329
22330         * nntp.el: Autoload format-spec instead of format; use
22331         eval-and-compile to evaluate autoload forms.
22332
22333 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22334
22335         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22336
22337 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22338
22339         * gnus.el (gnus-version-number): Bump version.
22340
22341 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22342
22343         * gnus.el: No Gnus v0.3 is released.
22344
22345 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22346
22347         * lpath.el (featurep): Bind show-nonbreak-escape.
22348
22349 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22350
22351         * gnus-art.el (gnus-article-edit-part): Disable undo.
22352
22353 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22354
22355         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22356         gnus-article-date-lapsed-new-header is t if date timer is active;
22357         skip headers in which the original date value is empty.
22358         (gnus-article-save-original-date): Redefine it as a macro.
22359         (gnus-display-mime): Use it.
22360
22361 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22362
22363         * gnus-art.el (article-date-ut): Support converting date in
22364         forwarded parts as well.
22365         (gnus-article-save-original-date): New function.
22366         (gnus-display-mime): Use it.
22367
22368 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22369
22370         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22371         enclosure element of <item>.
22372
22373 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22374
22375         * message.el (message-kill-buffer-query): Rename from
22376         `message-kill-buffer-query-if-modified'.  Add :version.
22377
22378 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22379
22380         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22381         window layout.
22382
22383 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * mml.el: Autoload dnd when compiling.
22386
22387 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22388
22389         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22390         x-dnd-*.
22391
22392 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22393
22394         * qp.el (quoted-printable-encode-region): Save excursion.
22395
22396 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22397
22398         * message.el (message-kill-buffer-query-if-modified): Add new variable
22399         so the user can kill a modified message buffer quickly.
22400         (message-kill-buffer): Use it.
22401
22402 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * lpath.el: Fbind display-time-event-handler; don't fbind
22405         string-to-multibyte.
22406
22407         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22408
22409 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22410
22411         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22412         contained in text because xml.el decodes entities) with LFs.
22413
22414 2005-04-11  Lute Kamstra  <lute@gnu.org>
22415
22416         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22417         differently.
22418
22419 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22420
22421         * mm-util.el (mm-detect-coding-region): Typo.
22422
22423 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22426
22427 2005-04-06  Deepak Goel  <deego@gnufans.org>
22428
22429         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22430         user-function allow user modifications of the scores.
22431         (spam-stat-score-buffer-user): New function, to allow
22432         user-computed modifications to the score.
22433         (spam-stat-score-buffer-user-functions): List of additional
22434         scoring functions.
22435         (spam-stat-error-holder): Global temporary error holder.
22436         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22437         variable.
22438
22439 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22440
22441         * gnus-registry.el (gnus-registry-clean-empty-function)
22442         (gnus-registry-trim, gnus-registry-fetch-groups)
22443         (gnus-registry-delete-group): Groups that match
22444         `gnus-registry-ignored-groups' are removed from the registry
22445         entries, not just ignored for splitting.  This helps clean up the
22446         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22447         to get all the groups a message ID is in.
22448
22449         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22450         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22451         (spam-stat-score-buffer-user-functions): Add :number custom type.
22452
22453 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22454
22455         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22456         argument in XEmacs.
22457
22458         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22459         (nnrss-request-group): Decode group name first.
22460         (nnrss-request-article): Make a text/plain article if mml-to-mime
22461         failed.
22462         (nnrss-get-encoding): Return a compatible encoding according to
22463         nnrss-compatible-encoding-alist.
22464         (nnrss-find-el): Use consp instead of listp.
22465         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22466
22467 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22468
22469         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22470         which Emacs 20 doesn't support.
22471         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22472
22473 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22474
22475         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22476         silence the byte compiler inside the defun.
22477
22478         * gnus-demon.el (parse-time-string): Add autoload.
22479
22480         * gnus-delay.el (parse-time-string): Add autoload.
22481
22482         * gnus-art.el (parse-time-string): Add autoload.
22483
22484         * nnultimate.el (parse-time): Require for `parse-time-string'.
22485
22486 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22487
22488         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22489
22490         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22491
22492         * smime.el (smime-ldap-host-list): Add :version.
22493
22494 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22495
22496         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22497         pass it to `gnus-browse-read-group'.
22498         (gnus-browse-read-group): Add NUMBER argument and pass it to
22499         `gnus-group-read-ephemeral-group'.
22500
22501         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22502         argument and pass it to `gnus-group-read-group'.
22503
22504 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22505
22506         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22507         mm-xemacs-find-mime-charset-1 if we have the mule feature
22508         available at runtime.
22509
22510 2005-03-25  Werner Lemberg  <wl@gnu.org>
22511
22512         * nnmaildir.el: Replace `illegal' with `invalid'.
22513
22514 2005-03-23  Lute Kamstra  <lute@gnu.org>
22515
22516         * time-date.el: Add comment on time value formats.
22517         Don't require parse-time.
22518         (with-decoded-time-value): New macro.
22519         (encode-time-value): New function.
22520         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22521         (days-to-time): Return a valid time value when arg is huge.
22522         (time-since): Use time-subtract.
22523         (time-to-number-of-days): Use time-to-seconds.
22524
22525 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22526
22527         * gnus-start.el (gnus-display-time-event-handler):
22528         Check display-time-timer at runtime rather than only at load time
22529         in case display-time-mode is turned off in the mean time.
22530
22531 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22532
22533         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22534         used.
22535
22536         * nneething.el (nneething-map-file-directory): Derive from
22537         `gnus-directory'.
22538
22539         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22540         the To/Cc button.
22541
22542 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22543
22544         * nnmaildir.el (nnmaildir-request-accept-article):
22545         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22546
22547 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22548
22549         * gnus-async.el: Require timer-funcs at compile time when in
22550         XEmacs for `run-with-idle-timer'.
22551
22552 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22553
22554         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22555         autoloaded function.
22556
22557 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22558
22559         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22560
22561 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22562
22563         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22564
22565 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22566
22567         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22568         Add gnus-expert-user to default.
22569
22570 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22571
22572         * nnimap.el (nnimap-open-server): Ditto.
22573
22574         * imap.el (imap-authenticate): Fix typo.
22575
22576 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22577
22578         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22579         buffer (since IMAP server might return FETCH response out of
22580         order, and the nntp buffer must be sorted).
22581
22582 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22583
22584         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22585         comparison on string.
22586
22587         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22588         (gnus-agent-score): Rename category keywords to match gnus-cus.
22589         (gnus-agent-summary-fetch-series): Modify to protect against
22590         gnus-agent-summary-fetch-group clearing processable flags.
22591         (gnus-agent-synchronize-group-flags): Update live group buffer as
22592         synchronization may occur due to the user toggle the plugged
22593         status.
22594         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22595         successfully downloaded.
22596         (gnus-agent-expire-group-1): Avoid using markers when the overview
22597         is in ascending order; greatly improves performance.
22598         (gnus-agent-regenerate-group):
22599         Use gnus-agent-synchronize-group-flags to reset read status in both
22600         gnus and server.
22601         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22602
22603 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22604
22605         * message.el: Don't autoload former message-utils variables.
22606         (message-strip-subject-trailing-was): Change doc string.
22607
22608         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22609         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22610         (nnweb-google-search): Add "hl=en" here.
22611         (nnweb-google-parse-1, nnweb-google-create-mapping):
22612         Don't hardcode URL.
22613
22614 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22615
22616         * message.el (message-get-reply-headers, message-followup):
22617         Mention related variables `message-use-followup-to' and
22618         `message-use-mail-followup-to', in the information buffer.
22619
22620         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22621         of broken groups(-beta).google.com.
22622
22623 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22624
22625         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22626         parameter to invoked gnus-request-move-article; remove the
22627         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22628         all at once instead of once per article.
22629         (gnus-summary-remove-process-mark): Accept a list of articles as
22630         well as a single article for processing.
22631
22632         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22633         parameter.
22634
22635         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22636
22637         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22638
22639         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22640         parameter.
22641
22642         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22643         parameter.
22644
22645         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22646         parameter and remove the gnus-sum-hint-move-is-internal variable.
22647
22648         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22649         parameter.
22650
22651         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22652         parameter.
22653
22654         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22655         parameter.
22656
22657         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22658
22659         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22660         parameter.
22661
22662         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22663         parameter.
22664
22665 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22666
22667         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22668         a more conservative way.
22669
22670 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22671
22672         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22673         buffer, so it moves the window's cursor.
22674
22675 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22676
22677         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22678         `mm-dissect-multipart' and receive the from field as an (optional)
22679         argument from `mm-dissect-multipart'.
22680         (mm-dissect-multipart): Receive the from field as an argument and
22681         pass it on when we call `mm-dissect-buffer' on MIME parts.
22682         Fixes verification/decryption of signed/encrypted MIME parts.
22683
22684 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22685
22686         * gnus-sum.el (gnus-summary-move-article):
22687         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22688         whatever it calls (right now, only nnimap-request-move article
22689         respects it).
22690
22691         * nnimap.el (nnimap-request-move-article):
22692         When gnus-sum-hint-move-is-internal is set, don't do the extra
22693         nnimap-request-article.
22694
22695 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22696
22697         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22698
22699         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22700         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22701
22702         * gnus-sum.el (gnus-summary-caesar-message):
22703         Apply `gnus-treat-article' after rotation.
22704
22705         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22706         doc string.
22707
22708 2005-02-22  Simon Josefsson  <jas@extundo.com>
22709
22710         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22711         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22712         <arne@arnested.dk>.
22713         (encrypt): Add password-cache and password-cache-expiry as group
22714         members.
22715
22716 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22717
22718         * smime.el (smime-ldap-host-list): Doc fix.
22719         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22720         cache) password.
22721         (smime-sign-region): Use it.
22722         (smime-decrypt-region): Use it.
22723         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22724         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22725         fails.
22726         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22727         certificate from DER to PEM format rather than calling openssl.
22728
22729         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22730
22731         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22732         for signing/encryption.
22733
22734         * mml.el (mml-parse-1): Use them.
22735
22736 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22737
22738         * nnrss.el (nnrss-verbose): Remove.
22739         (nnrss-request-group): Use `nnheader-message' instead.
22740
22741 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22742
22743         * nnrss.el (nnrss-verbose): New variable.
22744         (nnrss-request-group): Make it say nnrss is requesting a group.
22745
22746 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22747
22748         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22749         Handle news URL with given port correctly.
22750
22751 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22752
22753         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22754         containing special characters.
22755
22756         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22757
22758         * mml.el (mime-to-mml): Ditto.
22759
22760         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22761         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22762         (rfc2047-decode-region): Quote decoded words containing special
22763         characters when rfc2047-quote-decoded-words-containing-tspecials
22764         is non-nil.
22765
22766 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22767
22768         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22769
22770         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22771
22772 2005-02-15  Simon Josefsson  <jas@extundo.com>
22773
22774         * nnimap.el (nnimap-debug): Doc fix.
22775
22776         * imap.el (imap-debug): Doc fix.
22777
22778 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22779
22780         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22781
22782 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22783
22784         * gnus.el (spam-contents): Improve docs for spam-contents
22785         parameter in its variable incarnation.
22786
22787 2005-02-14  Simon Josefsson  <jas@extundo.com>
22788
22789         * smime-ldap.el: Use require instead of load-library for ldap.
22790         (smime-ldap-search): Indent.
22791         (smime-ldap-search-internal): Shorten line.
22792
22793         * smime.el (smime-cert-by-dns): Add doc-string.
22794         (smime-cert-by-ldap-1): Indent.
22795
22796         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22797         mml-smime-get-dns-ldap.
22798         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22799
22800 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22801
22802         * smime.el: Require smime-ldap.
22803         (smime-ldap-host-list): New variable.
22804         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22805
22806         * mml-smime.el (mml-smime-encrypt-query): New function.
22807         (mml-smime-encrypt-query): Use it.
22808
22809         * smime-ldap.el: New file.
22810
22811 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22812
22813         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22814
22815 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22816
22817         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22818         argument in doc string.  Make query for type more clear.
22819
22820 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22821
22822         * gnus.el (gnus-group-startup-message): Search for gnus images in
22823         etc/images/gnus.
22824         * mm-util.el (mm-image-load-path): Likewise.
22825         * smiley.el (smiley-data-directory): Search for smilies in
22826         etc/images/smilies.
22827
22828 2005-02-09  Kim F. Storm  <storm@cua.dk>
22829
22830         Change Emacs release version from 21.4 to 22.1 throughout.
22831         Change Emacs development version from 21.3.50 to 22.0.50.
22832
22833 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22834
22835         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22836
22837         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22838         non-Mule XEmacs as well.
22839         (mm-decompress-buffer): Signal an error intentionally if it does
22840         not decompress compressed data because auto-compression-mode is
22841         disabled.
22842
22843 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22844
22845         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22846         an ID in the registry even if it has no groups.
22847
22848 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22849
22850         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22851         merge it into mm-decompress-buffer.
22852         (gnus-mime-copy-part): Use the MIME part charset, the value which
22853         a user specified or gnus-newsgroup-charset for decoding, like
22854         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22855         save-buffer what was used.  Suggested by Kevin Ryde
22856         <user42@zip.com.au>.
22857         (gnus-mime-inline-part): Allow the name parameter as well as the
22858         filename parameter; force decompressing of compressed data; always
22859         display contents being not decoded as unibyte.
22860
22861         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22862         as well as the filename parameter.
22863
22864         * mm-util.el (mm-decompress-buffer):
22865         Merge gnus-mime-jka-compr-maybe-uncompress.
22866         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22867         of compressed data.
22868
22869 2005-02-08  Simon Josefsson  <jas@extundo.com>
22870
22871         * imap.el (imap-log): Doc fix.
22872
22873 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22874
22875         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22876         the coding cookies; decompress compressed parts.
22877
22878         * mml.el (mml-generate-mime-1): Add the charset parameter according
22879         to the value which a user specified manually or the coding cookie.
22880
22881         * mm-util.el (mm-string-to-multibyte): New function.
22882         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22883         (mm-coding-system-to-mime-charset): New function.
22884         (mm-decompress-buffer): New function.
22885         (mm-find-buffer-file-coding-system): New function.
22886
22887         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22888         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22889         parts.
22890
22891 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22892
22893         * mm-view.el (mm-display-inline-fontify): Decode a part according
22894         to the charset parameter.
22895
22896 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22897
22898         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22899         prefix arg is neither nil nor a number, as info specifies.
22900
22901 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22902
22903         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22904         timestamps.
22905
22906 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22907
22908         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22909         groups error checking and notify user.
22910
22911 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22912
22913         * message.el (message-send-mail-function): Check existence of
22914         sendmail-program first before using default value
22915         `message-send-mail-with-sendmail'.  Otherwise use more generic
22916         `smtpmail-send-it'.
22917
22918 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22919
22920         * nntp.el (nntp-request-update-info): Always return nil.
22921
22922 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22923
22924         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22925
22926 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22927
22928         * message.el (message-beginning-of-line): Change the behavior when
22929         invoked between BOL and : so that it first moves backward.
22930
22931 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22932
22933         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22934         article buffer when editing of the article is discarded.
22935         (gnus-article-prepare): Revert.
22936
22937 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22938
22939         * gnus-art.el (gnus-article-prepare):
22940         Remove message-strip-forbidden-properties from the local hook.
22941
22942 2005-01-27  Simon Josefsson  <jas@extundo.com>
22943
22944         * password.el (password-cache-add): Only start one timer per key.
22945         Reported by Derek Atkins <warlord@MIT.EDU>.
22946
22947 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22948
22949         * run-at-time.el: Remove.  It is no longer needed as
22950         timer-funcs.el in the xemacs-base package has a working version of
22951         `run-at-time'.
22952
22953         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22954
22955         * password.el: Require timer-funcs instead of run-at-time in
22956         XEmacs.
22957         Remove `password-run-at-time' macro.
22958         (password-cache-add): Use `run-at-time' instead of
22959         `password-run-at-time'.
22960
22961         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22962         Remove `nnheader-cancel-function-timers' alias,
22963         `cancel-function-timers' exists in XEmacs in timer-funcs.
22964
22965         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22966         for `run-with-idle-timer'.
22967
22968         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22969         for `run-at-time'.
22970
22971         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22972         for `with-timeout'.
22973
22974         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22975         the same as for XEmacs 21.4.
22976         No need to ignore `run-with-idle-timer', this function exists in
22977         XEmacs now in timer-funcs.el in the xemacs-base package.
22978         (dgnushack-compile): No need to delete
22979         run-at-time.el from the list of files to compile because it
22980         doesn't exist anymore.
22981
22982 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22983
22984         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22985         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22986
22987 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22988
22989         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22990         sensitively.
22991
22992 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22993
22994         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22995
22996 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22997
22998         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22999         which will be inserted according to the multibyteness of a buffer
23000         rather than the type of contents.  Suggested by ARISAWA Akihiro
23001         <ari@mbf.ocn.ne.jp>.
23002
23003         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23004         of string which old xml.el may return rather than a string.
23005
23006 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23007
23008         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23009
23010 2005-01-16  Simon Josefsson  <jas@extundo.com>
23011
23012         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23013         idn/idna.el isn't available.
23014         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23015         <michael@waxrat.com>.
23016
23017         * hashcash.el: Remove non-FSF copyright header.
23018
23019         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23020         (hashcash-generate-payment): Use it.
23021         (hashcash-generate-payment-async): Use it.
23022
23023 2005-01-15  Simon Josefsson  <jas@extundo.com>
23024
23025         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23026         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23027
23028         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23029         gnus-summary-idna-message.
23030         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23031         (gnus-summary-idna-message): New function.
23032
23033 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23034
23035         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23036         gnus-novice-user.
23037
23038 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23039
23040         * nnrss.el (nnrss-request-delete-group): Delete entries in
23041         nnrss-group-alist as well.
23042         (nnrss-save-server-data): Insert newline.
23043
23044 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23045
23046         * gnus.el (gnus-user-agent): Use list of symbols instead of
23047         symbols.  Display full version number for (S)XEmacs.
23048         Optionally display (S)XEmacs codename.
23049
23050         * gnus-util.el (gnus-emacs-version): Update for new
23051         `gnus-user-agent'.
23052
23053         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23054         Gnus version.
23055
23056 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23057
23058         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23059         which is unreadable in some setups.
23060
23061 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * gnus-spec.el (gnus-update-format-specifications): Flush the
23064         group format spec cache if it doesn't support decoded group names.
23065
23066 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23067
23068         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23069         Allow to apply decay on score files matching a regexp.
23070
23071 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23072
23073         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23074         compatibility in %g and %c.
23075
23076 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23079         name for only %g and %c.
23080         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23081         of gnus-tmp-group to decoded group name.
23082         (gnus-group-make-rss-group): Exclude `/'s from group names.
23083
23084 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23085
23086         * nnrss.el (nnrss-get-encoding): Fix regexp.
23087
23088 2004-12-27  Simon Josefsson  <jas@extundo.com>
23089
23090         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23091         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23092         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23093
23094 2004-12-17  Kim F. Storm  <storm@cua.dk>
23095
23096         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23097
23098         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23099
23100 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23101
23102         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23103
23104 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23105
23106         * nnrss.el: Require rfc2047 and mml.
23107         (nnrss-file-coding-system): New variable.
23108         (nnrss-format-string): Redefine it as an inline function.
23109         (nnrss-decode-group-name): New function.
23110         (nnrss-string-as-multibyte): Remove.
23111         (nnrss-retrieve-headers): Decode group name; don't use
23112         nnrss-format-string.
23113         (nnrss-request-group): Decode group name.
23114         (nnrss-request-article): Decode group name; allow a Message-ID as
23115         well as an article number; don't use nnrss-format-string; encode a
23116         Message-ID string which may contain non-ASCII characters; use
23117         mml-to-mime to compose a MIME article.
23118         (nnrss-request-expire-articles): Decode group name.
23119         (nnrss-request-delete-group): Decode group name.
23120         (nnrss-fetch): Clarify error message.
23121         (nnrss-read-server-data): Use insert-file-contents instead of load;
23122         bind file-name-coding-system; use multibyte buffer.
23123         (nnrss-save-server-data): Bind coding-system-for-write to the
23124         value of nnrss-file-coding-system; bind file-name-coding-system;
23125         add coding cookie.
23126         (nnrss-read-group-data): Use insert-file-contents instead of load;
23127         bind file-name-coding-system; use multibyte buffer.
23128         (nnrss-save-group-data): Bind coding-system-for-write to the
23129         value of nnrss-file-coding-system; bind file-name-coding-system.
23130         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23131         make it work with non-ASCII text.
23132         (nnrss-find-el): Make it work with old xml.el as well.
23133
23134 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23135
23136         * nnrss.el (nnrss-get-encoding): New function.
23137         (nnrss-fetch): Use unibyte buffer initially; bind
23138         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23139         decode contents according to the encoding attribute.
23140         (nnrss-save-group-data): Add coding cookie.
23141         (nnrss-mime-encode-string): New function.
23142         (nnrss-check-group): Use it to encode subject and author.
23143
23144 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23145
23146         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23147         imaginary variable.
23148
23149 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23150
23151         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23152         correctly even if there are wide characters.
23153
23154 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23155
23156         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23157         downcased symbol names; make a new cache instead of reusing
23158         bbdb-hashtable.
23159
23160 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23161
23162         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23163         concatenating segments rather than before concatenating them.
23164         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23165
23166         * message.el (message-get-reply-headers): Bind `extra'.
23167
23168 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23169
23170         * message.el (message-extra-wide-headers): New variable.
23171         (message-get-reply-headers): Use it.
23172
23173 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23174
23175         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23176         (gnus-agent-group-pathname): Ditto.
23177
23178         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23179
23180         * gnus-group.el (gnus-group-make-group): Decode group name.
23181         (gnus-group-make-rss-group): Register the group data after opening
23182         the nnrss group.
23183
23184 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23185
23186         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23187         by expiry now get marked as read.
23188
23189 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23190
23191         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23192
23193 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23194
23195         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23196         unify Latin characters in XEmacs.
23197         (mm-find-mime-charset-region): Use it.
23198
23199 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23200
23201         * gnus-util.el (gnus-delete-directory): New function.
23202
23203         * gnus-agent.el (gnus-agent-delete-group): Use it.
23204
23205         * gnus-cache.el (gnus-cache-delete-group): Use it.
23206
23207 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23208
23209         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23210         names.
23211
23212 2004-12-16  Simon Josefsson  <jas@extundo.com>
23213
23214         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23215
23216 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23217
23218         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23219
23220         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23221         (gnus-group-set-current-level): Decode group name.
23222
23223 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23224
23225         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23226         failed.
23227
23228 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23229
23230         * gnus-group.el (gnus-group-delete-group): Decode group name.
23231         (gnus-group-make-rss-group): Encode group name.
23232         (gnus-group-catchup-current): Decode group name.
23233         (gnus-group-kill-group): Decode group name.
23234
23235 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23236
23237         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23238
23239 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23240
23241         * gnus-group.el (gnus-group-make-rss-group):
23242         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23243
23244         * gnus-start.el (gnus-setup-news): Honor user's setting to
23245         gnus-message-archive-method.  Suggested by Lute Kamstra
23246         <lute@gnu.org>.
23247
23248 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23249
23250         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23251         global counterparts of the buffer-local variables.
23252
23253 2004-11-16  Romain Francoise  <romain@orebokech.com>
23254
23255         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23256         counterparts of the buffer-local variables.
23257
23258 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23259
23260         * message.el (message-forbidden-properties): Fix typo in doc
23261         string.
23262
23263 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23264
23265         * gnus-util.el (gnus-replace-in-string): Add doc string.
23266
23267         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23268         to avoid problems when splitting mails with many recipients.
23269
23270 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23271
23272         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23273         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23274
23275 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23276
23277         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23278         if there is no hashtable in memory or file modification time is
23279         newer than cached timestamp.
23280
23281 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23282
23283         * gnus-sum.el (gnus-summary-limit-to-recipient):
23284         Implement not-matching option.
23285
23286 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23287
23288         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23289         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23290         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23291         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23292         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23293         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23294
23295 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23296
23297         * message.el (message-forward-make-body-mml): Remove headers
23298         according to message-forward-ignored-headers if a message is decoded.
23299
23300 2004-12-02  Romain Francoise  <romain@orebokech.com>
23301
23302         * message.el (message-forward-make-body-plain): Always remove
23303         headers according to message-forward-ignored-headers.
23304
23305 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23306
23307         * spam.el (spam-summary-prepare-exit): Remove the
23308         gnus-summary-limit pop for now, it has problems with ham marks for
23309         me.
23310
23311 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23312
23313         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23314         correctly.
23315
23316 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23317
23318         * format-spec.el (format-spec): Message the char.
23319
23320 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23321
23322         * gnus-art.el (gnus-split-methods): Reformat comments.
23323
23324         * spam.el (spam-summary-prepare-exit): Remove article limits
23325         before exiting the summary buffer.
23326
23327 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23328
23329         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23330         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23331
23332         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23333         order to silence the byte compiler.
23334
23335         * spam.el: Fix the way to silence the byte compiler, which
23336         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23337         bbdb-search-simple, spam-BBDB-register-routine,
23338         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23339         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23340         spam-stat-buffer-is-spam, spam-stat-load,
23341         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23342         spam-stat-save and spam-stat-split-fancy.
23343
23344 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23347         which may confuse users.
23348         (canlock-password-for-verify): Ditto.
23349
23350         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23351
23352         * gnus-art.el (gnus-emphasis-alist): Ditto.
23353
23354         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23355
23356         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23357
23358         * gnus-start.el (gnus-save-killed-list): Ditto.
23359
23360         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23361         (gnus-sum-thread-tree-root): Ditto.
23362         (gnus-sum-thread-tree-false-root): Ditto.
23363         (gnus-sum-thread-tree-single-indent): Ditto.
23364
23365         * message.el (message-courtesy-message): Ditto.
23366         (message-archive-note): Ditto.
23367         (message-subscribed-address-file): Ditto.
23368         (message-user-fqdn): Ditto.
23369
23370         * spam-report.el (spam-report-gmane-regex): Ditto.
23371
23372         * spam.el (spam-blackhole-good-server-regex): Ditto.
23373
23374 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23375
23376         * mml.el (mml-preview): Widen the message buffer before copying
23377         the contents to the preview buffer; sort headers before previewing.
23378
23379         * message.el (message-hidden-headers): Fix the way to avoid a bug
23380         in the `repeat' widget in Emacs 21.3 or earlier.
23381
23382 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * message.el (message-hidden-headers): Default to "^References:".
23385         Improve customization type.  Suggested by Reiner Steib
23386         <Reiner.Steib@gmx.de>.
23387
23388 2004-11-25  Romain Francoise  <romain@orebokech.com>
23389
23390         * message.el (message-strip-forbidden-properties): Remove check for
23391         obsolete `message-hidden' text property, hidden headers are not
23392         accessible in the buffer anymore.
23393
23394 2004-11-22  Romain Francoise  <romain@orebokech.com>
23395
23396         * message.el (message-header-format-alist): Add `From' in list
23397         so that it can be sorted.
23398         (message-fix-before-sending): Widen and sort headers before
23399         sending.
23400         (message-hide-headers): Use narrowing to hide headers by moving
23401         them to the top of the buffer and narrowing to the region
23402         underneath.
23403
23404 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23405
23406         * message.el (message-strip-forbidden-properties):
23407         Bind buffer-read-only (etc) to nil.
23408
23409 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23412         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23413
23414 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23415
23416         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23417
23418 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23419
23420         * dns.el (query-dns): Use sit-for to time instead of
23421         accept-process-output, since that doesn't seem to work on udp
23422         sockets.
23423
23424 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23425
23426         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23427
23428 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23429
23430         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23431         doc string.  Improve doc string.
23432
23433 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * nntp.el (nntp-request-update-info): Return nil if
23436         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23437         may not call gnus-activate-group which uselessly issues the GROUP
23438         commands for all nntp groups and wastes time.  Reported by Romain
23439         Francoise <romain@orebokech.com>.
23440
23441         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23442
23443 2004-11-15  Simon Josefsson  <jas@extundo.com>
23444
23445         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23446         headers separately.
23447         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23448         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23449
23450 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23451
23452         * gnus-start.el (gnus-convert-old-newsrc):
23453         Assign legacy-gnus-agent to 5.10.7.
23454
23455 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23456
23457         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23458         start of the lines.
23459
23460 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23461
23462         * hashcash.el (hashcash-default-payment): Change default to 20.
23463         (hashcash-default-accept-payment): Change default to 20.
23464         (hashcash-process-alist): New variable.
23465         (hashcash-generate-payment-async): Add.
23466         (hashcash-already-paid-p): Add.
23467         (hashcash-insert-payment): Don't generate payments twice.
23468         (hashcash-insert-payment-async): Add.
23469         (hashcash-insert-payment-async-2): Add.
23470         (hashcash-cancel-async): Add.
23471         (hashcash-wait-async): Add.
23472         (hashcash-processes-running-p): Add.
23473         (hashcash-wait-or-cancel): Add.
23474         (mail-add-payment): New optional argument.  Conditionally start
23475         asynchronous calculation.
23476         (mail-add-payment-async): Add.
23477
23478         * message.el (message-send-mail): Wait for asynchronous hashcash
23479         results.  Don't clobber existing X-Hashcash headers.
23480         (message-setup-1): Call mail-add-payment-async when
23481         message-generate-hashcash is non-nil.
23482
23483 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23484
23485         * message.el (message-use-alternative-email-as-from): Examine the
23486         From header as well; use message-make-from in order to include a
23487         user's full name.
23488
23489 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23490
23491         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23492         default; improve customization type.
23493         (gnus-emphasis-custom-with-format): New macro.
23494         (gnus-emphasis-custom-value-to-external): New function.
23495         (gnus-emphasis-custom-value-to-internal): New function.
23496
23497 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23498
23499         * dns.el (query-dns): Resolve reverse addresses.
23500
23501 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23502
23503         * gnus-group.el (gnus-group-get-new-news): Use it.
23504
23505         * gnus-start.el (gnus-check-reasonable-setup): New function.
23506
23507 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23508
23509         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23510         "Args out of range" error.  Reported by Arnaud Giersch
23511         <arnaud.giersch@free.fr>.
23512
23513 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23514
23515         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23516
23517 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23518
23519         * spam.el (spam group): Add :version.
23520
23521         * pgg-def.el (pgg group): Add :version.
23522
23523 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23524
23525         * gnus-art.el (gnus-article-edit-article): Don't associate the
23526         article buffer with a draft file.  This is a temporary measure
23527         against the 2004-08-22 change to gnus-article-edit-mode.
23528
23529 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23530
23531         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23532         (html2text-format-tags): Remove unused variable `attr'.
23533
23534 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23535
23536         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23537
23538         * tls.el (tls-process-connection-type, tls-success)
23539         (tls-certtool-program): Add :version.
23540
23541         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23542         (starttls-extra-arguments, starttls-process-connection-type)
23543         (starttls-connect, starttls-failure, starttls-success): Add :version.
23544
23545         * spam-stat.el (spam-stat): Add :version.
23546
23547         * sieve.el (sieve): Add :version.
23548
23549         * sha1.el (sha1): Add :version.
23550         (sha1-use-external): Remove redundant version.
23551
23552         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23553         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23554         (nnmail-split-fancy-match-partial-words)
23555         (nnmail-split-lowercase-expanded): Add :version.
23556
23557         * nndiary.el (nndiary): Add :version.
23558
23559         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23560
23561         * mml-sec.el (mml-default-sign-method)
23562         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23563         Add :version.
23564
23565         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23566
23567         * mm-url.el (mm-url-use-external, mm-url-program)
23568         (mm-url-arguments): Add :version.
23569
23570         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23571         (mm-attachment-file-modes, mm-decrypt-option)
23572         (mm-w3m-safe-url-regexp): Add :version.
23573
23574         * message.el (message-cite-prefix-regexp)
23575         (message-sendmail-envelope-from, message-minibuffer-local-map)
23576         (message-user-fqdn, message-completion-alist): Add :version.
23577
23578         * gnus-win.el (gnus-configure-windows-hook)
23579         (gnus-use-frames-on-any-display): Add :version.
23580
23581         * gnus-art.el (gnus-article-address-banner-alist)
23582         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23583         (gnus-treat-from-picon, gnus-treat-mail-picon)
23584         (gnus-treat-x-pgp-sig): Add :version.
23585
23586         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23587         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23588         (gnus-summary-article-delete-hook)
23589         (gnus-summary-display-while-building): Add :version.
23590
23591         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23592         (gnus-get-top-new-news-hook): Add :version.
23593
23594         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23595         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23596
23597         * gnus-registry.el (gnus-registry): Add :version.
23598
23599         * gnus-spec.el (gnus-use-correct-string-widths)
23600         (gnus-make-format-preserve-properties): Add :version.
23601
23602         * gnus.el (gnus-group-charter-alist)
23603         (gnus-group-fetch-control-use-browse-url)
23604         (gnus-install-group-spam-parameters): Add :version.
23605
23606         * gnus-diary.el (gnus-diary): Add :version.
23607
23608         * gnus-delay.el (gnus-delay): Add :version.
23609
23610         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23611         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23612         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23613         Add :version.
23614
23615         * gnus-agent.el (gnus-agent-max-fetch-size)
23616         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23617         (gnus-agent-prompt-send-queue): Add :version.
23618
23619         * deuglify.el (gnus-outlook-deuglify): Add :version.
23620
23621         * html2text.el: Beautify code.  Improve doc strings.
23622         Some checkdoc cleanup.
23623         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23624
23625 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23626
23627         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23628
23629 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23630
23631         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23632         when package is loaded.
23633
23634         * spam.el (spam-summary-score-preferred-header): Add global preference
23635         for people who want to override the default SpamAssassin over
23636         Bogofilter preference (when both are set).
23637         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23638         (spam-user-format-function-S):
23639         Check spam-summary-score-preferred-header.
23640         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23641         (spam-user-format-function-S): Format the score correctly.
23642
23643 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23644
23645         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23646         signature file.  Suggested by Manoj Srivastava
23647         <srivasta@golden-gryphon.com>.
23648
23649         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23650         iso-2022-jp even in the Japanese language environment.
23651         Suggested by Jason Rumney <jasonr@gnu.org>.
23652
23653 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23654
23655         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23656         use the same characters as the dummy marks; make it free from
23657         getting affected by the language environment.
23658         (gnus-summary-read-group-1): Update mark positions only when the
23659         format spec is updated.
23660
23661         * gnus-spec.el (gnus-update-format-specifications): Return a list
23662         of updated types.
23663
23664 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23665
23666         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23667         of boundp to check if display-warning is available.
23668
23669 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23670
23671         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23672
23673 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23674
23675         * nnspool.el (nnspool-spool-directory): Use news-path if the
23676         news-directory variable is not bound.
23677
23678         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23679         function instead of display-warning if it is not available.
23680
23681 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23682
23683         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23684         v5-10: Use `point-at-bol'.
23685
23686 2004-10-26  Simon Josefsson  <jas@extundo.com>
23687
23688         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23689         <chenggao@gmail.com>.
23690
23691 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23692
23693         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23694         instead.
23695
23696 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23697
23698         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23699         to remove a server from the nnimap-server-buffer-alist.
23700         (nnimap-open-connection, nnimap-close-server): Use it.
23701
23702         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23703
23704 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23705
23706         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23707         running the major-mode function.
23708
23709 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23710
23711         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23712         dummy marks in the right way.
23713
23714 2004-10-18  David Edmondson  <dme@dme.org>
23715
23716         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23717         excessively.
23718
23719 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23720
23721         * gnus-util.el (gnus-split-references): Accept a nil references
23722         string and go on blissfully.
23723
23724         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23725         cases where the references string is non-nil but has no references.
23726
23727         * encrypt.el: Add autoload tags.
23728
23729         * spam.el (spam-resolve-registrations-routine): Remove article
23730         from unregistration list too.  Reported by David Hanak
23731         <dhanak@isis.vanderbilt.edu>
23732
23733 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23734
23735         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23736         nil.  Change custom type.
23737
23738 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23739
23740         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23741
23742         * gnus-sum.el (gnus-summary-move-article): Use it.
23743
23744 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23745
23746         * encrypt.el: Add autoload cookies.
23747
23748         * spam.el (spam-backend-article-list-property)
23749         (spam-backend-get-article-todo-list)
23750         (spam-backend-put-article-todo-list)
23751         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23752         Resolve registrations separately.
23753         (spam-register-routine): Format comments.
23754         (spam-unregister-routine, spam-register-routine): Always call with
23755         specific-articles, no default list.
23756         (spam-summary-prepare-exit): Use the spam-classifications function.
23757
23758         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23759         gnus-encrypt.el.
23760
23761         * encrypt.el: Copied from gnus-encrypt.el.
23762
23763         * gnus-encrypt.el: Commented that it's obsolete.
23764
23765 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23766
23767         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23768         (gnus-score-save): Use it.
23769
23770         * message.el (message-bury): Use `window-dedicated-p'.
23771
23772 2004-10-15  Simon Josefsson  <jas@extundo.com>
23773
23774         * pop3.el (top-level): Don't require nnheader.
23775         (pop3-read-timeout): Add.
23776         (pop3-accept-process-output): Add.
23777         (pop3-read-response, pop3-retr): Use it.
23778
23779 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23780
23781         * spam.el (spam-register-routine): Move comment.
23782         (spam-verify-bogofilter): Use 'unknown for the initial
23783         spam-bogofilter-valid state, not 'never.
23784
23785         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23786         for netrc-machine.
23787
23788         * nnimap.el (nnimap-open-connection):
23789         Use netrc-machine-user-or-password.
23790
23791 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23792
23793         * gnus-registry.el (gnus-registry-unload-hook):
23794         Set as a variable with add-hook.
23795
23796         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23797         of news-path.
23798
23799         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23800
23801         * spam.el: Delete duplicate `provide'.
23802         (spam-unload-hook): Set as a variable with add-hook.
23803
23804 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23805
23806         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23807         in the doc string.
23808
23809         * message.el (message-ignored-news-headers)
23810         (message-ignored-supersedes-headers)
23811         (message-ignored-resent-headers)
23812         (message-forward-ignored-headers): Improve custom type.
23813
23814 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23815
23816         * message.el (message-tokenize-header): Fix 2004-09-06 change
23817         which used point-min in the wrong place.
23818
23819 2004-10-12  Simon Josefsson  <jas@extundo.com>
23820
23821         * tls.el (tls-certtool-program): New variable.
23822         (tls-certificate-information): New function, based on
23823         ssl-certificate-information.
23824
23825 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23826
23827         * compface.el: Move the version of ELisp-based uncompface program
23828         to the contrib directory because of the copyright problem.
23829
23830 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23831
23832         * message.el (message-kill-buffer): Raise the current frame.
23833
23834 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23835
23836         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23837
23838         * gnus.el (message-y-or-n-p): Autoload.
23839
23840         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23841         (pop3-password-required, pop3-authentication-scheme)
23842         (pop3-leave-mail-on-server): Make customizable.
23843         (pop3): New custom group.
23844         (pop3-retr): Remove `sleep-for' statements.
23845         Suggested by Dave Love <fx@gnu.org>.
23846
23847         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23848         Windows/DOS.
23849
23850         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23851         (imap-parse-body): Fix incorrect use of `assert'.
23852         Suggested by Dave Love <fx@gnu.org>.
23853
23854         * mml.el (mml-minibuffer-read-disposition): Require match.
23855         Suggested by Dave Love <fx@gnu.org>.
23856
23857 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23858
23859         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23860         doc string.
23861
23862 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23863
23864         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23865
23866 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23867
23868         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23869         instead of calling `mm-insert-inline', to decode text/* parts
23870         before displaying them.
23871
23872 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23873
23874         * mm-uu.el (mm-uu-text-plain-type): New variable.
23875         (mm-uu-pgp-signed-extract-1): Use it.
23876         (mm-uu-pgp-encrypted-extract-1): Use it.
23877         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23878         bind mm-uu-text-plain-type with that value.
23879         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23880         mm-uu-dissect.
23881
23882 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23883
23884         * gnus-group.el (gnus-update-group-mark-positions):
23885         * gnus-sum.el (gnus-update-summary-mark-positions):
23886         * message.el (message-check-news-body-syntax):
23887         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23888         of string-as-multibyte.
23889
23890 2004-10-05  Juri Linkov  <juri@jurta.org>
23891
23892         * gnus-group.el (gnus-update-group-mark-positions):
23893         * gnus-sum.el (gnus-update-summary-mark-positions):
23894         * message.el (message-check-news-body-syntax):
23895         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23896         8-bit unibyte values to a multibyte string for search functions.
23897
23898 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23899
23900         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23901         (mm-uu-dissect-text-parts): New function.
23902
23903         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23904         dissect text parts.
23905
23906         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23907         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23908
23909         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23910
23911         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23912         Use gnus-current-topics instead of gnus-current-topic.
23913
23914 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23915
23916         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23917
23918 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23919
23920         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23921         where appropriate.
23922
23923         * nnml.el (nnml-generate-active-info): do.
23924
23925         * nndiary.el (nndiary-generate-active-info): do.
23926
23927         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23928         (gnus-topic-move): do.
23929
23930         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23931         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23932
23933         * gnus-srvr.el (gnus-server-prepare)
23934         (gnus-server-open-all-servers): do.
23935
23936         * gnus-msg.el (gnus-summary-cancel-article)
23937         (gnus-summary-resend-message)
23938         (gnus-summary-mail-crosspost-complaint): do.
23939
23940         * gnus-move.el (gnus-change-server): do.
23941
23942         * gnus-group.el (gnus-group-unmark-all-groups)
23943         (gnus-group-set-current-level): do.
23944
23945 2004-10-04  Simon Josefsson  <jas@extundo.com>
23946
23947         * message.el (message-generate-hashcash): Doc fix.
23948
23949 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23950
23951         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23952         avoid infinite recursion via gnus-get-function.
23953
23954 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23955
23956         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23957
23958         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23959
23960         * nnmail.el (nnmail-split-history): do.
23961
23962         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23963         (nnml-request-delete-group): do.
23964
23965         * nnslashdot.el (nnslashdot-read-groups): do.
23966
23967         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23968         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23969
23970         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23971         (nnspool-sift-nov-with-sed): Use last.
23972         (nnspool-retrieve-headers-with-nov): Use mapc.
23973         (nnspool-request-newgroups): Use dolist.
23974         (nnspool-request-group): Use last.
23975
23976         * nntp.el (nntp-read-server-type): Use dolist.
23977
23978         * nnvirtual.el (nnvirtual-create-mapping)
23979         (nnvirtual-update-read-and-marked): Use dolist.
23980         (nnvirtual-convert-headers): Simplify.
23981
23982 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23983
23984         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23985         Add support for sync'ing tick marks.
23986
23987 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23988
23989         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23990         there's no visible header.
23991
23992 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23993
23994         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23995         When necessary, pass full group name to gnus-request-set-marks.
23996
23997 2004-10-01  Simon Josefsson  <jas@extundo.com>
23998
23999         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24000         acroread.
24001
24002 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24003
24004         * spam-report.el (spam-report-gmane): Fix interactive.
24005
24006         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24007
24008         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24009         when writing file.
24010         (gnus-agent-synchronize-flags): Don't default to being
24011         interactive.
24012
24013 2004-09-30  Simon Josefsson  <jas@extundo.com>
24014
24015         * message.el (message-generate-hashcash): Add.
24016         (message-send-mail): Use it, call mail-add-payment.
24017
24018 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24019
24020         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24021
24022 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24023
24024         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24025         gnus-requst-update-info with explicit code to sync the in-memory
24026         info read flags with the marks being sync'd to the backend.
24027
24028         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24029
24030 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24031
24032         * spam.el (spam-verify-bogofilter): Add new function.
24033         (spam-check-bogofilter)
24034         (spam-bogofilter-register-with-bogofilter): Use it.
24035         (spam-verify-bogofilter): Add small fixes.
24036
24037 2004-09-28  Simon Josefsson  <jas@extundo.com>
24038
24039         * hashcash.el (hashcash-generate-payment): Revert.
24040
24041 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24042
24043         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24044         Use gnus-extract-references instead of gnus-split-references.
24045
24046         * gnus-util.el (gnus-extract-references): Add new function, analogous
24047         to gnus-split-references but extracts only the message-ID without
24048         anything extra.
24049
24050         * hashcash.el (hashcash-generate-payment)
24051         (hashcash-check-payment): Do the right thing if hashcash-path is
24052         nil (because the hashcash program could not be found).
24053
24054         * spam.el (spam-use-hashcash): Remove comment.
24055
24056 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24057
24058         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24059         (gnus-cache-enter-article, gnus-cache-remove-article)
24060         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24061
24062         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24063
24064         * gnus-art.el (article-hide-boring-headers)
24065         (article-translate-strings, article-display-face)
24066         (gnus-article-mime-match-handle-first)
24067         (gnus-article-highlight-headers)
24068         (gnus-article-add-buttons-to-head): do.
24069
24070 2004-09-27  Simon Josefsson  <jas@extundo.com>
24071
24072         * hashcash.el: New version, from
24073         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24074         ../contrib/.
24075
24076 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24077
24078         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24079
24080 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24081
24082         * gnus-dup.el (gnus-dup-open): Use mapc.
24083         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24084
24085         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24086         Reported by Stefan Wiens <s.wi@gmx.net>.
24087
24088         * gnus.el (gnus-shutdown): Use dolist.
24089
24090         * gnus-undo.el (gnus-undo): Use mapc.
24091
24092         * nnrss.el (nnrss-generate-active): do.
24093
24094         * message.el (message-cite-original-without-signature)
24095         (message-cite-original): Use mapc.
24096         (message-do-actions, message-make-forward-subject): Use dolist.
24097
24098 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24099
24100         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24101         deletion to remove entire duplicate line.  Fixes merged article
24102         number bug.
24103
24104 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24105
24106         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24107         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24108         first ask if you want to open a server and then, even when you
24109         responded with no, asking if you want to synchronize the server's
24110         flags.
24111         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24112         multi-line expressions.
24113         (gnus-agent-synchronize-group-flags): New internal function.
24114         Updates marks in memory (in the info structure) AND in the
24115         backend.
24116
24117         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24118
24119         * nnagent.el (nnagent-request-set-mark):
24120         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24121         method, to ensure that synchronization updates marks in the
24122         backend and in the info (in memory) structure.
24123
24124 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24125
24126         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24127         convention fully; don't miss the root article of a thread; make
24128         the X-Draft-From header with correct article numbers.
24129
24130 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24131
24132         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24133         unless plugged.  Disable the agent so that an open failure causes
24134         an error.
24135
24136         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24137         Revert 2004-09-21 change.  The backend must be opened while
24138         synchronizing flags even when the backend stores the flags
24139         locally.
24140
24141 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24142
24143         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24144         in `header' match.  Reported by Svend Tollak Munkejord.
24145
24146         * message.el (message-cite-original): Fix use of
24147         `message-cite-articles-with-x-no-archive'.
24148
24149 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24150
24151         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24152         (gnus-window-to-buffer): Ditto.
24153
24154         * mml.el (mml-preview-buffer): New variable.
24155         (mml-preview): Manage window layout with gnus-buffer-configuration.
24156
24157         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24158         X-Draft-From header even if those articles aren't quoted.
24159
24160 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24161
24162         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24163         (gnus-request-set-mark, gnus-request-update-mark): Use new
24164         g-s-t-u-l-m to decide to use backend even when unplugged.
24165
24166 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24167
24168         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24169         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24170
24171 2004-09-20  Simon Josefsson  <jas@extundo.com>
24172
24173         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24174         "utf-16-le".
24175
24176 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24177
24178         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24179
24180 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24181
24182         * uudecode.el (uudecode-use-external): Add :version.
24183
24184         * smime.el (smime-CA-file, smime-encrypt-cipher)
24185         (smime-dns-server): Add :version.
24186
24187         * smiley.el (gnus-smiley-file-types): Add :version.
24188
24189         * sha1.el (sha1-use-external): Add :version.
24190
24191         * pgg-def.el (pgg-query-keyserver): Add :version.
24192
24193         * nnmail.el (nnmail-fancy-expiry-targets)
24194         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24195         Add :version.
24196
24197         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24198         (nnimap-retrieve-groups-asynchronous): Add :version.
24199         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24200
24201         * mml.el (mml-content-disposition-parameters)
24202         (mml-insert-mime-headers-always): Add :version.
24203
24204         * mm-util.el (mm-coding-system-priorities): Add :version.
24205
24206         * mm-decode.el (mm-inline-text-html-with-images)
24207         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24208         (mm-verify-option): Add :version.
24209         (mm-text-html-renderer): Change :version.
24210
24211         * message.el (message-fcc-externalize-attachments)
24212         (message-required-headers, message-draft-headers)
24213         (message-subject-trailing-was-query)
24214         (message-subject-trailing-was-ask-regexp)
24215         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24216         (message-mark-insert-end, message-archive-header)
24217         (message-archive-note, message-cross-post-default)
24218         (message-cross-post-note, message-followup-to-note)
24219         (message-cross-post-note-function, message-use-mail-followup-to)
24220         (message-subscribed-address-functions)
24221         (message-subscribed-address-file, message-subscribed-addresses)
24222         (message-subscribed-regexps, message-allow-no-recipients)
24223         (message-yank-cited-prefix, message-signature-insert-empty-line)
24224         (message-hidden-headers, message-hierarchical-addresses)
24225         (message-mail-user-agent, message-use-idna)
24226         (message-valid-fqdn-regexp)
24227         (message-strip-special-text-properties, message-header-synonyms)
24228         (message-beginning-of-line, message-tab-body-function): Add :version.
24229         (message-insert-canlock, message-wide-reply-confirm-recipients):
24230         Change :version.
24231
24232         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24233         and :version.
24234         (mail-source-delete-old-incoming-confirm)
24235         (mail-source-movemail-program): Add :version.
24236
24237         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24238         (gnus-agent-cache, gnus-agent): Change :version.
24239
24240         * gnus-util.el (gnus-use-byte-compile): Change :version.
24241
24242         * gnus-sum.el (gnus-summary-make-false-root-always)
24243         (gnus-summary-default-high-score)
24244         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24245         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24246         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24247         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24248         (gnus-sum-thread-tree-single-indent)
24249         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24250         (gnus-sum-thread-tree-leaf-with-other)
24251         (gnus-sum-thread-tree-single-leaf): Add :version.
24252         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24253         (gnus-article-loose-mime): Change :version.
24254
24255         * gnus-start.el (gnus-backup-startup-file)
24256         (gnus-save-startup-file-via-temp-buffer): Add :version.
24257
24258         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24259         (gnus-server-offline-face): Add :version.
24260
24261         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24262
24263         * gnus-msg.el (gnus-gcc-externalize-attachments)
24264         (gnus-debug-files, gnus-debug-exclude-variables)
24265         (gnus-discouraged-post-methods): Change :version.
24266         (gnus-confirm-mail-reply-to-news)
24267         (gnus-confirm-treat-mail-like-news): Add :version.
24268
24269         * gnus-int.el (gnus-server-unopen-status): Add :version.
24270
24271         * gnus-group.el (gnus-group-jump-to-group-prompt)
24272         (gnus-large-ephemeral-newsgroup)
24273         (gnus-fetch-old-ephemeral-headers): Add :version.
24274
24275         * gnus-fun.el (gnus-x-face-directory)
24276         (gnus-convert-pbm-to-x-face-command)
24277         (gnus-convert-image-to-x-face-command)
24278         (gnus-convert-image-to-face-command): Add :version.
24279
24280         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24281
24282         * gnus-cite.el (gnus-cite-blank-line-after-header)
24283         (gnus-article-boring-faces): Add :version.
24284
24285         * gnus-art.el (gnus-buttonized-mime-types)
24286         (gnus-inhibit-mime-unbuttonizing)
24287         (gnus-treat-display-face)
24288         (gnus-treat-body-boundary): Change :version.
24289         (gnus-body-boundary-delimiter, gnus-picon-databases)
24290         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24291         (gnus-treat-date-english, gnus-treat-fold-headers)
24292         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24293         (gnus-treat-mail-picon, gnus-treat-wash-html)
24294         (gnus-article-encrypt-protocol)
24295         (gnus-use-idna, gnus-article-over-scroll)
24296         (gnus-mime-display-multipart-alternative-as-mixed)
24297         (gnus-mime-display-multipart-related-as-mixed)
24298         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24299         (gnus-ctan-url, gnus-button-ctan-handler)
24300         (gnus-button-handle-ctan-bogus-regexp)
24301         (gnus-button-ctan-directory-regexp)
24302         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24303         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24304         (gnus-button-man-level, gnus-button-emacs-level)
24305         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24306
24307         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24308         (gnus-agent-go-online): Change :version.
24309         (gnus-agent-expire-unagentized-dirs)
24310         (gnus-agent-auto-agentize-methods): Add :version.
24311
24312         * flow-fill.el (fill-flowed-display-column)
24313         (fill-flowed-encode-column): Add :version.
24314
24315         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24316         (gnus-outlook-deuglify-unwrap-max)
24317         (gnus-outlook-deuglify-cite-marks)
24318         (gnus-outlook-deuglify-unwrap-stop-chars)
24319         (gnus-outlook-deuglify-no-wrap-chars)
24320         (gnus-outlook-deuglify-attrib-cut-regexp)
24321         (gnus-outlook-deuglify-attrib-verb-regexp)
24322         (gnus-outlook-deuglify-attrib-end-regexp)
24323         (gnus-outlook-display-hook): Add :version.
24324
24325         * binhex.el (binhex-use-external): Add :version.
24326
24327 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24328
24329         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24330         and `invisible'.
24331
24332 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24333
24334         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24335         in gnus-registry-trim.
24336
24337 2004-09-13  Simon Josefsson  <jas@extundo.com>
24338
24339         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24340
24341         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24342
24343         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24344         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24345         <yamaoka@jpl.org>.
24346         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24347         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24348         <yamaoka@jpl.org>.
24349
24350         * sieve.el (sieve-manage-mode): Ditto.
24351
24352 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24353
24354         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24355
24356 2004-09-11  Simon Josefsson  <jas@extundo.com>
24357
24358         * dns-mode.el: Add.
24359
24360         * mm-view.el (mm-display-dns-inline): Add.
24361
24362         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24363         (mm-automatic-display): Ditto.
24364
24365         * mailcap.el (mailcap-mime-data): Add text/dns.
24366         (mailcap-mime-extensions): Map .soa to text/dns.
24367
24368 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24369
24370         * gnus-art.el (article-decode-mime-words, article-babel)
24371         (gnus-article-highlight-signature, gnus-article-add-buttons)
24372         (gnus-signature-toggle): Remove unnecessary bindings of
24373         `inhibit-read-only' inherited from v5.10 merge.
24374
24375 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24376
24377         * nntp.el (nntp): New customization group.
24378         (nntp-authinfo-file): Add customization group.
24379
24380         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24381
24382         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24383
24384         * gnus.el (to-address, to-list, subscribed)
24385         (large-newsgroup-initial): Ditto.
24386
24387         * flow-fill.el (fill-flowed-display-column)
24388         (fill-flowed-encode-column): Ditto.
24389
24390 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24391
24392         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24393         Use point-min rather than 1.
24394         (message-send-mail): Use buffer-size rather than point-max.
24395
24396         * gnus-sum.el (gnus-summary-search-article-forward):
24397         Signal a specific `search-failed' rather than a generic `error'.
24398
24399         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24400         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24401         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24402
24403 2004-09-10  Simon Josefsson  <jas@extundo.com>
24404
24405         * nndb.el (require): Remove tcp and duplicate cl.
24406
24407 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24408
24409         * gnus-agent.el (directory-files-and-attributes): Move forward.
24410
24411 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24412
24413         * gnus-agent.el (directory-files-and-attributes):
24414         Optionally defined to support XEmacs.
24415
24416 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24417
24418         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24419         to avoid run-time CL dependencies.
24420         (gnus-agent-unfetch-articles): New function.
24421         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24422         article numbers even when local .overview file is missing.
24423         (gnus-agent-read-article-number): New function.  Only accepts
24424         27-bit article numbers.
24425         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24426         Use gnus-agent-read-article-number.
24427         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24428         from backend while recognizing that article numbers in .overview
24429         must be valid.
24430         (gnus-agent-update-files-total-fetched-for):
24431         Use directory-files-and-attributes to improve performance.
24432         * gnus-int.el (gnus-request-move-article):
24433         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24434         improve performance.
24435
24436         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24437         some users confused by references to .newsrc when they only have a
24438         .newsrc.eld file.
24439         (gnus-convert-mark-converter-prompt)
24440         (gnus-convert-converter-needs-prompt): Fix use of property list.
24441         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24442         New function.  Used internally to only display 'gnus converting
24443         files' message when actually necessary.
24444
24445         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24446         methods now autoloaded.
24447
24448 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24449
24450         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24451         identifiers.
24452
24453 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24454
24455         * gnus-picon.el: Fix indentation and closing parenthesis.
24456
24457 2004-09-01  Simon Josefsson  <jas@extundo.com>
24458
24459         * message.el (message-canlock-generate): Require sha1, not
24460         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24461         to require within a function.  Sadly, if sha1.el isn't loaded, the
24462         let binding in m-c-g will hide the defcustom definition, which is
24463         bad.)
24464
24465         * canlock.el: Require sha1, not sha1-el.
24466
24467         * message.el: Don't autoload sha1 (there is a autoload cookie in
24468         sha1.el).
24469
24470         * sha1-el.el: Rename to sha1.el.
24471
24472 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24473
24474         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24475
24476 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24477
24478         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24479
24480 2004-08-30  Kim F. Storm  <storm@cua.dk>
24481
24482         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24483
24484         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24485         Add :group 'nnimap.
24486
24487 2004-08-30  Andreas Schwab  <schwab@suse.de>
24488
24489         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24490         ?* and ?\;.
24491
24492         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24493         and ?\' to symbol instead of whitespace.
24494
24495 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24496
24497         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24498
24499         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24500         instead of re-search-forward.
24501
24502         * gnus-uu.el (gnus-uu-save-article): Ditto.
24503         (gnus-uu-post-encode-uuencode): Ditto.
24504
24505         * html2text.el (html2text-clean-list-items): Ditto.
24506         (html2text-clean-dtdd): Ditto.
24507         (html2text-format-tags): Ditto.
24508
24509         * message.el (message-send-mail-with-sendmail): Fix regexp.
24510         (message-fill-field-general): Use search-forward instead of
24511         re-search-forward.
24512         (unbold-region): Ditto.
24513
24514         * nnrss.el (nnrss-request-article): Ditto.
24515
24516         * nnslashdot.el (nnslashdot-request-article): Ditto.
24517
24518         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24519
24520         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24521         "Unrecognized menu descriptor" error in XEmacs.
24522
24523 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24524
24525         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24526         parent article of a sparse article in the thread hashtb.
24527
24528 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24529
24530         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24531         (nnmail-expand-newtext): Lowercase expanded entries if
24532         nnmail-split-lowercase-expanded is non-nil.
24533
24534 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24535
24536         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24537
24538         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24539         of gnus-tmp-news-method into string under XEmacs.  It will be
24540         passed to gnus-correct-length which takes only a string argument.
24541
24542 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24543
24544         * gnus-util.el (gnus-bind-print-variables): New macro.
24545         (gnus-prin1): Use it.
24546         (gnus-prin1-to-string): Use it.
24547         (gnus-pp): New function.
24548         (gnus-pp-to-string): New function.
24549
24550         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24551         Replace pp-to-string with gnus-pp-to-string.
24552         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24553         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24554         * gnus-msg.el (gnus-debug): Ditto.
24555         * gnus-score.el (gnus-score-save): Ditto.
24556         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24557         gnus-pp-to-string.
24558         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24559         with gnus-pp.
24560         * score-mode.el (gnus-score-pretty-print): Ditto.
24561         * webmail.el (webmail-debug): Ditto.
24562
24563 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24564
24565         * gnus-art.el (article-display-face, article-display-x-face):
24566         Use buffer-read-only.
24567
24568 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24569
24570         * gnus-art.el (article-hide-list-identifiers):
24571         Bind inhibit-read-only as t.
24572
24573 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24574
24575         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24576
24577 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24578
24579         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24580         (gnus-narrow-to-page): Don't assume point-min == 1.
24581         (gnus-article-edit-mode): Derive from message-mode.
24582
24583         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24584         point-min == 1.
24585
24586         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24587         Disable incorrect use of `assert'.
24588
24589         * message.el (message-mode): Set comment-start-skip.
24590
24591
24592 2004-08-22  Sam Steingold  <sds@gnu.org>
24593
24594         * pop3.el (pop3-leave-mail-on-server): New user variable.
24595         (pop3-movemail): Delete mail only when it is nil.
24596
24597 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24598
24599         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24600
24601         * mml.el (mml-preview): Use `pop-to-buffer'.
24602
24603         * message.el (message-goto-mail-followup-to): Insert after "To".
24604         (message-carefully-insert-headers): Add comment.
24605
24606         * gnus.el: Remove unused variable `gnus-article-check-size'.
24607
24608         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24609
24610         * gnus-art.el (gnus-button-alist):
24611         Improve `gnus-button-handle-library' entry.
24612
24613 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24614
24615         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24616         Use downcase, since XEmacs capitalizes error messages differently.
24617
24618 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24619
24620         * nntp.el: Add (require 'gnus) due to reference to
24621         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24622
24623 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24624
24625         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24626         Bind `mm-fill-flowed'.
24627
24628         * mm-decode.el (mm-dissect-singlepart): Check it.
24629
24630 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24631
24632         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24633         'imap' for netrc parsing.
24634
24635 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24636
24637         * mailcap.el (mailcap-mime-data): Mark as risky.
24638
24639 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24640
24641         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24642         may be included in the encoded word.
24643         (rfc2047-encode): Don't append a space if the encoded word
24644         includes close parenthesis.
24645
24646 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24647
24648         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24649         of text within parentheses.
24650
24651 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24652
24653         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24654         (gnus-encrypt-write-file-contents): Make the password key the file
24655         name PLUS the cipher, not just the cipher.  Also remove failed
24656         passwords from the cache.
24657
24658 2004-08-06  Simon Josefsson  <jas@extundo.com>
24659
24660         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24661         Doc fix.
24662
24663 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24664
24665         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24666         LWSP.
24667
24668 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24669
24670         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24671         Try to append in-reply-to: data to the references: header.
24672
24673         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24674         (netrc-parse): Use gnus-encrypt.el functions.
24675
24676         * gnus-encrypt.el: Add new file for encryption support; currently
24677         does only a few GPG ciphers and an internal XOR cipher.
24678
24679         * password.el: Add comments on using password-read-and-add.
24680         (password-read-and-add): Add function to read and add the
24681         password to the cache at once.
24682
24683 2004-07-28  Simon Josefsson  <jas@extundo.com>
24684
24685         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24686         parameter (but don't use it, for now).
24687
24688         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24689         instead of hard coding to nil.
24690
24691 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24692
24693         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24694         as mm-inline-image-xemacs does.
24695
24696 2004-07-26  Simon Josefsson  <jas@extundo.com>
24697
24698         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24699         Revert part of 2004-07-17 change below.
24700
24701 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24702
24703         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24704         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24705
24706 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24707
24708         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24709         quotes that actually start with ">" at the beginning of the
24710         lines.
24711
24712 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24713
24714         * rfc2047.el (rfc2047-encode-region): Fix last change.
24715         (rfc2047-encode-parameter): Remove useless concat.
24716
24717 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24718
24719         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24720         encode special characters; fix some kind of misconfigured headers;
24721         signal a real error if debug-on-quit or debug-on-error is non-nil.
24722         (rfc2047-encode-max-chars): New variable.
24723         (rfc2047-encode-1): Use it.
24724         (rfc2047-encode-parameter): New function.
24725
24726         * mml.el (mml-insert-parameter): Remove an excessive space.
24727
24728 2004-07-17  Simon Josefsson  <jas@extundo.com>
24729
24730         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24731         Kai Grossjohann <kai@emptydomain.de>.
24732         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24733         (gnus-group-make-menu-bar): Ditto.
24734
24735         * gnus-util.el (gnus-group-server): Add.
24736
24737 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24738
24739         * message.el (message-clone-locals): Clone sendmail and smtp
24740         variables.
24741
24742 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24743
24744         * rfc2047.el (rfc2047-encode-region): Fix last change.
24745
24746 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24747
24748         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24749         characters as non-special.
24750
24751 2004-07-09  Simon Josefsson  <jas@extundo.com>
24752
24753         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24754         Users will lose all flag changes made while unplugged with
24755         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24756         good default.  See numerous reports on ding mailing list.
24757
24758 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24759
24760         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24761         add generate-head-function and generate-article-function to the
24762         rfc822-forward entry.
24763         (nndoc-rfc822-forward-generate-article): New function.
24764         (nndoc-rfc822-forward-generate-head): New function.
24765
24766         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24767
24768 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24769
24770         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24771         respect display group parameter and gnus-summary-expunge-below.
24772         (gnus-articles-to-read): Remove unused reference to display group
24773         parameter.
24774
24775 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24776
24777         * nnheader.el (nnheader-uniquify-message-id): New experimental
24778         variable.
24779         (nnheader-nov-read-message-id): Use it.
24780
24781         * spam-report.el (spam-report-gmane): Add interactive.
24782
24783 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24784
24785         * mm-encode.el (mm-content-transfer-encoding-defaults):
24786         Use qp-or-base64 for the application/* types.
24787
24788 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24789
24790         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24791
24792 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24793
24794         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24795         trim value.
24796
24797 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24798
24799         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24800         New macro and function.
24801         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24802
24803 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24804
24805         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24806         after-load-alist.
24807
24808 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24809
24810         * gnus-group.el (gnus-group-get-new-news-this-group):
24811         Don't update info that isn't there.
24812
24813 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24814
24815         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24816         entry.
24817
24818 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24819
24820         * mm-view.el (mm-inline-render-with-function): Use multibyte
24821         buffer; decode html source by charset.
24822
24823         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24824
24825         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24826         Mule-UCS is loaded under XEmacs.
24827         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24828
24829 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24830
24831         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24832
24833 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24834
24835         * mm-util.el (mm-coding-system-p): Return a coding-system.
24836         (mm-mime-mule-charset-alist): Use shift_jis instead of
24837         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24838         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24839         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24840         instead of japanese-shift-jis and iso-latin-1 respectively in
24841         order to share the default value with both Emacs and XEmacs-mule.
24842         (mm-mule-charset-to-mime-charset):
24843         Make mm-coding-system-priorities effective.
24844         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24845         while predicating of candidates upon the priorities.
24846
24847 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24848
24849         * gnus-sum.el (gnus-summary-make-menu-bar):
24850         Add gnus-uu-invert-processable.
24851
24852         * gnus.el: Autoload gnus-uu-invert-processable.
24853
24854 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24855
24856         * mm-util.el (mm-with-multibyte-buffer): New macro.
24857
24858         * rfc2047.el (rfc2047-encode-string): Use it.
24859         (rfc2047-encode-region): Move point to the end of the region after
24860         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24861
24862 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24865         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24866
24867 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24868
24869         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24870         (gnus-cite-parse): Ignore quoted envelope From_.
24871         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24872
24873 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24874
24875         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24876         invalid addresses.
24877
24878 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24879
24880         * spam.el: Change section markers, revise TODO list.
24881         (spam-backends): Make new master list of all installed backends.
24882         (spam-summary-exit-behavior): Add new variable to determine how
24883         messages moves are done at summary exit.
24884         (spam-move-spam-nonspam-groups-only)
24885         (spam-process-ham-in-nonham-groups)
24886         (spam-process-ham-in-spam-groups): Remove variables, the
24887         spam-summary-exit-behavior variable should be used to manage this
24888         behavior.
24889         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24890         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24891         and spam-old-spam-articles.
24892         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24893         Add empty variables, placeholders for the backends they represent.
24894         (spam-set-difference): Move, unchanged.
24895         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24896         unless the user has a processor variable.
24897         (spam-classifications, spam-classification-valid-p)
24898         (spam-backend-properties, spam-backend-property-valid-p)
24899         (spam-backend-function-type-valid-p)
24900         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24901         (spam-report-articles-gmane, spam-report-articles-resend):
24902         Remove functions, they are not needed.
24903         (spam-install-backend-super, spam-backend-list)
24904         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24905         (spam-backend-function, spam-backend-ham-registration-function)
24906         (spam-backend-spam-registration-function)
24907         (spam-backend-ham-unregistration-function)
24908         (spam-backend-spam-unregistration-function)
24909         (spam-backend-statistical-p, spam-backend-mover-p)
24910         (spam-install-backend-alias, spam-install-checkonly-backend)
24911         (spam-install-mover-backend, spam-install-nocheck-backend)
24912         (spam-install-backend, spam-install-statistical-backend)
24913         (spam-install-statistical-checkonly-backend): Add backend installation
24914         support.
24915         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24916         (spam-group-processor-p): Use the new backend code and respect the
24917         summary exit behavior.
24918         (spam-mark-spam-as-expired-and-move-routine): Remove.
24919         (spam-summary-prepare): Change to use the new spam-old-articles
24920         variable.
24921         (spam-copy-or-move-routine, spam-copy-spam-routine)
24922         (spam-move-spam-routine, spam-copy-ham-routine)
24923         (spam-move-ham-routine): Add code to copy/move ham or spam.
24924         (spam-fetch-field-fast): Improve doc and code, plus allow the
24925         'number request.
24926         (spam-list-of-checks, spam-list-of-statistical-checks):
24927         Remove variables.
24928         (spam-split, spam-find-spam): Use the new backend code.
24929         (spam-registration-functions): Remove variable.
24930         (spam-unregister-routine): Add convenience wrapper.
24931         (spam-log-undo-registration, spam-register-routine)
24932         (spam-log-processing-to-registry)
24933         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24934         where possible.
24935         (spam-check-gmane-xref, spam-check-regex-headers)
24936         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24937         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24938         (spam-check-bogofilter-headers, spam-check-spamoracle)
24939         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24940         (spam-check-crm114-headers): Use the spam-split-group that
24941         spam-split prepares, no need to determine it every time.
24942
24943         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24944         to the nnheader-parse-naked-head call.
24945
24946         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24947
24948         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24949         the nnheader-nov-read-message-id call.
24950
24951 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24952
24953         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24954         gnus-activate-group twice.  Suggested by Markus Peter
24955         <warp@spin.de>.
24956
24957 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24958
24959         * gnus-art.el (gnus-article-time-format): Exchange the order of
24960         day and month in the default value; fix customization type.
24961         (article-date-ut): Use add-text-properties.
24962         (article-make-date-line): Use message-make-date instead of
24963         current-time-string.
24964
24965         * message.el (message-fetch-field): Don't use set-text-properties.
24966         (message-make-date): Simplify.
24967
24968         * messagexmas.el (message-xmas-make-date): New function.
24969         (message-xmas-redefine): Defalias message-make-date to it.
24970
24971 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24972
24973         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24974         (rfc2047-encode-region): Treat text within parentheses as special;
24975         show the original text when error has occurred.
24976
24977         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24978         already-computed method to gnus-activate-group.
24979
24980         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24981         same select-methods identical Lisp objects.
24982
24983         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24984         object when modifying the info.
24985
24986 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24987
24988         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24989         gnus-opened-servers since it has never been opened with the new
24990         configuration yet.
24991
24992 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24993
24994         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24995         arg to nnheader-generate-fake-message-id.
24996
24997 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24998
24999         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25000         number and build a fake message ID localized to a group and
25001         article number (so it's repeatable from that point on).
25002         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25003         ID format.
25004
25005         * gnus-sum.el (gnus-get-newsgroup-headers):
25006         Call nnheader-generate-fake-message-id with the article number.
25007
25008 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25009
25010         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25011         end-of-buffer.
25012
25013 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25014
25015         * message.el (message-ignored-supersedes-headers): Add Approved.
25016
25017 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25018
25019         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25020         goto-char.
25021         (rfc2047-encode): Fold the line before encoding.
25022
25023 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25024
25025         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25026         folding -- not all headers can be folded, and this should be done
25027         by the message composition mode.  Probably.  I think.
25028
25029 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25030
25031         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25032         fast.
25033
25034         * gnus-ems.el (gnus-remove-image): Don't use
25035         message-text-with-property; remove only the image found first.
25036
25037         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25038         found first.
25039
25040 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25041
25042         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25043
25044 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25045
25046         * message.el (message-text-with-property): Make it fast and accept
25047         optional arguments.
25048         (message-strip-forbidden-properties): Use it.
25049         (message-fix-before-sending): Follow the m-t-w-p change.
25050
25051         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25052
25053 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25054
25055         * gnus-art.el (article-hide-headers): Don't change the buffer
25056         mistakenly when performing mml-preview even if
25057         gnus-single-article-buffer is nil.
25058
25059 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25060
25061         * message.el (message-expand-name-databases): New user option.
25062         (message-expand-name): Use it.
25063
25064 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25065
25066         * spam.el (spam-report-articles-resend)
25067         (spam-report-resend-register-routine): Allow ham reporting.
25068         (spam-report-resend-register-ham-routine): Add wrapper.
25069         (spam-registration-functions): Add ham resending functions.
25070         (spam-list-of-processors): Add ham resend processor.
25071
25072         * gnus.el (ham-resend-to): Add new group parameter.
25073         (spam-process): Add ham resend option.
25074
25075         * spam-report.el (spam-report-resend): Allow reporting ham.
25076         (spam-report-resend-ham): Add wrapper.
25077
25078 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25079
25080         * message.el (message-cite-articles-with-x-no-archive):
25081         New variable.
25082         (message-cite-original): Use it.
25083
25084 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25085
25086         * message.el (message-cite-original): Respect X-No-Archive.
25087
25088 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25089
25090         * gnus-art.el (article-hide-headers): Refer to the values for
25091         gnus-ignored-headers and gnus-visible-headers in the summary
25092         buffer since a user may have set them as group parameters.
25093
25094 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25095
25096         * assistant.el (assistant-node-name): Add convenience function.
25097         (assistant-render-text, assistant-render-node): Add error handling,
25098         plus handle multiple next nodes.
25099         (assistant-find-next-node): Comment out for now.
25100         (assistant-find-next-nodes): Add function, returns list of next
25101         nodes.
25102
25103 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25104
25105         * mail-source.el (mail-source-directory): Fix doc-string.
25106
25107 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25108
25109         * assistant.el (assistant-render-text, assistant-eval): Add :set
25110         widget type, which is different because it takes and returns a
25111         list.  Much hilarity ensues.
25112
25113 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25114
25115         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25116
25117         * gnus-group.el (gnus-group-get-new-news-this-group):
25118         Add doc-string.
25119
25120         * gnus-start.el (gnus-activate-group): Add doc-string.
25121
25122 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25125
25126 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25127
25128         * assistant.el (assistant-render-text): Try to add a :set
25129         widget, more to come.
25130
25131         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25132         strings.
25133         (spam-report-articles-resend)
25134         (spam-register-routine): Do registration iff any articles warrant
25135         it.
25136         (spam-summary-prepare-exit): Change log message for nil group
25137         destinations.
25138
25139 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25140
25141         * spam.el (spam-report-resend-register-routine):
25142         Allow spam-report-resend-to to be a group parameter or a global value.
25143
25144 2004-05-26  Simon Josefsson  <jas@extundo.com>
25145
25146         * starttls.el: Merge with my GNUTLS based starttls.el.
25147         (starttls-gnutls-program, starttls-use-gnutls)
25148         (starttls-extra-arguments, starttls-process-connection-type)
25149         (starttls-connect, starttls-failure, starttls-success):
25150         New variables.
25151         (starttls-program, starttls-extra-args): Doc fix.
25152         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25153         New functions.
25154         (starttls-negotiate, starttls-open-stream):
25155         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25156         function if it is set.
25157
25158 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25159
25160         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25161         structured fields.
25162
25163 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25164
25165         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25166
25167 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25168
25169         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25170         Add variable.
25171         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25172         assigning the spam-mark to new messages.
25173
25174 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25175
25176         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25177
25178 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25179
25180         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25181
25182         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25183         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25184         default.
25185
25186 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25187
25188         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25189         correct data.
25190
25191 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25192
25193         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25194         (spam-group-processor-p): Fix function.
25195         (spam-group-processor-multiple-p)
25196         (spam-group-spam-processor-report-gmane-p)
25197         (spam-group-spam-processor-report-resend-p)
25198         (spam-group-spam-processor-bogofilter-p)
25199         (spam-group-spam-processor-blacklist-p)
25200         (spam-group-spam-processor-ifile-p)
25201         (spam-group-ham-processor-ifile-p)
25202         (spam-group-spam-processor-spamoracle-p)
25203         (spam-group-spam-processor-crm114-p)
25204         (spam-group-ham-processor-bogofilter-p)
25205         (spam-group-spam-processor-stat-p)
25206         (spam-group-ham-processor-stat-p)
25207         (spam-group-ham-processor-whitelist-p)
25208         (spam-group-ham-processor-BBDB-p)
25209         (spam-group-ham-processor-spamoracle-p)
25210         (spam-group-ham-processor-copy-p): Remove functions with some
25211         prejudice against unneeded code.
25212         (spam-report-articles-resend)
25213         (spam-report-resend-register-routine): Allow the group/topic
25214         spam-resend-to value to override spam-report-resend-to.
25215         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25216         properly now.
25217
25218         * gnus.el (spam-resend-to): Add group/topic parameter.
25219         (spam-process): Move the OBSOLETE processors to the end of the
25220         choices.
25221
25222 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25223
25224         * spam-report.el (spam-report-resend-to, spam-report-resend):
25225         Start with resend-to set to nil, and then ask the user if necessary.
25226         (spam-report-resend): spam-report-resend takes a list of articles, not
25227         separate article numbers.
25228
25229 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25230
25231         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25232         addition to emacs-w3m.
25233
25234 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25235
25236         * assistant.el (assistant-authinfo-data): New function.
25237         (assistant-eval): Eval for entire assistant.
25238
25239         * netrc.el (netrc-services-file): New variable.
25240         (netrc-parse-services): New function.
25241         (netrc-find-service-name): New function.
25242         (netrc-find-service-number): New function.
25243         (netrc-port-equal): New function.
25244         (netrc-machine): Use it.
25245
25246         * nnimap.el (nnimap-open-connection): Use netrc.
25247
25248         * gnus-util.el (gnus-netrc-get): Remove aliases.
25249
25250         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25251
25252         * assistant.el (wid-edit): Fix compilation.
25253
25254         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25255
25256 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25257
25258         * gnus-util.el (gnus-set-file-modes): New function.  (small
25259         patch).
25260
25261 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25262
25263         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25264
25265         * assistant.el (assistant-render-node): Fix up rendering and
25266         read-only text.
25267         (assistant-render-node): Reset.
25268         (assistant-make-read-only): Not sticky.
25269
25270 2004-05-20  Danny Siu  <dsiu@adobe.com>
25271
25272         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25273         centered even when gnus-auto-center-summary is t.
25274
25275 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25276
25277         * dns.el (dns-get-txt-answer): New function.
25278         (dns-read-txt): Ditto.
25279         (query-dns): Use it.
25280
25281 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25282
25283         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25284         active for foreign groups even if the group level is higher than
25285         the specified value.
25286
25287 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25288
25289         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25290         non-active groups.
25291
25292         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25293
25294 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25295
25296         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25297
25298 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25299
25300         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25301         (spam-crm114-header, spam-crm114-spam-switch)
25302         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25303         (spam-crm114-positive-spam-header)
25304         (spam-crm114-database-directory, spam-list-of-processors)
25305         (spam-group-spam-processor-crm114-p)
25306         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25307         (spam-generic-score, spam-list-of-checks)
25308         (spam-list-of-statistical-checks, spam-registration-functions)
25309         (spam-check-crm114-headers, spam-crm114-score)
25310         (spam-check-crm114, spam-crm114-register-with-crm114)
25311         (spam-crm114-register-spam-routine)
25312         (spam-crm114-unregister-spam-routine)
25313         (spam-crm114-register-ham-routine)
25314         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25315
25316 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25317
25318         * gnus.el: Add spam-use-crm114.
25319
25320         * spam.el (spam-list-of-processors, spam-registration-functions):
25321         Add spam-use-resend.
25322         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25323         (spam-report-articles-gmane): Add doc fix.
25324         (spam-report-articles-resend, spam-report-resend-register-routine):
25325         Add wrappers around spam-report-resend-to.
25326
25327         * spam-report.el (spam-report-resend-to, spam-report-resend):
25328         Add support for resending spam.
25329         (spam-report-gmane): Fix line length >80.
25330
25331         * gnus.el (spam-process): Add spam-use-resend.
25332
25333 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25334
25335         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25336         number of processed spam messages.
25337         (spam-ham-copy-or-move-routine): Return the number of processed
25338         ham messages.
25339         (spam-summary-prepare-exit): Use the above values to decide
25340         whether status messages shouled be displayed.
25341
25342 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25343
25344         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25345         `rfc2047-encoding-function-alist' in order to avoid conflicting
25346         with the old version.
25347         (rfc2047-encode-region): Concatenate words containing non-ASCII
25348         characters in structured fields; don't encode space-delimited
25349         ASCII words even in unstructured fields; don't break words at
25350         char-category boundaries.
25351         (rfc2047-encode-1): New function.
25352         (rfc2047-encode): Use it; encode text so that it occupies the
25353         maximum width within 76-column; work correctly on Q encoding for
25354         iso-2022-* charsets.
25355         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25356         sure not to break a line just after the header name.
25357         (rfc2047-b-encode-region): Remove.
25358         (rfc2047-b-encode-string): New function.
25359         (rfc2047-q-encode-region): Remove.
25360         (rfc2047-q-encode-string): New function.
25361
25362         * mm-util.el (mm-replace-in-string): New function.
25363
25364 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25365
25366         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25367         Really get it right.
25368         (gnus-inews-make-draft): Really.
25369
25370 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25371
25372         * nnmh.el (nnmh-request-list-1): Don't check the link count
25373         before descending.  (small patch)
25374
25375 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25376
25377         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25378         stuff.
25379
25380         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25381         Match on real group name.
25382
25383         * gnus-art.el (gnus-signature-limit): Doc fix.
25384
25385         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25386
25387         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25388
25389 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25390
25391         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25392         isn't a string.
25393
25394 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25395
25396         * gnus-draft.el (gnus-draft-send):
25397         Bind rfc2047-encode-encoded-words.
25398
25399         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25400         (rfc2047-encodable-p): Say that =? needs encoding.
25401         (rfc2047-encode-encoded-words): New variable.
25402
25403         * gnus-group.el (gnus-group-select-group): Doc fix.
25404
25405         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25406
25407         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25408         to nil.
25409
25410         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25411
25412         * nnheader.el (nnheader-get-lines-and-char): New function.
25413
25414 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25415
25416         * gnus-msg.el (gnus-summary-followup-with-original):
25417         Document yanking of region when active.
25418
25419 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25420
25421         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25422         groups if the group level is higher than the specified value.
25423
25424 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25425
25426         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25427         (gnus-group-jump-to-group): Add prefix argument using
25428         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25429         non-active group.
25430
25431         * compface.el (uncompface): Be verbose when changing
25432         `uncompface-use-external'.
25433
25434         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25435         handle manual section.
25436
25437 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25438
25439         * gnus-art.el (gnus-button-alist): Revert previous change.
25440
25441 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25442
25443         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25444
25445 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25446
25447         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25448         whether backend can accept message.
25449
25450         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25451
25452 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25453
25454         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25455         Avoid creating directory when nntp-marks-is-evil is true.
25456         Reported by Reiner Steib.
25457
25458 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25459
25460         * gnus-picon.el (gnus-picon-insert-glyph):
25461         Add optional `nostring' argument.
25462
25463 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25464
25465         * gnus-picon.el (gnus-picon-style): New variable.
25466         (gnus-picon-transform-address): Support `gnus-picon-style'.
25467
25468 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25469
25470         * message.el (message-fill-field): Return point.
25471         (message-generate-headers): Go to end of field.
25472
25473         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25474         stuff for non-living groups.
25475
25476 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25477
25478         * gnus-art.el (gnus-article-followup-with-original)
25479         (gnus-article-reply-with-original): gnus-mark-active-p ->
25480         gnus-region-active-p.
25481
25482 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25483
25484         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25485         only when there is spam or ham to be processed.
25486
25487 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25488
25489         * mail-source.el (mail-source-delete-crash-box): Refactor.
25490         (mail-source-fetch): Use it.
25491         (mail-source-fetch-file): Ditto.
25492         (mail-source-fetch-directory): Run postscript in loop.
25493         (mail-source-fetch-pop): Delete.
25494         (mail-source-fetch-maildir): Ditto.
25495         (mail-source-fetch-imap): Ditto.
25496
25497         * imap.el (imap-authenticators): Comment out sasl.
25498
25499         * message.el (message-skip-to-next-address): New function.
25500         (message-fill-header-address): Refactor.
25501         (message-fill-address): Use it.
25502         (message-delete-address): Use it.
25503         (message-fill-header-general): Refactor.
25504         (message-fill-field-address): Rename.
25505         (message-narrow-to-field): Find the start of the header.
25506         (message-header-format-alist): Don't pre-fill.
25507         (message-fill-header): Remove.
25508         (message-insert-header): New function.
25509         (message-shorten-references): Use it.
25510
25511         * rfc2047.el (rfc2047-field-value): Strip props.
25512
25513         * mail-parse.el (mail-header-make-address): New alias.
25514
25515         * ietf-drums.el (ietf-drums-make-address): New function.
25516
25517         * imap.el: Add compiler directives.
25518
25519         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25520
25521         * gnus-art.el (article-decode-idna-rhs): Don't use
25522         message-idna-inside-rhs-p.
25523
25524 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25525
25526         * message.el (message-idna-inside-rhs-p): Remove.
25527         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25528
25529         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25530         false positives.
25531
25532 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25533
25534         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25535
25536 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25537
25538         * nneething.el (nneething-file-name): Don't create spurious
25539         files.
25540
25541         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25542         (gnus-inews-do-gcc): Remove sleep.
25543
25544         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25545         part under point.
25546
25547         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25548         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25549
25550 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25551
25552         * spam.el (spam-summary-prepare-exit): Fix (length).
25553
25554 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25555
25556         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25557         as expired without moving it" message when there are spam
25558         messages left.
25559
25560 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25561
25562         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25563         header is not nil.
25564
25565 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25566
25567         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25568         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25569         (nntp-marks-changed-p): New arg SERVER.
25570         (nntp-request-update-info): Adjust caller.
25571
25572 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25573
25574         * nntp.el (nntp-save-marks): Pass missing arg.
25575
25576 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25577
25578         * nntp.el: Support marks.
25579         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25580         (nntp-marks-modtime, nntp-marks-directory): New variables.
25581         (nntp-request-set-mark, nntp-request-update-info)
25582         (nntp-possibly-create-directory, nntp-marks-changed-p)
25583         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25584         New functions.
25585
25586 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25587
25588         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25589         (gnus-xmas-redefine): Rename.
25590
25591         * gnus-score.el (gnus-score-insert-help):
25592         Use gnus-select-lowest-window.
25593
25594         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25595         appt-select-lowest-window and rename to gnus-select-lowest-window.
25596
25597         * gnus.el: do.
25598
25599 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25600
25601         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25602         encodings of MIME-encoded words, in order to improve
25603         interoperability with several broken MUAs.
25604
25605 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25606
25607         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25608         tags, only when charsets are not specified in headers.
25609         (mm-inline-text-html-render-with-w3m): Ditto.
25610
25611         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25612         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25613
25614 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25615
25616         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25617         instead of MIME-decoded from fields when checking
25618         `gnus-article-address-banner-alist'.
25619
25620 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25621
25622         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25623         description rather than subject.
25624
25625 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25626
25627         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25628
25629 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25630
25631         * gnus.el (gnus-version-number): Bump.
25632
25633 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25634
25635         * gnus.el: No Gnus v0.2 is released.
25636
25637 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25638
25639         * gnus-agent.el (gnus-agent-read-agentview):
25640         Inline gnus-uncompress-range.
25641
25642 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25643
25644         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25645         `exec-installed-p'.
25646
25647 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25648
25649         * gnus.el (spam-process, spam-autodetect-methods):
25650         Add bsfilter and bsfilter-headers.
25651
25652         * spam.el (spam-bsfilter): New customize group.
25653         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25654         (spam-bsfilter-header, spam-bsfilter-probability-header)
25655         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25656         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25657         (spam-bsfilter-database-directory): New options.
25658         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25659         (spam-list-of-statistical-checks, spam-registration-functions):
25660         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25661         (spam-bsfilter-score): New command.
25662         (spam-check-bsfilter-headers, spam-check-bsfilter)
25663         (spam-bsfilter-register-with-bsfilter)
25664         (spam-bsfilter-register-spam-routine)
25665         (spam-bsfilter-unregister-spam-routine)
25666         (spam-bsfilter-register-ham-routine)
25667         (spam-bsfilter-unregister-ham-routine): New functions.
25668         (spam-generic-score): Support bsfilter; Accept an optional argument
25669         to recalcurate spam score even if scoring header has already been
25670         added.
25671         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25672         optional argument to recalcurate spam score even if scoring header
25673         has already been added.
25674
25675 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25676
25677         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25678         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25679         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25680         link is missing.
25681
25682 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25683
25684         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25685         (html2text-get-attr): Rewrite.
25686
25687         * message.el (message-setup-1): Remove redundant put-text-property
25688         on mail-header-separator.
25689
25690 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25691
25692         * gnus-registry.el (gnus-registry-cache-whitespace)
25693         (gnus-registry-action, gnus-registry-spool-action)
25694         (gnus-registry-split-fancy-with-parent): Change message levels
25695         from 5 to 3 or 7, as needed.
25696
25697         * spam.el (spam-summary-prepare-exit)
25698         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25699         (spam-split, spam-find-spam, spam-log-undo-registration)
25700         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25701         level from 5 to 6.
25702
25703 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25704
25705         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25706         2004-03-04 change).
25707
25708 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25709
25710         * sieve-manage.el (sieve-manage-open):
25711         * nnweb.el (nnweb-insert-html):
25712         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25713         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25714         * nnspool.el (nnspool-request-group):
25715         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25716         * nnml.el (nnml-request-update-info):
25717         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25718         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25719         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25720         (nnimap-request-set-mark):
25721         * nnfolder.el (nnfolder-request-update-info):
25722         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25723         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25724         * gnus-uu.el (gnus-uu-find-articles-matching):
25725         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25726         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25727         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25728         * gnus-nocem.el (gnus-nocem-scan-groups):
25729         * gnus-int.el (gnus-start-news-server):
25730         * gnus-group.el (gnus-group-make-kiboze-group)
25731         (gnus-group-browse-foreign-server):
25732         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25733         Use mapc when appropriate.
25734
25735 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25736             Adam Sjøgren  <asjo@koldfront.dk>
25737             Wes Hardaker  <wes@hardakers.net>
25738             Michael Shields  <shields@msrl.com>
25739
25740         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25741         may need for spam sorting and scoring.
25742         (spam-user-format-function-S): Add user format function suitable for
25743         general use.
25744         (spam-article-sort-by-spam-status): Add sorting function for summary
25745         sorting.
25746         (spam-extra-header-to-number): Add function to get a score from a
25747         header.
25748         (spam-summary-score): Add function to get a numeric score from the
25749         headers.
25750         (spam-generic-score): Fix function doc, was in wrong place.
25751         (spam-initialize): Take symbols when it's run, and install the
25752         extra headers that spam-necessary-extra-headers thinks we need.
25753
25754 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25755
25756         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25757         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25758
25759 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25760
25761         * gnus-sum.el (gnus-set-global-variables)
25762         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25763         (gnus-article-get-xrefs, gnus-summary-best-group)
25764         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25765         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25766         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25767         Use with-current-buffer.
25768
25769 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25770
25771         * spam.el (spam-summary-prepare-exit): Simplify logic.
25772         (spam-fetch-article-header): Read the article header if it's not
25773         available.
25774         (spam-list-articles): Simplify logic.
25775         (spam-filelist-register-routine): Fix bug with unregister-list.
25776
25777         * gnus-registry.el: Fix comments at beginning.
25778
25779 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25780
25781         * message.el (message-cater-to-broken-inn): Remove.
25782         (message-shorten-references): Make sure the total folded length of
25783         References is shorter than 998 characters to cater to a bug in INN
25784         2.3.  Also, don't pretend that references aren't folded -- this
25785         hasn't worked for a while.
25786
25787 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25788
25789         * gnus-agent.el (gnus-agentize):
25790         gnus-agent-send-mail-real-function no longer set to current value
25791         of message-send-mail-function but rather a lambda that calls
25792         message-send-mail-function.  The change makes the agent real-time
25793         responsive to user changes to message-send-mail-function.
25794
25795 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25796
25797         * legacy-gnus-agent.el
25798         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25799         help from Florian Weimer <fw@deneb.enyo.de>
25800
25801 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25802
25803         * nnmail.el (nnmail-cache-insert): Revert last change.
25804
25805 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25806
25807         * nnmail.el (nnmail-cache-insert): Always check whether
25808         nnmail-cache-ignore-groups matches a group name.
25809
25810 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25811
25812         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25813         (spam-find-spam, spam-log-processing-to-registry)
25814         (spam-log-registered-p, spam-log-unregistration-needed-p)
25815         (spam-log-undo-registration): Use gnus-message instead of
25816         gnus-error, none of these errors are fatal.
25817
25818         * gnus-registry.el (gnus-registry-clean-empty-function)
25819         (gnus-registry-clean-empty): Remove only empty entries without
25820         extra data.
25821
25822 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25823
25824         * spam-stat.el (spam-stat-buffer-change-to-spam)
25825         (spam-stat-buffer-change-to-non-spam): Change (error) to
25826         (gnus-message 8) invocation.
25827
25828 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25829
25830         * nntp.el (nntp-via-netcat-command): New variable.
25831         (nntp-via-netcat-switches): New variable.
25832         (nntp-open-via-rlogin-and-netcat): New function.
25833         (nntp-open-connection-function): Doc fix.
25834         (nntp-telnet-command): Doc fix.
25835         (nntp-end-of-line): Doc fix.
25836         (nntp-via-rlogin-command): Doc fix.
25837         (nntp-via-user-name): Doc fix.
25838         (nntp-via-address): Doc fix.
25839
25840 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25841
25842         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25843         error in Emacs 21.1.
25844
25845 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25846
25847         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25848
25849 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25850
25851         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25852         (gnus-agent-with-refreshed-group): New macro.
25853         (gnus-agent-rename-group): New function.
25854         (gnus-agent-delete-group): New function.
25855         (gnus-agent-save-group-info): Use gnus-command-method when
25856         `method' parameter is nil.  Don't write nil entries into the
25857         active file.
25858         (gnus-agent-get-group-info): New function.
25859         (gnus-agent-fetch-articles):
25860         Use gnus-agent-update-files-total-fetched-for to increment disk space
25861         used.
25862         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25863         Use gnus-agent-update-view-total-fetched-for to increment disk space
25864         used.
25865         (gnus-agent-get-local): Add optional parameters to avoid calling
25866         gnus-group-real-name and gnus-find-method-for-group.
25867         (gnus-agent-set-local): Delete stored entry if either min, or max,
25868         are nil.
25869         (gnus-agent-fetch-session): Reworded error/quit messages.
25870         On quit, use gnus-agent-regenerate-group to record existance of any
25871         articles fetched to disk before the quit occurred.
25872         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25873         gnus-agent-update-view-total-fetched-for, and
25874         gnus-agent-update-files-total-fetched-for to decrement disk space
25875         used.
25876         (gnus-agent-retrieve-headers):
25877         Use gnus-agent-update-view-total-fetched-for to increment disk space
25878         used.
25879         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25880         with gnus-agent-update-files-total-fetched-for to decrement disk
25881         space and fresh group buffer.
25882         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25883         (gnus-agent-need-update-total-fetched-for): New variable.
25884         (gnus-agent-update-files-total-fetched-for): New function.
25885         (gnus-agent-update-view-total-fetched-for): New function.
25886         (gnus-agent-total-fetched-for): New function.
25887
25888         * gnus-cache.el (gnus-cache-save-buffers):
25889         Use gnus-cache-update-overview-total-fetched-for to change disk space
25890         used by this group.
25891         (gnus-cache-possibly-enter-article):
25892         Use gnus-cache-update-file-total-fetched-for to increment disk space
25893         used by this group.
25894         (gnus-cache-possibly-remove-article):
25895         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25896         used by this group.
25897         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25898         (gnus-cache-rename-group): New function.
25899         (gnus-cache-delete-group): New function.
25900         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25901         (gnus-cache-need-update-total-fetched-for): New variable.
25902         (gnus-cache-with-refreshed-group): New macro.
25903         (gnus-cache-update-file-total-fetched-for): New function.
25904         (gnus-cache-update-overview-total-fetched-for): New function.
25905         (gnus-cache-rename-group-total-fetched-for): New function.
25906         (gnus-cache-delete-group-total-fetched-for): New function.
25907         (gnus-cache-total-fetched-for): New function.
25908
25909         * gnus-group.el: Require gnus-sum and autoload functions to
25910         resolve warnings when gnus-group.el compiled alone.
25911         (gnus-group-line-format): Documented new %F.
25912         (size of Fetched data) group line format; identifies disk space
25913         used by agent and cache.
25914         (gnus-group-line-format-alist): Defined new F format.
25915         (gnus-total-fetched-for): New function.
25916         (gnus-group-delete-group): No longer update
25917         gnus-cache-active-altered as gnus-request-delete-group now keeps
25918         the cache in sync.
25919         (gnus-group-list-active): Let the agent store a server's active
25920         list if currently plugged.
25921
25922         * gnus-int.el (gnus-request-delete-group):
25923         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25924         local disk in sync with the server.
25925         (gnus-request-rename-group):
25926         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25927         local disk in sync with the server.
25928
25929         * gnus-start.el (gnus-get-unread-articles):
25930         Cosmetic simplification to logic.
25931
25932         * gnus-util.el (gnus-rename-file): New function.
25933
25934 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25935
25936         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25937
25938 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25939
25940         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25941         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25942
25943 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25944
25945         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25946         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25947
25948 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25949
25950         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25951
25952 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25953
25954         * spam.el (spam-set-difference): Add function to replace
25955         gnus-set-difference in spam.el.
25956         (spam-summary-prepare-exit): Use spam-set-difference.
25957
25958 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25959
25960         * gnus-registry.el (gnus-registry-cache-file): Update to use
25961         gnus-dribble-directory OR gnus-home-directory OR ~.
25962         (gnus-registry-split-fancy-with-parent): Fix doc.
25963
25964 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25965
25966         * message.el (message-exchange-point-and-mark):
25967         Use message-mark-active-p.  Suggested by Jesper Harder
25968         <harder@ifa.au.dk>.
25969
25970 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25971
25972         * message.el (message-exchange-point-and-mark): Don't activate
25973         region if it was inactive.  Suggested by Hiroshi Fujishima
25974         <pooh@nature.tsukuba.ac.jp>.
25975
25976 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25977
25978         * gnus-art.el (article-display-face): Display Faces in the same
25979         order as X-Faces.
25980
25981 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25982
25983         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25984
25985 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25986
25987         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25988         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25989         (gnus-article-mime-hierarchy): Remove.
25990         (gnus-article-mime-hierarchy-next): Remove.
25991         (gnus-article-mode): Revert 2004-03-19 change.
25992         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25993         (gnus-insert-mime-button): Revert 2004-03-19 change.
25994         (gnus-mime-accumulate-hierarchy): Remove.
25995         (gnus-mime-enter-multipart): Remove.
25996         (gnus-mime-leave-multipart): Remove.
25997         (gnus-mime-display-part): Revert 2004-03-19 change.
25998         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25999
26000         * mml.el (mml-preview): Revert 2004-03-19 change.
26001
26002 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26003
26004         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26005
26006 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26007
26008         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26009         t while entering a file name using the mm-with-multibyte macro.
26010         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26011
26012         * mm-util.el (mm-with-multibyte): New macro.
26013
26014 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26015
26016         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26017         New user option.
26018         (gnus-mime-multipart-functions): Doc and customization fix.
26019         (gnus-article-mime-hierarchy): New variable.
26020         (gnus-article-mime-hierarchy-next): New variable.
26021         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26022         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26023         gnus-article-mime-hierarchy-next to nil.
26024         (gnus-insert-mime-button): Show hierarchy numbers.
26025         (gnus-mime-accumulate-hierarchy): New function.
26026         (gnus-mime-enter-multipart): New function.
26027         (gnus-mime-leave-multipart): New function.
26028         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26029         (gnus-mime-display-alternative): Show hierarchy numbers.
26030
26031         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26032         gnus-article-mime-hierarchy-next to nil.
26033
26034 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26035
26036         * dns.el: Don't require gnus-xmas.
26037
26038 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26039
26040         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26041         inline PGP.
26042         (mml-menu): Disable mml-quote-region if mark is inactive.
26043
26044 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26045
26046         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26047         when the group's active is not available.
26048
26049 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26050
26051         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26052         error.
26053
26054 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26055
26056         * imap.el (imap-store-password): New variable.
26057         (imap-interactive-login): Use it.
26058         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26059
26060 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26061
26062         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26063         window-start and hscroll to summary window.
26064
26065 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26066
26067         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26068         conversion message to newsrc-dribble when an actual conversion is
26069         performed.
26070
26071 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26072
26073         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26074
26075 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26076
26077         * mm-decode.el (mm-complicated-handles): New function reviving
26078         former definition of mm-multiple-handles.
26079
26080         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26081         (gnus-mime-delete-part): Use it.
26082
26083 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26084
26085         * gnus-agent.el (gnus-agent-read-local):
26086         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26087         avoid the implicit assumption that they will always be equal.
26088         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26089         coding-system-for-write, as the with-temp-file macro first prints
26090         to a buffer then saves the buffer.
26091
26092 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26093
26094         * gnus-art.el (gnus-article-edit-part): New function.
26095         (gnus-mime-save-part-and-strip): Use it; do query instead of
26096         signaling an error; don't use mm-multiple-handles.
26097         (gnus-mime-delete-part): Ditto.
26098
26099 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26100
26101         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26102         old file versions.
26103         (gnus-group-prepare-hook): Remove function that converted list
26104         form of gnus-agent-expire-days to group properties.
26105
26106         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26107         (gnus-request-accept-article): Re-indented.
26108
26109         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26110         converters to handle old agent file formats.  Add logic for a
26111         "backup before upgrading warning".
26112         (gnus-convert-mark-converter-prompt): Developers can mark
26113         functions as needing (default), or not needing,
26114         gnus-convert-old-newsrc's "backup before upgrading warning".
26115         (gnus-convert-converter-needs-prompt): Tests whether the user
26116         should be protected from potentially irreversable changes by the
26117         function.
26118
26119         * legacy-gnus-agent.el: New.  Provides converters that are only
26120         loaded when gnus-convert-old-newsrc needs to call them.
26121
26122 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26123
26124         * mail-source.el (mail-source-touch-pop): Doc fix.
26125
26126         * message.el (message-smtpmail-send-it): Doc fix.
26127
26128 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26129
26130         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26131
26132         * nnmail.el (nnmail-split-fancy): do.
26133
26134         * gnus-kill.el (gnus-kill, gnus-execute): do.
26135
26136 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26137
26138         * gnus-sum.el (gnus-widget-reversible-match)
26139         (gnus-widget-reversible-to-internal)
26140         (gnus-widget-reversible-to-external): New functions.
26141         (gnus-widget-reversible): New widget.
26142         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26143
26144 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26145
26146         * gnus-sum.el (gnus-thread-sort-functions)
26147         (gnus-article-sort-functions): Document `(not F)' items.
26148
26149 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26150
26151         * spam.el (spam-use-gmane-xref): Add new backend.
26152         (spam-gmane-xref-spam-group): Add variable to control the name of the
26153         Gmane spam group.
26154         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26155         (spam-regex-headers-spam, spam-regex-headers-ham)
26156         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26157         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26158         backends and checks.
26159         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26160
26161         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26162         an autodetect method.
26163
26164 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26165
26166         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26167         articles are being added to a group.
26168         (gnus-request-replace-article): Inform the agent that articles
26169         need to be uncached as the cached contents are no longer valid.
26170
26171 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26172
26173         * binhex.el: Don't autoload executable-find.
26174
26175         * canlock.el: Don't autoload mail-fetch-field.
26176
26177         * dgnushack.el: Autoload c-mode for XEmacs.
26178
26179         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26180
26181         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26182         rmail-dont-reply-to and rmail-output.
26183
26184         * gnus-score.el: Don't autoload ffap-string-at-point.
26185
26186         * gnus-setup.el: Don't autoload sc-cite-original.
26187
26188         * imap.el: Don't autoload base64-decode-string,
26189         base64-encode-string and md5.
26190
26191         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26192         and rmail-msg-restore-non-pruned-header.
26193
26194         * mm-decode.el: Don't autoload executable-find.
26195
26196         * mm-url.el: Don't autoload executable-find.
26197
26198         * mm-view.el: Don't autoload diff-mode.
26199
26200         * nndb.el: Don't autoload news-reply-mode, news-setup,
26201         cancel-timer and telnet.
26202
26203         * password.el: Don't autoload run-at-time for Emacs.
26204
26205         * sha1-el.el: Don't autoload executable-find.
26206
26207         * sieve-mode.el: Don't autoload c-mode.
26208
26209         * uudecode.el: Don't autoload executable-find.
26210
26211 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26212
26213         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26214         (gnus-agent-possibly-alter-active): Avoid null in numeric
26215         comparison.
26216         (gnus-agent-set-local): Refuse to save null in local object table.
26217         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26218         list of articles that will be marked as unread.
26219
26220 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26221
26222         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26223
26224 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26225
26226         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26227         language tags.
26228
26229 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26230
26231         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26232         Don't bind "obarray".
26233
26234         * gnus-sum.el (gnus-thread-sort-functions):
26235         Add `gnus-thread-sort-by-most-recent-number' and
26236         `gnus-thread-sort-by-most-recent-date'.
26237         Reported by Kai Grossjohann <kai@emptydomain.de>.
26238
26239 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26240
26241         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26242
26243 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26244
26245         * gnus-cus.el (gnus-agent-customize-category):
26246         Remove ignore-errors macro reference that required cl to be loaded at
26247         run-time.
26248
26249         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26250         single-interval range of the form (min . max).  Previously the
26251         range had to look like ((min . max)).  Likewise, return
26252         (min . max) rather than ((min . max)).
26253         (gnus-range-map): Use gnus-range-normalize to accept
26254         single-interval range.
26255
26256         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26257         the cache, but not the agent, now appear with their usual face.
26258
26259         * dgnushack.el (loaddir): New variable that is bound to the
26260         directory containing the dgnushack.el file.  Use loaddir, rather
26261         than srcdir, to update load-path.  Change lets dgnushack compile
26262         code in directories other than GNUS/lisp.
26263
26264 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26265
26266         * lpath.el: Don't bind w3m-safe-url-regexp.
26267
26268         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26269         w3m-safe-url-regexp variable buffer-local.
26270
26271         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26272
26273 2004-02-27  Simon Josefsson  <jas@extundo.com>
26274
26275         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26276         gnus-group-real-prefix.
26277         (gnus-summary-move-article): Use it, instead of
26278         gnus-group-real-prefix.
26279
26280 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26281
26282         * lpath.el: Bind w3m-safe-url-regexp.
26283
26284         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26285         w3m-safe-url-regexp variable buffer-local and set it as the value
26286         of mm-w3m-safe-url-regexp.
26287
26288         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26289
26290         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26291         parsing gnus-posting-styles when the message is not for replying.
26292
26293         * dgnushack.el: Autoload sgml-mode for XEmacs.
26294
26295         * nnrss.el (nnrss-opml-export):
26296         Use mm-set-buffer-file-coding-system instead of
26297         set-buffer-file-coding-system.
26298
26299 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26300
26301         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26302         of checkdoc.el).
26303         * nnrss.el: do.
26304         * gnus-mlspl.el: do.
26305         * gnus-ml.el: do.
26306         * gnus-srvr.el: do.
26307
26308         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26309
26310 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26311
26312         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26313         Corrections to custom-manual links.
26314
26315         * gnus-art.el (gnus-article): Ditto.
26316
26317         * mm-decode.el (mime-display, mime-security): Ditto.
26318
26319 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26320
26321         * flow-fill.el: Typo.
26322
26323 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26324
26325         * spam-wash.el: New file.
26326
26327 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26328
26329         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26330
26331 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26332
26333         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26334         to be run with new-articles as LIST1, not LIST2.
26335         (spam-registration-functions): Add spam-use-ham-copy as a nil
26336         registration backend.
26337
26338 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26339
26340         * spam-stat.el (spam-stat-washing-hook): New option.
26341         (spam-stat-buffer-words): Use it.
26342         (spam-stat-process-directory, spam-stat-test-directory):
26343         Use insert-file-contents-literally.
26344         (spam-stat-coding-system): New variable.
26345         (spam-stat-load, spam-stat-save): Use it.
26346
26347 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26348
26349         * spam-report.el (spam-report-plug-agent):
26350         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26351
26352 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26353
26354         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26355         Allow / in mailto URLs.
26356
26357 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26358
26359         * spam-report.el (spam-report-process-queue): Fix interactive use.
26360         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26361         (spam-report-unplug-agent): Doc fixes.
26362         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26363         (spam-report-agentize, spam-report-deagentize): Autoload.
26364
26365 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26366
26367         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26368
26369         * message.el (message-setup-fill-variables): Add mml tags to
26370         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26371         <ajk@iu.edu>.
26372         (message-mode): Don't modify paragraph-separate there.
26373
26374 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26375
26376         * compface.el (uncompface-use-external): Default to undecided.
26377         (uncompface-use-external-threshold): New variable.
26378         (uncompface-float-time): New macro.
26379         (uncompface): Determine whether to use the external decoder if
26380         uncompface-use-external is undecided.
26381
26382 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26383
26384         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26385         after images.
26386
26387         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26388
26389 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26390
26391         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26392
26393         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26394
26395         * gnus-sum.el (gnus-summary-limit-to-age)
26396         (gnus-summary-limit-children): do.
26397
26398         * gnus-int.el (gnus-request-scan): do.
26399
26400         * gnus-group.el (gnus-group-suspend): do.
26401
26402         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26403
26404         * gnus-cite.el (gnus-cite-parse-attributions): do.
26405
26406         * gnus-agent.el (gnus-summary-set-agent-mark)
26407         (gnus-agent-regenerate-group): do.
26408
26409         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26410
26411         * binhex.el (binhex-decode-region-internal): do.
26412
26413 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26414
26415         * gnus-fun.el (gnus-face-properties-alist): New user option.
26416         (gnus-display-x-face-in-from): Use it.
26417
26418         * gnus-art.el (article-display-face): Ditto.
26419
26420         * compface.el (uncompface-use-external): Default to nil.
26421
26422 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26423
26424         * nntp.el (nntp-erase-buffer): New function.
26425         (nntp-retrieve-data, nntp-send-command)
26426         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26427         (nntp-possibly-change-group): Use it.
26428
26429         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26430         Use with-current-buffer.
26431
26432 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26433
26434         * compface.el: Merge the ELisp-based uncompface program.
26435         (compface): New customization group.
26436         (uncompface-use-external): New user option.
26437         (uncompface): Call uncompface-internal if uncompface-use-external
26438         is nil.
26439         (uncompface-internal): New function.  Note that there are also
26440         some other functions and variables added for this function.
26441
26442 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26443
26444         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26445         if necessary.
26446
26447 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26448
26449         * spam-report.el (spam-report-unplug-agent)
26450         (spam-report-plug-agent, spam-report-deagentize)
26451         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26452         Add support for the Agent in spam-report: when unplugged, report to a
26453         file; when plugged, submit all the requests.
26454
26455         * spam.el (spam-register-routine): Fix message about
26456         registration.
26457
26458 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26459
26460         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26461         dependencies.
26462         (rfc2047-encode): Use it.
26463
26464         * gnus-art.el (gnus-button-marker-list): Move before first
26465         reference.
26466
26467         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26468         (imap-parse-body): Fix format string mismatch.
26469
26470         * gnus-score.el (gnus-summary-increase-score): do.
26471
26472         * nnrss.el (nnrss-close): New function.
26473
26474 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26475
26476         * nnrss.el (nnrss-make-filename): New function.
26477         (nnrss-request-delete-group, nnrss-read-server-data)
26478         (nnrss-save-server-data, nnrss-read-group-data)
26479         (nnrss-save-group-data): Use it.
26480         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26481         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26482         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26483
26484 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26485
26486         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26487
26488 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26489
26490         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26491         files.
26492
26493         * message.el (message-generate-headers-first): Don't quote nil
26494         and t in docstrings.
26495
26496         * imap.el (imap-id): do.
26497
26498         * gnus-agent.el (gnus-agent-consider-all-articles)
26499         (gnus-agent-queue-mail): do.
26500
26501 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26502
26503         * spam-report.el (spam-report-process-queue): New function.
26504         Process requests from `spam-report-requests-file'.
26505         (spam-report-process-queue): Doc fix.
26506
26507 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26508
26509         * spam.el (spam-register-routine)
26510         (spam-log-processing-to-registry, spam-log-registered-p)
26511         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26512         Change "check" to "spam-check" for semi-clarity.
26513
26514 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26515
26516         * pop3.el: Require nnheader.
26517
26518         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26519
26520         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26521
26522         * gnus-picon.el: Require cl.
26523
26524         * gnus-fun.el: Require gnus-ems and gnus-util.
26525
26526         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26527
26528         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26529
26530         * gnus-art.el (gnus-article-edit-mode): Define before first
26531         reference.
26532
26533 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26534
26535         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26536         (gnus-uu-post-encoded): Use point-at-bol.
26537
26538         * gnus-topic.el (gnus-group-active-topic-p): do.
26539
26540         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26541
26542         * gnus-group.el (gnus-group-kill-region): do.
26543
26544         * gnus-art.el (article-date-ut): do.
26545
26546         * message.el (message-fetch-field): Remove redundant
26547         case-fold-search binding.
26548         (message-narrow-to-field): Simplify.
26549
26550 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26551
26552         * spam.el (spam-directory): Derive from `gnus-directory'.
26553
26554         * spam-report.el (spam-report-url-to-file)
26555         (spam-report-requests-file): New function and variable for offline
26556         reporting.
26557         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26558         and user defined function.
26559         (spam-report-url-ping-mm-url): Remove doubled slash.
26560
26561 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26562
26563         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26564
26565 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26566
26567         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26568         Fix format string mismatch.
26569
26570         * sieve.el (sieve-deactivate-all): do.
26571
26572         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26573
26574         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26575
26576         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26577
26578         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26579
26580 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26581
26582         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26583         the list of checks.
26584
26585 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26586
26587         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26588         padding.
26589
26590 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26591
26592         * mm-view.el (mm-fill-flowed): New variable.
26593         (mm-inline-text): Use it.
26594
26595 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26596
26597         * spam.el (spam-spamassassin-register-ham-routine)
26598         (spam-spamassassin-register-spam-routine): Fix function names.
26599
26600 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26601
26602         * gnus.el (gnus-tmp-grouplens): Remove.
26603         (gnus-summary-line-format): Remove grouplens.
26604
26605         * gnus-group.el (gnus-group-line-format): Ditto.
26606
26607         * gnus-spec.el (gnus-format-specs): Ditto.
26608         (gnus-update-format-specifications): Flush the group format spec
26609         cache if there's the grouplens stuff.
26610         (gnus-parse-simple-format): Replace %l with the empty string.
26611
26612 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26613
26614         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26615         omission.
26616
26617 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26618
26619         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26620         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26621
26622 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26623
26624         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26625         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26626         New macros and functions.
26627         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26628         Handle > NLINK_MAX messages.
26629         * nnmaildir.el (nnmaildir-request-set-mark):
26630         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26631
26632 2004-01-25  Alex Schroeder  <alex@gnu.org>
26633
26634         * spam-stat.el (spam-stat-process-directory-age): New option.
26635         (spam-stat-process-directory): Use it.
26636
26637 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26638
26639         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26640         (spam-stat-save): Accept prefix argument.
26641
26642 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26643
26644         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26645         links" error.
26646
26647 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26648
26649         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26650         the rest of the and/or forms.
26651
26652 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26653
26654         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26655         compatibility with old .newsrc.eld files.
26656
26657         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26658
26659         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26660
26661         * gnus-start.el (gnus-1): do.
26662
26663         * gnus-group.el (gnus-group-line-format-alist): do.
26664
26665         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26666
26667         * gnus-gl.el: Remove.
26668
26669 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26670
26671         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26672         marks consisting of a single range {for example, (3 . 5)} rather
26673         than a list of a single range { ((3 . 5)) }.
26674
26675 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26676
26677         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26678         Use with-current-buffer.
26679         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26680         avoid consing a string.
26681
26682         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26683         Remove obsolete entries for big5 and gb2312.
26684
26685 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26686
26687         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26688         uncompressed list.
26689
26690 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26691
26692         * spam-stat.el (spam-stat-strip-xref): New function.
26693         (spam-stat-process-directory): Use it.
26694
26695         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26696         here -- it's done in message-fetch-field.
26697
26698 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26699
26700         * gnus-agent.el (gnus-agent-queue-mail)
26701         (gnus-agent-prompt-send-queue): New variables.
26702         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26703         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26704         "nndraft:queue" along to gnus-draft-send.
26705         Use gnus-agent-prompt-send-queue.
26706         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26707         is "nndraft:queue".  Suggested by Gaute Strokkenes
26708         <gs234@srcf.ucam.org>
26709
26710         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26711         (agent-enable-undownloaded-faces): Add.
26712         (gnus-agent-cat-groups): Use eval-and-compile, not
26713         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26714         method of gnus-agent-cat-groups even when the buffer has been
26715         evaled.
26716         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26717         delete gnus-agent-save-active-1.
26718         (gnus-agent-save-groups): Delete.  Identical to
26719         gnus-agent-save-active.
26720         (gnus-agent-write-active): No longer adjust agent's copy of active
26721         file as agent's adjustments are now stored in their own
26722         file.  Remove optional parameter.
26723         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26724         servers.  Add use of min/max range limits from server's local
26725         file.
26726         (gnus-agent-save-alist): Remove unused optional argument.
26727         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26728         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26729         (gnus-agent-set-local): A per-server file that keeps min/max range
26730         limits for articles known to the agent.  Provides a fast mechanism
26731         for altering many active ranges.
26732         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26733         active file (local makes it unnecessary).
26734         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26735
26736         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26737         (agent-enable-undownloaded-faces): Add.
26738
26739         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26740         disable it when sending to "nndraft:queue".
26741         (gnus-group-send-queue): Add safety check to avoid sending queue
26742         when unplugged.
26743
26744         * gnus-group.el (gnus-group-catchup): Use new
26745         gnus-sequence-of-unread-articles, not
26746         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26747         numbers of articles.  Use gnus-range-map to avoid having to
26748         uncompress the unread list.
26749         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26750         Fix invalid ange-ftp reference.
26751
26752         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26753         (gnus-sorted-range-intersection): Intersection of two ranges
26754         without requiring that they first be uncompressed.
26755
26756         * gnus-start.el (gnus-activate-group): Unless blocked by the
26757         caller, possibly expand the active range to include both cached
26758         and agentized articles.
26759         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26760         multiple version-dependent converters.
26761         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26762         gnus-agent-save-active.
26763         (gnus-save-newsrc-file): Save dirty agent range limits.
26764
26765         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26766         gnus-agent-possibly-alter-active.
26767         (gnus-adjust-marked-articles): Faster handling of simple lists.
26768
26769 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26770
26771         * spam-stat.el (spam-stat-test-directory): New optional argument
26772         displays a list of files detected.  Suggested by Andrew Cohen
26773         <cohen@andy.bu.edu>.
26774         (spam-stat-buffer-words-with-scores): Don't narrow and change
26775         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26776
26777 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26778
26779         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26780         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26781         (spam-spamassassin-arguments)
26782         (spam-spamassassin-spam-flag-header)
26783         (spam-spamassassin-positive-spam-flag-header)
26784         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26785         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26786         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26787         (spam-list-of-processors, spam-list-of-checks)
26788         (spam-list-of-statistical-checks, spam-registration-functions)
26789         (spam-check-spamassassin-headers, spam-check-spamassassin)
26790         (spam-spamassassin-score)
26791         (spam-spamassassin-register-with-sa-learn)
26792         (spam-spamassassin-register-spam-routine)
26793         (spam-spamassassin-register-ham-routine)
26794         (spam-assassin-register-spam-routine)
26795         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26796         (spam-bogofilter-score): Fix to show article before scoring.
26797
26798 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26799
26800         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26801         default scoring function.
26802         (spam-generic-score): Call spam-spamassassin-score if
26803         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26804         spam-bogofilter-score otherwise.
26805
26806         * gnus.el (spam-process, spam-autodetect-methods):
26807         Add spamassassin and spamassassin-headers.
26808
26809 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26810
26811         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26812         Suppress unnecessary messages.
26813
26814 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26815
26816         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26817         make-hash-table.
26818
26819 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26820
26821         * canlock.el (base64-encode-string): Don't autoload it.
26822
26823 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26824
26825         * run-at-time.el: Remove useless (require 'itimer),
26826         eval-and-compile and (featurep 'xemacs).
26827
26828 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26829
26830         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26831         GROUP is a virtual group.
26832
26833 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26834
26835         * gnus.el: Autoload `message-y-or-n-p'.
26836
26837 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26838
26839         * pgg-parse.el: Remove unnecessary (require 'custom).
26840
26841         * pgg-def.el: do.
26842
26843         * nnmail.el: do.
26844
26845         * gnus-undo.el: do.
26846
26847         * gnus-picon.el: do.
26848
26849         * gnus-util.el: do.
26850
26851 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26852
26853         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26854
26855 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26856
26857         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26858         handle, as well as a list.
26859
26860         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26861         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26862         (mm-w3m-cid-retrieve): Simplify.
26863
26864 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26865
26866         * message.el (message-kill-to-signature): Allow prefix arg to
26867         specify number of lines to keep before signature.
26868
26869 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26870
26871         * message.el (message-kill-to-signature): Change docstring.
26872
26873 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26874
26875         * canlock.el: Always require sha1-el.
26876         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26877
26878         * message.el: Autoload sha1 only when compiling.
26879
26880         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26881         eudc-expand-inline for XEmacs.
26882
26883 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26884
26885         * message.el (message-canlock-generate): Require sha1-el.
26886
26887 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26888
26889         * message.el (message-expand-name): Silence the byte compiler.
26890
26891         * lpath.el: Add detect-coding-system.
26892
26893         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26894         cus-edit.
26895
26896 2004-01-13  Simon Josefsson  <jas@extundo.com>
26897
26898         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26899         Invoke gnus-score-mode.
26900         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26901
26902         * gnus-range.el (gnus-compress-sequence): Doc fix.
26903         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26904
26905 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26906
26907         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26908
26909 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26910
26911         * spam.el (spam-get-article-as-string): Update to use
26912         gnus-request-article-this-buffer, much simpler.
26913         (spam-get-article-as-buffer): Remove.
26914
26915 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26916
26917         * message.el (message-expand-name): Use EUDC if the user uses that.
26918
26919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26920
26921         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26922         character for the encoding to avoid consing a string.
26923
26924         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26925         unnecessarily.
26926
26927         * mm-util.el (mm-replace-chars-in-string): Remove.
26928
26929         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26930         of mm-replace-chars-in-string.
26931
26932 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26933
26934         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26935
26936         * mm-util.el (mm-subst-char-in-string): Support inplace.
26937
26938         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26939         a new string in every iteration.  Use shy groups.
26940
26941 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26942
26943         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26944         * gnus-soup.el (gnus-soup-group-brew):
26945         * gnus-msg.el (gnus-put-message):
26946         * gnus-move.el (gnus-group-move-group-to-server):
26947         * gnus-kill.el (gnus-batch-score):
26948         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26949         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26950         (gnus-group-update-group, gnus-group-read-group)
26951         (gnus-group-make-group, gnus-group-make-help-group)
26952         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26953         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26954         (gnus-group-sort-by-unread, gnus-group-catchup)
26955         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26956         (gnus-group-yank-group, gnus-group-set-info)
26957         (gnus-group-list-groups):
26958         * gnus.el (gnus-generate-new-group-name):
26959         * gnus-delay.el (gnus-delay-send-queue):
26960         * nnvirtual.el (nnvirtual-catchup-group):
26961         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26962         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26963         (gnus-group-prepare-topics, gnus-topic-check-topology):
26964         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26965         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26966         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26967         (gnus-group-make-articles-read):
26968         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26969         (gnus-group-change-level, gnus-kill-newsgroup)
26970         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26971         (gnus-get-unread-articles, gnus-make-articles-unread)
26972         (gnus-make-ascending-articles-unread): Use accessor
26973         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26974         to get group information for improved readability.
26975
26976
26977 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26978
26979         * gnus-art.el (article-decode-mime-words, article-babel)
26980         (gnus-article-highlight-signature, gnus-article-add-buttons)
26981         (gnus-signature-toggle): Use gnus-with-article-buffer.
26982
26983         * gnus-art.el (gnus-article-highlight-headers)
26984         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26985
26986         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26987         (gnus-article-set-globals, gnus-request-article-this-buffer)
26988         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26989         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26990         (gnus-mime-display-alternative): Use with-current-buffer.
26991
26992 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26993
26994         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26995         also under 80 char limit, and call gnus-error if needed.
26996         (spam-fetch-article-header): Fix - it was a
26997         buffer-local variable (gnus-newsgroup-data).
26998         (spam-find-spam): Use spam-generate-fake-headers, forget about
26999         spam-insert-fake-headers.
27000         (spam-insert-fake-headers): Remove.
27001
27002 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27003
27004         * deuglify.el (gnus-article-outlook-unwrap-lines)
27005         (gnus-outlook-rearrange-article)
27006         (gnus-outlook-repair-attribution-outlook)
27007         (gnus-outlook-repair-attribution-block)
27008         (gnus-outlook-repair-attribution-other): Remove redundant
27009         save-excursion.
27010
27011 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27012
27013         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27014         (spam-fetch-field-subject-fast)
27015         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27016         (spam-fetch-article-header): Add functions to deal with Gnus
27017         internals for fast retrieval of article header data.
27018         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27019
27020 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27021
27022         * pop3.el (pop3-md5): Remove.
27023         (pop3-apop): Replace pop3-md5 with md5.
27024
27025         * mm-bodies.el: base64 is always built-in.
27026
27027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27028         Use with-current-buffer.
27029
27030 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27031
27032         * canlock.el (canlock-insert-header): Remove excessive grouping in
27033         regexp.
27034
27035         * gnus-sum.el (gnus-summary-read-document): Ditto.
27036
27037         * gnus-uu.el (gnus-uu-part-number): Ditto.
27038
27039         * html2text.el (html2text-remove-tags): Ditto.
27040         (html2text-format-tags): Ditto.
27041         (html2text-format-single-elements): Ditto.
27042
27043         * mml.el (mml-parse-1): Ditto.
27044
27045 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27046
27047         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27048
27049         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27050
27051         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27052
27053         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27054
27055 2003-11-15  Simon Josefsson  <jas@extundo.com>
27056
27057         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27058         (pgg-gpg-lookup-key): Use regexp match instead of
27059         split-string (split-string is different between emacs 21.2 and
27060         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27061
27062 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27063
27064         * gnus-art.el (gnus-mime-view-all-parts)
27065         (gnus-article-part-wrapper, gnus-article-view-part):
27066         Use with-current-buffer.
27067
27068 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27069
27070         * spam.el (spam-disable-spam-split-during-ham-respool)
27071         (spam-spamoracle-database, spam-cache-lookups)
27072         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27073         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27074         (spam-group-ham-marks, spam-group-spam-marks)
27075         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27076         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27077         also add spam-use-blackholes to the statistical checks.
27078         (spam-fetch-field-fast): Add interface to fetching fields, may
27079         become a macro.
27080         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27081         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27082         (spam-insert-fake-headers): Fake an article when needed.
27083         (spam-find-spam): Fake article when possible.
27084         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27085         (spam-check-bogofilter-headers): Use message-fetch-field instead
27086         of nnmail-fetch-field.
27087
27088 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27089
27090         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27091
27092 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27093
27094         * spam.el (spam-split): Do not require spam-use-CHECK to be
27095         enabled if that check is passed to spam-split explicitly; also
27096         fix so 'spam doesn't get converted to spam-split-group when
27097         spam-split-symbolic-return is t.
27098         (spam-find-spam): Find registrations of the article and use those
27099         instead of re-running spam-split to find the spam/ham
27100         classification of the article.
27101         (spam-log-processing-to-registry, spam-log-registered-p)
27102         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27103         Use gnus-error instead of gnus-message.
27104         (spam-log-registration-type): Add function to determine the
27105         classification of a message based on registry entries; will
27106         return nil if both 'spam and 'ham are found.
27107         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27108         a reasonably fast local cache without the loading errors.
27109         (spam-cache-lookups): Set to t by default.
27110         (spam-find-spam): Don't try to guess spam-cache-lookups.
27111         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27112         spam-caches entry.
27113         (spam-filelist-build-cache, spam-filelist-check-cache):
27114         Fix caching of whitelist/blacklist entries.
27115         (spam-check-whitelist, spam-check-blacklist):
27116         Invoke spam-from-listed-p with a type, not a cache variable.
27117         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27118
27119 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27120
27121         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27122
27123         * nnmail.el (nnmail-split-fancy): do.
27124
27125         * mml.el (mml-parse): do.
27126
27127         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27128         (gnus-score-adaptive): do.
27129
27130 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27131
27132         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27133         (gnus-mime-button-map): Don't set keymap parent.
27134         (gnus-button-ctan-directory-regexp): Use shy grouping.
27135         (gnus-prev-page-map): Don't set keymap parent.
27136         (gnus-prev-page-map): Remove duplicated one.
27137         (gnus-next-page-map): Don't set keymap parent.
27138         (gnus-mime-security-button-map): Ditto.
27139
27140         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27141         version number.
27142
27143         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27144
27145 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27146
27147         * canlock.el (canlock-sha1-function): Remove.
27148         (canlock-sha1-function-for-verify): Remove.
27149         (canlock-openssl-program): Remove.
27150         (canlock-openssl-args): Remove.
27151         (canlock-ignore-errors): Remove.
27152         (canlock-sha1-with-openssl): Remove.
27153         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27154         (canlock-verify): Don't use canlock-ignore-errors.
27155
27156         * sha1-el.el (sha1-string-external): Make it can return a string
27157         in binary form.
27158         (sha1-region-external): Ditto.
27159         (sha1-string-internal): Ditto.
27160         (sha1-region-internal): Ditto.
27161         (sha1-region): Ditto.
27162         (sha1-string): Ditto.
27163         (sha1): Ditto.
27164
27165 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27166
27167         * spam.el (spam-report-articles-gmane): New command.
27168
27169 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27170
27171         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27172
27173         * run-at-time.el (run-at-time-saved): Remove.
27174         (run-at-time): Doc fix.
27175
27176 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27177
27178         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27179         (gnus-summary-limit-map): Add it.
27180         (gnus-summary-make-menu-bar): do.
27181
27182 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27183
27184         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27185         Make attempt at some caching support (done for BBDB only now).
27186         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27187         addresses to be checked.
27188         (spam-clear-cache-BBDB): Add function, to be invoked by
27189         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27190         (spam-check-BBDB): Check and use the caches, if
27191         spam-cache-lookups is on, remove superfluous (provide).
27192
27193 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27194
27195         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27196
27197 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27198
27199         * run-at-time.el (run-at-time-saved): Move to after the definition
27200         of `run-at-time'.
27201
27202         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27203
27204 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27205
27206         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27207         mm-w3m-local-map-property.
27208
27209         * mm-view.el (mm-w3m-mode-map): Remove.
27210         (mm-w3m-local-map-property): Remove.
27211         (mm-inline-text-html-render-with-w3m): Don't use
27212         mm-w3m-local-map-property.
27213
27214 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27215
27216         * run-at-time.el: New file.
27217
27218         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27219         under Emacs.
27220
27221         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27222         of gnus-set-text-properties.
27223
27224         * gnus-uu.el (gnus-uu-save-article): Ditto.
27225
27226         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27227
27228         * gnus-cite.el (gnus-cite-parse): Ditto.
27229
27230         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27231         of gnus-.
27232
27233         * gnus-xmas.el (run-at-time): Require run-at-time.
27234
27235         * gnus.el: Change calls to nnheader-run-at-time and
27236         password-run-at-time throughout to use run-at-time directly.
27237
27238         * password.el: Remove definition of run-at-time.
27239
27240         * nnheaderxm.el: Remove definition of run-at-time.
27241
27242 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27243
27244         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27245         in prompt.
27246
27247 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27248
27249         * messagexmas.el (message-xmas-redefine): Alias
27250         `message-make-caesar-translation-table' to
27251         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27252         version.
27253
27254         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27255         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27256         `gnus-xmas-set-text-properties'.
27257         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27258         `gnus-xmas-completing-read'.
27259         (gnus-xmas-completing-read): Removed.
27260         (gnus-xmas-open-network-stream): Removed.
27261
27262         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27263         XEmacs version.
27264
27265         * dns.el (dns-make-network-process): Use `open-network-stream'
27266         instead of `gnus-xmas-open-network-stream'.
27267
27268         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27269
27270         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27271
27272 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27273
27274         * gnus-art.el (gnus-mime-display-alternative)
27275         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27276         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27277         Don't use gnus-local-map-property.
27278
27279         * gnus-util.el (gnus-local-map-property): Remove.
27280
27281         * mm-view.el (mm-view-pkcs7-decrypt):
27282         Replace gnus-completing-read-maybe-default with completing-read.
27283
27284         * gnus-util.el (gnus-completing-read): do.
27285         (gnus-completing-read-maybe-default): Remove.
27286
27287 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27288
27289         * password.el: Only autoload `run-at-time' if not XEmacs.
27290         Only autoload the itimer functions if XEmacs.
27291
27292 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27293
27294         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27295         XEmacsen.
27296
27297         * dgnushack.el: Autoload executable-find for XEmacs.
27298
27299 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27300
27301         * gnus-art.el (gnus-read-string): Remove.
27302         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27303         read-string.
27304
27305 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27306
27307         * netrc.el: Autoload password-read.
27308         (netrc): Add configuration group.
27309         (netrc-encoding-method, netrc-openssl-path):
27310         Add variables for encoding and decoding of files with symmetric
27311         ciphers.
27312         (netrc-encode): Add assistant function to encode a file with
27313         netrc-encoding-method.
27314         (netrc-parse): Add interactive parameter, added optional
27315         decoding if netrc-encoding-method is non-nil but otherwise
27316         behavior is standard.
27317         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27318         Do s/encode/encrypt/ everywhere.
27319
27320         * spam.el: Remove executable-find autoload.
27321
27322 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27323
27324         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27325
27326         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27327
27328 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27329
27330         * gnus-art.el (gnus-treat-ansi-sequences)
27331         (article-treat-ansi-sequences): New variable and function.
27332         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27333
27334         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27335         Use it.
27336
27337 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27338
27339         * mm-util.el (mm-quote-arg): Remove.
27340
27341         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27342         shell-quote-argument.
27343
27344         * gnus-uu.el (gnus-uu-command): do.
27345
27346         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27347
27348         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27349         with make-char.
27350
27351         * mm-util.el (mm-make-char): Remove.
27352
27353         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27354         add-minor-mode.
27355
27356         * gnus-undo.el (gnus-undo-mode): do.
27357
27358         * gnus-topic.el (gnus-topic-mode): do.
27359
27360         * gnus-sum.el (gnus-dead-summary-mode): do.
27361
27362         * gnus-start.el (gnus-slave-mode): do.
27363
27364         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27365
27366         * gnus-ml.el (gnus-mailing-list-mode): do.
27367
27368         * gnus-gl.el (gnus-grouplens-mode): do.
27369
27370         * gnus-draft.el (gnus-draft-mode): do.
27371
27372         * gnus-dired.el (gnus-dired-mode): do.
27373
27374         * gnus-ems.el (gnus-add-minor-mode): Remove.
27375
27376         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27377         Replace gnus-char-width with char-width.
27378
27379         * gnus-ems.el (gnus-char-width): Remove.
27380
27381         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27382         Replace gnus-char-width with char-width.
27383
27384         * gnus-ems.el (gnus-char-width): Remove.
27385
27386         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27387         definition.
27388         Remove Emacs 20 hash table compatibility code.
27389
27390         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27391         20 compatibility code.
27392
27393         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27394
27395         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27396
27397         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27398         Replace with point-at-{eol,bol}.
27399
27400         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27401
27402         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27403
27404         * flow-fill.el (fill-flowed-point-at-bol)
27405         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27406
27407         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27408         Replace with point-at-{eol,bol} throughout all files.
27409
27410 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27411
27412         * ntlm.el (ntlm-string-as-unibyte): New macro.
27413         (ntlm-build-auth-response): Use it.
27414
27415         Remove Emacs 20 stuff:
27416         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27417         (butlast, mapc, remove): Remove the compiler macros.
27418         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27419         of delq and copy-sequence.
27420         * gnus-art.el (popup-menu): Remove the compiler macro.
27421         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27422         Emacs 20.
27423
27424 2004-01-05  Simon Josefsson  <jas@extundo.com>
27425
27426         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27427         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27428         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27429         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27430         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27431         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27432         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27433         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27434         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27435         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27436         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27437         string-xor into ntlm-string-xor.
27438         Suggested by Jesper Harder <harder@myrealbox.com>.
27439
27440         * ntlm.el: Don't include poem.
27441
27442         * md4.el (print-int32, print-string-hexa): Remove.
27443         Suggested by Jesper Harder <harder@myrealbox.com>.
27444
27445         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27446
27447         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27448         probably breaks emacs with DL patch, but do we care? Is anyone
27449         still using the DL stuff?)
27450
27451         * sieve-manage.el: Use the password package.
27452         (sieve-manage-read-passwd): Remove.
27453         (sieve-manage-interactive-login): Use password.  Re-add
27454         condition-case around loop.
27455
27456         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27457         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27458         Use the password package.
27459
27460 2003-02-19  Simon Josefsson  <jas@extundo.com>
27461
27462         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27463         token.
27464
27465 2002-08-07  Simon Josefsson  <jas@extundo.com>
27466
27467         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27468         (sieve-manage-authenticators)
27469         (sieve-manage-authenticator-alist): Add some SASL mechs.
27470         (sieve-sasl-auth): New function.
27471         (sieve-manage-cram-md5-auth)
27472         (sieve-manage-plain-auth): Rewrite using SASL library.
27473         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27474         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27475         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27476         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27477
27478 2004-01-05  Simon Josefsson  <jas@extundo.com>
27479
27480         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27481         New files.
27482
27483 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27484
27485         * gnus-group.el (gnus-no-groups-message): Update.
27486
27487         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27488
27489 2003-11-09  Simon Josefsson  <jas@extundo.com>
27490
27491         * imap.el: Support for ID IMAP extension (RFC 2971).
27492         (imap-local-variables): Add imap-id.
27493         (imap-id): New variable.
27494         (imap-id): New function.
27495         (imap-parse-response): Parse untagged ID response.
27496         * nnimap.el (nnimap-id): New variable.
27497         (nnimap-open-connection): Use it.
27498
27499 2003-12-28  Simon Josefsson  <jas@extundo.com>
27500
27501         * gnus-score.el (gnus-score-edit-all-score): New.
27502         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27503
27504 2004-01-04  Simon Josefsson  <jas@extundo.com>
27505
27506         * password.el: Add.
27507
27508 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27509
27510         * dns.el (dns-query-types): Fix typo.
27511         (dns-query-types): New function.
27512         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27513         PTR and SOA replies, see RFC 1035.
27514
27515 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27516
27517         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27518
27519         * Move to Changelog.2.
27520
27521 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27522
27523         * gnus.el (gnus-version-number): Bump version.
27524
27525 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27526
27527         * gnus.el: No Gnus v0.1 is released.
27528
27529 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27530
27531         * gnus.el: No Gnus v0.0 is released.
27532
27533 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27534
27535         * gnus.el (gnus-version-number): Bump.
27536         (gnus-version): No.
27537
27538 See ChangeLog.2 for earlier changes.
27539
27540   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27541
27542   This file is part of GNU Emacs.
27543
27544   GNU Emacs is free software: you can redistribute it and/or modify
27545   it under the terms of the GNU General Public License as published by
27546   the Free Software Foundation, either version 3 of the License, or
27547   (at your option) any later version.
27548
27549   GNU Emacs is distributed in the hope that it will be useful,
27550   but WITHOUT ANY WARRANTY; without even the implied warranty of
27551   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27552   GNU General Public License for more details.
27553
27554   You should have received a copy of the GNU General Public License
27555   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27556
27557 ;; Local Variables:
27558 ;; coding: utf-8
27559 ;; fill-column: 79
27560 ;; add-log-time-zone-rule: t
27561 ;; End: